project.pbxproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 48;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 2FAD9763203C412B000D30F8 /* config.xml in Resources */ = {isa = PBXBuildFile; fileRef = 2FAD9762203C412B000D30F8 /* config.xml */; };
  10. 50379B232058CBB4000EE86E /* capacitor.config.json in Resources */ = {isa = PBXBuildFile; fileRef = 50379B222058CBB4000EE86E /* capacitor.config.json */; };
  11. 504EC3081FED79650016851F /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 504EC3071FED79650016851F /* AppDelegate.swift */; };
  12. 504EC30D1FED79650016851F /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 504EC30B1FED79650016851F /* Main.storyboard */; };
  13. 504EC30F1FED79650016851F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 504EC30E1FED79650016851F /* Assets.xcassets */; };
  14. 504EC3121FED79650016851F /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 504EC3101FED79650016851F /* LaunchScreen.storyboard */; };
  15. 50B271D11FEDC1A000F3C39B /* public in Resources */ = {isa = PBXBuildFile; fileRef = 50B271D01FEDC1A000F3C39B /* public */; };
  16. A084ECDBA7D38E1E42DFC39D /* Pods_App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AF277DCFFFF123FFC6DF26C7 /* Pods_App.framework */; };
  17. /* End PBXBuildFile section */
  18. /* Begin PBXFileReference section */
  19. 2FAD9762203C412B000D30F8 /* config.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = config.xml; sourceTree = "<group>"; };
  20. 50379B222058CBB4000EE86E /* capacitor.config.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = capacitor.config.json; sourceTree = "<group>"; };
  21. 504EC3041FED79650016851F /* App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = App.app; sourceTree = BUILT_PRODUCTS_DIR; };
  22. 504EC3071FED79650016851F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  23. 504EC30C1FED79650016851F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  24. 504EC30E1FED79650016851F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  25. 504EC3111FED79650016851F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  26. 504EC3131FED79650016851F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  27. 50B271D01FEDC1A000F3C39B /* public */ = {isa = PBXFileReference; lastKnownFileType = folder; path = public; sourceTree = "<group>"; };
  28. AF277DCFFFF123FFC6DF26C7 /* Pods_App.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_App.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  29. AF51FD2D460BCFE21FA515B2 /* Pods-App.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-App.release.xcconfig"; path = "Pods/Target Support Files/Pods-App/Pods-App.release.xcconfig"; sourceTree = "<group>"; };
  30. FC68EB0AF532CFC21C3344DD /* Pods-App.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-App.debug.xcconfig"; path = "Pods/Target Support Files/Pods-App/Pods-App.debug.xcconfig"; sourceTree = "<group>"; };
  31. /* End PBXFileReference section */
  32. /* Begin PBXFrameworksBuildPhase section */
  33. 504EC3011FED79650016851F /* Frameworks */ = {
  34. isa = PBXFrameworksBuildPhase;
  35. buildActionMask = 2147483647;
  36. files = (
  37. A084ECDBA7D38E1E42DFC39D /* Pods_App.framework in Frameworks */,
  38. );
  39. runOnlyForDeploymentPostprocessing = 0;
  40. };
  41. /* End PBXFrameworksBuildPhase section */
  42. /* Begin PBXGroup section */
  43. 27E2DDA53C4D2A4D1A88CE4A /* Frameworks */ = {
  44. isa = PBXGroup;
  45. children = (
  46. AF277DCFFFF123FFC6DF26C7 /* Pods_App.framework */,
  47. );
  48. name = Frameworks;
  49. sourceTree = "<group>";
  50. };
  51. 504EC2FB1FED79650016851F = {
  52. isa = PBXGroup;
  53. children = (
  54. 504EC3061FED79650016851F /* App */,
  55. 504EC3051FED79650016851F /* Products */,
  56. 7F8756D8B27F46E3366F6CEA /* Pods */,
  57. 27E2DDA53C4D2A4D1A88CE4A /* Frameworks */,
  58. );
  59. sourceTree = "<group>";
  60. };
  61. 504EC3051FED79650016851F /* Products */ = {
  62. isa = PBXGroup;
  63. children = (
  64. 504EC3041FED79650016851F /* App.app */,
  65. );
  66. name = Products;
  67. sourceTree = "<group>";
  68. };
  69. 504EC3061FED79650016851F /* App */ = {
  70. isa = PBXGroup;
  71. children = (
  72. 50379B222058CBB4000EE86E /* capacitor.config.json */,
  73. 504EC3071FED79650016851F /* AppDelegate.swift */,
  74. 504EC30B1FED79650016851F /* Main.storyboard */,
  75. 504EC30E1FED79650016851F /* Assets.xcassets */,
  76. 504EC3101FED79650016851F /* LaunchScreen.storyboard */,
  77. 504EC3131FED79650016851F /* Info.plist */,
  78. 2FAD9762203C412B000D30F8 /* config.xml */,
  79. 50B271D01FEDC1A000F3C39B /* public */,
  80. );
  81. path = App;
  82. sourceTree = "<group>";
  83. };
  84. 7F8756D8B27F46E3366F6CEA /* Pods */ = {
  85. isa = PBXGroup;
  86. children = (
  87. FC68EB0AF532CFC21C3344DD /* Pods-App.debug.xcconfig */,
  88. AF51FD2D460BCFE21FA515B2 /* Pods-App.release.xcconfig */,
  89. );
  90. name = Pods;
  91. sourceTree = "<group>";
  92. };
  93. /* End PBXGroup section */
  94. /* Begin PBXNativeTarget section */
  95. 504EC3031FED79650016851F /* App */ = {
  96. isa = PBXNativeTarget;
  97. buildConfigurationList = 504EC3161FED79650016851F /* Build configuration list for PBXNativeTarget "App" */;
  98. buildPhases = (
  99. 6634F4EFEBD30273BCE97C65 /* [CP] Check Pods Manifest.lock */,
  100. 504EC3001FED79650016851F /* Sources */,
  101. 504EC3011FED79650016851F /* Frameworks */,
  102. 504EC3021FED79650016851F /* Resources */,
  103. 9592DBEFFC6D2A0C8D5DEB22 /* [CP] Embed Pods Frameworks */,
  104. );
  105. buildRules = (
  106. );
  107. dependencies = (
  108. );
  109. name = App;
  110. productName = App;
  111. productReference = 504EC3041FED79650016851F /* App.app */;
  112. productType = "com.apple.product-type.application";
  113. };
  114. /* End PBXNativeTarget section */
  115. /* Begin PBXProject section */
  116. 504EC2FC1FED79650016851F /* Project object */ = {
  117. isa = PBXProject;
  118. attributes = {
  119. LastSwiftUpdateCheck = 0920;
  120. LastUpgradeCheck = 0920;
  121. TargetAttributes = {
  122. 504EC3031FED79650016851F = {
  123. CreatedOnToolsVersion = 9.2;
  124. LastSwiftMigration = 1100;
  125. ProvisioningStyle = Automatic;
  126. };
  127. };
  128. };
  129. buildConfigurationList = 504EC2FF1FED79650016851F /* Build configuration list for PBXProject "App" */;
  130. compatibilityVersion = "Xcode 8.0";
  131. developmentRegion = en;
  132. hasScannedForEncodings = 0;
  133. knownRegions = (
  134. en,
  135. Base,
  136. );
  137. mainGroup = 504EC2FB1FED79650016851F;
  138. packageReferences = (
  139. );
  140. productRefGroup = 504EC3051FED79650016851F /* Products */;
  141. projectDirPath = "";
  142. projectRoot = "";
  143. targets = (
  144. 504EC3031FED79650016851F /* App */,
  145. );
  146. };
  147. /* End PBXProject section */
  148. /* Begin PBXResourcesBuildPhase section */
  149. 504EC3021FED79650016851F /* Resources */ = {
  150. isa = PBXResourcesBuildPhase;
  151. buildActionMask = 2147483647;
  152. files = (
  153. 504EC3121FED79650016851F /* LaunchScreen.storyboard in Resources */,
  154. 50B271D11FEDC1A000F3C39B /* public in Resources */,
  155. 504EC30F1FED79650016851F /* Assets.xcassets in Resources */,
  156. 50379B232058CBB4000EE86E /* capacitor.config.json in Resources */,
  157. 504EC30D1FED79650016851F /* Main.storyboard in Resources */,
  158. 2FAD9763203C412B000D30F8 /* config.xml in Resources */,
  159. );
  160. runOnlyForDeploymentPostprocessing = 0;
  161. };
  162. /* End PBXResourcesBuildPhase section */
  163. /* Begin PBXShellScriptBuildPhase section */
  164. 6634F4EFEBD30273BCE97C65 /* [CP] Check Pods Manifest.lock */ = {
  165. isa = PBXShellScriptBuildPhase;
  166. buildActionMask = 2147483647;
  167. files = (
  168. );
  169. inputPaths = (
  170. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  171. "${PODS_ROOT}/Manifest.lock",
  172. );
  173. name = "[CP] Check Pods Manifest.lock";
  174. outputPaths = (
  175. "$(DERIVED_FILE_DIR)/Pods-App-checkManifestLockResult.txt",
  176. );
  177. runOnlyForDeploymentPostprocessing = 0;
  178. shellPath = /bin/sh;
  179. 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";
  180. showEnvVarsInLog = 0;
  181. };
  182. 9592DBEFFC6D2A0C8D5DEB22 /* [CP] Embed Pods Frameworks */ = {
  183. isa = PBXShellScriptBuildPhase;
  184. buildActionMask = 2147483647;
  185. files = (
  186. );
  187. inputPaths = (
  188. );
  189. name = "[CP] Embed Pods Frameworks";
  190. outputPaths = (
  191. );
  192. runOnlyForDeploymentPostprocessing = 0;
  193. shellPath = /bin/sh;
  194. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-App/Pods-App-frameworks.sh\"\n";
  195. showEnvVarsInLog = 0;
  196. };
  197. /* End PBXShellScriptBuildPhase section */
  198. /* Begin PBXSourcesBuildPhase section */
  199. 504EC3001FED79650016851F /* Sources */ = {
  200. isa = PBXSourcesBuildPhase;
  201. buildActionMask = 2147483647;
  202. files = (
  203. 504EC3081FED79650016851F /* AppDelegate.swift in Sources */,
  204. );
  205. runOnlyForDeploymentPostprocessing = 0;
  206. };
  207. /* End PBXSourcesBuildPhase section */
  208. /* Begin PBXVariantGroup section */
  209. 504EC30B1FED79650016851F /* Main.storyboard */ = {
  210. isa = PBXVariantGroup;
  211. children = (
  212. 504EC30C1FED79650016851F /* Base */,
  213. );
  214. name = Main.storyboard;
  215. sourceTree = "<group>";
  216. };
  217. 504EC3101FED79650016851F /* LaunchScreen.storyboard */ = {
  218. isa = PBXVariantGroup;
  219. children = (
  220. 504EC3111FED79650016851F /* Base */,
  221. );
  222. name = LaunchScreen.storyboard;
  223. sourceTree = "<group>";
  224. };
  225. /* End PBXVariantGroup section */
  226. /* Begin XCBuildConfiguration section */
  227. 504EC3141FED79650016851F /* Debug */ = {
  228. isa = XCBuildConfiguration;
  229. buildSettings = {
  230. ALWAYS_SEARCH_USER_PATHS = NO;
  231. CLANG_ANALYZER_NONNULL = YES;
  232. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  233. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  234. CLANG_CXX_LIBRARY = "libc++";
  235. CLANG_ENABLE_MODULES = YES;
  236. CLANG_ENABLE_OBJC_ARC = YES;
  237. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  238. CLANG_WARN_BOOL_CONVERSION = YES;
  239. CLANG_WARN_COMMA = YES;
  240. CLANG_WARN_CONSTANT_CONVERSION = YES;
  241. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  242. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  243. CLANG_WARN_EMPTY_BODY = YES;
  244. CLANG_WARN_ENUM_CONVERSION = YES;
  245. CLANG_WARN_INFINITE_RECURSION = YES;
  246. CLANG_WARN_INT_CONVERSION = YES;
  247. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  248. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  249. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  250. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  251. CLANG_WARN_STRICT_PROTOTYPES = YES;
  252. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  253. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  254. CLANG_WARN_UNREACHABLE_CODE = YES;
  255. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  256. CODE_SIGN_IDENTITY = "iPhone Developer";
  257. COPY_PHASE_STRIP = NO;
  258. DEBUG_INFORMATION_FORMAT = dwarf;
  259. ENABLE_STRICT_OBJC_MSGSEND = YES;
  260. ENABLE_TESTABILITY = YES;
  261. GCC_C_LANGUAGE_STANDARD = gnu11;
  262. GCC_DYNAMIC_NO_PIC = NO;
  263. GCC_NO_COMMON_BLOCKS = YES;
  264. GCC_OPTIMIZATION_LEVEL = 0;
  265. GCC_PREPROCESSOR_DEFINITIONS = (
  266. "DEBUG=1",
  267. "$(inherited)",
  268. );
  269. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  270. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  271. GCC_WARN_UNDECLARED_SELECTOR = YES;
  272. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  273. GCC_WARN_UNUSED_FUNCTION = YES;
  274. GCC_WARN_UNUSED_VARIABLE = YES;
  275. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  276. MTL_ENABLE_DEBUG_INFO = YES;
  277. ONLY_ACTIVE_ARCH = YES;
  278. SDKROOT = iphoneos;
  279. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  280. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  281. };
  282. name = Debug;
  283. };
  284. 504EC3151FED79650016851F /* Release */ = {
  285. isa = XCBuildConfiguration;
  286. buildSettings = {
  287. ALWAYS_SEARCH_USER_PATHS = NO;
  288. CLANG_ANALYZER_NONNULL = YES;
  289. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  290. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  291. CLANG_CXX_LIBRARY = "libc++";
  292. CLANG_ENABLE_MODULES = YES;
  293. CLANG_ENABLE_OBJC_ARC = YES;
  294. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  295. CLANG_WARN_BOOL_CONVERSION = YES;
  296. CLANG_WARN_COMMA = YES;
  297. CLANG_WARN_CONSTANT_CONVERSION = YES;
  298. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  299. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  300. CLANG_WARN_EMPTY_BODY = YES;
  301. CLANG_WARN_ENUM_CONVERSION = YES;
  302. CLANG_WARN_INFINITE_RECURSION = YES;
  303. CLANG_WARN_INT_CONVERSION = YES;
  304. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  305. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  306. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  307. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  308. CLANG_WARN_STRICT_PROTOTYPES = YES;
  309. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  310. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  311. CLANG_WARN_UNREACHABLE_CODE = YES;
  312. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  313. CODE_SIGN_IDENTITY = "iPhone Developer";
  314. COPY_PHASE_STRIP = NO;
  315. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  316. ENABLE_NS_ASSERTIONS = NO;
  317. ENABLE_STRICT_OBJC_MSGSEND = YES;
  318. GCC_C_LANGUAGE_STANDARD = gnu11;
  319. GCC_NO_COMMON_BLOCKS = YES;
  320. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  321. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  322. GCC_WARN_UNDECLARED_SELECTOR = YES;
  323. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  324. GCC_WARN_UNUSED_FUNCTION = YES;
  325. GCC_WARN_UNUSED_VARIABLE = YES;
  326. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  327. MTL_ENABLE_DEBUG_INFO = NO;
  328. SDKROOT = iphoneos;
  329. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  330. VALIDATE_PRODUCT = YES;
  331. };
  332. name = Release;
  333. };
  334. 504EC3171FED79650016851F /* Debug */ = {
  335. isa = XCBuildConfiguration;
  336. baseConfigurationReference = FC68EB0AF532CFC21C3344DD /* Pods-App.debug.xcconfig */;
  337. buildSettings = {
  338. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  339. CODE_SIGN_STYLE = Automatic;
  340. CURRENT_PROJECT_VERSION = 1;
  341. INFOPLIST_FILE = App/Info.plist;
  342. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  343. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  344. MARKETING_VERSION = 1.0;
  345. OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
  346. PRODUCT_BUNDLE_IDENTIFIER = com.heychat.live;
  347. PRODUCT_NAME = "$(TARGET_NAME)";
  348. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  349. SWIFT_VERSION = 5.0;
  350. TARGETED_DEVICE_FAMILY = "1,2";
  351. };
  352. name = Debug;
  353. };
  354. 504EC3181FED79650016851F /* Release */ = {
  355. isa = XCBuildConfiguration;
  356. baseConfigurationReference = AF51FD2D460BCFE21FA515B2 /* Pods-App.release.xcconfig */;
  357. buildSettings = {
  358. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  359. CODE_SIGN_STYLE = Automatic;
  360. CURRENT_PROJECT_VERSION = 1;
  361. INFOPLIST_FILE = App/Info.plist;
  362. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  363. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  364. MARKETING_VERSION = 1.0;
  365. PRODUCT_BUNDLE_IDENTIFIER = com.heychat.live;
  366. PRODUCT_NAME = "$(TARGET_NAME)";
  367. SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
  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. 504EC2FF1FED79650016851F /* Build configuration list for PBXProject "App" */ = {
  376. isa = XCConfigurationList;
  377. buildConfigurations = (
  378. 504EC3141FED79650016851F /* Debug */,
  379. 504EC3151FED79650016851F /* Release */,
  380. );
  381. defaultConfigurationIsVisible = 0;
  382. defaultConfigurationName = Release;
  383. };
  384. 504EC3161FED79650016851F /* Build configuration list for PBXNativeTarget "App" */ = {
  385. isa = XCConfigurationList;
  386. buildConfigurations = (
  387. 504EC3171FED79650016851F /* Debug */,
  388. 504EC3181FED79650016851F /* Release */,
  389. );
  390. defaultConfigurationIsVisible = 0;
  391. defaultConfigurationName = Release;
  392. };
  393. /* End XCConfigurationList section */
  394. };
  395. rootObject = 504EC2FC1FED79650016851F /* Project object */;
  396. }