project.pbxproj 32 KB

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