|
|
@@ -7,19 +7,18 @@
|
|
|
objects = {
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
+ 107BAEBB9FA643C98C06405A /* noop-file.swift in Sources */ = {isa = PBXBuildFile; fileRef = D769CB2BBA2D424EA62D1CAA /* noop-file.swift */; };
|
|
|
13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; };
|
|
|
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
|
|
|
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
|
|
|
3E461D99554A48A4959DE609 /* SplashScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */; };
|
|
|
+ 51039C9DC6626C7C2C288B07 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = B217B853D198CDDB258EFA71 /* PrivacyInfo.xcprivacy */; };
|
|
|
96905EF65AED1B983A6B3ABC /* libPods-Crazycharge.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 58EEBF8E8E6FB1BC6CAF49B5 /* libPods-Crazycharge.a */; };
|
|
|
- A15C5F990BB3484094526EF4 /* noop-file.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4D6A9DFC9B5477D84EDC28A /* noop-file.swift */; };
|
|
|
B18059E884C0ABDD17F3DC3D /* ExpoModulesProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAC715A2D49A985799AEE119 /* ExpoModulesProvider.swift */; };
|
|
|
BB2F792D24A3F905000567C9 /* Expo.plist in Resources */ = {isa = PBXBuildFile; fileRef = BB2F792C24A3F905000567C9 /* Expo.plist */; };
|
|
|
- D632DE55C5489B42C1054D1F /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 70780971C84656E127DB959F /* PrivacyInfo.xcprivacy */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
- 097069C882964A269446EA06 /* Crazycharge-Bridging-Header.h */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.c.h; name = "Crazycharge-Bridging-Header.h"; path = "Crazycharge/Crazycharge-Bridging-Header.h"; sourceTree = "<group>"; };
|
|
|
13B07F961A680F5B00A75B9A /* Crazycharge.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Crazycharge.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Crazycharge/AppDelegate.h; sourceTree = "<group>"; };
|
|
|
13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = Crazycharge/AppDelegate.mm; sourceTree = "<group>"; };
|
|
|
@@ -28,11 +27,12 @@
|
|
|
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Crazycharge/main.m; sourceTree = "<group>"; };
|
|
|
58EEBF8E8E6FB1BC6CAF49B5 /* libPods-Crazycharge.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Crazycharge.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
6C2E3173556A471DD304B334 /* 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>"; };
|
|
|
- 70780971C84656E127DB959F /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = Crazycharge/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
|
|
|
7A4D352CD337FB3A3BF06240 /* 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>"; };
|
|
|
AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = SplashScreen.storyboard; path = Crazycharge/SplashScreen.storyboard; sourceTree = "<group>"; };
|
|
|
- B4D6A9DFC9B5477D84EDC28A /* noop-file.swift */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.swift; name = "noop-file.swift"; path = "Crazycharge/noop-file.swift"; sourceTree = "<group>"; };
|
|
|
+ B217B853D198CDDB258EFA71 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = Crazycharge/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
|
|
|
BB2F792C24A3F905000567C9 /* Expo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Expo.plist; sourceTree = "<group>"; };
|
|
|
+ D769CB2BBA2D424EA62D1CAA /* noop-file.swift */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.swift; name = "noop-file.swift"; path = "Crazycharge/noop-file.swift"; sourceTree = "<group>"; };
|
|
|
+ DBB221892FF84A23901F9541 /* Crazycharge-Bridging-Header.h */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.c.h; name = "Crazycharge-Bridging-Header.h"; path = "Crazycharge/Crazycharge-Bridging-Header.h"; sourceTree = "<group>"; };
|
|
|
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
|
|
|
FAC715A2D49A985799AEE119 /* ExpoModulesProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExpoModulesProvider.swift; path = "Pods/Target Support Files/Pods-Crazycharge/ExpoModulesProvider.swift"; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
|
@@ -59,9 +59,9 @@
|
|
|
13B07FB61A68108700A75B9A /* Info.plist */,
|
|
|
13B07FB71A68108700A75B9A /* main.m */,
|
|
|
AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */,
|
|
|
- B4D6A9DFC9B5477D84EDC28A /* noop-file.swift */,
|
|
|
- 097069C882964A269446EA06 /* Crazycharge-Bridging-Header.h */,
|
|
|
- 70780971C84656E127DB959F /* PrivacyInfo.xcprivacy */,
|
|
|
+ D769CB2BBA2D424EA62D1CAA /* noop-file.swift */,
|
|
|
+ DBB221892FF84A23901F9541 /* Crazycharge-Bridging-Header.h */,
|
|
|
+ B217B853D198CDDB258EFA71 /* PrivacyInfo.xcprivacy */,
|
|
|
);
|
|
|
name = Crazycharge;
|
|
|
sourceTree = "<group>";
|
|
|
@@ -147,13 +147,13 @@
|
|
|
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "Crazycharge" */;
|
|
|
buildPhases = (
|
|
|
08A4A3CD28434E44B6B9DE2E /* [CP] Check Pods Manifest.lock */,
|
|
|
- 682310D2356038A5A594FD07 /* [Expo] Configure project */,
|
|
|
+ ECEEBF1DC889D810C8B351FD /* [Expo] Configure project */,
|
|
|
13B07F871A680F5B00A75B9A /* Sources */,
|
|
|
13B07F8C1A680F5B00A75B9A /* Frameworks */,
|
|
|
13B07F8E1A680F5B00A75B9A /* Resources */,
|
|
|
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
|
|
|
800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */,
|
|
|
- B337470A06F01AEE59924EE4 /* [CP] Embed Pods Frameworks */,
|
|
|
+ D1174D376C3991E3A29D32EA /* [CP] Embed Pods Frameworks */,
|
|
|
);
|
|
|
buildRules = (
|
|
|
);
|
|
|
@@ -203,7 +203,7 @@
|
|
|
BB2F792D24A3F905000567C9 /* Expo.plist in Resources */,
|
|
|
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
|
|
|
3E461D99554A48A4959DE609 /* SplashScreen.storyboard in Resources */,
|
|
|
- D632DE55C5489B42C1054D1F /* PrivacyInfo.xcprivacy in Resources */,
|
|
|
+ 51039C9DC6626C7C2C288B07 /* PrivacyInfo.xcprivacy in Resources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
@@ -247,25 +247,6 @@
|
|
|
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";
|
|
|
showEnvVarsInLog = 0;
|
|
|
};
|
|
|
- 682310D2356038A5A594FD07 /* [Expo] Configure project */ = {
|
|
|
- isa = PBXShellScriptBuildPhase;
|
|
|
- alwaysOutOfDate = 1;
|
|
|
- buildActionMask = 2147483647;
|
|
|
- files = (
|
|
|
- );
|
|
|
- inputFileListPaths = (
|
|
|
- );
|
|
|
- inputPaths = (
|
|
|
- );
|
|
|
- name = "[Expo] Configure project";
|
|
|
- outputFileListPaths = (
|
|
|
- );
|
|
|
- outputPaths = (
|
|
|
- );
|
|
|
- runOnlyForDeploymentPostprocessing = 0;
|
|
|
- shellPath = /bin/sh;
|
|
|
- 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";
|
|
|
- };
|
|
|
800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */ = {
|
|
|
isa = PBXShellScriptBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
@@ -308,7 +289,7 @@
|
|
|
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Crazycharge/Pods-Crazycharge-resources.sh\"\n";
|
|
|
showEnvVarsInLog = 0;
|
|
|
};
|
|
|
- B337470A06F01AEE59924EE4 /* [CP] Embed Pods Frameworks */ = {
|
|
|
+ D1174D376C3991E3A29D32EA /* [CP] Embed Pods Frameworks */ = {
|
|
|
isa = PBXShellScriptBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
@@ -326,6 +307,25 @@
|
|
|
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Crazycharge/Pods-Crazycharge-frameworks.sh\"\n";
|
|
|
showEnvVarsInLog = 0;
|
|
|
};
|
|
|
+ ECEEBF1DC889D810C8B351FD /* [Expo] Configure project */ = {
|
|
|
+ isa = PBXShellScriptBuildPhase;
|
|
|
+ alwaysOutOfDate = 1;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ );
|
|
|
+ inputFileListPaths = (
|
|
|
+ );
|
|
|
+ inputPaths = (
|
|
|
+ );
|
|
|
+ name = "[Expo] Configure project";
|
|
|
+ outputFileListPaths = (
|
|
|
+ );
|
|
|
+ outputPaths = (
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ shellPath = /bin/sh;
|
|
|
+ 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";
|
|
|
+ };
|
|
|
/* End PBXShellScriptBuildPhase section */
|
|
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
|
@@ -336,7 +336,7 @@
|
|
|
13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */,
|
|
|
13B07FC11A68108700A75B9A /* main.m in Sources */,
|
|
|
B18059E884C0ABDD17F3DC3D /* ExpoModulesProvider.swift in Sources */,
|
|
|
- A15C5F990BB3484094526EF4 /* noop-file.swift in Sources */,
|
|
|
+ 107BAEBB9FA643C98C06405A /* noop-file.swift in Sources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|