project.pbxproj 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 55;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 8817084426B9593E009E9281 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 8817084326B9593E009E9281 /* GoogleService-Info.plist */; };
  10. 8817084726B95A63009E9281 /* FirebaseFirestore in Frameworks */ = {isa = PBXBuildFile; productRef = 8817084626B95A63009E9281 /* FirebaseFirestore */; };
  11. 8817084926B95A63009E9281 /* FirebaseFirestoreSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 8817084826B95A63009E9281 /* FirebaseFirestoreSwift */; };
  12. 88327B8826D62908002AA6D9 /* FavouriteFruitsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88327B8726D62908002AA6D9 /* FavouriteFruitsView.swift */; };
  13. 8844BA6126E0DD3F000786F0 /* FavouriteFruitsMappingErrorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8844BA6026E0DD3F000786F0 /* FavouriteFruitsMappingErrorView.swift */; };
  14. 88D5E37826EBD2F200808AFF /* FavouriteFruitsMappingErrorView2.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88D5E37726EBD2F200808AFF /* FavouriteFruitsMappingErrorView2.swift */; };
  15. 88FBD98826B9485F00982BF2 /* FirestoreSampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88FBD98726B9485F00982BF2 /* FirestoreSampleApp.swift */; };
  16. 88FBD98C26B9486100982BF2 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 88FBD98B26B9486100982BF2 /* Assets.xcassets */; };
  17. 88FBD98F26B9486100982BF2 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 88FBD98E26B9486100982BF2 /* Preview Assets.xcassets */; };
  18. 88FBD99826B948E200982BF2 /* MenuView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88FBD99726B948E200982BF2 /* MenuView.swift */; };
  19. /* End PBXBuildFile section */
  20. /* Begin PBXFileReference section */
  21. 8809D0AE26B9520B00DE7864 /* firebase-ios-sdk */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "firebase-ios-sdk"; path = ../..; sourceTree = "<group>"; };
  22. 8817084326B9593E009E9281 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
  23. 88327B8726D62908002AA6D9 /* FavouriteFruitsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FavouriteFruitsView.swift; sourceTree = "<group>"; };
  24. 8844BA6026E0DD3F000786F0 /* FavouriteFruitsMappingErrorView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FavouriteFruitsMappingErrorView.swift; sourceTree = "<group>"; };
  25. 88D5E37726EBD2F200808AFF /* FavouriteFruitsMappingErrorView2.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FavouriteFruitsMappingErrorView2.swift; sourceTree = "<group>"; };
  26. 88FBD98426B9485F00982BF2 /* FirestoreSample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FirestoreSample.app; sourceTree = BUILT_PRODUCTS_DIR; };
  27. 88FBD98726B9485F00982BF2 /* FirestoreSampleApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FirestoreSampleApp.swift; sourceTree = "<group>"; };
  28. 88FBD98B26B9486100982BF2 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  29. 88FBD98E26B9486100982BF2 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
  30. 88FBD99726B948E200982BF2 /* MenuView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MenuView.swift; sourceTree = "<group>"; };
  31. /* End PBXFileReference section */
  32. /* Begin PBXFrameworksBuildPhase section */
  33. 88FBD98126B9485F00982BF2 /* Frameworks */ = {
  34. isa = PBXFrameworksBuildPhase;
  35. buildActionMask = 2147483647;
  36. files = (
  37. 8817084726B95A63009E9281 /* FirebaseFirestore in Frameworks */,
  38. 8817084926B95A63009E9281 /* FirebaseFirestoreSwift in Frameworks */,
  39. );
  40. runOnlyForDeploymentPostprocessing = 0;
  41. };
  42. /* End PBXFrameworksBuildPhase section */
  43. /* Begin PBXGroup section */
  44. 8809D0AD26B9520B00DE7864 /* Packages */ = {
  45. isa = PBXGroup;
  46. children = (
  47. 8809D0AE26B9520B00DE7864 /* firebase-ios-sdk */,
  48. );
  49. name = Packages;
  50. sourceTree = "<group>";
  51. };
  52. 8817084526B95A63009E9281 /* Frameworks */ = {
  53. isa = PBXGroup;
  54. children = (
  55. );
  56. name = Frameworks;
  57. sourceTree = "<group>";
  58. };
  59. 88FBD97B26B9485F00982BF2 = {
  60. isa = PBXGroup;
  61. children = (
  62. 8809D0AD26B9520B00DE7864 /* Packages */,
  63. 88FBD98626B9485F00982BF2 /* FirestoreSample */,
  64. 88FBD98526B9485F00982BF2 /* Products */,
  65. 8817084526B95A63009E9281 /* Frameworks */,
  66. );
  67. sourceTree = "<group>";
  68. };
  69. 88FBD98526B9485F00982BF2 /* Products */ = {
  70. isa = PBXGroup;
  71. children = (
  72. 88FBD98426B9485F00982BF2 /* FirestoreSample.app */,
  73. );
  74. name = Products;
  75. sourceTree = "<group>";
  76. };
  77. 88FBD98626B9485F00982BF2 /* FirestoreSample */ = {
  78. isa = PBXGroup;
  79. children = (
  80. 88FBD99526B948A100982BF2 /* App */,
  81. 88FBD99626B948A900982BF2 /* Views */,
  82. 88FBD98B26B9486100982BF2 /* Assets.xcassets */,
  83. 8817084326B9593E009E9281 /* GoogleService-Info.plist */,
  84. 88FBD98D26B9486100982BF2 /* Preview Content */,
  85. );
  86. path = FirestoreSample;
  87. sourceTree = "<group>";
  88. };
  89. 88FBD98D26B9486100982BF2 /* Preview Content */ = {
  90. isa = PBXGroup;
  91. children = (
  92. 88FBD98E26B9486100982BF2 /* Preview Assets.xcassets */,
  93. );
  94. path = "Preview Content";
  95. sourceTree = "<group>";
  96. };
  97. 88FBD99526B948A100982BF2 /* App */ = {
  98. isa = PBXGroup;
  99. children = (
  100. 88FBD98726B9485F00982BF2 /* FirestoreSampleApp.swift */,
  101. );
  102. path = App;
  103. sourceTree = "<group>";
  104. };
  105. 88FBD99626B948A900982BF2 /* Views */ = {
  106. isa = PBXGroup;
  107. children = (
  108. 88FBD99726B948E200982BF2 /* MenuView.swift */,
  109. 88327B8726D62908002AA6D9 /* FavouriteFruitsView.swift */,
  110. 8844BA6026E0DD3F000786F0 /* FavouriteFruitsMappingErrorView.swift */,
  111. 88D5E37726EBD2F200808AFF /* FavouriteFruitsMappingErrorView2.swift */,
  112. );
  113. path = Views;
  114. sourceTree = "<group>";
  115. };
  116. /* End PBXGroup section */
  117. /* Begin PBXNativeTarget section */
  118. 88FBD98326B9485F00982BF2 /* FirestoreSample */ = {
  119. isa = PBXNativeTarget;
  120. buildConfigurationList = 88FBD99226B9486100982BF2 /* Build configuration list for PBXNativeTarget "FirestoreSample" */;
  121. buildPhases = (
  122. 88FBD98026B9485F00982BF2 /* Sources */,
  123. 88FBD98126B9485F00982BF2 /* Frameworks */,
  124. 88FBD98226B9485F00982BF2 /* Resources */,
  125. );
  126. buildRules = (
  127. );
  128. dependencies = (
  129. );
  130. name = FirestoreSample;
  131. packageProductDependencies = (
  132. 8817084626B95A63009E9281 /* FirebaseFirestore */,
  133. 8817084826B95A63009E9281 /* FirebaseFirestoreSwift */,
  134. );
  135. productName = FirestoreSample;
  136. productReference = 88FBD98426B9485F00982BF2 /* FirestoreSample.app */;
  137. productType = "com.apple.product-type.application";
  138. };
  139. /* End PBXNativeTarget section */
  140. /* Begin PBXProject section */
  141. 88FBD97C26B9485F00982BF2 /* Project object */ = {
  142. isa = PBXProject;
  143. attributes = {
  144. BuildIndependentTargetsInParallel = 1;
  145. LastSwiftUpdateCheck = 1300;
  146. LastUpgradeCheck = 1300;
  147. TargetAttributes = {
  148. 88FBD98326B9485F00982BF2 = {
  149. CreatedOnToolsVersion = 13.0;
  150. };
  151. };
  152. };
  153. buildConfigurationList = 88FBD97F26B9485F00982BF2 /* Build configuration list for PBXProject "FirestoreSample" */;
  154. compatibilityVersion = "Xcode 13.0";
  155. developmentRegion = en;
  156. hasScannedForEncodings = 0;
  157. knownRegions = (
  158. en,
  159. Base,
  160. );
  161. mainGroup = 88FBD97B26B9485F00982BF2;
  162. productRefGroup = 88FBD98526B9485F00982BF2 /* Products */;
  163. projectDirPath = "";
  164. projectRoot = "";
  165. targets = (
  166. 88FBD98326B9485F00982BF2 /* FirestoreSample */,
  167. );
  168. };
  169. /* End PBXProject section */
  170. /* Begin PBXResourcesBuildPhase section */
  171. 88FBD98226B9485F00982BF2 /* Resources */ = {
  172. isa = PBXResourcesBuildPhase;
  173. buildActionMask = 2147483647;
  174. files = (
  175. 88FBD98F26B9486100982BF2 /* Preview Assets.xcassets in Resources */,
  176. 8817084426B9593E009E9281 /* GoogleService-Info.plist in Resources */,
  177. 88FBD98C26B9486100982BF2 /* Assets.xcassets in Resources */,
  178. );
  179. runOnlyForDeploymentPostprocessing = 0;
  180. };
  181. /* End PBXResourcesBuildPhase section */
  182. /* Begin PBXSourcesBuildPhase section */
  183. 88FBD98026B9485F00982BF2 /* Sources */ = {
  184. isa = PBXSourcesBuildPhase;
  185. buildActionMask = 2147483647;
  186. files = (
  187. 88FBD99826B948E200982BF2 /* MenuView.swift in Sources */,
  188. 88327B8826D62908002AA6D9 /* FavouriteFruitsView.swift in Sources */,
  189. 88FBD98826B9485F00982BF2 /* FirestoreSampleApp.swift in Sources */,
  190. 88D5E37826EBD2F200808AFF /* FavouriteFruitsMappingErrorView2.swift in Sources */,
  191. 8844BA6126E0DD3F000786F0 /* FavouriteFruitsMappingErrorView.swift in Sources */,
  192. );
  193. runOnlyForDeploymentPostprocessing = 0;
  194. };
  195. /* End PBXSourcesBuildPhase section */
  196. /* Begin XCBuildConfiguration section */
  197. 88FBD99026B9486100982BF2 /* Debug */ = {
  198. isa = XCBuildConfiguration;
  199. buildSettings = {
  200. ALWAYS_SEARCH_USER_PATHS = NO;
  201. CLANG_ANALYZER_NONNULL = YES;
  202. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  203. CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
  204. CLANG_CXX_LIBRARY = "libc++";
  205. CLANG_ENABLE_MODULES = YES;
  206. CLANG_ENABLE_OBJC_ARC = YES;
  207. CLANG_ENABLE_OBJC_WEAK = YES;
  208. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  209. CLANG_WARN_BOOL_CONVERSION = YES;
  210. CLANG_WARN_COMMA = YES;
  211. CLANG_WARN_CONSTANT_CONVERSION = YES;
  212. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  213. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  214. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  215. CLANG_WARN_EMPTY_BODY = YES;
  216. CLANG_WARN_ENUM_CONVERSION = YES;
  217. CLANG_WARN_INFINITE_RECURSION = YES;
  218. CLANG_WARN_INT_CONVERSION = YES;
  219. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  220. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  221. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  222. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  223. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  224. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  225. CLANG_WARN_STRICT_PROTOTYPES = YES;
  226. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  227. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  228. CLANG_WARN_UNREACHABLE_CODE = YES;
  229. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  230. COPY_PHASE_STRIP = NO;
  231. DEBUG_INFORMATION_FORMAT = dwarf;
  232. ENABLE_STRICT_OBJC_MSGSEND = YES;
  233. ENABLE_TESTABILITY = YES;
  234. GCC_C_LANGUAGE_STANDARD = gnu11;
  235. GCC_DYNAMIC_NO_PIC = NO;
  236. GCC_NO_COMMON_BLOCKS = YES;
  237. GCC_OPTIMIZATION_LEVEL = 0;
  238. GCC_PREPROCESSOR_DEFINITIONS = (
  239. "DEBUG=1",
  240. "$(inherited)",
  241. );
  242. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  243. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  244. GCC_WARN_UNDECLARED_SELECTOR = YES;
  245. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  246. GCC_WARN_UNUSED_FUNCTION = YES;
  247. GCC_WARN_UNUSED_VARIABLE = YES;
  248. IPHONEOS_DEPLOYMENT_TARGET = 15.0;
  249. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  250. MTL_FAST_MATH = YES;
  251. ONLY_ACTIVE_ARCH = YES;
  252. SDKROOT = iphoneos;
  253. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  254. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  255. };
  256. name = Debug;
  257. };
  258. 88FBD99126B9486100982BF2 /* Release */ = {
  259. isa = XCBuildConfiguration;
  260. buildSettings = {
  261. ALWAYS_SEARCH_USER_PATHS = NO;
  262. CLANG_ANALYZER_NONNULL = YES;
  263. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  264. CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
  265. CLANG_CXX_LIBRARY = "libc++";
  266. CLANG_ENABLE_MODULES = YES;
  267. CLANG_ENABLE_OBJC_ARC = YES;
  268. CLANG_ENABLE_OBJC_WEAK = YES;
  269. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  270. CLANG_WARN_BOOL_CONVERSION = YES;
  271. CLANG_WARN_COMMA = YES;
  272. CLANG_WARN_CONSTANT_CONVERSION = YES;
  273. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  274. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  275. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  276. CLANG_WARN_EMPTY_BODY = YES;
  277. CLANG_WARN_ENUM_CONVERSION = YES;
  278. CLANG_WARN_INFINITE_RECURSION = YES;
  279. CLANG_WARN_INT_CONVERSION = YES;
  280. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  281. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  282. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  283. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  284. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  285. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  286. CLANG_WARN_STRICT_PROTOTYPES = YES;
  287. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  288. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  289. CLANG_WARN_UNREACHABLE_CODE = YES;
  290. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  291. COPY_PHASE_STRIP = NO;
  292. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  293. ENABLE_NS_ASSERTIONS = NO;
  294. ENABLE_STRICT_OBJC_MSGSEND = YES;
  295. GCC_C_LANGUAGE_STANDARD = gnu11;
  296. GCC_NO_COMMON_BLOCKS = YES;
  297. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  298. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  299. GCC_WARN_UNDECLARED_SELECTOR = YES;
  300. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  301. GCC_WARN_UNUSED_FUNCTION = YES;
  302. GCC_WARN_UNUSED_VARIABLE = YES;
  303. IPHONEOS_DEPLOYMENT_TARGET = 15.0;
  304. MTL_ENABLE_DEBUG_INFO = NO;
  305. MTL_FAST_MATH = YES;
  306. SDKROOT = iphoneos;
  307. SWIFT_COMPILATION_MODE = wholemodule;
  308. SWIFT_OPTIMIZATION_LEVEL = "-O";
  309. VALIDATE_PRODUCT = YES;
  310. };
  311. name = Release;
  312. };
  313. 88FBD99326B9486100982BF2 /* Debug */ = {
  314. isa = XCBuildConfiguration;
  315. buildSettings = {
  316. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  317. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  318. CODE_SIGN_STYLE = Automatic;
  319. CURRENT_PROJECT_VERSION = 1;
  320. DEVELOPMENT_ASSET_PATHS = "\"FirestoreSample/Preview Content\"";
  321. DEVELOPMENT_TEAM = YGAZHQXHH4;
  322. ENABLE_PREVIEWS = YES;
  323. GENERATE_INFOPLIST_FILE = YES;
  324. INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
  325. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  326. INFOPLIST_KEY_UILaunchScreen_Generation = YES;
  327. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  328. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  329. IPHONEOS_DEPLOYMENT_TARGET = 15.0;
  330. LD_RUNPATH_SEARCH_PATHS = (
  331. "$(inherited)",
  332. "@executable_path/Frameworks",
  333. );
  334. MARKETING_VERSION = 1.0;
  335. PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.FirestoreSample;
  336. PRODUCT_NAME = "$(TARGET_NAME)";
  337. SWIFT_EMIT_LOC_STRINGS = YES;
  338. SWIFT_VERSION = 5.0;
  339. TARGETED_DEVICE_FAMILY = "1,2";
  340. };
  341. name = Debug;
  342. };
  343. 88FBD99426B9486100982BF2 /* Release */ = {
  344. isa = XCBuildConfiguration;
  345. buildSettings = {
  346. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  347. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  348. CODE_SIGN_STYLE = Automatic;
  349. CURRENT_PROJECT_VERSION = 1;
  350. DEVELOPMENT_ASSET_PATHS = "\"FirestoreSample/Preview Content\"";
  351. DEVELOPMENT_TEAM = YGAZHQXHH4;
  352. ENABLE_PREVIEWS = YES;
  353. GENERATE_INFOPLIST_FILE = YES;
  354. INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
  355. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  356. INFOPLIST_KEY_UILaunchScreen_Generation = YES;
  357. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  358. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  359. IPHONEOS_DEPLOYMENT_TARGET = 15.0;
  360. LD_RUNPATH_SEARCH_PATHS = (
  361. "$(inherited)",
  362. "@executable_path/Frameworks",
  363. );
  364. MARKETING_VERSION = 1.0;
  365. PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.FirestoreSample;
  366. PRODUCT_NAME = "$(TARGET_NAME)";
  367. SWIFT_EMIT_LOC_STRINGS = YES;
  368. SWIFT_VERSION = 5.0;
  369. TARGETED_DEVICE_FAMILY = "1,2";
  370. };
  371. name = Release;
  372. };
  373. /* End XCBuildConfiguration section */
  374. /* Begin XCConfigurationList section */
  375. 88FBD97F26B9485F00982BF2 /* Build configuration list for PBXProject "FirestoreSample" */ = {
  376. isa = XCConfigurationList;
  377. buildConfigurations = (
  378. 88FBD99026B9486100982BF2 /* Debug */,
  379. 88FBD99126B9486100982BF2 /* Release */,
  380. );
  381. defaultConfigurationIsVisible = 0;
  382. defaultConfigurationName = Release;
  383. };
  384. 88FBD99226B9486100982BF2 /* Build configuration list for PBXNativeTarget "FirestoreSample" */ = {
  385. isa = XCConfigurationList;
  386. buildConfigurations = (
  387. 88FBD99326B9486100982BF2 /* Debug */,
  388. 88FBD99426B9486100982BF2 /* Release */,
  389. );
  390. defaultConfigurationIsVisible = 0;
  391. defaultConfigurationName = Release;
  392. };
  393. /* End XCConfigurationList section */
  394. /* Begin XCSwiftPackageProductDependency section */
  395. 8817084626B95A63009E9281 /* FirebaseFirestore */ = {
  396. isa = XCSwiftPackageProductDependency;
  397. productName = FirebaseFirestore;
  398. };
  399. 8817084826B95A63009E9281 /* FirebaseFirestoreSwift */ = {
  400. isa = XCSwiftPackageProductDependency;
  401. productName = "FirebaseFirestoreSwift";
  402. };
  403. /* End XCSwiftPackageProductDependency section */
  404. };
  405. rootObject = 88FBD97C26B9485F00982BF2 /* Project object */;
  406. }