project.pbxproj 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 54;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
  10. 1D1A050B317380E9D5DE0711 /* ExpoModulesProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 441EFC59C4AFE8E2E7B1D07E /* ExpoModulesProvider.swift */; };
  11. 3E461D99554A48A4959DE609 /* SplashScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */; };
  12. BB2F792D24A3F905000567C9 /* Expo.plist in Resources */ = {isa = PBXBuildFile; fileRef = BB2F792C24A3F905000567C9 /* Expo.plist */; };
  13. BCDF6D895101F9AF2F9DDE21 /* libPods-Crazycharge.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 325BDC43DBB77F67CF98DCDF /* libPods-Crazycharge.a */; };
  14. F11748422D0307B40044C1D9 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F11748412D0307B40044C1D9 /* AppDelegate.swift */; };
  15. F63AD46C54DC13640F8A9829 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 993C2D5F4006A960A3EBF78A /* PrivacyInfo.xcprivacy */; };
  16. /* End PBXBuildFile section */
  17. /* Begin PBXFileReference section */
  18. 13B07F961A680F5B00A75B9A /* Crazycharge.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Crazycharge.app; sourceTree = BUILT_PRODUCTS_DIR; };
  19. 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = Crazycharge/Images.xcassets; sourceTree = "<group>"; };
  20. 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Crazycharge/Info.plist; sourceTree = "<group>"; };
  21. 325BDC43DBB77F67CF98DCDF /* libPods-Crazycharge.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Crazycharge.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  22. 3A4D513D75FFB5A393591B15 /* Pods-Crazycharge.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Crazycharge.release.xcconfig"; path = "Target Support Files/Pods-Crazycharge/Pods-Crazycharge.release.xcconfig"; sourceTree = "<group>"; };
  23. 3EEFA35F043450A69E33C60B /* Pods-Crazycharge.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Crazycharge.debug.xcconfig"; path = "Target Support Files/Pods-Crazycharge/Pods-Crazycharge.debug.xcconfig"; sourceTree = "<group>"; };
  24. 441EFC59C4AFE8E2E7B1D07E /* ExpoModulesProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExpoModulesProvider.swift; path = "Pods/Target Support Files/Pods-Crazycharge/ExpoModulesProvider.swift"; sourceTree = "<group>"; };
  25. 993C2D5F4006A960A3EBF78A /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = Crazycharge/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
  26. AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = SplashScreen.storyboard; path = Crazycharge/SplashScreen.storyboard; sourceTree = "<group>"; };
  27. BB2F792C24A3F905000567C9 /* Expo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Expo.plist; sourceTree = "<group>"; };
  28. ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
  29. F11748412D0307B40044C1D9 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = Crazycharge/AppDelegate.swift; sourceTree = "<group>"; };
  30. F11748442D0722820044C1D9 /* Crazycharge-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "Crazycharge-Bridging-Header.h"; path = "Crazycharge/Crazycharge-Bridging-Header.h"; sourceTree = "<group>"; };
  31. /* End PBXFileReference section */
  32. /* Begin PBXFrameworksBuildPhase section */
  33. 13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
  34. isa = PBXFrameworksBuildPhase;
  35. buildActionMask = 2147483647;
  36. files = (
  37. BCDF6D895101F9AF2F9DDE21 /* libPods-Crazycharge.a in Frameworks */,
  38. );
  39. runOnlyForDeploymentPostprocessing = 0;
  40. };
  41. /* End PBXFrameworksBuildPhase section */
  42. /* Begin PBXGroup section */
  43. 13B07FAE1A68108700A75B9A /* Crazycharge */ = {
  44. isa = PBXGroup;
  45. children = (
  46. F11748412D0307B40044C1D9 /* AppDelegate.swift */,
  47. F11748442D0722820044C1D9 /* Crazycharge-Bridging-Header.h */,
  48. BB2F792B24A3F905000567C9 /* Supporting */,
  49. 13B07FB51A68108700A75B9A /* Images.xcassets */,
  50. 13B07FB61A68108700A75B9A /* Info.plist */,
  51. AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */,
  52. 993C2D5F4006A960A3EBF78A /* PrivacyInfo.xcprivacy */,
  53. );
  54. name = Crazycharge;
  55. sourceTree = "<group>";
  56. };
  57. 2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
  58. isa = PBXGroup;
  59. children = (
  60. ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
  61. 325BDC43DBB77F67CF98DCDF /* libPods-Crazycharge.a */,
  62. );
  63. name = Frameworks;
  64. sourceTree = "<group>";
  65. };
  66. 6F0DA91A9183BAB6DE0CD297 /* ExpoModulesProviders */ = {
  67. isa = PBXGroup;
  68. children = (
  69. 8FAD67D845DB648E595CA9CF /* Crazycharge */,
  70. );
  71. name = ExpoModulesProviders;
  72. sourceTree = "<group>";
  73. };
  74. 832341AE1AAA6A7D00B99B32 /* Libraries */ = {
  75. isa = PBXGroup;
  76. children = (
  77. );
  78. name = Libraries;
  79. sourceTree = "<group>";
  80. };
  81. 83CBB9F61A601CBA00E9B192 = {
  82. isa = PBXGroup;
  83. children = (
  84. 13B07FAE1A68108700A75B9A /* Crazycharge */,
  85. 832341AE1AAA6A7D00B99B32 /* Libraries */,
  86. 83CBBA001A601CBA00E9B192 /* Products */,
  87. 2D16E6871FA4F8E400B85C8A /* Frameworks */,
  88. AE974BC3AE2CE1197E64846E /* Pods */,
  89. 6F0DA91A9183BAB6DE0CD297 /* ExpoModulesProviders */,
  90. );
  91. indentWidth = 2;
  92. sourceTree = "<group>";
  93. tabWidth = 2;
  94. usesTabs = 0;
  95. };
  96. 83CBBA001A601CBA00E9B192 /* Products */ = {
  97. isa = PBXGroup;
  98. children = (
  99. 13B07F961A680F5B00A75B9A /* Crazycharge.app */,
  100. );
  101. name = Products;
  102. sourceTree = "<group>";
  103. };
  104. 8FAD67D845DB648E595CA9CF /* Crazycharge */ = {
  105. isa = PBXGroup;
  106. children = (
  107. 441EFC59C4AFE8E2E7B1D07E /* ExpoModulesProvider.swift */,
  108. );
  109. name = Crazycharge;
  110. sourceTree = "<group>";
  111. };
  112. AE974BC3AE2CE1197E64846E /* Pods */ = {
  113. isa = PBXGroup;
  114. children = (
  115. 3EEFA35F043450A69E33C60B /* Pods-Crazycharge.debug.xcconfig */,
  116. 3A4D513D75FFB5A393591B15 /* Pods-Crazycharge.release.xcconfig */,
  117. );
  118. path = Pods;
  119. sourceTree = "<group>";
  120. };
  121. BB2F792B24A3F905000567C9 /* Supporting */ = {
  122. isa = PBXGroup;
  123. children = (
  124. BB2F792C24A3F905000567C9 /* Expo.plist */,
  125. );
  126. name = Supporting;
  127. path = Crazycharge/Supporting;
  128. sourceTree = "<group>";
  129. };
  130. /* End PBXGroup section */
  131. /* Begin PBXNativeTarget section */
  132. 13B07F861A680F5B00A75B9A /* Crazycharge */ = {
  133. isa = PBXNativeTarget;
  134. buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "Crazycharge" */;
  135. buildPhases = (
  136. 08A4A3CD28434E44B6B9DE2E /* [CP] Check Pods Manifest.lock */,
  137. DA13ED48FA3307CF72BB8285 /* [Expo] Configure project */,
  138. 13B07F871A680F5B00A75B9A /* Sources */,
  139. 13B07F8C1A680F5B00A75B9A /* Frameworks */,
  140. 13B07F8E1A680F5B00A75B9A /* Resources */,
  141. 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
  142. 800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */,
  143. E893E2D745637494F718A316 /* [CP] Embed Pods Frameworks */,
  144. );
  145. buildRules = (
  146. );
  147. dependencies = (
  148. );
  149. name = Crazycharge;
  150. productName = Crazycharge;
  151. productReference = 13B07F961A680F5B00A75B9A /* Crazycharge.app */;
  152. productType = "com.apple.product-type.application";
  153. };
  154. /* End PBXNativeTarget section */
  155. /* Begin PBXProject section */
  156. 83CBB9F71A601CBA00E9B192 /* Project object */ = {
  157. isa = PBXProject;
  158. attributes = {
  159. LastUpgradeCheck = 1130;
  160. TargetAttributes = {
  161. 13B07F861A680F5B00A75B9A = {
  162. LastSwiftMigration = 1250;
  163. };
  164. };
  165. };
  166. buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "Crazycharge" */;
  167. compatibilityVersion = "Xcode 3.2";
  168. developmentRegion = en;
  169. hasScannedForEncodings = 0;
  170. knownRegions = (
  171. en,
  172. Base,
  173. );
  174. mainGroup = 83CBB9F61A601CBA00E9B192;
  175. productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
  176. projectDirPath = "";
  177. projectRoot = "";
  178. targets = (
  179. 13B07F861A680F5B00A75B9A /* Crazycharge */,
  180. );
  181. };
  182. /* End PBXProject section */
  183. /* Begin PBXResourcesBuildPhase section */
  184. 13B07F8E1A680F5B00A75B9A /* Resources */ = {
  185. isa = PBXResourcesBuildPhase;
  186. buildActionMask = 2147483647;
  187. files = (
  188. BB2F792D24A3F905000567C9 /* Expo.plist in Resources */,
  189. 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
  190. 3E461D99554A48A4959DE609 /* SplashScreen.storyboard in Resources */,
  191. F63AD46C54DC13640F8A9829 /* PrivacyInfo.xcprivacy in Resources */,
  192. );
  193. runOnlyForDeploymentPostprocessing = 0;
  194. };
  195. /* End PBXResourcesBuildPhase section */
  196. /* Begin PBXShellScriptBuildPhase section */
  197. 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
  198. isa = PBXShellScriptBuildPhase;
  199. alwaysOutOfDate = 1;
  200. buildActionMask = 2147483647;
  201. files = (
  202. );
  203. inputPaths = (
  204. );
  205. name = "Bundle React Native code and images";
  206. outputPaths = (
  207. );
  208. runOnlyForDeploymentPostprocessing = 0;
  209. shellPath = /bin/sh;
  210. shellScript = "if [[ -f \"$PODS_ROOT/../.xcode.env\" ]]; then\n source \"$PODS_ROOT/../.xcode.env\"\nfi\nif [[ -f \"$PODS_ROOT/../.xcode.env.local\" ]]; then\n source \"$PODS_ROOT/../.xcode.env.local\"\nfi\n\n# The project root by default is one level up from the ios directory\nexport PROJECT_ROOT=\"$PROJECT_DIR\"/..\n\nif [[ \"$CONFIGURATION\" = *Debug* ]]; then\n export SKIP_BUNDLING=1\nfi\nif [[ -z \"$ENTRY_FILE\" ]]; then\n # Set the entry JS file using the bundler's entry resolution.\n export ENTRY_FILE=\"$(\"$NODE_BINARY\" -e \"require('expo/scripts/resolveAppEntry')\" \"$PROJECT_ROOT\" ios absolute | tail -n 1)\"\nfi\n\nif [[ -z \"$CLI_PATH\" ]]; then\n # Use Expo CLI\n export CLI_PATH=\"$(\"$NODE_BINARY\" --print \"require.resolve('@expo/cli', { paths: [require.resolve('expo/package.json')] })\")\"\nfi\nif [[ -z \"$BUNDLE_COMMAND\" ]]; then\n # Default Expo CLI command for bundling\n export BUNDLE_COMMAND=\"export:embed\"\nfi\n\n# Source .xcode.env.updates if it exists to allow\n# SKIP_BUNDLING to be unset if needed\nif [[ -f \"$PODS_ROOT/../.xcode.env.updates\" ]]; then\n source \"$PODS_ROOT/../.xcode.env.updates\"\nfi\n# Source local changes to allow overrides\n# if needed\nif [[ -f \"$PODS_ROOT/../.xcode.env.local\" ]]; then\n source \"$PODS_ROOT/../.xcode.env.local\"\nfi\n\n`\"$NODE_BINARY\" --print \"require('path').dirname(require.resolve('react-native/package.json')) + '/scripts/react-native-xcode.sh'\"`\n\n";
  211. };
  212. 08A4A3CD28434E44B6B9DE2E /* [CP] Check Pods Manifest.lock */ = {
  213. isa = PBXShellScriptBuildPhase;
  214. buildActionMask = 2147483647;
  215. files = (
  216. );
  217. inputFileListPaths = (
  218. );
  219. inputPaths = (
  220. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  221. "${PODS_ROOT}/Manifest.lock",
  222. );
  223. name = "[CP] Check Pods Manifest.lock";
  224. outputFileListPaths = (
  225. );
  226. outputPaths = (
  227. "$(DERIVED_FILE_DIR)/Pods-Crazycharge-checkManifestLockResult.txt",
  228. );
  229. runOnlyForDeploymentPostprocessing = 0;
  230. shellPath = /bin/sh;
  231. 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";
  232. showEnvVarsInLog = 0;
  233. };
  234. 800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */ = {
  235. isa = PBXShellScriptBuildPhase;
  236. buildActionMask = 2147483647;
  237. files = (
  238. );
  239. inputPaths = (
  240. "${PODS_ROOT}/Target Support Files/Pods-Crazycharge/Pods-Crazycharge-resources.sh",
  241. "${PODS_CONFIGURATION_BUILD_DIR}/EXApplication/ExpoApplication_privacy.bundle",
  242. "${PODS_CONFIGURATION_BUILD_DIR}/EXConstants/EXConstants.bundle",
  243. "${PODS_CONFIGURATION_BUILD_DIR}/EXConstants/ExpoConstants_privacy.bundle",
  244. "${PODS_CONFIGURATION_BUILD_DIR}/EXNotifications/ExpoNotifications_privacy.bundle",
  245. "${PODS_CONFIGURATION_BUILD_DIR}/EXUpdates/EXUpdates.bundle",
  246. "${PODS_CONFIGURATION_BUILD_DIR}/ExpoDevice/ExpoDevice_privacy.bundle",
  247. "${PODS_CONFIGURATION_BUILD_DIR}/ExpoFileSystem/ExpoFileSystem_privacy.bundle",
  248. "${PODS_CONFIGURATION_BUILD_DIR}/GoogleMaps/GoogleMapsResources.bundle",
  249. "${PODS_CONFIGURATION_BUILD_DIR}/RCT-Folly/RCT-Folly_privacy.bundle",
  250. "${PODS_CONFIGURATION_BUILD_DIR}/RNCAsyncStorage/RNCAsyncStorage_resources.bundle",
  251. "${PODS_CONFIGURATION_BUILD_DIR}/RNSVG/RNSVGFilters.bundle",
  252. "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift/ReachabilitySwift.bundle",
  253. "${PODS_CONFIGURATION_BUILD_DIR}/React-Core/React-Core_privacy.bundle",
  254. "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact/React-cxxreact_privacy.bundle",
  255. "${PODS_CONFIGURATION_BUILD_DIR}/boost/boost_privacy.bundle",
  256. "${PODS_CONFIGURATION_BUILD_DIR}/expo-dev-launcher/EXDevLauncher.bundle",
  257. "${PODS_CONFIGURATION_BUILD_DIR}/expo-dev-menu/EXDevMenu.bundle",
  258. "${PODS_CONFIGURATION_BUILD_DIR}/glog/glog_privacy.bundle",
  259. "${PODS_CONFIGURATION_BUILD_DIR}/react-native-google-maps/GoogleMapsPrivacy.bundle",
  260. "${PODS_CONFIGURATION_BUILD_DIR}/react-native-maps/ReactNativeMapsPrivacy.bundle",
  261. );
  262. name = "[CP] Copy Pods Resources";
  263. outputPaths = (
  264. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoApplication_privacy.bundle",
  265. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXConstants.bundle",
  266. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoConstants_privacy.bundle",
  267. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoNotifications_privacy.bundle",
  268. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXUpdates.bundle",
  269. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoDevice_privacy.bundle",
  270. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoFileSystem_privacy.bundle",
  271. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GoogleMapsResources.bundle",
  272. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/RCT-Folly_privacy.bundle",
  273. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/RNCAsyncStorage_resources.bundle",
  274. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/RNSVGFilters.bundle",
  275. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ReachabilitySwift.bundle",
  276. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/React-Core_privacy.bundle",
  277. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/React-cxxreact_privacy.bundle",
  278. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/boost_privacy.bundle",
  279. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXDevLauncher.bundle",
  280. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXDevMenu.bundle",
  281. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/glog_privacy.bundle",
  282. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GoogleMapsPrivacy.bundle",
  283. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ReactNativeMapsPrivacy.bundle",
  284. );
  285. runOnlyForDeploymentPostprocessing = 0;
  286. shellPath = /bin/sh;
  287. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Crazycharge/Pods-Crazycharge-resources.sh\"\n";
  288. showEnvVarsInLog = 0;
  289. };
  290. DA13ED48FA3307CF72BB8285 /* [Expo] Configure project */ = {
  291. isa = PBXShellScriptBuildPhase;
  292. alwaysOutOfDate = 1;
  293. buildActionMask = 2147483647;
  294. files = (
  295. );
  296. inputFileListPaths = (
  297. );
  298. inputPaths = (
  299. );
  300. name = "[Expo] Configure project";
  301. outputFileListPaths = (
  302. );
  303. outputPaths = (
  304. );
  305. runOnlyForDeploymentPostprocessing = 0;
  306. shellPath = /bin/sh;
  307. shellScript = "# This script configures Expo modules and generates the modules provider file.\nbash -l -c \"./Pods/Target\\ Support\\ Files/Pods-Crazycharge/expo-configure-project.sh\"\n";
  308. };
  309. E893E2D745637494F718A316 /* [CP] Embed Pods Frameworks */ = {
  310. isa = PBXShellScriptBuildPhase;
  311. buildActionMask = 2147483647;
  312. files = (
  313. );
  314. inputPaths = (
  315. "${PODS_ROOT}/Target Support Files/Pods-Crazycharge/Pods-Crazycharge-frameworks.sh",
  316. "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built/hermes.framework/hermes",
  317. );
  318. name = "[CP] Embed Pods Frameworks";
  319. outputPaths = (
  320. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/hermes.framework",
  321. );
  322. runOnlyForDeploymentPostprocessing = 0;
  323. shellPath = /bin/sh;
  324. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Crazycharge/Pods-Crazycharge-frameworks.sh\"\n";
  325. showEnvVarsInLog = 0;
  326. };
  327. /* End PBXShellScriptBuildPhase section */
  328. /* Begin PBXSourcesBuildPhase section */
  329. 13B07F871A680F5B00A75B9A /* Sources */ = {
  330. isa = PBXSourcesBuildPhase;
  331. buildActionMask = 2147483647;
  332. files = (
  333. F11748422D0307B40044C1D9 /* AppDelegate.swift in Sources */,
  334. 1D1A050B317380E9D5DE0711 /* ExpoModulesProvider.swift in Sources */,
  335. );
  336. runOnlyForDeploymentPostprocessing = 0;
  337. };
  338. /* End PBXSourcesBuildPhase section */
  339. /* Begin XCBuildConfiguration section */
  340. 13B07F941A680F5B00A75B9A /* Debug */ = {
  341. isa = XCBuildConfiguration;
  342. baseConfigurationReference = 3EEFA35F043450A69E33C60B /* Pods-Crazycharge.debug.xcconfig */;
  343. buildSettings = {
  344. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  345. CLANG_ENABLE_MODULES = YES;
  346. CODE_SIGN_ENTITLEMENTS = Crazycharge/Crazycharge.entitlements;
  347. CURRENT_PROJECT_VERSION = 1;
  348. DEVELOPMENT_TEAM = 3BTGCKA5W3;
  349. ENABLE_BITCODE = NO;
  350. GCC_PREPROCESSOR_DEFINITIONS = (
  351. "$(inherited)",
  352. "FB_SONARKIT_ENABLED=1",
  353. );
  354. INFOPLIST_FILE = Crazycharge/Info.plist;
  355. IPHONEOS_DEPLOYMENT_TARGET = 15.1;
  356. LD_RUNPATH_SEARCH_PATHS = (
  357. "$(inherited)",
  358. "@executable_path/Frameworks",
  359. );
  360. MARKETING_VERSION = 1.0;
  361. OTHER_LDFLAGS = (
  362. "$(inherited)",
  363. "-ObjC",
  364. "-lc++",
  365. );
  366. OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
  367. PRODUCT_BUNDLE_IDENTIFIER = hk.ayf.crazycharge;
  368. PRODUCT_NAME = Crazycharge;
  369. SWIFT_OBJC_BRIDGING_HEADER = "Crazycharge/Crazycharge-Bridging-Header.h";
  370. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  371. SWIFT_VERSION = 5.0;
  372. TARGETED_DEVICE_FAMILY = 1;
  373. VERSIONING_SYSTEM = "apple-generic";
  374. };
  375. name = Debug;
  376. };
  377. 13B07F951A680F5B00A75B9A /* Release */ = {
  378. isa = XCBuildConfiguration;
  379. baseConfigurationReference = 3A4D513D75FFB5A393591B15 /* Pods-Crazycharge.release.xcconfig */;
  380. buildSettings = {
  381. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  382. CLANG_ENABLE_MODULES = YES;
  383. CODE_SIGN_ENTITLEMENTS = Crazycharge/Crazycharge.entitlements;
  384. CURRENT_PROJECT_VERSION = 1;
  385. INFOPLIST_FILE = Crazycharge/Info.plist;
  386. IPHONEOS_DEPLOYMENT_TARGET = 15.1;
  387. LD_RUNPATH_SEARCH_PATHS = (
  388. "$(inherited)",
  389. "@executable_path/Frameworks",
  390. );
  391. MARKETING_VERSION = 1.0;
  392. OTHER_LDFLAGS = (
  393. "$(inherited)",
  394. "-ObjC",
  395. "-lc++",
  396. );
  397. OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE";
  398. PRODUCT_BUNDLE_IDENTIFIER = hk.ayf.crazycharge;
  399. PRODUCT_NAME = Crazycharge;
  400. SWIFT_OBJC_BRIDGING_HEADER = "Crazycharge/Crazycharge-Bridging-Header.h";
  401. SWIFT_VERSION = 5.0;
  402. TARGETED_DEVICE_FAMILY = 1;
  403. VERSIONING_SYSTEM = "apple-generic";
  404. };
  405. name = Release;
  406. };
  407. 83CBBA201A601CBA00E9B192 /* Debug */ = {
  408. isa = XCBuildConfiguration;
  409. buildSettings = {
  410. ALWAYS_SEARCH_USER_PATHS = NO;
  411. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  412. CLANG_CXX_LANGUAGE_STANDARD = "c++20";
  413. CLANG_CXX_LIBRARY = "libc++";
  414. CLANG_ENABLE_MODULES = YES;
  415. CLANG_ENABLE_OBJC_ARC = YES;
  416. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  417. CLANG_WARN_BOOL_CONVERSION = YES;
  418. CLANG_WARN_COMMA = YES;
  419. CLANG_WARN_CONSTANT_CONVERSION = YES;
  420. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  421. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  422. CLANG_WARN_EMPTY_BODY = YES;
  423. CLANG_WARN_ENUM_CONVERSION = YES;
  424. CLANG_WARN_INFINITE_RECURSION = YES;
  425. CLANG_WARN_INT_CONVERSION = YES;
  426. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  427. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  428. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  429. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  430. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  431. CLANG_WARN_STRICT_PROTOTYPES = YES;
  432. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  433. CLANG_WARN_UNREACHABLE_CODE = YES;
  434. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  435. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  436. COPY_PHASE_STRIP = NO;
  437. ENABLE_STRICT_OBJC_MSGSEND = YES;
  438. ENABLE_TESTABILITY = YES;
  439. GCC_C_LANGUAGE_STANDARD = gnu99;
  440. GCC_DYNAMIC_NO_PIC = NO;
  441. GCC_NO_COMMON_BLOCKS = YES;
  442. GCC_OPTIMIZATION_LEVEL = 0;
  443. GCC_PREPROCESSOR_DEFINITIONS = (
  444. "DEBUG=1",
  445. "$(inherited)",
  446. );
  447. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  448. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  449. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  450. GCC_WARN_UNDECLARED_SELECTOR = YES;
  451. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  452. GCC_WARN_UNUSED_FUNCTION = YES;
  453. GCC_WARN_UNUSED_VARIABLE = YES;
  454. IPHONEOS_DEPLOYMENT_TARGET = 15.1;
  455. LD_RUNPATH_SEARCH_PATHS = (
  456. /usr/lib/swift,
  457. "$(inherited)",
  458. );
  459. LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift\"$(inherited)\"";
  460. MTL_ENABLE_DEBUG_INFO = YES;
  461. ONLY_ACTIVE_ARCH = YES;
  462. OTHER_LDFLAGS = "$(inherited) ";
  463. REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
  464. SDKROOT = iphoneos;
  465. SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
  466. USE_HERMES = true;
  467. };
  468. name = Debug;
  469. };
  470. 83CBBA211A601CBA00E9B192 /* Release */ = {
  471. isa = XCBuildConfiguration;
  472. buildSettings = {
  473. ALWAYS_SEARCH_USER_PATHS = NO;
  474. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  475. CLANG_CXX_LANGUAGE_STANDARD = "c++20";
  476. CLANG_CXX_LIBRARY = "libc++";
  477. CLANG_ENABLE_MODULES = YES;
  478. CLANG_ENABLE_OBJC_ARC = YES;
  479. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  480. CLANG_WARN_BOOL_CONVERSION = YES;
  481. CLANG_WARN_COMMA = YES;
  482. CLANG_WARN_CONSTANT_CONVERSION = YES;
  483. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  484. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  485. CLANG_WARN_EMPTY_BODY = YES;
  486. CLANG_WARN_ENUM_CONVERSION = YES;
  487. CLANG_WARN_INFINITE_RECURSION = YES;
  488. CLANG_WARN_INT_CONVERSION = YES;
  489. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  490. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  491. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  492. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  493. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  494. CLANG_WARN_STRICT_PROTOTYPES = YES;
  495. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  496. CLANG_WARN_UNREACHABLE_CODE = YES;
  497. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  498. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  499. COPY_PHASE_STRIP = YES;
  500. ENABLE_NS_ASSERTIONS = NO;
  501. ENABLE_STRICT_OBJC_MSGSEND = YES;
  502. GCC_C_LANGUAGE_STANDARD = gnu99;
  503. GCC_NO_COMMON_BLOCKS = YES;
  504. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  505. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  506. GCC_WARN_UNDECLARED_SELECTOR = YES;
  507. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  508. GCC_WARN_UNUSED_FUNCTION = YES;
  509. GCC_WARN_UNUSED_VARIABLE = YES;
  510. IPHONEOS_DEPLOYMENT_TARGET = 15.1;
  511. LD_RUNPATH_SEARCH_PATHS = (
  512. /usr/lib/swift,
  513. "$(inherited)",
  514. );
  515. LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift\"$(inherited)\"";
  516. MTL_ENABLE_DEBUG_INFO = NO;
  517. OTHER_LDFLAGS = "$(inherited) ";
  518. REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
  519. SDKROOT = iphoneos;
  520. USE_HERMES = true;
  521. VALIDATE_PRODUCT = YES;
  522. };
  523. name = Release;
  524. };
  525. /* End XCBuildConfiguration section */
  526. /* Begin XCConfigurationList section */
  527. 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "Crazycharge" */ = {
  528. isa = XCConfigurationList;
  529. buildConfigurations = (
  530. 13B07F941A680F5B00A75B9A /* Debug */,
  531. 13B07F951A680F5B00A75B9A /* Release */,
  532. );
  533. defaultConfigurationIsVisible = 0;
  534. defaultConfigurationName = Release;
  535. };
  536. 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "Crazycharge" */ = {
  537. isa = XCConfigurationList;
  538. buildConfigurations = (
  539. 83CBBA201A601CBA00E9B192 /* Debug */,
  540. 83CBBA211A601CBA00E9B192 /* Release */,
  541. );
  542. defaultConfigurationIsVisible = 0;
  543. defaultConfigurationName = Release;
  544. };
  545. /* End XCConfigurationList section */
  546. };
  547. rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
  548. }