project.pbxproj 30 KB

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