project.pbxproj 31 KB

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