project.pbxproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 50;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 5125CCA22437F471006CA5D0 /* Sample.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 5125CCA02437F471006CA5D0 /* Sample.xcdatamodeld */; };
  10. 5125CCA92437F472006CA5D0 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5125CCA82437F472006CA5D0 /* Preview Assets.xcassets */; };
  11. 51944B6E258B12E300297021 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 51944B6D258B12E300297021 /* Assets.xcassets */; };
  12. 51A1F3D92588405A0025932B /* Identity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51A1F3D52588405A0025932B /* Identity.swift */; };
  13. 51A1F3DA2588405A0025932B /* UserSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51A1F3D62588405A0025932B /* UserSettings.swift */; };
  14. 51A1F3DB2588405A0025932B /* TopicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51A1F3D72588405A0025932B /* TopicView.swift */; };
  15. 51A1F3DC2588405A0025932B /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51A1F3D82588405A0025932B /* SceneDelegate.swift */; };
  16. 51A1F3E12588406A0025932B /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51A1F3DE2588406A0025932B /* AppDelegate.swift */; };
  17. 51A1F3E32588406A0025932B /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51A1F3E02588406A0025932B /* ContentView.swift */; };
  18. 51C24C5225894EDB00236F25 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 51C24C5025894EDB00236F25 /* LaunchScreen.storyboard */; };
  19. 51C24C742589614800236F25 /* logo.png in Resources */ = {isa = PBXBuildFile; fileRef = 51C24C732589614800236F25 /* logo.png */; };
  20. /* End PBXBuildFile section */
  21. /* Begin PBXFileReference section */
  22. 5125CC992437F471006CA5D0 /* Sample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Sample.app; sourceTree = BUILT_PRODUCTS_DIR; };
  23. 5125CCA12437F471006CA5D0 /* Sample.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = Sample.xcdatamodel; sourceTree = "<group>"; };
  24. 5125CCA82437F472006CA5D0 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
  25. 5125CCAD2437F472006CA5D0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  26. 5125CCB32437F9A9006CA5D0 /* Sample.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Sample.entitlements; sourceTree = "<group>"; };
  27. 51944B6D258B12E300297021 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = ../../Shared/Assets.xcassets; sourceTree = "<group>"; };
  28. 51A1F3D52588405A0025932B /* Identity.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Identity.swift; path = ../../Shared/Identity.swift; sourceTree = "<group>"; };
  29. 51A1F3D62588405A0025932B /* UserSettings.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = UserSettings.swift; path = ../../Shared/UserSettings.swift; sourceTree = "<group>"; };
  30. 51A1F3D72588405A0025932B /* TopicView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = TopicView.swift; path = ../../Shared/TopicView.swift; sourceTree = "<group>"; };
  31. 51A1F3D82588405A0025932B /* SceneDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SceneDelegate.swift; path = ../../Shared/SceneDelegate.swift; sourceTree = "<group>"; };
  32. 51A1F3DE2588406A0025932B /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = ../../Shared/AppDelegate.swift; sourceTree = "<group>"; };
  33. 51A1F3E02588406A0025932B /* ContentView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ContentView.swift; path = ../../Shared/ContentView.swift; sourceTree = "<group>"; };
  34. 51C24C5125894EDB00236F25 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = ../../Shared/Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  35. 51C24C732589614800236F25 /* logo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = logo.png; path = ../../Shared/logo.png; sourceTree = "<group>"; };
  36. /* End PBXFileReference section */
  37. /* Begin PBXFrameworksBuildPhase section */
  38. 5125CC962437F471006CA5D0 /* Frameworks */ = {
  39. isa = PBXFrameworksBuildPhase;
  40. buildActionMask = 2147483647;
  41. files = (
  42. );
  43. runOnlyForDeploymentPostprocessing = 0;
  44. };
  45. /* End PBXFrameworksBuildPhase section */
  46. /* Begin PBXGroup section */
  47. 06211DE6118DB67F2425BF9B /* Pods */ = {
  48. isa = PBXGroup;
  49. children = (
  50. );
  51. path = Pods;
  52. sourceTree = "<group>";
  53. };
  54. 5125CC902437F471006CA5D0 = {
  55. isa = PBXGroup;
  56. children = (
  57. 5125CC9B2437F471006CA5D0 /* Sample */,
  58. 5125CC9A2437F471006CA5D0 /* Products */,
  59. 06211DE6118DB67F2425BF9B /* Pods */,
  60. );
  61. sourceTree = "<group>";
  62. };
  63. 5125CC9A2437F471006CA5D0 /* Products */ = {
  64. isa = PBXGroup;
  65. children = (
  66. 5125CC992437F471006CA5D0 /* Sample.app */,
  67. );
  68. name = Products;
  69. sourceTree = "<group>";
  70. };
  71. 5125CC9B2437F471006CA5D0 /* Sample */ = {
  72. isa = PBXGroup;
  73. children = (
  74. 51C24C732589614800236F25 /* logo.png */,
  75. 51C24C5025894EDB00236F25 /* LaunchScreen.storyboard */,
  76. 51A1F3DE2588406A0025932B /* AppDelegate.swift */,
  77. 51A1F3E02588406A0025932B /* ContentView.swift */,
  78. 51A1F3D52588405A0025932B /* Identity.swift */,
  79. 51A1F3D82588405A0025932B /* SceneDelegate.swift */,
  80. 51A1F3D72588405A0025932B /* TopicView.swift */,
  81. 51A1F3D62588405A0025932B /* UserSettings.swift */,
  82. 5125CCB32437F9A9006CA5D0 /* Sample.entitlements */,
  83. 5125CCAD2437F472006CA5D0 /* Info.plist */,
  84. 5125CCA02437F471006CA5D0 /* Sample.xcdatamodeld */,
  85. 51944B6D258B12E300297021 /* Assets.xcassets */,
  86. 5125CCA72437F472006CA5D0 /* Preview Content */,
  87. );
  88. path = Sample;
  89. sourceTree = "<group>";
  90. };
  91. 5125CCA72437F472006CA5D0 /* Preview Content */ = {
  92. isa = PBXGroup;
  93. children = (
  94. 5125CCA82437F472006CA5D0 /* Preview Assets.xcassets */,
  95. );
  96. path = "Preview Content";
  97. sourceTree = "<group>";
  98. };
  99. /* End PBXGroup section */
  100. /* Begin PBXNativeTarget section */
  101. 5125CC982437F471006CA5D0 /* Sample */ = {
  102. isa = PBXNativeTarget;
  103. buildConfigurationList = 5125CCB02437F472006CA5D0 /* Build configuration list for PBXNativeTarget "Sample" */;
  104. buildPhases = (
  105. 5125CC952437F471006CA5D0 /* Sources */,
  106. 5125CC962437F471006CA5D0 /* Frameworks */,
  107. 5125CC972437F471006CA5D0 /* Resources */,
  108. );
  109. buildRules = (
  110. );
  111. dependencies = (
  112. );
  113. name = Sample;
  114. productName = Sample;
  115. productReference = 5125CC992437F471006CA5D0 /* Sample.app */;
  116. productType = "com.apple.product-type.application";
  117. };
  118. /* End PBXNativeTarget section */
  119. /* Begin PBXProject section */
  120. 5125CC912437F471006CA5D0 /* Project object */ = {
  121. isa = PBXProject;
  122. attributes = {
  123. LastSwiftUpdateCheck = 1120;
  124. LastUpgradeCheck = 1120;
  125. ORGANIZATIONNAME = "Google, Inc";
  126. TargetAttributes = {
  127. 5125CC982437F471006CA5D0 = {
  128. CreatedOnToolsVersion = 11.2.1;
  129. LastSwiftMigration = 1220;
  130. };
  131. };
  132. };
  133. buildConfigurationList = 5125CC942437F471006CA5D0 /* Build configuration list for PBXProject "Sample" */;
  134. compatibilityVersion = "Xcode 9.3";
  135. developmentRegion = en;
  136. hasScannedForEncodings = 0;
  137. knownRegions = (
  138. en,
  139. Base,
  140. );
  141. mainGroup = 5125CC902437F471006CA5D0;
  142. productRefGroup = 5125CC9A2437F471006CA5D0 /* Products */;
  143. projectDirPath = "";
  144. projectRoot = "";
  145. targets = (
  146. 5125CC982437F471006CA5D0 /* Sample */,
  147. );
  148. };
  149. /* End PBXProject section */
  150. /* Begin PBXResourcesBuildPhase section */
  151. 5125CC972437F471006CA5D0 /* Resources */ = {
  152. isa = PBXResourcesBuildPhase;
  153. buildActionMask = 2147483647;
  154. files = (
  155. 51C24C742589614800236F25 /* logo.png in Resources */,
  156. 5125CCA92437F472006CA5D0 /* Preview Assets.xcassets in Resources */,
  157. 51C24C5225894EDB00236F25 /* LaunchScreen.storyboard in Resources */,
  158. 51944B6E258B12E300297021 /* Assets.xcassets in Resources */,
  159. );
  160. runOnlyForDeploymentPostprocessing = 0;
  161. };
  162. /* End PBXResourcesBuildPhase section */
  163. /* Begin PBXSourcesBuildPhase section */
  164. 5125CC952437F471006CA5D0 /* Sources */ = {
  165. isa = PBXSourcesBuildPhase;
  166. buildActionMask = 2147483647;
  167. files = (
  168. 51A1F3E12588406A0025932B /* AppDelegate.swift in Sources */,
  169. 51A1F3DC2588405A0025932B /* SceneDelegate.swift in Sources */,
  170. 51A1F3E32588406A0025932B /* ContentView.swift in Sources */,
  171. 51A1F3DB2588405A0025932B /* TopicView.swift in Sources */,
  172. 5125CCA22437F471006CA5D0 /* Sample.xcdatamodeld in Sources */,
  173. 51A1F3DA2588405A0025932B /* UserSettings.swift in Sources */,
  174. 51A1F3D92588405A0025932B /* Identity.swift in Sources */,
  175. );
  176. runOnlyForDeploymentPostprocessing = 0;
  177. };
  178. /* End PBXSourcesBuildPhase section */
  179. /* Begin PBXVariantGroup section */
  180. 51C24C5025894EDB00236F25 /* LaunchScreen.storyboard */ = {
  181. isa = PBXVariantGroup;
  182. children = (
  183. 51C24C5125894EDB00236F25 /* Base */,
  184. );
  185. name = LaunchScreen.storyboard;
  186. sourceTree = "<group>";
  187. };
  188. /* End PBXVariantGroup section */
  189. /* Begin XCBuildConfiguration section */
  190. 5125CCAE2437F472006CA5D0 /* Debug */ = {
  191. isa = XCBuildConfiguration;
  192. buildSettings = {
  193. ALWAYS_SEARCH_USER_PATHS = NO;
  194. CLANG_ANALYZER_NONNULL = YES;
  195. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  196. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  197. CLANG_CXX_LIBRARY = "libc++";
  198. CLANG_ENABLE_MODULES = YES;
  199. CLANG_ENABLE_OBJC_ARC = YES;
  200. CLANG_ENABLE_OBJC_WEAK = YES;
  201. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  202. CLANG_WARN_BOOL_CONVERSION = YES;
  203. CLANG_WARN_COMMA = YES;
  204. CLANG_WARN_CONSTANT_CONVERSION = YES;
  205. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  206. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  207. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  208. CLANG_WARN_EMPTY_BODY = YES;
  209. CLANG_WARN_ENUM_CONVERSION = YES;
  210. CLANG_WARN_INFINITE_RECURSION = YES;
  211. CLANG_WARN_INT_CONVERSION = YES;
  212. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  213. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  214. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  215. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  216. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  217. CLANG_WARN_STRICT_PROTOTYPES = YES;
  218. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  219. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  220. CLANG_WARN_UNREACHABLE_CODE = YES;
  221. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  222. COPY_PHASE_STRIP = NO;
  223. DEBUG_INFORMATION_FORMAT = dwarf;
  224. ENABLE_STRICT_OBJC_MSGSEND = YES;
  225. ENABLE_TESTABILITY = YES;
  226. GCC_C_LANGUAGE_STANDARD = gnu11;
  227. GCC_DYNAMIC_NO_PIC = NO;
  228. GCC_NO_COMMON_BLOCKS = YES;
  229. GCC_OPTIMIZATION_LEVEL = 0;
  230. GCC_PREPROCESSOR_DEFINITIONS = (
  231. "DEBUG=1",
  232. "$(inherited)",
  233. );
  234. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  235. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  236. GCC_WARN_UNDECLARED_SELECTOR = YES;
  237. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  238. GCC_WARN_UNUSED_FUNCTION = YES;
  239. GCC_WARN_UNUSED_VARIABLE = YES;
  240. IPHONEOS_DEPLOYMENT_TARGET = 13.2;
  241. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  242. MTL_FAST_MATH = YES;
  243. ONLY_ACTIVE_ARCH = YES;
  244. SDKROOT = iphoneos;
  245. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  246. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  247. };
  248. name = Debug;
  249. };
  250. 5125CCAF2437F472006CA5D0 /* Release */ = {
  251. isa = XCBuildConfiguration;
  252. buildSettings = {
  253. ALWAYS_SEARCH_USER_PATHS = NO;
  254. CLANG_ANALYZER_NONNULL = YES;
  255. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  256. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  257. CLANG_CXX_LIBRARY = "libc++";
  258. CLANG_ENABLE_MODULES = YES;
  259. CLANG_ENABLE_OBJC_ARC = YES;
  260. CLANG_ENABLE_OBJC_WEAK = YES;
  261. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  262. CLANG_WARN_BOOL_CONVERSION = YES;
  263. CLANG_WARN_COMMA = YES;
  264. CLANG_WARN_CONSTANT_CONVERSION = YES;
  265. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  266. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  267. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  268. CLANG_WARN_EMPTY_BODY = YES;
  269. CLANG_WARN_ENUM_CONVERSION = YES;
  270. CLANG_WARN_INFINITE_RECURSION = YES;
  271. CLANG_WARN_INT_CONVERSION = YES;
  272. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  273. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  274. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  275. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  276. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  277. CLANG_WARN_STRICT_PROTOTYPES = YES;
  278. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  279. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  280. CLANG_WARN_UNREACHABLE_CODE = YES;
  281. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  282. COPY_PHASE_STRIP = NO;
  283. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  284. ENABLE_NS_ASSERTIONS = NO;
  285. ENABLE_STRICT_OBJC_MSGSEND = YES;
  286. GCC_C_LANGUAGE_STANDARD = gnu11;
  287. GCC_NO_COMMON_BLOCKS = YES;
  288. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  289. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  290. GCC_WARN_UNDECLARED_SELECTOR = YES;
  291. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  292. GCC_WARN_UNUSED_FUNCTION = YES;
  293. GCC_WARN_UNUSED_VARIABLE = YES;
  294. IPHONEOS_DEPLOYMENT_TARGET = 13.2;
  295. MTL_ENABLE_DEBUG_INFO = NO;
  296. MTL_FAST_MATH = YES;
  297. SDKROOT = iphoneos;
  298. SWIFT_COMPILATION_MODE = wholemodule;
  299. SWIFT_OPTIMIZATION_LEVEL = "-O";
  300. VALIDATE_PRODUCT = YES;
  301. };
  302. name = Release;
  303. };
  304. 5125CCB12437F472006CA5D0 /* Debug */ = {
  305. isa = XCBuildConfiguration;
  306. buildSettings = {
  307. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  308. CLANG_ENABLE_MODULES = YES;
  309. CODE_SIGN_ENTITLEMENTS = Sample/Sample.entitlements;
  310. CODE_SIGN_IDENTITY = "iPhone Developer";
  311. CODE_SIGN_STYLE = Manual;
  312. DEVELOPMENT_ASSET_PATHS = "\"Sample/Preview Content\"";
  313. DEVELOPMENT_TEAM = EQHXZ8M8AV;
  314. ENABLE_PREVIEWS = YES;
  315. INFOPLIST_FILE = Sample/Info.plist;
  316. LD_RUNPATH_SEARCH_PATHS = (
  317. "$(inherited)",
  318. "@executable_path/Frameworks",
  319. );
  320. PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.extensions.dev;
  321. PRODUCT_NAME = "$(TARGET_NAME)";
  322. PROVISIONING_PROFILE_SPECIFIER = "Firebase iOS App Extensions Dev";
  323. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  324. SWIFT_VERSION = 5.0;
  325. TARGETED_DEVICE_FAMILY = "1,2";
  326. };
  327. name = Debug;
  328. };
  329. 5125CCB22437F472006CA5D0 /* Release */ = {
  330. isa = XCBuildConfiguration;
  331. buildSettings = {
  332. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  333. CLANG_ENABLE_MODULES = YES;
  334. CODE_SIGN_ENTITLEMENTS = Sample/Sample.entitlements;
  335. CODE_SIGN_IDENTITY = "iPhone Developer";
  336. CODE_SIGN_STYLE = Manual;
  337. DEVELOPMENT_ASSET_PATHS = "\"Sample/Preview Content\"";
  338. DEVELOPMENT_TEAM = EQHXZ8M8AV;
  339. ENABLE_PREVIEWS = YES;
  340. INFOPLIST_FILE = Sample/Info.plist;
  341. LD_RUNPATH_SEARCH_PATHS = (
  342. "$(inherited)",
  343. "@executable_path/Frameworks",
  344. );
  345. PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.extensions.dev;
  346. PRODUCT_NAME = "$(TARGET_NAME)";
  347. PROVISIONING_PROFILE_SPECIFIER = "Firebase iOS App Extensions Dev";
  348. SWIFT_VERSION = 5.0;
  349. TARGETED_DEVICE_FAMILY = "1,2";
  350. };
  351. name = Release;
  352. };
  353. /* End XCBuildConfiguration section */
  354. /* Begin XCConfigurationList section */
  355. 5125CC942437F471006CA5D0 /* Build configuration list for PBXProject "Sample" */ = {
  356. isa = XCConfigurationList;
  357. buildConfigurations = (
  358. 5125CCAE2437F472006CA5D0 /* Debug */,
  359. 5125CCAF2437F472006CA5D0 /* Release */,
  360. );
  361. defaultConfigurationIsVisible = 0;
  362. defaultConfigurationName = Release;
  363. };
  364. 5125CCB02437F472006CA5D0 /* Build configuration list for PBXNativeTarget "Sample" */ = {
  365. isa = XCConfigurationList;
  366. buildConfigurations = (
  367. 5125CCB12437F472006CA5D0 /* Debug */,
  368. 5125CCB22437F472006CA5D0 /* Release */,
  369. );
  370. defaultConfigurationIsVisible = 0;
  371. defaultConfigurationName = Release;
  372. };
  373. /* End XCConfigurationList section */
  374. /* Begin XCVersionGroup section */
  375. 5125CCA02437F471006CA5D0 /* Sample.xcdatamodeld */ = {
  376. isa = XCVersionGroup;
  377. children = (
  378. 5125CCA12437F471006CA5D0 /* Sample.xcdatamodel */,
  379. );
  380. currentVersion = 5125CCA12437F471006CA5D0 /* Sample.xcdatamodel */;
  381. path = Sample.xcdatamodeld;
  382. sourceTree = "<group>";
  383. versionGroupType = wrapper.xcdatamodel;
  384. };
  385. /* End XCVersionGroup section */
  386. };
  387. rootObject = 5125CC912437F471006CA5D0 /* Project object */;
  388. }