project.pbxproj 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 54;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 00E356F31AD99517003FC87E /* holaTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* holaTests.m */; };
  10. 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
  11. 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
  12. 1616AFC2E937999F0F295448 /* libPods-hola.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 229FCE8257EC1AADB7D7D16E /* libPods-hola.a */; };
  13. 35319C272B2773AB00471ACA /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 35319C262B2773AB00471ACA /* libz.tbd */; };
  14. 35319C292B2773B600471ACA /* libresolv.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 35319C282B2773B600471ACA /* libresolv.tbd */; };
  15. 35319C2B2B2773BE00471ACA /* UserNotifications.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 35319C2A2B2773BE00471ACA /* UserNotifications.framework */; };
  16. 35B0D6E02B4D4EE10059F156 /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 35B0D6DF2B4D4EE10059F156 /* AppDelegate.mm */; };
  17. 579F4B7496BF069C27C20BC7 /* ExpoModulesProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 064FE7D59874E5A1126C807C /* ExpoModulesProvider.swift */; };
  18. 682C35EF43DC55E8D625554F /* libPods-hola-holaTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5C2DF1055D750361F8EB3838 /* libPods-hola-holaTests.a */; };
  19. 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
  20. D840888E11B75659D34CCA71 /* ExpoModulesProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED392737ABFDE2508D91B66F /* ExpoModulesProvider.swift */; };
  21. /* End PBXBuildFile section */
  22. /* Begin PBXContainerItemProxy section */
  23. 00E356F41AD99517003FC87E /* PBXContainerItemProxy */ = {
  24. isa = PBXContainerItemProxy;
  25. containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
  26. proxyType = 1;
  27. remoteGlobalIDString = 13B07F861A680F5B00A75B9A;
  28. remoteInfo = hola;
  29. };
  30. /* End PBXContainerItemProxy section */
  31. /* Begin PBXFileReference section */
  32. 00E356EE1AD99517003FC87E /* holaTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = holaTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  33. 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  34. 00E356F21AD99517003FC87E /* holaTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = holaTests.m; sourceTree = "<group>"; };
  35. 064FE7D59874E5A1126C807C /* ExpoModulesProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExpoModulesProvider.swift; path = "Pods/Target Support Files/Pods-hola-holaTests/ExpoModulesProvider.swift"; sourceTree = "<group>"; };
  36. 13B07F961A680F5B00A75B9A /* hola.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = hola.app; sourceTree = BUILT_PRODUCTS_DIR; };
  37. 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = hola/Images.xcassets; sourceTree = "<group>"; };
  38. 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = hola/Info.plist; sourceTree = "<group>"; };
  39. 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = hola/main.m; sourceTree = "<group>"; };
  40. 229FCE8257EC1AADB7D7D16E /* libPods-hola.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-hola.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  41. 35319C262B2773AB00471ACA /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; };
  42. 35319C282B2773B600471ACA /* libresolv.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libresolv.tbd; path = usr/lib/libresolv.tbd; sourceTree = SDKROOT; };
  43. 35319C2A2B2773BE00471ACA /* UserNotifications.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UserNotifications.framework; path = System/Library/Frameworks/UserNotifications.framework; sourceTree = SDKROOT; };
  44. 35B0D6DE2B4D4EE10059F156 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  45. 35B0D6DF2B4D4EE10059F156 /* AppDelegate.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = AppDelegate.mm; sourceTree = "<group>"; };
  46. 35B0D6E12B4D58540059F156 /* hola.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = hola.entitlements; path = hola/hola.entitlements; sourceTree = "<group>"; };
  47. 35D120583D7F592A3931F5B3 /* Pods-hola.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-hola.release.xcconfig"; path = "Target Support Files/Pods-hola/Pods-hola.release.xcconfig"; sourceTree = "<group>"; };
  48. 5C2DF1055D750361F8EB3838 /* libPods-hola-holaTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-hola-holaTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  49. 79481516D62ED012C19B3DCA /* Pods-hola.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-hola.debug.xcconfig"; path = "Target Support Files/Pods-hola/Pods-hola.debug.xcconfig"; sourceTree = "<group>"; };
  50. 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = hola/LaunchScreen.storyboard; sourceTree = "<group>"; };
  51. 8F320C61A55A2DAC79329C55 /* Pods-hola-holaTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-hola-holaTests.release.xcconfig"; path = "Target Support Files/Pods-hola-holaTests/Pods-hola-holaTests.release.xcconfig"; sourceTree = "<group>"; };
  52. AB4A64394957AF054E00E80E /* Pods-hola-holaTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-hola-holaTests.debug.xcconfig"; path = "Target Support Files/Pods-hola-holaTests/Pods-hola-holaTests.debug.xcconfig"; sourceTree = "<group>"; };
  53. ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
  54. ED392737ABFDE2508D91B66F /* ExpoModulesProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExpoModulesProvider.swift; path = "Pods/Target Support Files/Pods-hola/ExpoModulesProvider.swift"; sourceTree = "<group>"; };
  55. /* End PBXFileReference section */
  56. /* Begin PBXFrameworksBuildPhase section */
  57. 00E356EB1AD99517003FC87E /* Frameworks */ = {
  58. isa = PBXFrameworksBuildPhase;
  59. buildActionMask = 2147483647;
  60. files = (
  61. 682C35EF43DC55E8D625554F /* libPods-hola-holaTests.a in Frameworks */,
  62. );
  63. runOnlyForDeploymentPostprocessing = 0;
  64. };
  65. 13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
  66. isa = PBXFrameworksBuildPhase;
  67. buildActionMask = 2147483647;
  68. files = (
  69. 35319C2B2B2773BE00471ACA /* UserNotifications.framework in Frameworks */,
  70. 35319C292B2773B600471ACA /* libresolv.tbd in Frameworks */,
  71. 35319C272B2773AB00471ACA /* libz.tbd in Frameworks */,
  72. 1616AFC2E937999F0F295448 /* libPods-hola.a in Frameworks */,
  73. );
  74. runOnlyForDeploymentPostprocessing = 0;
  75. };
  76. /* End PBXFrameworksBuildPhase section */
  77. /* Begin PBXGroup section */
  78. 00E356EF1AD99517003FC87E /* holaTests */ = {
  79. isa = PBXGroup;
  80. children = (
  81. 00E356F21AD99517003FC87E /* holaTests.m */,
  82. 00E356F01AD99517003FC87E /* Supporting Files */,
  83. );
  84. path = holaTests;
  85. sourceTree = "<group>";
  86. };
  87. 00E356F01AD99517003FC87E /* Supporting Files */ = {
  88. isa = PBXGroup;
  89. children = (
  90. 00E356F11AD99517003FC87E /* Info.plist */,
  91. );
  92. name = "Supporting Files";
  93. sourceTree = "<group>";
  94. };
  95. 13B07FAE1A68108700A75B9A /* hola */ = {
  96. isa = PBXGroup;
  97. children = (
  98. 35B0D6E12B4D58540059F156 /* hola.entitlements */,
  99. 13B07FB51A68108700A75B9A /* Images.xcassets */,
  100. 13B07FB61A68108700A75B9A /* Info.plist */,
  101. 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */,
  102. 13B07FB71A68108700A75B9A /* main.m */,
  103. 35B0D6DE2B4D4EE10059F156 /* AppDelegate.h */,
  104. 35B0D6DF2B4D4EE10059F156 /* AppDelegate.mm */,
  105. );
  106. name = hola;
  107. sourceTree = "<group>";
  108. };
  109. 2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
  110. isa = PBXGroup;
  111. children = (
  112. 35319C2A2B2773BE00471ACA /* UserNotifications.framework */,
  113. 35319C282B2773B600471ACA /* libresolv.tbd */,
  114. 35319C262B2773AB00471ACA /* libz.tbd */,
  115. ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
  116. 229FCE8257EC1AADB7D7D16E /* libPods-hola.a */,
  117. 5C2DF1055D750361F8EB3838 /* libPods-hola-holaTests.a */,
  118. );
  119. name = Frameworks;
  120. sourceTree = "<group>";
  121. };
  122. 48C50492C545497B1C286F84 /* holaTests */ = {
  123. isa = PBXGroup;
  124. children = (
  125. 064FE7D59874E5A1126C807C /* ExpoModulesProvider.swift */,
  126. );
  127. name = holaTests;
  128. sourceTree = "<group>";
  129. };
  130. 674D7C0F918C1DB73874DD82 /* ExpoModulesProviders */ = {
  131. isa = PBXGroup;
  132. children = (
  133. CB863D9ADDF2BFC16C7A5796 /* hola */,
  134. 48C50492C545497B1C286F84 /* holaTests */,
  135. );
  136. name = ExpoModulesProviders;
  137. sourceTree = "<group>";
  138. };
  139. 832341AE1AAA6A7D00B99B32 /* Libraries */ = {
  140. isa = PBXGroup;
  141. children = (
  142. );
  143. name = Libraries;
  144. sourceTree = "<group>";
  145. };
  146. 83CBB9F61A601CBA00E9B192 = {
  147. isa = PBXGroup;
  148. children = (
  149. 13B07FAE1A68108700A75B9A /* hola */,
  150. 832341AE1AAA6A7D00B99B32 /* Libraries */,
  151. 00E356EF1AD99517003FC87E /* holaTests */,
  152. 83CBBA001A601CBA00E9B192 /* Products */,
  153. 2D16E6871FA4F8E400B85C8A /* Frameworks */,
  154. BBD78D7AC51CEA395F1C20DB /* Pods */,
  155. 674D7C0F918C1DB73874DD82 /* ExpoModulesProviders */,
  156. );
  157. indentWidth = 2;
  158. sourceTree = "<group>";
  159. tabWidth = 2;
  160. usesTabs = 0;
  161. };
  162. 83CBBA001A601CBA00E9B192 /* Products */ = {
  163. isa = PBXGroup;
  164. children = (
  165. 13B07F961A680F5B00A75B9A /* hola.app */,
  166. 00E356EE1AD99517003FC87E /* holaTests.xctest */,
  167. );
  168. name = Products;
  169. sourceTree = "<group>";
  170. };
  171. BBD78D7AC51CEA395F1C20DB /* Pods */ = {
  172. isa = PBXGroup;
  173. children = (
  174. 79481516D62ED012C19B3DCA /* Pods-hola.debug.xcconfig */,
  175. 35D120583D7F592A3931F5B3 /* Pods-hola.release.xcconfig */,
  176. AB4A64394957AF054E00E80E /* Pods-hola-holaTests.debug.xcconfig */,
  177. 8F320C61A55A2DAC79329C55 /* Pods-hola-holaTests.release.xcconfig */,
  178. );
  179. path = Pods;
  180. sourceTree = "<group>";
  181. };
  182. CB863D9ADDF2BFC16C7A5796 /* hola */ = {
  183. isa = PBXGroup;
  184. children = (
  185. ED392737ABFDE2508D91B66F /* ExpoModulesProvider.swift */,
  186. );
  187. name = hola;
  188. sourceTree = "<group>";
  189. };
  190. /* End PBXGroup section */
  191. /* Begin PBXNativeTarget section */
  192. 00E356ED1AD99517003FC87E /* holaTests */ = {
  193. isa = PBXNativeTarget;
  194. buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "holaTests" */;
  195. buildPhases = (
  196. 82B77EC464B8920DAA46A805 /* [CP] Check Pods Manifest.lock */,
  197. 00E356EA1AD99517003FC87E /* Sources */,
  198. 00E356EB1AD99517003FC87E /* Frameworks */,
  199. 00E356EC1AD99517003FC87E /* Resources */,
  200. 4B3959536330E7692C5AAAB0 /* [CP] Embed Pods Frameworks */,
  201. 71F138D7614EA4DCF1438A8E /* [CP] Copy Pods Resources */,
  202. );
  203. buildRules = (
  204. );
  205. dependencies = (
  206. 00E356F51AD99517003FC87E /* PBXTargetDependency */,
  207. );
  208. name = holaTests;
  209. productName = holaTests;
  210. productReference = 00E356EE1AD99517003FC87E /* holaTests.xctest */;
  211. productType = "com.apple.product-type.bundle.unit-test";
  212. };
  213. 13B07F861A680F5B00A75B9A /* hola */ = {
  214. isa = PBXNativeTarget;
  215. buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "hola" */;
  216. buildPhases = (
  217. C334C6E6C729730030B26EB3 /* [CP] Check Pods Manifest.lock */,
  218. FD10A7F022414F080027D42C /* Start Packager */,
  219. 13B07F871A680F5B00A75B9A /* Sources */,
  220. 13B07F8C1A680F5B00A75B9A /* Frameworks */,
  221. 13B07F8E1A680F5B00A75B9A /* Resources */,
  222. 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
  223. A2DB8B71D173E52425DF1056 /* [CP] Embed Pods Frameworks */,
  224. 1030CD4DB2876089ED4A117B /* [CP] Copy Pods Resources */,
  225. );
  226. buildRules = (
  227. );
  228. dependencies = (
  229. );
  230. name = hola;
  231. productName = hola;
  232. productReference = 13B07F961A680F5B00A75B9A /* hola.app */;
  233. productType = "com.apple.product-type.application";
  234. };
  235. /* End PBXNativeTarget section */
  236. /* Begin PBXProject section */
  237. 83CBB9F71A601CBA00E9B192 /* Project object */ = {
  238. isa = PBXProject;
  239. attributes = {
  240. LastUpgradeCheck = 1210;
  241. TargetAttributes = {
  242. 00E356ED1AD99517003FC87E = {
  243. CreatedOnToolsVersion = 6.2;
  244. TestTargetID = 13B07F861A680F5B00A75B9A;
  245. };
  246. 13B07F861A680F5B00A75B9A = {
  247. LastSwiftMigration = 1120;
  248. };
  249. };
  250. };
  251. buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "hola" */;
  252. compatibilityVersion = "Xcode 12.0";
  253. developmentRegion = en;
  254. hasScannedForEncodings = 0;
  255. knownRegions = (
  256. en,
  257. Base,
  258. );
  259. mainGroup = 83CBB9F61A601CBA00E9B192;
  260. productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
  261. projectDirPath = "";
  262. projectRoot = "";
  263. targets = (
  264. 13B07F861A680F5B00A75B9A /* hola */,
  265. 00E356ED1AD99517003FC87E /* holaTests */,
  266. );
  267. };
  268. /* End PBXProject section */
  269. /* Begin PBXResourcesBuildPhase section */
  270. 00E356EC1AD99517003FC87E /* Resources */ = {
  271. isa = PBXResourcesBuildPhase;
  272. buildActionMask = 2147483647;
  273. files = (
  274. );
  275. runOnlyForDeploymentPostprocessing = 0;
  276. };
  277. 13B07F8E1A680F5B00A75B9A /* Resources */ = {
  278. isa = PBXResourcesBuildPhase;
  279. buildActionMask = 2147483647;
  280. files = (
  281. 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */,
  282. 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
  283. );
  284. runOnlyForDeploymentPostprocessing = 0;
  285. };
  286. /* End PBXResourcesBuildPhase section */
  287. /* Begin PBXShellScriptBuildPhase section */
  288. 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
  289. isa = PBXShellScriptBuildPhase;
  290. buildActionMask = 2147483647;
  291. files = (
  292. );
  293. inputPaths = (
  294. "$(SRCROOT)/.xcode.env.local",
  295. "$(SRCROOT)/.xcode.env",
  296. );
  297. name = "Bundle React Native code and images";
  298. outputPaths = (
  299. );
  300. runOnlyForDeploymentPostprocessing = 0;
  301. shellPath = /bin/sh;
  302. shellScript = "set -e\n\nWITH_ENVIRONMENT=\"../node_modules/react-native/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"../node_modules/react-native/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n";
  303. };
  304. 1030CD4DB2876089ED4A117B /* [CP] Copy Pods Resources */ = {
  305. isa = PBXShellScriptBuildPhase;
  306. buildActionMask = 2147483647;
  307. files = (
  308. );
  309. inputFileListPaths = (
  310. "${PODS_ROOT}/Target Support Files/Pods-hola/Pods-hola-resources-${CONFIGURATION}-input-files.xcfilelist",
  311. );
  312. name = "[CP] Copy Pods Resources";
  313. outputFileListPaths = (
  314. "${PODS_ROOT}/Target Support Files/Pods-hola/Pods-hola-resources-${CONFIGURATION}-output-files.xcfilelist",
  315. );
  316. runOnlyForDeploymentPostprocessing = 0;
  317. shellPath = /bin/sh;
  318. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-hola/Pods-hola-resources.sh\"\n";
  319. showEnvVarsInLog = 0;
  320. };
  321. 4B3959536330E7692C5AAAB0 /* [CP] Embed Pods Frameworks */ = {
  322. isa = PBXShellScriptBuildPhase;
  323. buildActionMask = 2147483647;
  324. files = (
  325. );
  326. inputFileListPaths = (
  327. "${PODS_ROOT}/Target Support Files/Pods-hola-holaTests/Pods-hola-holaTests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  328. );
  329. name = "[CP] Embed Pods Frameworks";
  330. outputFileListPaths = (
  331. "${PODS_ROOT}/Target Support Files/Pods-hola-holaTests/Pods-hola-holaTests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  332. );
  333. runOnlyForDeploymentPostprocessing = 0;
  334. shellPath = /bin/sh;
  335. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-hola-holaTests/Pods-hola-holaTests-frameworks.sh\"\n";
  336. showEnvVarsInLog = 0;
  337. };
  338. 71F138D7614EA4DCF1438A8E /* [CP] Copy Pods Resources */ = {
  339. isa = PBXShellScriptBuildPhase;
  340. buildActionMask = 2147483647;
  341. files = (
  342. );
  343. inputFileListPaths = (
  344. "${PODS_ROOT}/Target Support Files/Pods-hola-holaTests/Pods-hola-holaTests-resources-${CONFIGURATION}-input-files.xcfilelist",
  345. );
  346. name = "[CP] Copy Pods Resources";
  347. outputFileListPaths = (
  348. "${PODS_ROOT}/Target Support Files/Pods-hola-holaTests/Pods-hola-holaTests-resources-${CONFIGURATION}-output-files.xcfilelist",
  349. );
  350. runOnlyForDeploymentPostprocessing = 0;
  351. shellPath = /bin/sh;
  352. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-hola-holaTests/Pods-hola-holaTests-resources.sh\"\n";
  353. showEnvVarsInLog = 0;
  354. };
  355. 82B77EC464B8920DAA46A805 /* [CP] Check Pods Manifest.lock */ = {
  356. isa = PBXShellScriptBuildPhase;
  357. buildActionMask = 2147483647;
  358. files = (
  359. );
  360. inputFileListPaths = (
  361. );
  362. inputPaths = (
  363. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  364. "${PODS_ROOT}/Manifest.lock",
  365. );
  366. name = "[CP] Check Pods Manifest.lock";
  367. outputFileListPaths = (
  368. );
  369. outputPaths = (
  370. "$(DERIVED_FILE_DIR)/Pods-hola-holaTests-checkManifestLockResult.txt",
  371. );
  372. runOnlyForDeploymentPostprocessing = 0;
  373. shellPath = /bin/sh;
  374. 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";
  375. showEnvVarsInLog = 0;
  376. };
  377. A2DB8B71D173E52425DF1056 /* [CP] Embed Pods Frameworks */ = {
  378. isa = PBXShellScriptBuildPhase;
  379. buildActionMask = 2147483647;
  380. files = (
  381. );
  382. inputFileListPaths = (
  383. "${PODS_ROOT}/Target Support Files/Pods-hola/Pods-hola-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  384. );
  385. name = "[CP] Embed Pods Frameworks";
  386. outputFileListPaths = (
  387. "${PODS_ROOT}/Target Support Files/Pods-hola/Pods-hola-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  388. );
  389. runOnlyForDeploymentPostprocessing = 0;
  390. shellPath = /bin/sh;
  391. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-hola/Pods-hola-frameworks.sh\"\n";
  392. showEnvVarsInLog = 0;
  393. };
  394. C334C6E6C729730030B26EB3 /* [CP] Check Pods Manifest.lock */ = {
  395. isa = PBXShellScriptBuildPhase;
  396. buildActionMask = 2147483647;
  397. files = (
  398. );
  399. inputFileListPaths = (
  400. );
  401. inputPaths = (
  402. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  403. "${PODS_ROOT}/Manifest.lock",
  404. );
  405. name = "[CP] Check Pods Manifest.lock";
  406. outputFileListPaths = (
  407. );
  408. outputPaths = (
  409. "$(DERIVED_FILE_DIR)/Pods-hola-checkManifestLockResult.txt",
  410. );
  411. runOnlyForDeploymentPostprocessing = 0;
  412. shellPath = /bin/sh;
  413. 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";
  414. showEnvVarsInLog = 0;
  415. };
  416. FD10A7F022414F080027D42C /* Start Packager */ = {
  417. isa = PBXShellScriptBuildPhase;
  418. buildActionMask = 2147483647;
  419. files = (
  420. );
  421. inputFileListPaths = (
  422. );
  423. inputPaths = (
  424. );
  425. name = "Start Packager";
  426. outputFileListPaths = (
  427. );
  428. outputPaths = (
  429. );
  430. runOnlyForDeploymentPostprocessing = 0;
  431. shellPath = /bin/sh;
  432. shellScript = "export RCT_METRO_PORT=\"${RCT_METRO_PORT:=8081}\"\necho \"export RCT_METRO_PORT=${RCT_METRO_PORT}\" > \"${SRCROOT}/../node_modules/react-native/scripts/.packager.env\"\nif [ -z \"${RCT_NO_LAUNCH_PACKAGER+xxx}\" ] ; then\n if nc -w 5 -z localhost ${RCT_METRO_PORT} ; then\n if ! curl -s \"http://localhost:${RCT_METRO_PORT}/status\" | grep -q \"packager-status:running\" ; then\n echo \"Port ${RCT_METRO_PORT} already in use, packager is either not running or not running correctly\"\n exit 2\n fi\n else\n open \"$SRCROOT/../node_modules/react-native/scripts/launchPackager.command\" || echo \"Can't start packager automatically\"\n fi\nfi\n";
  433. showEnvVarsInLog = 0;
  434. };
  435. /* End PBXShellScriptBuildPhase section */
  436. /* Begin PBXSourcesBuildPhase section */
  437. 00E356EA1AD99517003FC87E /* Sources */ = {
  438. isa = PBXSourcesBuildPhase;
  439. buildActionMask = 2147483647;
  440. files = (
  441. 00E356F31AD99517003FC87E /* holaTests.m in Sources */,
  442. 579F4B7496BF069C27C20BC7 /* ExpoModulesProvider.swift in Sources */,
  443. );
  444. runOnlyForDeploymentPostprocessing = 0;
  445. };
  446. 13B07F871A680F5B00A75B9A /* Sources */ = {
  447. isa = PBXSourcesBuildPhase;
  448. buildActionMask = 2147483647;
  449. files = (
  450. 35B0D6E02B4D4EE10059F156 /* AppDelegate.mm in Sources */,
  451. 13B07FC11A68108700A75B9A /* main.m in Sources */,
  452. D840888E11B75659D34CCA71 /* ExpoModulesProvider.swift in Sources */,
  453. );
  454. runOnlyForDeploymentPostprocessing = 0;
  455. };
  456. /* End PBXSourcesBuildPhase section */
  457. /* Begin PBXTargetDependency section */
  458. 00E356F51AD99517003FC87E /* PBXTargetDependency */ = {
  459. isa = PBXTargetDependency;
  460. target = 13B07F861A680F5B00A75B9A /* hola */;
  461. targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */;
  462. };
  463. /* End PBXTargetDependency section */
  464. /* Begin XCBuildConfiguration section */
  465. 00E356F61AD99517003FC87E /* Debug */ = {
  466. isa = XCBuildConfiguration;
  467. baseConfigurationReference = AB4A64394957AF054E00E80E /* Pods-hola-holaTests.debug.xcconfig */;
  468. buildSettings = {
  469. BUNDLE_LOADER = "$(TEST_HOST)";
  470. CODE_SIGN_STYLE = Manual;
  471. GCC_PREPROCESSOR_DEFINITIONS = (
  472. "DEBUG=1",
  473. "$(inherited)",
  474. );
  475. INFOPLIST_FILE = holaTests/Info.plist;
  476. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  477. LD_RUNPATH_SEARCH_PATHS = (
  478. "$(inherited)",
  479. "@executable_path/Frameworks",
  480. "@loader_path/Frameworks",
  481. );
  482. OTHER_LDFLAGS = (
  483. "-ObjC",
  484. "-lc++",
  485. "$(inherited)",
  486. );
  487. OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
  488. PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
  489. PRODUCT_NAME = "$(TARGET_NAME)";
  490. SWIFT_VERSION = 5.0;
  491. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/hola.app/hola";
  492. };
  493. name = Debug;
  494. };
  495. 00E356F71AD99517003FC87E /* Release */ = {
  496. isa = XCBuildConfiguration;
  497. baseConfigurationReference = 8F320C61A55A2DAC79329C55 /* Pods-hola-holaTests.release.xcconfig */;
  498. buildSettings = {
  499. BUNDLE_LOADER = "$(TEST_HOST)";
  500. CODE_SIGN_STYLE = Manual;
  501. COPY_PHASE_STRIP = NO;
  502. INFOPLIST_FILE = holaTests/Info.plist;
  503. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  504. LD_RUNPATH_SEARCH_PATHS = (
  505. "$(inherited)",
  506. "@executable_path/Frameworks",
  507. "@loader_path/Frameworks",
  508. );
  509. OTHER_LDFLAGS = (
  510. "-ObjC",
  511. "-lc++",
  512. "$(inherited)",
  513. );
  514. OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE";
  515. PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
  516. PRODUCT_NAME = "$(TARGET_NAME)";
  517. SWIFT_VERSION = 5.0;
  518. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/hola.app/hola";
  519. };
  520. name = Release;
  521. };
  522. 13B07F941A680F5B00A75B9A /* Debug */ = {
  523. isa = XCBuildConfiguration;
  524. baseConfigurationReference = 79481516D62ED012C19B3DCA /* Pods-hola.debug.xcconfig */;
  525. buildSettings = {
  526. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  527. CLANG_ENABLE_MODULES = YES;
  528. CODE_SIGN_ENTITLEMENTS = hola/hola.entitlements;
  529. CODE_SIGN_IDENTITY = "Apple Development";
  530. CODE_SIGN_STYLE = Automatic;
  531. CURRENT_PROJECT_VERSION = 1;
  532. DEVELOPMENT_TEAM = 8647787J63;
  533. ENABLE_BITCODE = NO;
  534. INFOPLIST_FILE = hola/Info.plist;
  535. LD_RUNPATH_SEARCH_PATHS = (
  536. "$(inherited)",
  537. "@executable_path/Frameworks",
  538. );
  539. OTHER_LDFLAGS = (
  540. "$(inherited)",
  541. "-ObjC",
  542. "-lc++",
  543. );
  544. OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
  545. PRODUCT_BUNDLE_IDENTIFIER = com.hye.fast;
  546. PRODUCT_NAME = hola;
  547. PROVISIONING_PROFILE_SPECIFIER = "";
  548. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  549. SWIFT_VERSION = 5.0;
  550. VERSIONING_SYSTEM = "apple-generic";
  551. };
  552. name = Debug;
  553. };
  554. 13B07F951A680F5B00A75B9A /* Release */ = {
  555. isa = XCBuildConfiguration;
  556. baseConfigurationReference = 35D120583D7F592A3931F5B3 /* Pods-hola.release.xcconfig */;
  557. buildSettings = {
  558. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  559. CLANG_ENABLE_MODULES = YES;
  560. CODE_SIGN_ENTITLEMENTS = hola/hola.entitlements;
  561. CODE_SIGN_IDENTITY = "Apple Development";
  562. CODE_SIGN_STYLE = Automatic;
  563. CURRENT_PROJECT_VERSION = 1;
  564. DEVELOPMENT_TEAM = 8647787J63;
  565. INFOPLIST_FILE = hola/Info.plist;
  566. LD_RUNPATH_SEARCH_PATHS = (
  567. "$(inherited)",
  568. "@executable_path/Frameworks",
  569. );
  570. OTHER_LDFLAGS = (
  571. "$(inherited)",
  572. "-ObjC",
  573. "-lc++",
  574. );
  575. OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE";
  576. PRODUCT_BUNDLE_IDENTIFIER = com.hye.fast;
  577. PRODUCT_NAME = hola;
  578. PROVISIONING_PROFILE_SPECIFIER = "";
  579. SWIFT_VERSION = 5.0;
  580. VERSIONING_SYSTEM = "apple-generic";
  581. };
  582. name = Release;
  583. };
  584. 83CBBA201A601CBA00E9B192 /* Debug */ = {
  585. isa = XCBuildConfiguration;
  586. buildSettings = {
  587. ALWAYS_SEARCH_USER_PATHS = NO;
  588. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  589. CLANG_CXX_LANGUAGE_STANDARD = "c++17";
  590. CLANG_CXX_LIBRARY = "libc++";
  591. CLANG_ENABLE_MODULES = YES;
  592. CLANG_ENABLE_OBJC_ARC = YES;
  593. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  594. CLANG_WARN_BOOL_CONVERSION = YES;
  595. CLANG_WARN_COMMA = YES;
  596. CLANG_WARN_CONSTANT_CONVERSION = YES;
  597. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  598. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  599. CLANG_WARN_EMPTY_BODY = YES;
  600. CLANG_WARN_ENUM_CONVERSION = YES;
  601. CLANG_WARN_INFINITE_RECURSION = YES;
  602. CLANG_WARN_INT_CONVERSION = YES;
  603. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  604. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  605. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  606. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  607. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  608. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  609. CLANG_WARN_STRICT_PROTOTYPES = YES;
  610. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  611. CLANG_WARN_UNREACHABLE_CODE = YES;
  612. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  613. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  614. COPY_PHASE_STRIP = NO;
  615. ENABLE_STRICT_OBJC_MSGSEND = YES;
  616. ENABLE_TESTABILITY = YES;
  617. "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
  618. GCC_C_LANGUAGE_STANDARD = gnu99;
  619. GCC_DYNAMIC_NO_PIC = NO;
  620. GCC_NO_COMMON_BLOCKS = YES;
  621. GCC_OPTIMIZATION_LEVEL = 0;
  622. GCC_PREPROCESSOR_DEFINITIONS = (
  623. "DEBUG=1",
  624. "$(inherited)",
  625. );
  626. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  627. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  628. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  629. GCC_WARN_UNDECLARED_SELECTOR = YES;
  630. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  631. GCC_WARN_UNUSED_FUNCTION = YES;
  632. GCC_WARN_UNUSED_VARIABLE = YES;
  633. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  634. LD_RUNPATH_SEARCH_PATHS = (
  635. /usr/lib/swift,
  636. "$(inherited)",
  637. );
  638. LIBRARY_SEARCH_PATHS = (
  639. "\"$(SDKROOT)/usr/lib/swift\"",
  640. "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
  641. "\"$(inherited)\"",
  642. );
  643. MTL_ENABLE_DEBUG_INFO = YES;
  644. ONLY_ACTIVE_ARCH = YES;
  645. OTHER_CPLUSPLUSFLAGS = (
  646. "$(OTHER_CFLAGS)",
  647. "-DFOLLY_NO_CONFIG",
  648. "-DFOLLY_MOBILE=1",
  649. "-DFOLLY_USE_LIBCPP=1",
  650. );
  651. REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
  652. SDKROOT = iphoneos;
  653. };
  654. name = Debug;
  655. };
  656. 83CBBA211A601CBA00E9B192 /* Release */ = {
  657. isa = XCBuildConfiguration;
  658. buildSettings = {
  659. ALWAYS_SEARCH_USER_PATHS = NO;
  660. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  661. CLANG_CXX_LANGUAGE_STANDARD = "c++17";
  662. CLANG_CXX_LIBRARY = "libc++";
  663. CLANG_ENABLE_MODULES = YES;
  664. CLANG_ENABLE_OBJC_ARC = YES;
  665. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  666. CLANG_WARN_BOOL_CONVERSION = YES;
  667. CLANG_WARN_COMMA = YES;
  668. CLANG_WARN_CONSTANT_CONVERSION = YES;
  669. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  670. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  671. CLANG_WARN_EMPTY_BODY = YES;
  672. CLANG_WARN_ENUM_CONVERSION = YES;
  673. CLANG_WARN_INFINITE_RECURSION = YES;
  674. CLANG_WARN_INT_CONVERSION = YES;
  675. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  676. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  677. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  678. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  679. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  680. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  681. CLANG_WARN_STRICT_PROTOTYPES = YES;
  682. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  683. CLANG_WARN_UNREACHABLE_CODE = YES;
  684. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  685. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  686. COPY_PHASE_STRIP = YES;
  687. ENABLE_NS_ASSERTIONS = NO;
  688. ENABLE_STRICT_OBJC_MSGSEND = YES;
  689. "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
  690. GCC_C_LANGUAGE_STANDARD = gnu99;
  691. GCC_NO_COMMON_BLOCKS = YES;
  692. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  693. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  694. GCC_WARN_UNDECLARED_SELECTOR = YES;
  695. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  696. GCC_WARN_UNUSED_FUNCTION = YES;
  697. GCC_WARN_UNUSED_VARIABLE = YES;
  698. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  699. LD_RUNPATH_SEARCH_PATHS = (
  700. /usr/lib/swift,
  701. "$(inherited)",
  702. );
  703. LIBRARY_SEARCH_PATHS = (
  704. "\"$(SDKROOT)/usr/lib/swift\"",
  705. "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
  706. "\"$(inherited)\"",
  707. );
  708. MTL_ENABLE_DEBUG_INFO = NO;
  709. OTHER_CPLUSPLUSFLAGS = (
  710. "$(OTHER_CFLAGS)",
  711. "-DFOLLY_NO_CONFIG",
  712. "-DFOLLY_MOBILE=1",
  713. "-DFOLLY_USE_LIBCPP=1",
  714. );
  715. REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
  716. SDKROOT = iphoneos;
  717. VALIDATE_PRODUCT = YES;
  718. };
  719. name = Release;
  720. };
  721. /* End XCBuildConfiguration section */
  722. /* Begin XCConfigurationList section */
  723. 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "holaTests" */ = {
  724. isa = XCConfigurationList;
  725. buildConfigurations = (
  726. 00E356F61AD99517003FC87E /* Debug */,
  727. 00E356F71AD99517003FC87E /* Release */,
  728. );
  729. defaultConfigurationIsVisible = 0;
  730. defaultConfigurationName = Release;
  731. };
  732. 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "hola" */ = {
  733. isa = XCConfigurationList;
  734. buildConfigurations = (
  735. 13B07F941A680F5B00A75B9A /* Debug */,
  736. 13B07F951A680F5B00A75B9A /* Release */,
  737. );
  738. defaultConfigurationIsVisible = 0;
  739. defaultConfigurationName = Release;
  740. };
  741. 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "hola" */ = {
  742. isa = XCConfigurationList;
  743. buildConfigurations = (
  744. 83CBBA201A601CBA00E9B192 /* Debug */,
  745. 83CBBA211A601CBA00E9B192 /* Release */,
  746. );
  747. defaultConfigurationIsVisible = 0;
  748. defaultConfigurationName = Release;
  749. };
  750. /* End XCConfigurationList section */
  751. };
  752. rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
  753. }