project.pbxproj 29 KB

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