project.pbxproj 17 KB

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