project.pbxproj 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 54;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 0B046C965FCB23DC385CC12C /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = FC42AC39B54478C290987A38 /* PrivacyInfo.xcprivacy */; };
  10. 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
  11. 1E0EDAF0DF03D066F8119518 /* libPods-Crazycharge.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DCBA702AEDFB30D09C1B717 /* libPods-Crazycharge.a */; };
  12. 3E461D99554A48A4959DE609 /* SplashScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */; };
  13. 42E2CFB6635F2D2D4BAA6FA1 /* ExpoModulesProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B809672709D824E134A9B74 /* ExpoModulesProvider.swift */; };
  14. BB2F792D24A3F905000567C9 /* Expo.plist in Resources */ = {isa = PBXBuildFile; fileRef = BB2F792C24A3F905000567C9 /* Expo.plist */; };
  15. F11748422D0307B40044C1D9 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F11748412D0307B40044C1D9 /* AppDelegate.swift */; };
  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. 1DCBA702AEDFB30D09C1B717 /* libPods-Crazycharge.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Crazycharge.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  22. 6F9E4571E113DDDE46A20B9F /* 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. 9B809672709D824E134A9B74 /* ExpoModulesProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExpoModulesProvider.swift; path = "Pods/Target Support Files/Pods-Crazycharge/ExpoModulesProvider.swift"; sourceTree = "<group>"; };
  24. AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = SplashScreen.storyboard; path = Crazycharge/SplashScreen.storyboard; sourceTree = "<group>"; };
  25. BB2F792C24A3F905000567C9 /* Expo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Expo.plist; sourceTree = "<group>"; };
  26. D8C6127C7442321EEA61D1B3 /* 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>"; };
  27. ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
  28. F11748412D0307B40044C1D9 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = Crazycharge/AppDelegate.swift; sourceTree = "<group>"; };
  29. F11748442D0722820044C1D9 /* Crazycharge-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "Crazycharge-Bridging-Header.h"; path = "Crazycharge/Crazycharge-Bridging-Header.h"; sourceTree = "<group>"; };
  30. FC42AC39B54478C290987A38 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = Crazycharge/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
  31. /* End PBXFileReference section */
  32. /* Begin PBXFrameworksBuildPhase section */
  33. 13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
  34. isa = PBXFrameworksBuildPhase;
  35. buildActionMask = 2147483647;
  36. files = (
  37. 1E0EDAF0DF03D066F8119518 /* libPods-Crazycharge.a in Frameworks */,
  38. );
  39. runOnlyForDeploymentPostprocessing = 0;
  40. };
  41. /* End PBXFrameworksBuildPhase section */
  42. /* Begin PBXGroup section */
  43. 0035D651DDC56E8DA3FECD48 /* Pods */ = {
  44. isa = PBXGroup;
  45. children = (
  46. D8C6127C7442321EEA61D1B3 /* Pods-Crazycharge.debug.xcconfig */,
  47. 6F9E4571E113DDDE46A20B9F /* Pods-Crazycharge.release.xcconfig */,
  48. );
  49. name = Pods;
  50. path = Pods;
  51. sourceTree = "<group>";
  52. };
  53. 13B07FAE1A68108700A75B9A /* Crazycharge */ = {
  54. isa = PBXGroup;
  55. children = (
  56. F11748412D0307B40044C1D9 /* AppDelegate.swift */,
  57. F11748442D0722820044C1D9 /* Crazycharge-Bridging-Header.h */,
  58. BB2F792B24A3F905000567C9 /* Supporting */,
  59. 13B07FB51A68108700A75B9A /* Images.xcassets */,
  60. 13B07FB61A68108700A75B9A /* Info.plist */,
  61. AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */,
  62. FC42AC39B54478C290987A38 /* PrivacyInfo.xcprivacy */,
  63. );
  64. name = Crazycharge;
  65. sourceTree = "<group>";
  66. };
  67. 2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
  68. isa = PBXGroup;
  69. children = (
  70. ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
  71. 1DCBA702AEDFB30D09C1B717 /* libPods-Crazycharge.a */,
  72. );
  73. name = Frameworks;
  74. sourceTree = "<group>";
  75. };
  76. 6B98294F2E3944A0AD766EE0 /* ExpoModulesProviders */ = {
  77. isa = PBXGroup;
  78. children = (
  79. 70B3C8FDDF481841DC9E3ED9 /* Crazycharge */,
  80. );
  81. name = ExpoModulesProviders;
  82. sourceTree = "<group>";
  83. };
  84. 70B3C8FDDF481841DC9E3ED9 /* Crazycharge */ = {
  85. isa = PBXGroup;
  86. children = (
  87. 9B809672709D824E134A9B74 /* ExpoModulesProvider.swift */,
  88. );
  89. name = Crazycharge;
  90. sourceTree = "<group>";
  91. };
  92. 832341AE1AAA6A7D00B99B32 /* Libraries */ = {
  93. isa = PBXGroup;
  94. children = (
  95. );
  96. name = Libraries;
  97. sourceTree = "<group>";
  98. };
  99. 83CBB9F61A601CBA00E9B192 = {
  100. isa = PBXGroup;
  101. children = (
  102. 13B07FAE1A68108700A75B9A /* Crazycharge */,
  103. 832341AE1AAA6A7D00B99B32 /* Libraries */,
  104. 83CBBA001A601CBA00E9B192 /* Products */,
  105. 2D16E6871FA4F8E400B85C8A /* Frameworks */,
  106. 0035D651DDC56E8DA3FECD48 /* Pods */,
  107. 6B98294F2E3944A0AD766EE0 /* ExpoModulesProviders */,
  108. );
  109. indentWidth = 2;
  110. sourceTree = "<group>";
  111. tabWidth = 2;
  112. usesTabs = 0;
  113. };
  114. 83CBBA001A601CBA00E9B192 /* Products */ = {
  115. isa = PBXGroup;
  116. children = (
  117. 13B07F961A680F5B00A75B9A /* Crazycharge.app */,
  118. );
  119. name = Products;
  120. sourceTree = "<group>";
  121. };
  122. BB2F792B24A3F905000567C9 /* Supporting */ = {
  123. isa = PBXGroup;
  124. children = (
  125. BB2F792C24A3F905000567C9 /* Expo.plist */,
  126. );
  127. name = Supporting;
  128. path = Crazycharge/Supporting;
  129. sourceTree = "<group>";
  130. };
  131. /* End PBXGroup section */
  132. /* Begin PBXNativeTarget section */
  133. 13B07F861A680F5B00A75B9A /* Crazycharge */ = {
  134. isa = PBXNativeTarget;
  135. buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "Crazycharge" */;
  136. buildPhases = (
  137. 08A4A3CD28434E44B6B9DE2E /* [CP] Check Pods Manifest.lock */,
  138. F70A56C1DEEF9E6786CBB23A /* [Expo] Configure project */,
  139. 13B07F871A680F5B00A75B9A /* Sources */,
  140. 13B07F8C1A680F5B00A75B9A /* Frameworks */,
  141. 13B07F8E1A680F5B00A75B9A /* Resources */,
  142. 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
  143. 800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */,
  144. 1A58DD94FF0F229DCA4A4C95 /* [CP] Embed Pods Frameworks */,
  145. );
  146. buildRules = (
  147. );
  148. dependencies = (
  149. );
  150. name = Crazycharge;
  151. productName = Crazycharge;
  152. productReference = 13B07F961A680F5B00A75B9A /* Crazycharge.app */;
  153. productType = "com.apple.product-type.application";
  154. };
  155. /* End PBXNativeTarget section */
  156. /* Begin PBXProject section */
  157. 83CBB9F71A601CBA00E9B192 /* Project object */ = {
  158. isa = PBXProject;
  159. attributes = {
  160. LastUpgradeCheck = 1130;
  161. TargetAttributes = {
  162. 13B07F861A680F5B00A75B9A = {
  163. LastSwiftMigration = 1250;
  164. };
  165. };
  166. };
  167. buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "Crazycharge" */;
  168. compatibilityVersion = "Xcode 3.2";
  169. developmentRegion = en;
  170. hasScannedForEncodings = 0;
  171. knownRegions = (
  172. en,
  173. Base,
  174. );
  175. mainGroup = 83CBB9F61A601CBA00E9B192;
  176. productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
  177. projectDirPath = "";
  178. projectRoot = "";
  179. targets = (
  180. 13B07F861A680F5B00A75B9A /* Crazycharge */,
  181. );
  182. };
  183. /* End PBXProject section */
  184. /* Begin PBXResourcesBuildPhase section */
  185. 13B07F8E1A680F5B00A75B9A /* Resources */ = {
  186. isa = PBXResourcesBuildPhase;
  187. buildActionMask = 2147483647;
  188. files = (
  189. BB2F792D24A3F905000567C9 /* Expo.plist in Resources */,
  190. 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
  191. 3E461D99554A48A4959DE609 /* SplashScreen.storyboard in Resources */,
  192. 0B046C965FCB23DC385CC12C /* PrivacyInfo.xcprivacy in Resources */,
  193. );
  194. runOnlyForDeploymentPostprocessing = 0;
  195. };
  196. /* End PBXResourcesBuildPhase section */
  197. /* Begin PBXShellScriptBuildPhase section */
  198. 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
  199. isa = PBXShellScriptBuildPhase;
  200. alwaysOutOfDate = 1;
  201. buildActionMask = 2147483647;
  202. files = (
  203. );
  204. inputPaths = (
  205. );
  206. name = "Bundle React Native code and images";
  207. outputPaths = (
  208. );
  209. runOnlyForDeploymentPostprocessing = 0;
  210. shellPath = /bin/sh;
  211. 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";
  212. };
  213. 08A4A3CD28434E44B6B9DE2E /* [CP] Check Pods Manifest.lock */ = {
  214. isa = PBXShellScriptBuildPhase;
  215. buildActionMask = 2147483647;
  216. files = (
  217. );
  218. inputFileListPaths = (
  219. );
  220. inputPaths = (
  221. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  222. "${PODS_ROOT}/Manifest.lock",
  223. );
  224. name = "[CP] Check Pods Manifest.lock";
  225. outputFileListPaths = (
  226. );
  227. outputPaths = (
  228. "$(DERIVED_FILE_DIR)/Pods-Crazycharge-checkManifestLockResult.txt",
  229. );
  230. runOnlyForDeploymentPostprocessing = 0;
  231. shellPath = /bin/sh;
  232. 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";
  233. showEnvVarsInLog = 0;
  234. };
  235. 1A58DD94FF0F229DCA4A4C95 /* [CP] Embed Pods Frameworks */ = {
  236. isa = PBXShellScriptBuildPhase;
  237. buildActionMask = 2147483647;
  238. files = (
  239. );
  240. inputPaths = (
  241. "${PODS_ROOT}/Target Support Files/Pods-Crazycharge/Pods-Crazycharge-frameworks.sh",
  242. "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built/hermes.framework/hermes",
  243. );
  244. name = "[CP] Embed Pods Frameworks";
  245. outputPaths = (
  246. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/hermes.framework",
  247. );
  248. runOnlyForDeploymentPostprocessing = 0;
  249. shellPath = /bin/sh;
  250. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Crazycharge/Pods-Crazycharge-frameworks.sh\"\n";
  251. showEnvVarsInLog = 0;
  252. };
  253. 800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */ = {
  254. isa = PBXShellScriptBuildPhase;
  255. buildActionMask = 2147483647;
  256. files = (
  257. );
  258. inputPaths = (
  259. "${PODS_ROOT}/Target Support Files/Pods-Crazycharge/Pods-Crazycharge-resources.sh",
  260. "${PODS_CONFIGURATION_BUILD_DIR}/EXApplication/ExpoApplication_privacy.bundle",
  261. "${PODS_CONFIGURATION_BUILD_DIR}/EXConstants/EXConstants.bundle",
  262. "${PODS_CONFIGURATION_BUILD_DIR}/EXConstants/ExpoConstants_privacy.bundle",
  263. "${PODS_CONFIGURATION_BUILD_DIR}/EXNotifications/ExpoNotifications_privacy.bundle",
  264. "${PODS_CONFIGURATION_BUILD_DIR}/EXUpdates/EXUpdates.bundle",
  265. "${PODS_CONFIGURATION_BUILD_DIR}/ExpoDevice/ExpoDevice_privacy.bundle",
  266. "${PODS_CONFIGURATION_BUILD_DIR}/ExpoFileSystem/ExpoFileSystem_privacy.bundle",
  267. "${PODS_CONFIGURATION_BUILD_DIR}/GoogleMaps/GoogleMapsResources.bundle",
  268. "${PODS_CONFIGURATION_BUILD_DIR}/RCT-Folly/RCT-Folly_privacy.bundle",
  269. "${PODS_CONFIGURATION_BUILD_DIR}/RNCAsyncStorage/RNCAsyncStorage_resources.bundle",
  270. "${PODS_CONFIGURATION_BUILD_DIR}/RNSVG/RNSVGFilters.bundle",
  271. "${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift/ReachabilitySwift.bundle",
  272. "${PODS_CONFIGURATION_BUILD_DIR}/React-Core/React-Core_privacy.bundle",
  273. "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact/React-cxxreact_privacy.bundle",
  274. "${PODS_CONFIGURATION_BUILD_DIR}/boost/boost_privacy.bundle",
  275. "${PODS_CONFIGURATION_BUILD_DIR}/expo-dev-launcher/EXDevLauncher.bundle",
  276. "${PODS_CONFIGURATION_BUILD_DIR}/expo-dev-menu/EXDevMenu.bundle",
  277. "${PODS_CONFIGURATION_BUILD_DIR}/glog/glog_privacy.bundle",
  278. "${PODS_CONFIGURATION_BUILD_DIR}/react-native-google-maps/GoogleMapsPrivacy.bundle",
  279. "${PODS_CONFIGURATION_BUILD_DIR}/react-native-maps/ReactNativeMapsPrivacy.bundle",
  280. );
  281. name = "[CP] Copy Pods Resources";
  282. outputPaths = (
  283. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoApplication_privacy.bundle",
  284. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXConstants.bundle",
  285. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoConstants_privacy.bundle",
  286. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoNotifications_privacy.bundle",
  287. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXUpdates.bundle",
  288. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoDevice_privacy.bundle",
  289. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoFileSystem_privacy.bundle",
  290. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GoogleMapsResources.bundle",
  291. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/RCT-Folly_privacy.bundle",
  292. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/RNCAsyncStorage_resources.bundle",
  293. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/RNSVGFilters.bundle",
  294. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ReachabilitySwift.bundle",
  295. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/React-Core_privacy.bundle",
  296. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/React-cxxreact_privacy.bundle",
  297. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/boost_privacy.bundle",
  298. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXDevLauncher.bundle",
  299. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXDevMenu.bundle",
  300. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/glog_privacy.bundle",
  301. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GoogleMapsPrivacy.bundle",
  302. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ReactNativeMapsPrivacy.bundle",
  303. );
  304. runOnlyForDeploymentPostprocessing = 0;
  305. shellPath = /bin/sh;
  306. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Crazycharge/Pods-Crazycharge-resources.sh\"\n";
  307. showEnvVarsInLog = 0;
  308. };
  309. F70A56C1DEEF9E6786CBB23A /* [Expo] Configure project */ = {
  310. isa = PBXShellScriptBuildPhase;
  311. alwaysOutOfDate = 1;
  312. buildActionMask = 2147483647;
  313. files = (
  314. );
  315. inputFileListPaths = (
  316. );
  317. inputPaths = (
  318. );
  319. name = "[Expo] Configure project";
  320. outputFileListPaths = (
  321. );
  322. outputPaths = (
  323. );
  324. runOnlyForDeploymentPostprocessing = 0;
  325. shellPath = /bin/sh;
  326. 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";
  327. };
  328. /* End PBXShellScriptBuildPhase section */
  329. /* Begin PBXSourcesBuildPhase section */
  330. 13B07F871A680F5B00A75B9A /* Sources */ = {
  331. isa = PBXSourcesBuildPhase;
  332. buildActionMask = 2147483647;
  333. files = (
  334. F11748422D0307B40044C1D9 /* AppDelegate.swift in Sources */,
  335. 42E2CFB6635F2D2D4BAA6FA1 /* ExpoModulesProvider.swift in Sources */,
  336. );
  337. runOnlyForDeploymentPostprocessing = 0;
  338. };
  339. /* End PBXSourcesBuildPhase section */
  340. /* Begin XCBuildConfiguration section */
  341. 13B07F941A680F5B00A75B9A /* Debug */ = {
  342. isa = XCBuildConfiguration;
  343. baseConfigurationReference = D8C6127C7442321EEA61D1B3 /* Pods-Crazycharge.debug.xcconfig */;
  344. buildSettings = {
  345. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  346. CLANG_ENABLE_MODULES = YES;
  347. CODE_SIGN_ENTITLEMENTS = Crazycharge/Crazycharge.entitlements;
  348. CURRENT_PROJECT_VERSION = 1;
  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 = 6F9E4571E113DDDE46A20B9F /* 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 = (
  463. "$(inherited)",
  464. " ",
  465. );
  466. REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
  467. SDKROOT = iphoneos;
  468. SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
  469. USE_HERMES = true;
  470. };
  471. name = Debug;
  472. };
  473. 83CBBA211A601CBA00E9B192 /* Release */ = {
  474. isa = XCBuildConfiguration;
  475. buildSettings = {
  476. ALWAYS_SEARCH_USER_PATHS = NO;
  477. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  478. CLANG_CXX_LANGUAGE_STANDARD = "c++20";
  479. CLANG_CXX_LIBRARY = "libc++";
  480. CLANG_ENABLE_MODULES = YES;
  481. CLANG_ENABLE_OBJC_ARC = YES;
  482. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  483. CLANG_WARN_BOOL_CONVERSION = YES;
  484. CLANG_WARN_COMMA = YES;
  485. CLANG_WARN_CONSTANT_CONVERSION = YES;
  486. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  487. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  488. CLANG_WARN_EMPTY_BODY = YES;
  489. CLANG_WARN_ENUM_CONVERSION = YES;
  490. CLANG_WARN_INFINITE_RECURSION = YES;
  491. CLANG_WARN_INT_CONVERSION = YES;
  492. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  493. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  494. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  495. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  496. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  497. CLANG_WARN_STRICT_PROTOTYPES = YES;
  498. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  499. CLANG_WARN_UNREACHABLE_CODE = YES;
  500. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  501. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  502. COPY_PHASE_STRIP = YES;
  503. ENABLE_NS_ASSERTIONS = NO;
  504. ENABLE_STRICT_OBJC_MSGSEND = YES;
  505. GCC_C_LANGUAGE_STANDARD = gnu99;
  506. GCC_NO_COMMON_BLOCKS = YES;
  507. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  508. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  509. GCC_WARN_UNDECLARED_SELECTOR = YES;
  510. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  511. GCC_WARN_UNUSED_FUNCTION = YES;
  512. GCC_WARN_UNUSED_VARIABLE = YES;
  513. IPHONEOS_DEPLOYMENT_TARGET = 15.1;
  514. LD_RUNPATH_SEARCH_PATHS = (
  515. /usr/lib/swift,
  516. "$(inherited)",
  517. );
  518. LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift\"$(inherited)\"";
  519. MTL_ENABLE_DEBUG_INFO = NO;
  520. OTHER_LDFLAGS = (
  521. "$(inherited)",
  522. " ",
  523. );
  524. REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
  525. SDKROOT = iphoneos;
  526. USE_HERMES = true;
  527. VALIDATE_PRODUCT = YES;
  528. };
  529. name = Release;
  530. };
  531. /* End XCBuildConfiguration section */
  532. /* Begin XCConfigurationList section */
  533. 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "Crazycharge" */ = {
  534. isa = XCConfigurationList;
  535. buildConfigurations = (
  536. 13B07F941A680F5B00A75B9A /* Debug */,
  537. 13B07F951A680F5B00A75B9A /* Release */,
  538. );
  539. defaultConfigurationIsVisible = 0;
  540. defaultConfigurationName = Release;
  541. };
  542. 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "Crazycharge" */ = {
  543. isa = XCConfigurationList;
  544. buildConfigurations = (
  545. 83CBBA201A601CBA00E9B192 /* Debug */,
  546. 83CBBA211A601CBA00E9B192 /* Release */,
  547. );
  548. defaultConfigurationIsVisible = 0;
  549. defaultConfigurationName = Release;
  550. };
  551. /* End XCConfigurationList section */
  552. };
  553. rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
  554. }