project.pbxproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 51;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 5B4DE0A622F8D7B100B55A7B /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B4DE0A522F8D7B100B55A7B /* AppDelegate.m */; };
  10. 5B4DE0A922F8D7B100B55A7B /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B4DE0A822F8D7B100B55A7B /* ViewController.m */; };
  11. 5B4DE0AC22F8D7B100B55A7B /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5B4DE0AA22F8D7B100B55A7B /* Main.storyboard */; };
  12. 5B4DE0AE22F8D7B300B55A7B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5B4DE0AD22F8D7B300B55A7B /* Assets.xcassets */; };
  13. 5B4DE0B122F8D7B300B55A7B /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5B4DE0AF22F8D7B300B55A7B /* LaunchScreen.storyboard */; };
  14. 5B4DE0B422F8D7B300B55A7B /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B4DE0B322F8D7B300B55A7B /* main.m */; };
  15. 5B4DE0BD22F8DA1300B55A7B /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 5B4DE0BB22F8DA1300B55A7B /* GoogleService-Info.plist */; };
  16. AC252CE6B594C95D235E64F9 /* Pods_SegmentationSampleApp.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 03FB7E52AF4C6B5EAA580F43 /* Pods_SegmentationSampleApp.framework */; };
  17. /* End PBXBuildFile section */
  18. /* Begin PBXFileReference section */
  19. 03FB7E52AF4C6B5EAA580F43 /* Pods_SegmentationSampleApp.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SegmentationSampleApp.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  20. 23212B47B363359777FCF914 /* Pods-SegmentationSampleApp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SegmentationSampleApp.debug.xcconfig"; path = "Target Support Files/Pods-SegmentationSampleApp/Pods-SegmentationSampleApp.debug.xcconfig"; sourceTree = "<group>"; };
  21. 2B8D0D05EDF54422ACEF8C82 /* Pods-SegmentationSampleApp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SegmentationSampleApp.release.xcconfig"; path = "Target Support Files/Pods-SegmentationSampleApp/Pods-SegmentationSampleApp.release.xcconfig"; sourceTree = "<group>"; };
  22. 5B4DE0A122F8D7B100B55A7B /* SegmentationSampleApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SegmentationSampleApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
  23. 5B4DE0A422F8D7B100B55A7B /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  24. 5B4DE0A522F8D7B100B55A7B /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  25. 5B4DE0A722F8D7B100B55A7B /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
  26. 5B4DE0A822F8D7B100B55A7B /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
  27. 5B4DE0AB22F8D7B100B55A7B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  28. 5B4DE0AD22F8D7B300B55A7B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  29. 5B4DE0B022F8D7B300B55A7B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  30. 5B4DE0B222F8D7B300B55A7B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  31. 5B4DE0B322F8D7B300B55A7B /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  32. 5B4DE0BB22F8DA1300B55A7B /* GoogleService-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
  33. 5B4DE0BF22F8E07200B55A7B /* GoogleService-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "GoogleService-Info.plist"; path = "../../../../../../configdaily googservice/GoogleService-Info.plist"; sourceTree = "<group>"; };
  34. /* End PBXFileReference section */
  35. /* Begin PBXFrameworksBuildPhase section */
  36. 5B4DE09E22F8D7B100B55A7B /* Frameworks */ = {
  37. isa = PBXFrameworksBuildPhase;
  38. buildActionMask = 2147483647;
  39. files = (
  40. AC252CE6B594C95D235E64F9 /* Pods_SegmentationSampleApp.framework in Frameworks */,
  41. );
  42. runOnlyForDeploymentPostprocessing = 0;
  43. };
  44. /* End PBXFrameworksBuildPhase section */
  45. /* Begin PBXGroup section */
  46. 1DAAA9CDE17A7AD3D4D58BFA /* Pods */ = {
  47. isa = PBXGroup;
  48. children = (
  49. 23212B47B363359777FCF914 /* Pods-SegmentationSampleApp.debug.xcconfig */,
  50. 2B8D0D05EDF54422ACEF8C82 /* Pods-SegmentationSampleApp.release.xcconfig */,
  51. );
  52. path = Pods;
  53. sourceTree = "<group>";
  54. };
  55. 2074D9A873FD02A71321C678 /* Frameworks */ = {
  56. isa = PBXGroup;
  57. children = (
  58. 5B4DE0BF22F8E07200B55A7B /* GoogleService-Info.plist */,
  59. 03FB7E52AF4C6B5EAA580F43 /* Pods_SegmentationSampleApp.framework */,
  60. );
  61. name = Frameworks;
  62. sourceTree = "<group>";
  63. };
  64. 5B4DE09822F8D7B100B55A7B = {
  65. isa = PBXGroup;
  66. children = (
  67. 5B4DE0BB22F8DA1300B55A7B /* GoogleService-Info.plist */,
  68. 5B4DE0A322F8D7B100B55A7B /* SegmentationSampleApp */,
  69. 5B4DE0A222F8D7B100B55A7B /* Products */,
  70. 1DAAA9CDE17A7AD3D4D58BFA /* Pods */,
  71. 2074D9A873FD02A71321C678 /* Frameworks */,
  72. );
  73. sourceTree = "<group>";
  74. };
  75. 5B4DE0A222F8D7B100B55A7B /* Products */ = {
  76. isa = PBXGroup;
  77. children = (
  78. 5B4DE0A122F8D7B100B55A7B /* SegmentationSampleApp.app */,
  79. );
  80. name = Products;
  81. sourceTree = "<group>";
  82. };
  83. 5B4DE0A322F8D7B100B55A7B /* SegmentationSampleApp */ = {
  84. isa = PBXGroup;
  85. children = (
  86. 5B4DE0A422F8D7B100B55A7B /* AppDelegate.h */,
  87. 5B4DE0A522F8D7B100B55A7B /* AppDelegate.m */,
  88. 5B4DE0A722F8D7B100B55A7B /* ViewController.h */,
  89. 5B4DE0A822F8D7B100B55A7B /* ViewController.m */,
  90. 5B4DE0AA22F8D7B100B55A7B /* Main.storyboard */,
  91. 5B4DE0AD22F8D7B300B55A7B /* Assets.xcassets */,
  92. 5B4DE0AF22F8D7B300B55A7B /* LaunchScreen.storyboard */,
  93. 5B4DE0B222F8D7B300B55A7B /* Info.plist */,
  94. 5B4DE0B322F8D7B300B55A7B /* main.m */,
  95. );
  96. path = SegmentationSampleApp;
  97. sourceTree = "<group>";
  98. };
  99. /* End PBXGroup section */
  100. /* Begin PBXNativeTarget section */
  101. 5B4DE0A022F8D7B100B55A7B /* SegmentationSampleApp */ = {
  102. isa = PBXNativeTarget;
  103. buildConfigurationList = 5B4DE0B722F8D7B300B55A7B /* Build configuration list for PBXNativeTarget "SegmentationSampleApp" */;
  104. buildPhases = (
  105. B73B50EA390CE7F1ED248C8C /* [CP] Check Pods Manifest.lock */,
  106. 5B4DE09D22F8D7B100B55A7B /* Sources */,
  107. 5B4DE09E22F8D7B100B55A7B /* Frameworks */,
  108. 5B4DE09F22F8D7B100B55A7B /* Resources */,
  109. F28D7493DD28A2A2A72AF1FC /* [CP] Embed Pods Frameworks */,
  110. );
  111. buildRules = (
  112. );
  113. dependencies = (
  114. );
  115. name = SegmentationSampleApp;
  116. productName = SegmentationSampleApp;
  117. productReference = 5B4DE0A122F8D7B100B55A7B /* SegmentationSampleApp.app */;
  118. productType = "com.apple.product-type.application";
  119. };
  120. /* End PBXNativeTarget section */
  121. /* Begin PBXProject section */
  122. 5B4DE09922F8D7B100B55A7B /* Project object */ = {
  123. isa = PBXProject;
  124. attributes = {
  125. LastUpgradeCheck = 1010;
  126. ORGANIZATIONNAME = "Mandar Deolalikar";
  127. TargetAttributes = {
  128. 5B4DE0A022F8D7B100B55A7B = {
  129. CreatedOnToolsVersion = 10.1;
  130. };
  131. };
  132. };
  133. buildConfigurationList = 5B4DE09C22F8D7B100B55A7B /* Build configuration list for PBXProject "SegmentationSampleApp" */;
  134. compatibilityVersion = "Xcode 9.3";
  135. developmentRegion = en;
  136. hasScannedForEncodings = 0;
  137. knownRegions = (
  138. en,
  139. Base,
  140. );
  141. mainGroup = 5B4DE09822F8D7B100B55A7B;
  142. productRefGroup = 5B4DE0A222F8D7B100B55A7B /* Products */;
  143. projectDirPath = "";
  144. projectRoot = "";
  145. targets = (
  146. 5B4DE0A022F8D7B100B55A7B /* SegmentationSampleApp */,
  147. );
  148. };
  149. /* End PBXProject section */
  150. /* Begin PBXResourcesBuildPhase section */
  151. 5B4DE09F22F8D7B100B55A7B /* Resources */ = {
  152. isa = PBXResourcesBuildPhase;
  153. buildActionMask = 2147483647;
  154. files = (
  155. 5B4DE0BD22F8DA1300B55A7B /* GoogleService-Info.plist in Resources */,
  156. 5B4DE0B122F8D7B300B55A7B /* LaunchScreen.storyboard in Resources */,
  157. 5B4DE0AE22F8D7B300B55A7B /* Assets.xcassets in Resources */,
  158. 5B4DE0AC22F8D7B100B55A7B /* Main.storyboard in Resources */,
  159. );
  160. runOnlyForDeploymentPostprocessing = 0;
  161. };
  162. /* End PBXResourcesBuildPhase section */
  163. /* Begin PBXShellScriptBuildPhase section */
  164. B73B50EA390CE7F1ED248C8C /* [CP] Check Pods Manifest.lock */ = {
  165. isa = PBXShellScriptBuildPhase;
  166. buildActionMask = 2147483647;
  167. files = (
  168. );
  169. inputFileListPaths = (
  170. );
  171. inputPaths = (
  172. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  173. "${PODS_ROOT}/Manifest.lock",
  174. );
  175. name = "[CP] Check Pods Manifest.lock";
  176. outputFileListPaths = (
  177. );
  178. outputPaths = (
  179. "$(DERIVED_FILE_DIR)/Pods-SegmentationSampleApp-checkManifestLockResult.txt",
  180. );
  181. runOnlyForDeploymentPostprocessing = 0;
  182. shellPath = /bin/sh;
  183. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  184. showEnvVarsInLog = 0;
  185. };
  186. F28D7493DD28A2A2A72AF1FC /* [CP] Embed Pods Frameworks */ = {
  187. isa = PBXShellScriptBuildPhase;
  188. buildActionMask = 2147483647;
  189. files = (
  190. );
  191. inputFileListPaths = (
  192. "${PODS_ROOT}/Target Support Files/Pods-SegmentationSampleApp/Pods-SegmentationSampleApp-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  193. );
  194. name = "[CP] Embed Pods Frameworks";
  195. outputFileListPaths = (
  196. "${PODS_ROOT}/Target Support Files/Pods-SegmentationSampleApp/Pods-SegmentationSampleApp-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  197. );
  198. runOnlyForDeploymentPostprocessing = 0;
  199. shellPath = /bin/sh;
  200. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-SegmentationSampleApp/Pods-SegmentationSampleApp-frameworks.sh\"\n";
  201. showEnvVarsInLog = 0;
  202. };
  203. /* End PBXShellScriptBuildPhase section */
  204. /* Begin PBXSourcesBuildPhase section */
  205. 5B4DE09D22F8D7B100B55A7B /* Sources */ = {
  206. isa = PBXSourcesBuildPhase;
  207. buildActionMask = 2147483647;
  208. files = (
  209. 5B4DE0A922F8D7B100B55A7B /* ViewController.m in Sources */,
  210. 5B4DE0B422F8D7B300B55A7B /* main.m in Sources */,
  211. 5B4DE0A622F8D7B100B55A7B /* AppDelegate.m in Sources */,
  212. );
  213. runOnlyForDeploymentPostprocessing = 0;
  214. };
  215. /* End PBXSourcesBuildPhase section */
  216. /* Begin PBXVariantGroup section */
  217. 5B4DE0AA22F8D7B100B55A7B /* Main.storyboard */ = {
  218. isa = PBXVariantGroup;
  219. children = (
  220. 5B4DE0AB22F8D7B100B55A7B /* Base */,
  221. );
  222. name = Main.storyboard;
  223. sourceTree = "<group>";
  224. };
  225. 5B4DE0AF22F8D7B300B55A7B /* LaunchScreen.storyboard */ = {
  226. isa = PBXVariantGroup;
  227. children = (
  228. 5B4DE0B022F8D7B300B55A7B /* Base */,
  229. );
  230. name = LaunchScreen.storyboard;
  231. sourceTree = "<group>";
  232. };
  233. /* End PBXVariantGroup section */
  234. /* Begin XCBuildConfiguration section */
  235. 5B4DE0B522F8D7B300B55A7B /* Debug */ = {
  236. isa = XCBuildConfiguration;
  237. buildSettings = {
  238. ALWAYS_SEARCH_USER_PATHS = NO;
  239. CLANG_ANALYZER_NONNULL = YES;
  240. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  241. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  242. CLANG_CXX_LIBRARY = "libc++";
  243. CLANG_ENABLE_MODULES = YES;
  244. CLANG_ENABLE_OBJC_ARC = YES;
  245. CLANG_ENABLE_OBJC_WEAK = YES;
  246. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  247. CLANG_WARN_BOOL_CONVERSION = YES;
  248. CLANG_WARN_COMMA = YES;
  249. CLANG_WARN_CONSTANT_CONVERSION = YES;
  250. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  251. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  252. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  253. CLANG_WARN_EMPTY_BODY = YES;
  254. CLANG_WARN_ENUM_CONVERSION = YES;
  255. CLANG_WARN_INFINITE_RECURSION = YES;
  256. CLANG_WARN_INT_CONVERSION = YES;
  257. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  258. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  259. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  260. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  261. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  262. CLANG_WARN_STRICT_PROTOTYPES = YES;
  263. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  264. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  265. CLANG_WARN_UNREACHABLE_CODE = YES;
  266. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  267. CODE_SIGN_IDENTITY = "iPhone Developer";
  268. COPY_PHASE_STRIP = NO;
  269. DEBUG_INFORMATION_FORMAT = dwarf;
  270. ENABLE_STRICT_OBJC_MSGSEND = YES;
  271. ENABLE_TESTABILITY = YES;
  272. GCC_C_LANGUAGE_STANDARD = gnu11;
  273. GCC_DYNAMIC_NO_PIC = NO;
  274. GCC_NO_COMMON_BLOCKS = YES;
  275. GCC_OPTIMIZATION_LEVEL = 0;
  276. GCC_PREPROCESSOR_DEFINITIONS = (
  277. "DEBUG=1",
  278. "$(inherited)",
  279. );
  280. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  281. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  282. GCC_WARN_UNDECLARED_SELECTOR = YES;
  283. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  284. GCC_WARN_UNUSED_FUNCTION = YES;
  285. GCC_WARN_UNUSED_VARIABLE = YES;
  286. IPHONEOS_DEPLOYMENT_TARGET = 12.1;
  287. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  288. MTL_FAST_MATH = YES;
  289. ONLY_ACTIVE_ARCH = YES;
  290. SDKROOT = iphoneos;
  291. };
  292. name = Debug;
  293. };
  294. 5B4DE0B622F8D7B300B55A7B /* Release */ = {
  295. isa = XCBuildConfiguration;
  296. buildSettings = {
  297. ALWAYS_SEARCH_USER_PATHS = NO;
  298. CLANG_ANALYZER_NONNULL = YES;
  299. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  300. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  301. CLANG_CXX_LIBRARY = "libc++";
  302. CLANG_ENABLE_MODULES = YES;
  303. CLANG_ENABLE_OBJC_ARC = YES;
  304. CLANG_ENABLE_OBJC_WEAK = YES;
  305. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  306. CLANG_WARN_BOOL_CONVERSION = YES;
  307. CLANG_WARN_COMMA = YES;
  308. CLANG_WARN_CONSTANT_CONVERSION = YES;
  309. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  310. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  311. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  312. CLANG_WARN_EMPTY_BODY = YES;
  313. CLANG_WARN_ENUM_CONVERSION = YES;
  314. CLANG_WARN_INFINITE_RECURSION = YES;
  315. CLANG_WARN_INT_CONVERSION = YES;
  316. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  317. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  318. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  319. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  320. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  321. CLANG_WARN_STRICT_PROTOTYPES = YES;
  322. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  323. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  324. CLANG_WARN_UNREACHABLE_CODE = YES;
  325. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  326. CODE_SIGN_IDENTITY = "iPhone Developer";
  327. COPY_PHASE_STRIP = NO;
  328. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  329. ENABLE_NS_ASSERTIONS = NO;
  330. ENABLE_STRICT_OBJC_MSGSEND = YES;
  331. GCC_C_LANGUAGE_STANDARD = gnu11;
  332. GCC_NO_COMMON_BLOCKS = YES;
  333. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  334. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  335. GCC_WARN_UNDECLARED_SELECTOR = YES;
  336. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  337. GCC_WARN_UNUSED_FUNCTION = YES;
  338. GCC_WARN_UNUSED_VARIABLE = YES;
  339. IPHONEOS_DEPLOYMENT_TARGET = 12.1;
  340. MTL_ENABLE_DEBUG_INFO = NO;
  341. MTL_FAST_MATH = YES;
  342. SDKROOT = iphoneos;
  343. VALIDATE_PRODUCT = YES;
  344. };
  345. name = Release;
  346. };
  347. 5B4DE0B822F8D7B300B55A7B /* Debug */ = {
  348. isa = XCBuildConfiguration;
  349. baseConfigurationReference = 23212B47B363359777FCF914 /* Pods-SegmentationSampleApp.debug.xcconfig */;
  350. buildSettings = {
  351. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  352. CODE_SIGN_STYLE = Manual;
  353. DEVELOPMENT_TEAM = EQHXZ8M8AV;
  354. INFOPLIST_FILE = SegmentationSampleApp/Info.plist;
  355. LD_RUNPATH_SEARCH_PATHS = (
  356. "$(inherited)",
  357. "@executable_path/Frameworks",
  358. );
  359. PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.paul.hackweek.nov2020;
  360. PRODUCT_NAME = "$(TARGET_NAME)";
  361. PROVISIONING_PROFILE_SPECIFIER = "Firebase Remote Config TestApp Dev";
  362. TARGETED_DEVICE_FAMILY = "1,2";
  363. };
  364. name = Debug;
  365. };
  366. 5B4DE0B922F8D7B300B55A7B /* Release */ = {
  367. isa = XCBuildConfiguration;
  368. baseConfigurationReference = 2B8D0D05EDF54422ACEF8C82 /* Pods-SegmentationSampleApp.release.xcconfig */;
  369. buildSettings = {
  370. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  371. CODE_SIGN_STYLE = Manual;
  372. DEVELOPMENT_TEAM = EQHXZ8M8AV;
  373. INFOPLIST_FILE = SegmentationSampleApp/Info.plist;
  374. LD_RUNPATH_SEARCH_PATHS = (
  375. "$(inherited)",
  376. "@executable_path/Frameworks",
  377. );
  378. PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.paul.hackweek.nov2020;
  379. PRODUCT_NAME = "$(TARGET_NAME)";
  380. PROVISIONING_PROFILE_SPECIFIER = "Firebase Remote Config TestApp Dev";
  381. TARGETED_DEVICE_FAMILY = "1,2";
  382. };
  383. name = Release;
  384. };
  385. /* End XCBuildConfiguration section */
  386. /* Begin XCConfigurationList section */
  387. 5B4DE09C22F8D7B100B55A7B /* Build configuration list for PBXProject "SegmentationSampleApp" */ = {
  388. isa = XCConfigurationList;
  389. buildConfigurations = (
  390. 5B4DE0B522F8D7B300B55A7B /* Debug */,
  391. 5B4DE0B622F8D7B300B55A7B /* Release */,
  392. );
  393. defaultConfigurationIsVisible = 0;
  394. defaultConfigurationName = Release;
  395. };
  396. 5B4DE0B722F8D7B300B55A7B /* Build configuration list for PBXNativeTarget "SegmentationSampleApp" */ = {
  397. isa = XCConfigurationList;
  398. buildConfigurations = (
  399. 5B4DE0B822F8D7B300B55A7B /* Debug */,
  400. 5B4DE0B922F8D7B300B55A7B /* Release */,
  401. );
  402. defaultConfigurationIsVisible = 0;
  403. defaultConfigurationName = Release;
  404. };
  405. /* End XCConfigurationList section */
  406. };
  407. rootObject = 5B4DE09922F8D7B100B55A7B /* Project object */;
  408. }