diff --git a/.gitignore b/.gitignore
index 2307dd6..2ca251b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -81,4 +81,7 @@ yarn-error.*
# typescript
*.tsbuildinfo
+# secrets
+secrets/
+
# @end expo-cli
\ No newline at end of file
diff --git a/android/app/src/debugOptimized/AndroidManifest.xml b/android/app/src/debugOptimized/AndroidManifest.xml
new file mode 100644
index 0000000..3ec2507
--- /dev/null
+++ b/android/app/src/debugOptimized/AndroidManifest.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
diff --git a/android/build.gradle b/android/build.gradle
index 720ffa3..0654e73 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -6,32 +6,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.google.gms:google-services:4.4.1'
+ classpath 'com.google.gms:google-services:4.4.1'
classpath('com.android.tools.build:gradle')
classpath('com.facebook.react:react-native-gradle-plugin')
classpath('org.jetbrains.kotlin:kotlin-gradle-plugin')
}
}
-allprojects {
- repositories {
- google()
- mavenCentral()
- maven { url 'https://www.jitpack.io' }
- }
-}
-
-apply plugin: "expo-root-project"
-apply plugin: "com.facebook.react.rootproject"
-// @generated begin @rnmapbox/maps-v2-maven - expo prebuild (DO NOT MODIFY) sync-d4ccbfdff48fdba3138b02a8ba41b9722af001d8
-
allprojects {
repositories {
maven {
url 'https://api.mapbox.com/downloads/v2/releases/maven'
- // Authentication is no longer required as per Mapbox's removal of download token requirement
- // See: https://github.com/mapbox/mapbox-maps-flutter/issues/775
- // Keeping this as optional for backward compatibility
def token = project.properties['MAPBOX_DOWNLOADS_TOKEN'] ?: System.getenv('RNMAPBOX_MAPS_DOWNLOAD_TOKEN')
if (token) {
authentication { basic(BasicAuthentication) }
@@ -41,7 +26,11 @@ allprojects {
}
}
}
+ google()
+ mavenCentral()
+ maven { url 'https://www.jitpack.io' }
}
}
-// @generated end @rnmapbox/maps-v2-maven
\ No newline at end of file
+apply plugin: "expo-root-project"
+apply plugin: "com.facebook.react.rootproject"
diff --git a/app.config.js b/app.config.js
index 1fe8dff..9ae93d9 100644
--- a/app.config.js
+++ b/app.config.js
@@ -25,7 +25,7 @@ export default {
ios: {
supportsTablet: true,
bundleIdentifier: "com.anonymous.hipmi-mobile",
- googleServicesFile: "./ios/HIPMIBadungConnect/GoogleService-Info.plist",
+ googleServicesFile: "./secrets/GoogleService-Info.plist",
infoPlist: {
ITSAppUsesNonExemptEncryption: false,
NSLocationWhenInUseUsageDescription:
@@ -38,7 +38,7 @@ export default {
},
android: {
- googleServicesFile: "./google-services.json",
+ googleServicesFile: "./secrets/google-services.json",
adaptiveIcon: {
foregroundImage: "./assets/images/splash-icon.png",
backgroundColor: "#ffffff",
@@ -70,6 +70,7 @@ export default {
},
plugins: [
+ "./plugins/withCustomConfig",
"expo-router",
"expo-web-browser",
[
diff --git a/ios/HIPMIBadungConnect.xcodeproj/project.pbxproj b/ios/HIPMIBadungConnect.xcodeproj/project.pbxproj
index e2afe35..050a411 100644
--- a/ios/HIPMIBadungConnect.xcodeproj/project.pbxproj
+++ b/ios/HIPMIBadungConnect.xcodeproj/project.pbxproj
@@ -7,13 +7,13 @@
objects = {
/* Begin PBXBuildFile section */
+ 124C22121050F8C300089CC6 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = D9D3941539EFB04898D28F06 /* PrivacyInfo.xcprivacy */; };
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
- 241CFEB1CBB2124E18A09822 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 51B6792712498367CD1EEA5D /* PrivacyInfo.xcprivacy */; };
+ 1C904F7BE54A0D705D43BA3C /* ExpoModulesProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A6724F463661195361D04A9 /* ExpoModulesProvider.swift */; };
3E461D99554A48A4959DE609 /* SplashScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */; };
- 5FFACD268BA648EFA3A59CDC /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = E8EB1D2D7338425899CD9FA1 /* GoogleService-Info.plist */; };
- 74742C163A8F5202D2925B40 /* libPods-HIPMIBadungConnect.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BE614D12468C9A25709B0317 /* libPods-HIPMIBadungConnect.a */; };
+ 4E87CF87BA9AA4220368EDFB /* libPods-HIPMIBadungConnect.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D5A9741563BD72C2928D733 /* libPods-HIPMIBadungConnect.a */; };
BB2F792D24A3F905000567C9 /* Expo.plist in Resources */ = {isa = PBXBuildFile; fileRef = BB2F792C24A3F905000567C9 /* Expo.plist */; };
- D138B3E4BC618ADDE62DCDCC /* ExpoModulesProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8F39CC335B3942749573F05 /* ExpoModulesProvider.swift */; };
+ E5450BFC7FF940E5A98B96B1 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = D38C393141A147BB9A94B313 /* GoogleService-Info.plist */; };
F11748422D0307B40044C1D9 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F11748412D0307B40044C1D9 /* AppDelegate.swift */; };
/* End PBXBuildFile section */
@@ -21,17 +21,17 @@
13B07F961A680F5B00A75B9A /* HIPMIBadungConnect.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HIPMIBadungConnect.app; sourceTree = BUILT_PRODUCTS_DIR; };
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = HIPMIBadungConnect/Images.xcassets; sourceTree = ""; };
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = HIPMIBadungConnect/Info.plist; sourceTree = ""; };
- 40E847A832DE042BE51AD9E9 /* Pods-HIPMIBadungConnect.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HIPMIBadungConnect.release.xcconfig"; path = "Target Support Files/Pods-HIPMIBadungConnect/Pods-HIPMIBadungConnect.release.xcconfig"; sourceTree = ""; };
- 51B6792712498367CD1EEA5D /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = HIPMIBadungConnect/PrivacyInfo.xcprivacy; sourceTree = ""; };
+ 7D5A9741563BD72C2928D733 /* libPods-HIPMIBadungConnect.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-HIPMIBadungConnect.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 9A6724F463661195361D04A9 /* ExpoModulesProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExpoModulesProvider.swift; path = "Pods/Target Support Files/Pods-HIPMIBadungConnect/ExpoModulesProvider.swift"; sourceTree = ""; };
AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = SplashScreen.storyboard; path = HIPMIBadungConnect/SplashScreen.storyboard; sourceTree = ""; };
BB2F792C24A3F905000567C9 /* Expo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Expo.plist; sourceTree = ""; };
- BE614D12468C9A25709B0317 /* libPods-HIPMIBadungConnect.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-HIPMIBadungConnect.a"; sourceTree = BUILT_PRODUCTS_DIR; };
- C273E4769DE3DC0FEF6A377C /* Pods-HIPMIBadungConnect.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HIPMIBadungConnect.debug.xcconfig"; path = "Target Support Files/Pods-HIPMIBadungConnect/Pods-HIPMIBadungConnect.debug.xcconfig"; sourceTree = ""; };
- E8EB1D2D7338425899CD9FA1 /* GoogleService-Info.plist */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = text.plist.xml; name = "GoogleService-Info.plist"; path = "HIPMIBadungConnect/GoogleService-Info.plist"; sourceTree = ""; };
+ CCC6C2285082EE43E9D124C0 /* Pods-HIPMIBadungConnect.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HIPMIBadungConnect.release.xcconfig"; path = "Target Support Files/Pods-HIPMIBadungConnect/Pods-HIPMIBadungConnect.release.xcconfig"; sourceTree = ""; };
+ D38C393141A147BB9A94B313 /* GoogleService-Info.plist */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = text.plist.xml; name = "GoogleService-Info.plist"; path = "HIPMIBadungConnect/GoogleService-Info.plist"; sourceTree = ""; };
+ D9D3941539EFB04898D28F06 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = HIPMIBadungConnect/PrivacyInfo.xcprivacy; sourceTree = ""; };
+ E88DBD185F2AA1CF7405FD5A /* Pods-HIPMIBadungConnect.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HIPMIBadungConnect.debug.xcconfig"; path = "Target Support Files/Pods-HIPMIBadungConnect/Pods-HIPMIBadungConnect.debug.xcconfig"; sourceTree = ""; };
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
F11748412D0307B40044C1D9 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = HIPMIBadungConnect/AppDelegate.swift; sourceTree = ""; };
F11748442D0722820044C1D9 /* HIPMIBadungConnect-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "HIPMIBadungConnect-Bridging-Header.h"; path = "HIPMIBadungConnect/HIPMIBadungConnect-Bridging-Header.h"; sourceTree = ""; };
- F8F39CC335B3942749573F05 /* ExpoModulesProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExpoModulesProvider.swift; path = "Pods/Target Support Files/Pods-HIPMIBadungConnect/ExpoModulesProvider.swift"; sourceTree = ""; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -39,13 +39,23 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 74742C163A8F5202D2925B40 /* libPods-HIPMIBadungConnect.a in Frameworks */,
+ 4E87CF87BA9AA4220368EDFB /* libPods-HIPMIBadungConnect.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
+ 04E9D1915F792A616C6EB2CB /* Pods */ = {
+ isa = PBXGroup;
+ children = (
+ E88DBD185F2AA1CF7405FD5A /* Pods-HIPMIBadungConnect.debug.xcconfig */,
+ CCC6C2285082EE43E9D124C0 /* Pods-HIPMIBadungConnect.release.xcconfig */,
+ );
+ name = Pods;
+ path = Pods;
+ sourceTree = "";
+ };
13B07FAE1A68108700A75B9A /* HIPMIBadungConnect */ = {
isa = PBXGroup;
children = (
@@ -55,8 +65,16 @@
13B07FB51A68108700A75B9A /* Images.xcassets */,
13B07FB61A68108700A75B9A /* Info.plist */,
AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */,
- 51B6792712498367CD1EEA5D /* PrivacyInfo.xcprivacy */,
- E8EB1D2D7338425899CD9FA1 /* GoogleService-Info.plist */,
+ D38C393141A147BB9A94B313 /* GoogleService-Info.plist */,
+ D9D3941539EFB04898D28F06 /* PrivacyInfo.xcprivacy */,
+ );
+ name = HIPMIBadungConnect;
+ sourceTree = "";
+ };
+ 2C5BEE2E6F14E5DAFC6DB217 /* HIPMIBadungConnect */ = {
+ isa = PBXGroup;
+ children = (
+ 9A6724F463661195361D04A9 /* ExpoModulesProvider.swift */,
);
name = HIPMIBadungConnect;
sourceTree = "";
@@ -65,19 +83,11 @@
isa = PBXGroup;
children = (
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
- BE614D12468C9A25709B0317 /* libPods-HIPMIBadungConnect.a */,
+ 7D5A9741563BD72C2928D733 /* libPods-HIPMIBadungConnect.a */,
);
name = Frameworks;
sourceTree = "";
};
- 6C62A8BDDB81F7BE378344ED /* ExpoModulesProviders */ = {
- isa = PBXGroup;
- children = (
- C0BA0842F7555AB0104D3227 /* HIPMIBadungConnect */,
- );
- name = ExpoModulesProviders;
- sourceTree = "";
- };
832341AE1AAA6A7D00B99B32 /* Libraries */ = {
isa = PBXGroup;
children = (
@@ -92,8 +102,8 @@
832341AE1AAA6A7D00B99B32 /* Libraries */,
83CBBA001A601CBA00E9B192 /* Products */,
2D16E6871FA4F8E400B85C8A /* Frameworks */,
- A30E580F1E4E26A6BD0E3B24 /* Pods */,
- 6C62A8BDDB81F7BE378344ED /* ExpoModulesProviders */,
+ 04E9D1915F792A616C6EB2CB /* Pods */,
+ 9E1A0C3C5759D70DB5C82FA0 /* ExpoModulesProviders */,
);
indentWidth = 2;
sourceTree = "";
@@ -108,13 +118,12 @@
name = Products;
sourceTree = "";
};
- A30E580F1E4E26A6BD0E3B24 /* Pods */ = {
+ 9E1A0C3C5759D70DB5C82FA0 /* ExpoModulesProviders */ = {
isa = PBXGroup;
children = (
- C273E4769DE3DC0FEF6A377C /* Pods-HIPMIBadungConnect.debug.xcconfig */,
- 40E847A832DE042BE51AD9E9 /* Pods-HIPMIBadungConnect.release.xcconfig */,
+ 2C5BEE2E6F14E5DAFC6DB217 /* HIPMIBadungConnect */,
);
- path = Pods;
+ name = ExpoModulesProviders;
sourceTree = "";
};
BB2F792B24A3F905000567C9 /* Supporting */ = {
@@ -126,14 +135,6 @@
path = HIPMIBadungConnect/Supporting;
sourceTree = "";
};
- C0BA0842F7555AB0104D3227 /* HIPMIBadungConnect */ = {
- isa = PBXGroup;
- children = (
- F8F39CC335B3942749573F05 /* ExpoModulesProvider.swift */,
- );
- name = HIPMIBadungConnect;
- sourceTree = "";
- };
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
@@ -141,82 +142,16 @@
isa = PBXNativeTarget;
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "HIPMIBadungConnect" */;
buildPhases = (
- AA173A81855B88A7082A949D /* [CP] Check Pods Manifest.lock */,
- 0B90913696EEE0E819CAF510 /* [Expo] Configure project */,
+ 08A4A3CD28434E44B6B9DE2E /* [CP] Check Pods Manifest.lock */,
+ F3F766D8527B15CE8E82F6F9 /* [Expo] Configure project */,
13B07F871A680F5B00A75B9A /* Sources */,
13B07F8C1A680F5B00A75B9A /* Frameworks */,
13B07F8E1A680F5B00A75B9A /* Resources */,
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
- 1A2B5C8B77E56B3325ADC6E7 /* [CP] Embed Pods Frameworks */,
- AECA4AD2A3DFA75F552CA1F1 /* [CP] Copy Pods Resources */,
- 58D7AF30081BAAEFD090045C /* [CP-User] [RNFB] Core Configuration */,
- 7A7548934A6A4A868E76F842 /* Remove signature files (Xcode workaround) */,
- 87DB85593ECE4622BCF1F332 /* Remove signature files (Xcode workaround) */,
- B6436A881D9B484CB6D18085 /* Remove signature files (Xcode workaround) */,
- 2BAE9DA9D4244A23B39651C7 /* Remove signature files (Xcode workaround) */,
- 81D5244C04C44C06AD9AE152 /* Remove signature files (Xcode workaround) */,
- 806E7861EC0045A8A1F95D2D /* Remove signature files (Xcode workaround) */,
- 4B22761083094691A59ABFF6 /* Remove signature files (Xcode workaround) */,
- B68271891C364FB0B1E59DC4 /* Remove signature files (Xcode workaround) */,
- A38A95E05F7448A8922DE72A /* Remove signature files (Xcode workaround) */,
- 6692ADBCD8384D8EA2D9A355 /* Remove signature files (Xcode workaround) */,
- 5A6E1555841A4B9D9D246E71 /* Remove signature files (Xcode workaround) */,
- 0B4282049A4A4293821DF904 /* Remove signature files (Xcode workaround) */,
- CCCF75FD0B87410193A6B7DB /* Remove signature files (Xcode workaround) */,
- 51F61F14096F4B7FBD9344A7 /* Remove signature files (Xcode workaround) */,
- 60F3AE3AC4B24C2FA7FC8F10 /* Remove signature files (Xcode workaround) */,
- E188CB171C1B4A4DA64BC5C4 /* Remove signature files (Xcode workaround) */,
- 90714A8C562E4676B84E6E07 /* Remove signature files (Xcode workaround) */,
- DB93AB500BC2459E8BAE3F74 /* Remove signature files (Xcode workaround) */,
- EEC6AC8AF9C04E91AA81C190 /* Remove signature files (Xcode workaround) */,
- D2BED766D85C4781B154BD69 /* Remove signature files (Xcode workaround) */,
- E01278D305D540D5B29ED50A /* Remove signature files (Xcode workaround) */,
- 72EDC26CA2144B90BEFE947F /* Remove signature files (Xcode workaround) */,
- 0A09E19272A94BEBAAF5A27A /* Remove signature files (Xcode workaround) */,
- 9B007D2599C64C7F8F525B86 /* Remove signature files (Xcode workaround) */,
- 1393AE9C86924FA8B1F8D11E /* Remove signature files (Xcode workaround) */,
- E1F9AE3DCABE4A088A05E180 /* Remove signature files (Xcode workaround) */,
- 211F6E22A1B24524B67693F8 /* Remove signature files (Xcode workaround) */,
- 469F2CAA8928481CA86EB0F4 /* Remove signature files (Xcode workaround) */,
- 0F9297956F4F4FC9881920F8 /* Remove signature files (Xcode workaround) */,
- 058D2457CFA64FD9AC31C74F /* Remove signature files (Xcode workaround) */,
- FB0CB57BF4D74C1D87C2036C /* Remove signature files (Xcode workaround) */,
- 14B3DE54EE4049AEB1EADA6B /* Remove signature files (Xcode workaround) */,
- B4CF5E09DBB44A4FB9CB91B9 /* Remove signature files (Xcode workaround) */,
- C894BD25C8224984AAD73398 /* Remove signature files (Xcode workaround) */,
- F0C608193824414E93E23BC7 /* Remove signature files (Xcode workaround) */,
- A3E2EDBCFB514A6487E28BEC /* Remove signature files (Xcode workaround) */,
- 0D62979D96BF4B99AB9FBE7C /* Remove signature files (Xcode workaround) */,
- 49B80EF12BE8476C86534CEA /* Remove signature files (Xcode workaround) */,
- 6218417B3C954EFF9B5F4853 /* Remove signature files (Xcode workaround) */,
- 7B5AE3770142492D84AEAAB3 /* Remove signature files (Xcode workaround) */,
- 0F1E3753571D42AB932C4F72 /* Remove signature files (Xcode workaround) */,
- B020BDE42E304FBD99BD2279 /* Remove signature files (Xcode workaround) */,
- 6ECA5F81B0BC4C70A91BE265 /* Remove signature files (Xcode workaround) */,
- 44265583B67C48F2A24BA93E /* Remove signature files (Xcode workaround) */,
- D5CA1D54CFF74AB4B8B5B583 /* Remove signature files (Xcode workaround) */,
- 97C01196E2194AF5A13C7773 /* Remove signature files (Xcode workaround) */,
- EB19F4C53C8B434CBAD50897 /* Remove signature files (Xcode workaround) */,
- 95ABFC1FE48F4F2ABAF407D8 /* Remove signature files (Xcode workaround) */,
- A8B22025FD1A438684F239A7 /* Remove signature files (Xcode workaround) */,
- 1041145746B64EBB994D41F1 /* Remove signature files (Xcode workaround) */,
- A6E85C04CEFE4EB1BEC42A8F /* Remove signature files (Xcode workaround) */,
- 90185735FF1241C998928089 /* Remove signature files (Xcode workaround) */,
- 7FC9CE1604F2440EBA9E61D6 /* Remove signature files (Xcode workaround) */,
- 3D825348A9EE47AEB9FEB9FC /* Remove signature files (Xcode workaround) */,
- F18AFF842FD14072824B885B /* Remove signature files (Xcode workaround) */,
- CEB288FB251945499C04360F /* Remove signature files (Xcode workaround) */,
- EE74CCF78BB449818616D056 /* Remove signature files (Xcode workaround) */,
- F1E1D92E19934D0BA39896EB /* Remove signature files (Xcode workaround) */,
- A6A8CCDC2FE54E96B87BA30E /* Remove signature files (Xcode workaround) */,
- 13FFB811A4C84DC3A1CECF5E /* Remove signature files (Xcode workaround) */,
- 706EFB5693F44588A1644A80 /* Remove signature files (Xcode workaround) */,
- 04F90533DBC3454B881643D4 /* Remove signature files (Xcode workaround) */,
- 45B8C246D763424E956A3E6F /* Remove signature files (Xcode workaround) */,
- 182250CE5CC145F48793FBF3 /* Remove signature files (Xcode workaround) */,
- 7D8512DA13124EF19E5644FE /* Remove signature files (Xcode workaround) */,
- EA36B0A21A4747F3B811A89D /* Remove signature files (Xcode workaround) */,
- 32D245FC31F64AB0B0EEFAD6 /* Remove signature files (Xcode workaround) */,
+ 800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */,
+ 4A22447E41944D3A9780867B /* Remove signature files (Xcode workaround) */,
+ D15DF02DDCF369B4F14B238B /* [CP] Embed Pods Frameworks */,
+ 3F53CC1C3B278545F11A1CAE /* [CP-User] [RNFB] Core Configuration */,
);
buildRules = (
);
@@ -224,7 +159,7 @@
);
name = HIPMIBadungConnect;
packageProductDependencies = (
- E77D58C237D6674BBDD23EAD /* MapLibre */,
+ AD5A82CAC40A33915A65A771 /* MapLibre */,
);
productName = HIPMIBadungConnect;
productReference = 13B07F961A680F5B00A75B9A /* HIPMIBadungConnect.app */;
@@ -253,7 +188,7 @@
);
mainGroup = 83CBB9F61A601CBA00E9B192;
packageReferences = (
- FA026E77586E9BC3480742E5 /* XCRemoteSwiftPackageReference "maplibre-gl-native-distribution" */,
+ 8BCB7720D7229F1B8B7F5FF6 /* XCRemoteSwiftPackageReference "maplibre-gl-native-distribution" */,
);
productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
projectDirPath = "";
@@ -272,8 +207,8 @@
BB2F792D24A3F905000567C9 /* Expo.plist in Resources */,
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
3E461D99554A48A4959DE609 /* SplashScreen.storyboard in Resources */,
- 241CFEB1CBB2124E18A09822 /* PrivacyInfo.xcprivacy in Resources */,
- 5FFACD268BA648EFA3A59CDC /* GoogleService-Info.plist in Resources */,
+ E5450BFC7FF940E5A98B96B1 /* GoogleService-Info.plist in Resources */,
+ 124C22121050F8C300089CC6 /* PrivacyInfo.xcprivacy in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -297,108 +232,7 @@
shellPath = /bin/sh;
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";
};
- 0B90913696EEE0E819CAF510 /* [Expo] Configure project */ = {
- isa = PBXShellScriptBuildPhase;
- alwaysOutOfDate = 1;
- buildActionMask = 2147483647;
- files = (
- );
- inputFileListPaths = (
- );
- inputPaths = (
- "$(SRCROOT)/.xcode.env",
- "$(SRCROOT)/.xcode.env.local",
- "$(SRCROOT)/HIPMIBadungConnect/HIPMIBadungConnect.entitlements",
- "$(SRCROOT)/Pods/Target Support Files/Pods-HIPMIBadungConnect/expo-configure-project.sh",
- );
- name = "[Expo] Configure project";
- outputFileListPaths = (
- );
- outputPaths = (
- "$(SRCROOT)/Pods/Target Support Files/Pods-HIPMIBadungConnect/ExpoModulesProvider.swift",
- );
- 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-HIPMIBadungConnect/expo-configure-project.sh\"\n";
- };
- 1A2B5C8B77E56B3325ADC6E7 /* [CP] Embed Pods Frameworks */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- "${PODS_ROOT}/Target Support Files/Pods-HIPMIBadungConnect/Pods-HIPMIBadungConnect-frameworks.sh",
- "${PODS_XCFRAMEWORKS_BUILD_DIR}/React-Core-prebuilt/React.framework/React",
- "${PODS_XCFRAMEWORKS_BUILD_DIR}/ReactNativeDependencies/ReactNativeDependencies.framework/ReactNativeDependencies",
- "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built/hermes.framework/hermes",
- );
- name = "[CP] Embed Pods Frameworks";
- outputPaths = (
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/React.framework",
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ReactNativeDependencies.framework",
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/hermes.framework",
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HIPMIBadungConnect/Pods-HIPMIBadungConnect-frameworks.sh\"\n";
- showEnvVarsInLog = 0;
- };
- 2BAE9DA9D4244A23B39651C7 /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- );
- name = "Remove signature files (Xcode workaround)";
- outputPaths = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "\n echo \"Remove signature files (Xcode workaround)\";\n rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";\n ";
- };
- 58D7AF30081BAAEFD090045C /* [CP-User] [RNFB] Core Configuration */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- "$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)",
- );
- name = "[CP-User] [RNFB] Core Configuration";
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "#!/usr/bin/env bash\n#\n# Copyright (c) 2016-present Invertase Limited & Contributors\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this library except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n#\n\n##########################################################################\n##########################################################################\n#\n# NOTE THAT IF YOU CHANGE THIS FILE YOU MUST RUN pod install AFTERWARDS\n#\n# This file is installed as an Xcode build script in the project file\n# by cocoapods, and you will not see your changes until you pod install\n#\n##########################################################################\n##########################################################################\n\nset -e\n\n_MAX_LOOKUPS=2;\n_SEARCH_RESULT=''\n_RN_ROOT_EXISTS=''\n_CURRENT_LOOKUPS=1\n_JSON_ROOT=\"'react-native'\"\n_JSON_FILE_NAME='firebase.json'\n_JSON_OUTPUT_BASE64='e30=' # { }\n_CURRENT_SEARCH_DIR=${PROJECT_DIR}\n_PLIST_BUDDY=/usr/libexec/PlistBuddy\n_TARGET_PLIST=\"${BUILT_PRODUCTS_DIR}/${INFOPLIST_PATH}\"\n_DSYM_PLIST=\"${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Info.plist\"\n\n# plist arrays\n_PLIST_ENTRY_KEYS=()\n_PLIST_ENTRY_TYPES=()\n_PLIST_ENTRY_VALUES=()\n\nfunction setPlistValue {\n echo \"note: setting plist entry '$1' of type '$2' in file '$4'\"\n ${_PLIST_BUDDY} -c \"Add :$1 $2 '$3'\" $4 || echo \"note: '$1' already exists\"\n}\n\nfunction getFirebaseJsonKeyValue () {\n if [[ ${_RN_ROOT_EXISTS} ]]; then\n ruby -Ku -e \"require 'rubygems';require 'json'; output=JSON.parse('$1'); puts output[$_JSON_ROOT]['$2']\"\n else\n echo \"\"\n fi;\n}\n\nfunction jsonBoolToYesNo () {\n if [[ $1 == \"false\" ]]; then\n echo \"NO\"\n elif [[ $1 == \"true\" ]]; then\n echo \"YES\"\n else echo \"NO\"\n fi\n}\n\necho \"note: -> RNFB build script started\"\necho \"note: 1) Locating ${_JSON_FILE_NAME} file:\"\n\nif [[ -z ${_CURRENT_SEARCH_DIR} ]]; then\n _CURRENT_SEARCH_DIR=$(pwd)\nfi;\n\nwhile true; do\n _CURRENT_SEARCH_DIR=$(dirname \"$_CURRENT_SEARCH_DIR\")\n if [[ \"$_CURRENT_SEARCH_DIR\" == \"/\" ]] || [[ ${_CURRENT_LOOKUPS} -gt ${_MAX_LOOKUPS} ]]; then break; fi;\n echo \"note: ($_CURRENT_LOOKUPS of $_MAX_LOOKUPS) Searching in '$_CURRENT_SEARCH_DIR' for a ${_JSON_FILE_NAME} file.\"\n _SEARCH_RESULT=$(find \"$_CURRENT_SEARCH_DIR\" -maxdepth 2 -name ${_JSON_FILE_NAME} -print | /usr/bin/head -n 1)\n if [[ ${_SEARCH_RESULT} ]]; then\n echo \"note: ${_JSON_FILE_NAME} found at $_SEARCH_RESULT\"\n break;\n fi;\n _CURRENT_LOOKUPS=$((_CURRENT_LOOKUPS+1))\ndone\n\nif [[ ${_SEARCH_RESULT} ]]; then\n _JSON_OUTPUT_RAW=$(cat \"${_SEARCH_RESULT}\")\n if ! _RN_ROOT_EXISTS=$(ruby -Ku -e \"require 'json'; output=JSON.parse('$_JSON_OUTPUT_RAW'); puts output[$_JSON_ROOT]\"); then\n echo \"error: Failed to parse firebase.json, check for syntax errors.\"\n exit 1\n fi\n\n if [[ ${_RN_ROOT_EXISTS} ]]; then\n if ! python3 --version >/dev/null 2>&1; then echo \"error: python3 not found, firebase.json file processing error.\" && exit 1; fi\n _JSON_OUTPUT_BASE64=$(python3 -c 'import json,sys,base64;print(base64.b64encode(bytes(json.dumps(json.loads(open('\"'${_SEARCH_RESULT}'\"', '\"'rb'\"').read())['${_JSON_ROOT}']), '\"'utf-8'\"')).decode())' || echo \"e30=\")\n fi\n\n _PLIST_ENTRY_KEYS+=(\"firebase_json_raw\")\n _PLIST_ENTRY_TYPES+=(\"string\")\n _PLIST_ENTRY_VALUES+=(\"$_JSON_OUTPUT_BASE64\")\n\n # config.app_data_collection_default_enabled\n _APP_DATA_COLLECTION_ENABLED=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"app_data_collection_default_enabled\")\n if [[ $_APP_DATA_COLLECTION_ENABLED ]]; then\n _PLIST_ENTRY_KEYS+=(\"FirebaseDataCollectionDefaultEnabled\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_APP_DATA_COLLECTION_ENABLED\")\")\n fi\n\n # config.analytics_auto_collection_enabled\n _ANALYTICS_AUTO_COLLECTION=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"analytics_auto_collection_enabled\")\n if [[ $_ANALYTICS_AUTO_COLLECTION ]]; then\n _PLIST_ENTRY_KEYS+=(\"FIREBASE_ANALYTICS_COLLECTION_ENABLED\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_ANALYTICS_AUTO_COLLECTION\")\")\n fi\n\n # config.analytics_collection_deactivated\n _ANALYTICS_DEACTIVATED=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"analytics_collection_deactivated\")\n if [[ $_ANALYTICS_DEACTIVATED ]]; then\n _PLIST_ENTRY_KEYS+=(\"FIREBASE_ANALYTICS_COLLECTION_DEACTIVATED\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_ANALYTICS_DEACTIVATED\")\")\n fi\n\n # config.analytics_idfv_collection_enabled\n _ANALYTICS_IDFV_COLLECTION=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"analytics_idfv_collection_enabled\")\n if [[ $_ANALYTICS_IDFV_COLLECTION ]]; then\n _PLIST_ENTRY_KEYS+=(\"GOOGLE_ANALYTICS_IDFV_COLLECTION_ENABLED\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_ANALYTICS_IDFV_COLLECTION\")\")\n fi\n\n # config.analytics_default_allow_analytics_storage\n _ANALYTICS_STORAGE=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"analytics_default_allow_analytics_storage\")\n if [[ $_ANALYTICS_STORAGE ]]; then\n _PLIST_ENTRY_KEYS+=(\"GOOGLE_ANALYTICS_DEFAULT_ALLOW_ANALYTICS_STORAGE\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_ANALYTICS_STORAGE\")\")\n fi\n\n # config.analytics_default_allow_ad_storage\n _ANALYTICS_AD_STORAGE=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"analytics_default_allow_ad_storage\")\n if [[ $_ANALYTICS_AD_STORAGE ]]; then\n _PLIST_ENTRY_KEYS+=(\"GOOGLE_ANALYTICS_DEFAULT_ALLOW_AD_STORAGE\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_ANALYTICS_AD_STORAGE\")\")\n fi\n\n # config.analytics_default_allow_ad_user_data\n _ANALYTICS_AD_USER_DATA=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"analytics_default_allow_ad_user_data\")\n if [[ $_ANALYTICS_AD_USER_DATA ]]; then\n _PLIST_ENTRY_KEYS+=(\"GOOGLE_ANALYTICS_DEFAULT_ALLOW_AD_USER_DATA\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_ANALYTICS_AD_USER_DATA\")\")\n fi\n\n # config.analytics_default_allow_ad_personalization_signals\n _ANALYTICS_PERSONALIZATION=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"analytics_default_allow_ad_personalization_signals\")\n if [[ $_ANALYTICS_PERSONALIZATION ]]; then\n _PLIST_ENTRY_KEYS+=(\"GOOGLE_ANALYTICS_DEFAULT_ALLOW_AD_PERSONALIZATION_SIGNALS\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_ANALYTICS_PERSONALIZATION\")\")\n fi\n\n # config.analytics_registration_with_ad_network_enabled\n _ANALYTICS_REGISTRATION_WITH_AD_NETWORK=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"google_analytics_registration_with_ad_network_enabled\")\n if [[ $_ANALYTICS_REGISTRATION_WITH_AD_NETWORK ]]; then\n _PLIST_ENTRY_KEYS+=(\"GOOGLE_ANALYTICS_REGISTRATION_WITH_AD_NETWORK_ENABLED\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_ANALYTICS_REGISTRATION_WITH_AD_NETWORK\")\")\n fi\n\n # config.google_analytics_automatic_screen_reporting_enabled\n _ANALYTICS_AUTO_SCREEN_REPORTING=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"google_analytics_automatic_screen_reporting_enabled\")\n if [[ $_ANALYTICS_AUTO_SCREEN_REPORTING ]]; then\n _PLIST_ENTRY_KEYS+=(\"FirebaseAutomaticScreenReportingEnabled\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_ANALYTICS_AUTO_SCREEN_REPORTING\")\")\n fi\n\n # config.perf_auto_collection_enabled\n _PERF_AUTO_COLLECTION=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"perf_auto_collection_enabled\")\n if [[ $_PERF_AUTO_COLLECTION ]]; then\n _PLIST_ENTRY_KEYS+=(\"firebase_performance_collection_enabled\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_PERF_AUTO_COLLECTION\")\")\n fi\n\n # config.perf_collection_deactivated\n _PERF_DEACTIVATED=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"perf_collection_deactivated\")\n if [[ $_PERF_DEACTIVATED ]]; then\n _PLIST_ENTRY_KEYS+=(\"firebase_performance_collection_deactivated\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_PERF_DEACTIVATED\")\")\n fi\n\n # config.messaging_auto_init_enabled\n _MESSAGING_AUTO_INIT=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"messaging_auto_init_enabled\")\n if [[ $_MESSAGING_AUTO_INIT ]]; then\n _PLIST_ENTRY_KEYS+=(\"FirebaseMessagingAutoInitEnabled\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_MESSAGING_AUTO_INIT\")\")\n fi\n\n # config.in_app_messaging_auto_colllection_enabled\n _FIAM_AUTO_INIT=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"in_app_messaging_auto_collection_enabled\")\n if [[ $_FIAM_AUTO_INIT ]]; then\n _PLIST_ENTRY_KEYS+=(\"FirebaseInAppMessagingAutomaticDataCollectionEnabled\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_FIAM_AUTO_INIT\")\")\n fi\n\n # config.app_check_token_auto_refresh\n _APP_CHECK_TOKEN_AUTO_REFRESH=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"app_check_token_auto_refresh\")\n if [[ $_APP_CHECK_TOKEN_AUTO_REFRESH ]]; then\n _PLIST_ENTRY_KEYS+=(\"FirebaseAppCheckTokenAutoRefreshEnabled\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_APP_CHECK_TOKEN_AUTO_REFRESH\")\")\n fi\n\n # config.crashlytics_disable_auto_disabler - undocumented for now - mainly for debugging, document if becomes useful\n _CRASHLYTICS_AUTO_DISABLE_ENABLED=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"crashlytics_disable_auto_disabler\")\n if [[ $_CRASHLYTICS_AUTO_DISABLE_ENABLED == \"true\" ]]; then\n echo \"Disabled Crashlytics auto disabler.\" # do nothing\n else\n _PLIST_ENTRY_KEYS+=(\"FirebaseCrashlyticsCollectionEnabled\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"NO\")\n fi\nelse\n _PLIST_ENTRY_KEYS+=(\"firebase_json_raw\")\n _PLIST_ENTRY_TYPES+=(\"string\")\n _PLIST_ENTRY_VALUES+=(\"$_JSON_OUTPUT_BASE64\")\n echo \"warning: A firebase.json file was not found, whilst this file is optional it is recommended to include it to configure firebase services in React Native Firebase.\"\nfi;\n\necho \"note: 2) Injecting Info.plist entries: \"\n\n# Log out the keys we're adding\nfor i in \"${!_PLIST_ENTRY_KEYS[@]}\"; do\n echo \" -> $i) ${_PLIST_ENTRY_KEYS[$i]}\" \"${_PLIST_ENTRY_TYPES[$i]}\" \"${_PLIST_ENTRY_VALUES[$i]}\"\ndone\n\nfor plist in \"${_TARGET_PLIST}\" \"${_DSYM_PLIST}\" ; do\n if [[ -f \"${plist}\" ]]; then\n\n # paths with spaces break the call to setPlistValue. temporarily modify\n # the shell internal field separator variable (IFS), which normally\n # includes spaces, to consist only of line breaks\n oldifs=$IFS\n IFS=\"\n\"\n\n for i in \"${!_PLIST_ENTRY_KEYS[@]}\"; do\n setPlistValue \"${_PLIST_ENTRY_KEYS[$i]}\" \"${_PLIST_ENTRY_TYPES[$i]}\" \"${_PLIST_ENTRY_VALUES[$i]}\" \"${plist}\"\n done\n\n # restore the original internal field separator value\n IFS=$oldifs\n else\n echo \"warning: A Info.plist build output file was not found (${plist})\"\n fi\ndone\n\necho \"note: <- RNFB build script finished\"\n";
- };
- 7A7548934A6A4A868E76F842 /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- );
- name = "Remove signature files (Xcode workaround)";
- outputPaths = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "\n echo \"Remove signature files (Xcode workaround)\";\n rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";\n ";
- };
- 87DB85593ECE4622BCF1F332 /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- );
- name = "Remove signature files (Xcode workaround)";
- outputPaths = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "\n echo \"Remove signature files (Xcode workaround)\";\n rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";\n ";
- };
- AA173A81855B88A7082A949D /* [CP] Check Pods Manifest.lock */ = {
+ 08A4A3CD28434E44B6B9DE2E /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
@@ -420,7 +254,34 @@
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;
};
- AECA4AD2A3DFA75F552CA1F1 /* [CP] Copy Pods Resources */ = {
+ 3F53CC1C3B278545F11A1CAE /* [CP-User] [RNFB] Core Configuration */ = {
+ isa = PBXShellScriptBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputPaths = (
+ "$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)",
+ );
+ name = "[CP-User] [RNFB] Core Configuration";
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ shellScript = "#!/usr/bin/env bash\n#\n# Copyright (c) 2016-present Invertase Limited & Contributors\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this library except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n#\n\n##########################################################################\n##########################################################################\n#\n# NOTE THAT IF YOU CHANGE THIS FILE YOU MUST RUN pod install AFTERWARDS\n#\n# This file is installed as an Xcode build script in the project file\n# by cocoapods, and you will not see your changes until you pod install\n#\n##########################################################################\n##########################################################################\n\nset -e\n\n_MAX_LOOKUPS=2;\n_SEARCH_RESULT=''\n_RN_ROOT_EXISTS=''\n_CURRENT_LOOKUPS=1\n_JSON_ROOT=\"'react-native'\"\n_JSON_FILE_NAME='firebase.json'\n_JSON_OUTPUT_BASE64='e30=' # { }\n_CURRENT_SEARCH_DIR=${PROJECT_DIR}\n_PLIST_BUDDY=/usr/libexec/PlistBuddy\n_TARGET_PLIST=\"${BUILT_PRODUCTS_DIR}/${INFOPLIST_PATH}\"\n_DSYM_PLIST=\"${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Info.plist\"\n\n# plist arrays\n_PLIST_ENTRY_KEYS=()\n_PLIST_ENTRY_TYPES=()\n_PLIST_ENTRY_VALUES=()\n\nfunction setPlistValue {\n echo \"note: setting plist entry '$1' of type '$2' in file '$4'\"\n ${_PLIST_BUDDY} -c \"Add :$1 $2 '$3'\" $4 || echo \"note: '$1' already exists\"\n}\n\nfunction getFirebaseJsonKeyValue () {\n if [[ ${_RN_ROOT_EXISTS} ]]; then\n ruby -Ku -e \"require 'rubygems';require 'json'; output=JSON.parse('$1'); puts output[$_JSON_ROOT]['$2']\"\n else\n echo \"\"\n fi;\n}\n\nfunction jsonBoolToYesNo () {\n if [[ $1 == \"false\" ]]; then\n echo \"NO\"\n elif [[ $1 == \"true\" ]]; then\n echo \"YES\"\n else echo \"NO\"\n fi\n}\n\necho \"note: -> RNFB build script started\"\necho \"note: 1) Locating ${_JSON_FILE_NAME} file:\"\n\nif [[ -z ${_CURRENT_SEARCH_DIR} ]]; then\n _CURRENT_SEARCH_DIR=$(pwd)\nfi;\n\nwhile true; do\n _CURRENT_SEARCH_DIR=$(dirname \"$_CURRENT_SEARCH_DIR\")\n if [[ \"$_CURRENT_SEARCH_DIR\" == \"/\" ]] || [[ ${_CURRENT_LOOKUPS} -gt ${_MAX_LOOKUPS} ]]; then break; fi;\n echo \"note: ($_CURRENT_LOOKUPS of $_MAX_LOOKUPS) Searching in '$_CURRENT_SEARCH_DIR' for a ${_JSON_FILE_NAME} file.\"\n _SEARCH_RESULT=$(find \"$_CURRENT_SEARCH_DIR\" -maxdepth 2 -name ${_JSON_FILE_NAME} -print | /usr/bin/head -n 1)\n if [[ ${_SEARCH_RESULT} ]]; then\n echo \"note: ${_JSON_FILE_NAME} found at $_SEARCH_RESULT\"\n break;\n fi;\n _CURRENT_LOOKUPS=$((_CURRENT_LOOKUPS+1))\ndone\n\nif [[ ${_SEARCH_RESULT} ]]; then\n _JSON_OUTPUT_RAW=$(cat \"${_SEARCH_RESULT}\")\n if ! _RN_ROOT_EXISTS=$(ruby -Ku -e \"require 'json'; output=JSON.parse('$_JSON_OUTPUT_RAW'); puts output[$_JSON_ROOT]\"); then\n echo \"error: Failed to parse firebase.json, check for syntax errors.\"\n exit 1\n fi\n\n if [[ ${_RN_ROOT_EXISTS} ]]; then\n if ! python3 --version >/dev/null 2>&1; then echo \"error: python3 not found, firebase.json file processing error.\" && exit 1; fi\n _JSON_OUTPUT_BASE64=$(python3 -c 'import json,sys,base64;print(base64.b64encode(bytes(json.dumps(json.loads(open('\"'${_SEARCH_RESULT}'\"', '\"'rb'\"').read())['${_JSON_ROOT}']), '\"'utf-8'\"')).decode())' || echo \"e30=\")\n fi\n\n _PLIST_ENTRY_KEYS+=(\"firebase_json_raw\")\n _PLIST_ENTRY_TYPES+=(\"string\")\n _PLIST_ENTRY_VALUES+=(\"$_JSON_OUTPUT_BASE64\")\n\n # config.app_data_collection_default_enabled\n _APP_DATA_COLLECTION_ENABLED=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"app_data_collection_default_enabled\")\n if [[ $_APP_DATA_COLLECTION_ENABLED ]]; then\n _PLIST_ENTRY_KEYS+=(\"FirebaseDataCollectionDefaultEnabled\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_APP_DATA_COLLECTION_ENABLED\")\")\n fi\n\n # config.analytics_auto_collection_enabled\n _ANALYTICS_AUTO_COLLECTION=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"analytics_auto_collection_enabled\")\n if [[ $_ANALYTICS_AUTO_COLLECTION ]]; then\n _PLIST_ENTRY_KEYS+=(\"FIREBASE_ANALYTICS_COLLECTION_ENABLED\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_ANALYTICS_AUTO_COLLECTION\")\")\n fi\n\n # config.analytics_collection_deactivated\n _ANALYTICS_DEACTIVATED=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"analytics_collection_deactivated\")\n if [[ $_ANALYTICS_DEACTIVATED ]]; then\n _PLIST_ENTRY_KEYS+=(\"FIREBASE_ANALYTICS_COLLECTION_DEACTIVATED\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_ANALYTICS_DEACTIVATED\")\")\n fi\n\n # config.analytics_idfv_collection_enabled\n _ANALYTICS_IDFV_COLLECTION=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"analytics_idfv_collection_enabled\")\n if [[ $_ANALYTICS_IDFV_COLLECTION ]]; then\n _PLIST_ENTRY_KEYS+=(\"GOOGLE_ANALYTICS_IDFV_COLLECTION_ENABLED\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_ANALYTICS_IDFV_COLLECTION\")\")\n fi\n\n # config.analytics_default_allow_analytics_storage\n _ANALYTICS_STORAGE=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"analytics_default_allow_analytics_storage\")\n if [[ $_ANALYTICS_STORAGE ]]; then\n _PLIST_ENTRY_KEYS+=(\"GOOGLE_ANALYTICS_DEFAULT_ALLOW_ANALYTICS_STORAGE\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_ANALYTICS_STORAGE\")\")\n fi\n\n # config.analytics_default_allow_ad_storage\n _ANALYTICS_AD_STORAGE=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"analytics_default_allow_ad_storage\")\n if [[ $_ANALYTICS_AD_STORAGE ]]; then\n _PLIST_ENTRY_KEYS+=(\"GOOGLE_ANALYTICS_DEFAULT_ALLOW_AD_STORAGE\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_ANALYTICS_AD_STORAGE\")\")\n fi\n\n # config.analytics_default_allow_ad_user_data\n _ANALYTICS_AD_USER_DATA=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"analytics_default_allow_ad_user_data\")\n if [[ $_ANALYTICS_AD_USER_DATA ]]; then\n _PLIST_ENTRY_KEYS+=(\"GOOGLE_ANALYTICS_DEFAULT_ALLOW_AD_USER_DATA\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_ANALYTICS_AD_USER_DATA\")\")\n fi\n\n # config.analytics_default_allow_ad_personalization_signals\n _ANALYTICS_PERSONALIZATION=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"analytics_default_allow_ad_personalization_signals\")\n if [[ $_ANALYTICS_PERSONALIZATION ]]; then\n _PLIST_ENTRY_KEYS+=(\"GOOGLE_ANALYTICS_DEFAULT_ALLOW_AD_PERSONALIZATION_SIGNALS\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_ANALYTICS_PERSONALIZATION\")\")\n fi\n\n # config.analytics_registration_with_ad_network_enabled\n _ANALYTICS_REGISTRATION_WITH_AD_NETWORK=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"google_analytics_registration_with_ad_network_enabled\")\n if [[ $_ANALYTICS_REGISTRATION_WITH_AD_NETWORK ]]; then\n _PLIST_ENTRY_KEYS+=(\"GOOGLE_ANALYTICS_REGISTRATION_WITH_AD_NETWORK_ENABLED\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_ANALYTICS_REGISTRATION_WITH_AD_NETWORK\")\")\n fi\n\n # config.google_analytics_automatic_screen_reporting_enabled\n _ANALYTICS_AUTO_SCREEN_REPORTING=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"google_analytics_automatic_screen_reporting_enabled\")\n if [[ $_ANALYTICS_AUTO_SCREEN_REPORTING ]]; then\n _PLIST_ENTRY_KEYS+=(\"FirebaseAutomaticScreenReportingEnabled\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_ANALYTICS_AUTO_SCREEN_REPORTING\")\")\n fi\n\n # config.perf_auto_collection_enabled\n _PERF_AUTO_COLLECTION=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"perf_auto_collection_enabled\")\n if [[ $_PERF_AUTO_COLLECTION ]]; then\n _PLIST_ENTRY_KEYS+=(\"firebase_performance_collection_enabled\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_PERF_AUTO_COLLECTION\")\")\n fi\n\n # config.perf_collection_deactivated\n _PERF_DEACTIVATED=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"perf_collection_deactivated\")\n if [[ $_PERF_DEACTIVATED ]]; then\n _PLIST_ENTRY_KEYS+=(\"firebase_performance_collection_deactivated\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_PERF_DEACTIVATED\")\")\n fi\n\n # config.messaging_auto_init_enabled\n _MESSAGING_AUTO_INIT=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"messaging_auto_init_enabled\")\n if [[ $_MESSAGING_AUTO_INIT ]]; then\n _PLIST_ENTRY_KEYS+=(\"FirebaseMessagingAutoInitEnabled\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_MESSAGING_AUTO_INIT\")\")\n fi\n\n # config.in_app_messaging_auto_colllection_enabled\n _FIAM_AUTO_INIT=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"in_app_messaging_auto_collection_enabled\")\n if [[ $_FIAM_AUTO_INIT ]]; then\n _PLIST_ENTRY_KEYS+=(\"FirebaseInAppMessagingAutomaticDataCollectionEnabled\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_FIAM_AUTO_INIT\")\")\n fi\n\n # config.app_check_token_auto_refresh\n _APP_CHECK_TOKEN_AUTO_REFRESH=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"app_check_token_auto_refresh\")\n if [[ $_APP_CHECK_TOKEN_AUTO_REFRESH ]]; then\n _PLIST_ENTRY_KEYS+=(\"FirebaseAppCheckTokenAutoRefreshEnabled\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_APP_CHECK_TOKEN_AUTO_REFRESH\")\")\n fi\n\n # config.crashlytics_disable_auto_disabler - undocumented for now - mainly for debugging, document if becomes useful\n _CRASHLYTICS_AUTO_DISABLE_ENABLED=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"crashlytics_disable_auto_disabler\")\n if [[ $_CRASHLYTICS_AUTO_DISABLE_ENABLED == \"true\" ]]; then\n echo \"Disabled Crashlytics auto disabler.\" # do nothing\n else\n _PLIST_ENTRY_KEYS+=(\"FirebaseCrashlyticsCollectionEnabled\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"NO\")\n fi\nelse\n _PLIST_ENTRY_KEYS+=(\"firebase_json_raw\")\n _PLIST_ENTRY_TYPES+=(\"string\")\n _PLIST_ENTRY_VALUES+=(\"$_JSON_OUTPUT_BASE64\")\n echo \"warning: A firebase.json file was not found, whilst this file is optional it is recommended to include it to configure firebase services in React Native Firebase.\"\nfi;\n\necho \"note: 2) Injecting Info.plist entries: \"\n\n# Log out the keys we're adding\nfor i in \"${!_PLIST_ENTRY_KEYS[@]}\"; do\n echo \" -> $i) ${_PLIST_ENTRY_KEYS[$i]}\" \"${_PLIST_ENTRY_TYPES[$i]}\" \"${_PLIST_ENTRY_VALUES[$i]}\"\ndone\n\nfor plist in \"${_TARGET_PLIST}\" \"${_DSYM_PLIST}\" ; do\n if [[ -f \"${plist}\" ]]; then\n\n # paths with spaces break the call to setPlistValue. temporarily modify\n # the shell internal field separator variable (IFS), which normally\n # includes spaces, to consist only of line breaks\n oldifs=$IFS\n IFS=\"\n\"\n\n for i in \"${!_PLIST_ENTRY_KEYS[@]}\"; do\n setPlistValue \"${_PLIST_ENTRY_KEYS[$i]}\" \"${_PLIST_ENTRY_TYPES[$i]}\" \"${_PLIST_ENTRY_VALUES[$i]}\" \"${plist}\"\n done\n\n # restore the original internal field separator value\n IFS=$oldifs\n else\n echo \"warning: A Info.plist build output file was not found (${plist})\"\n fi\ndone\n\necho \"note: <- RNFB build script finished\"\n";
+ };
+ 4A22447E41944D3A9780867B /* Remove signature files (Xcode workaround) */ = {
+ isa = PBXShellScriptBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputPaths = (
+ );
+ name = "Remove signature files (Xcode workaround)";
+ outputPaths = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ shellScript = "\n echo \"Remove signature files (Xcode workaround)\";\n rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";\n ";
+ };
+ 800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
@@ -522,1090 +383,51 @@
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HIPMIBadungConnect/Pods-HIPMIBadungConnect-resources.sh\"\n";
showEnvVarsInLog = 0;
};
- B6436A881D9B484CB6D18085 /* Remove signature files (Xcode workaround) */ = {
+ D15DF02DDCF369B4F14B238B /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
+ "${PODS_ROOT}/Target Support Files/Pods-HIPMIBadungConnect/Pods-HIPMIBadungConnect-frameworks.sh",
+ "${PODS_XCFRAMEWORKS_BUILD_DIR}/React-Core-prebuilt/React.framework/React",
+ "${PODS_XCFRAMEWORKS_BUILD_DIR}/ReactNativeDependencies/ReactNativeDependencies.framework/ReactNativeDependencies",
+ "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built/hermes.framework/hermes",
);
- name = "Remove signature files (Xcode workaround)";
+ name = "[CP] Embed Pods Frameworks";
outputPaths = (
+ "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/React.framework",
+ "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ReactNativeDependencies.framework",
+ "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/hermes.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "\n echo \"Remove signature files (Xcode workaround)\";\n rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";\n ";
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HIPMIBadungConnect/Pods-HIPMIBadungConnect-frameworks.sh\"\n";
+ showEnvVarsInLog = 0;
};
- 81D5244C04C44C06AD9AE152 /* Remove signature files (Xcode workaround) */ = {
+ F3F766D8527B15CE8E82F6F9 /* [Expo] Configure project */ = {
isa = PBXShellScriptBuildPhase;
+ alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
+ inputFileListPaths = (
+ );
inputPaths = (
+ "$(SRCROOT)/.xcode.env",
+ "$(SRCROOT)/.xcode.env.local",
+ "$(SRCROOT)/HIPMIBadungConnect/HIPMIBadungConnect.entitlements",
+ "$(SRCROOT)/Pods/Target Support Files/Pods-HIPMIBadungConnect/expo-configure-project.sh",
+ );
+ name = "[Expo] Configure project";
+ outputFileListPaths = (
);
outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- 806E7861EC0045A8A1F95D2D /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
+ "$(SRCROOT)/Pods/Target Support Files/Pods-HIPMIBadungConnect/ExpoModulesProvider.swift",
);
runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- 4B22761083094691A59ABFF6 /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- B68271891C364FB0B1E59DC4 /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- A38A95E05F7448A8922DE72A /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- 6692ADBCD8384D8EA2D9A355 /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- 5A6E1555841A4B9D9D246E71 /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- 0B4282049A4A4293821DF904 /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- CCCF75FD0B87410193A6B7DB /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- 51F61F14096F4B7FBD9344A7 /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- 60F3AE3AC4B24C2FA7FC8F10 /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- E188CB171C1B4A4DA64BC5C4 /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- 90714A8C562E4676B84E6E07 /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- DB93AB500BC2459E8BAE3F74 /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- EEC6AC8AF9C04E91AA81C190 /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- D2BED766D85C4781B154BD69 /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- E01278D305D540D5B29ED50A /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- 72EDC26CA2144B90BEFE947F /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- 0A09E19272A94BEBAAF5A27A /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- 9B007D2599C64C7F8F525B86 /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- 1393AE9C86924FA8B1F8D11E /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- E1F9AE3DCABE4A088A05E180 /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- 211F6E22A1B24524B67693F8 /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- 469F2CAA8928481CA86EB0F4 /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- 0F9297956F4F4FC9881920F8 /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- 058D2457CFA64FD9AC31C74F /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- FB0CB57BF4D74C1D87C2036C /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- 14B3DE54EE4049AEB1EADA6B /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- B4CF5E09DBB44A4FB9CB91B9 /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- C894BD25C8224984AAD73398 /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- F0C608193824414E93E23BC7 /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- A3E2EDBCFB514A6487E28BEC /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- 0D62979D96BF4B99AB9FBE7C /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- 49B80EF12BE8476C86534CEA /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- 6218417B3C954EFF9B5F4853 /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- 7B5AE3770142492D84AEAAB3 /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- 0F1E3753571D42AB932C4F72 /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- B020BDE42E304FBD99BD2279 /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- 6ECA5F81B0BC4C70A91BE265 /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- 44265583B67C48F2A24BA93E /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- D5CA1D54CFF74AB4B8B5B583 /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- 97C01196E2194AF5A13C7773 /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- EB19F4C53C8B434CBAD50897 /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- 95ABFC1FE48F4F2ABAF407D8 /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- A8B22025FD1A438684F239A7 /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- 1041145746B64EBB994D41F1 /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- A6E85C04CEFE4EB1BEC42A8F /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- 90185735FF1241C998928089 /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- 7FC9CE1604F2440EBA9E61D6 /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- 3D825348A9EE47AEB9FEB9FC /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- F18AFF842FD14072824B885B /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- CEB288FB251945499C04360F /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- EE74CCF78BB449818616D056 /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- F1E1D92E19934D0BA39896EB /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- A6A8CCDC2FE54E96B87BA30E /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- 13FFB811A4C84DC3A1CECF5E /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- 706EFB5693F44588A1644A80 /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- 04F90533DBC3454B881643D4 /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- 45B8C246D763424E956A3E6F /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- 182250CE5CC145F48793FBF3 /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- 7D8512DA13124EF19E5644FE /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- EA36B0A21A4747F3B811A89D /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
- };
- 32D245FC31F64AB0B0EEFAD6 /* Remove signature files (Xcode workaround) */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- name = "Remove signature files (Xcode workaround)";
- inputPaths = (
- );
- outputPaths = (
- );
- shellPath = /bin/sh;
- shellScript = "
- echo \"Remove signature files (Xcode workaround)\";
- rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
- ";
+ shellScript = "# This script configures Expo modules and generates the modules provider file.\nbash -l -c \"./Pods/Target\\ Support\\ Files/Pods-HIPMIBadungConnect/expo-configure-project.sh\"\n";
};
/* End PBXShellScriptBuildPhase section */
@@ -1615,7 +437,7 @@
buildActionMask = 2147483647;
files = (
F11748422D0307B40044C1D9 /* AppDelegate.swift in Sources */,
- D138B3E4BC618ADDE62DCDCC /* ExpoModulesProvider.swift in Sources */,
+ 1C904F7BE54A0D705D43BA3C /* ExpoModulesProvider.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -1624,13 +446,12 @@
/* Begin XCBuildConfiguration section */
13B07F941A680F5B00A75B9A /* Debug */ = {
isa = XCBuildConfiguration;
- baseConfigurationReference = C273E4769DE3DC0FEF6A377C /* Pods-HIPMIBadungConnect.debug.xcconfig */;
+ baseConfigurationReference = E88DBD185F2AA1CF7405FD5A /* Pods-HIPMIBadungConnect.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = HIPMIBadungConnect/HIPMIBadungConnect.entitlements;
- CURRENT_PROJECT_VERSION = 3;
- DEVELOPMENT_TEAM = BMY6GT6W3D;
+ CURRENT_PROJECT_VERSION = 1;
ENABLE_BITCODE = NO;
GCC_PREPROCESSOR_DEFINITIONS = (
"$(inherited)",
@@ -1650,7 +471,7 @@
);
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
PRODUCT_BUNDLE_IDENTIFIER = "com.anonymous.hipmi-mobile";
- PRODUCT_NAME = "HIPMIBadungConnect";
+ PRODUCT_NAME = HIPMIBadungConnect;
SWIFT_OBJC_BRIDGING_HEADER = "HIPMIBadungConnect/HIPMIBadungConnect-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
@@ -1661,13 +482,12 @@
};
13B07F951A680F5B00A75B9A /* Release */ = {
isa = XCBuildConfiguration;
- baseConfigurationReference = 40E847A832DE042BE51AD9E9 /* Pods-HIPMIBadungConnect.release.xcconfig */;
+ baseConfigurationReference = CCC6C2285082EE43E9D124C0 /* Pods-HIPMIBadungConnect.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = HIPMIBadungConnect/HIPMIBadungConnect.entitlements;
- CURRENT_PROJECT_VERSION = 3;
- DEVELOPMENT_TEAM = BMY6GT6W3D;
+ CURRENT_PROJECT_VERSION = 1;
INFOPLIST_FILE = HIPMIBadungConnect/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
LD_RUNPATH_SEARCH_PATHS = (
@@ -1682,7 +502,7 @@
);
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE";
PRODUCT_BUNDLE_IDENTIFIER = "com.anonymous.hipmi-mobile";
- PRODUCT_NAME = "HIPMIBadungConnect";
+ PRODUCT_NAME = HIPMIBadungConnect;
SWIFT_OBJC_BRIDGING_HEADER = "HIPMIBadungConnect/HIPMIBadungConnect-Bridging-Header.h";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
@@ -1832,7 +652,7 @@
/* End XCConfigurationList section */
/* Begin XCRemoteSwiftPackageReference section */
- FA026E77586E9BC3480742E5 /* XCRemoteSwiftPackageReference "maplibre-gl-native-distribution" */ = {
+ 8BCB7720D7229F1B8B7F5FF6 /* XCRemoteSwiftPackageReference "maplibre-gl-native-distribution" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/maplibre/maplibre-gl-native-distribution";
requirement = {
@@ -1843,9 +663,9 @@
/* End XCRemoteSwiftPackageReference section */
/* Begin XCSwiftPackageProductDependency section */
- E77D58C237D6674BBDD23EAD /* MapLibre */ = {
+ AD5A82CAC40A33915A65A771 /* MapLibre */ = {
isa = XCSwiftPackageProductDependency;
- package = FA026E77586E9BC3480742E5 /* XCRemoteSwiftPackageReference "maplibre-gl-native-distribution" */;
+ package = 8BCB7720D7229F1B8B7F5FF6 /* XCRemoteSwiftPackageReference "maplibre-gl-native-distribution" */;
productName = MapLibre;
};
/* End XCSwiftPackageProductDependency section */
diff --git a/ios/HIPMIBadungConnect.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ios/HIPMIBadungConnect.xcworkspace/xcshareddata/swiftpm/Package.resolved
deleted file mode 100644
index 7f946eb..0000000
--- a/ios/HIPMIBadungConnect.xcworkspace/xcshareddata/swiftpm/Package.resolved
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "originHash" : "e70d3525c8e2819a8b34f22909815dab5c700c25a06c32388f3930f7b3627768",
- "pins" : [
- {
- "identity" : "maplibre-gl-native-distribution",
- "kind" : "remoteSourceControl",
- "location" : "https://github.com/maplibre/maplibre-gl-native-distribution",
- "state" : {
- "revision" : "c68c970ff3ece56cfc3b36849db70167fa208beb",
- "version" : "6.17.1"
- }
- }
- ],
- "version" : 3
-}
diff --git a/ios/Podfile b/ios/Podfile
index 4a0dd31..0585154 100644
--- a/ios/Podfile
+++ b/ios/Podfile
@@ -1,15 +1,22 @@
-use_modular_headers!
-
require File.join(File.dirname(`node --print "require.resolve('expo/package.json')"`), "scripts/autolinking")
require File.join(File.dirname(`node --print "require.resolve('react-native/package.json')"`), "scripts/react_native_pods")
require 'json'
podfile_properties = JSON.parse(File.read(File.join(__dir__, 'Podfile.properties.json'))) rescue {}
+def ccache_enabled?(podfile_properties)
+ # Environment variable takes precedence
+ return ENV['USE_CCACHE'] == '1' if ENV['USE_CCACHE']
+
+ # Fall back to Podfile properties
+ podfile_properties['apple.ccacheEnabled'] == 'true'
+end
+
ENV['RCT_NEW_ARCH_ENABLED'] ||= '0' if podfile_properties['newArchEnabled'] == 'false'
ENV['EX_DEV_CLIENT_NETWORK_INSPECTOR'] ||= podfile_properties['EX_DEV_CLIENT_NETWORK_INSPECTOR']
ENV['RCT_USE_RN_DEP'] ||= '1' if podfile_properties['ios.buildReactNativeFromSource'] != 'true' && podfile_properties['newArchEnabled'] != 'false'
ENV['RCT_USE_PREBUILT_RNCORE'] ||= '1' if podfile_properties['ios.buildReactNativeFromSource'] != 'true' && podfile_properties['newArchEnabled'] != 'false'
+use_modular_headers!
platform :ios, podfile_properties['ios.deploymentTarget'] || '15.1'
prepare_react_native_project!
@@ -21,7 +28,10 @@ target 'HIPMIBadungConnect' do
config_command = ['node', '-e', "process.argv=['', '', 'config'];require('@react-native-community/cli').run()"];
else
config_command = [
- 'npx',
+ 'node',
+ '--no-warnings',
+ '--eval',
+ 'require(\'expo/bin/autolinking\')',
'expo-modules-autolinking',
'react-native-config',
'--json',
@@ -35,7 +45,6 @@ target 'HIPMIBadungConnect' do
use_frameworks! :linkage => podfile_properties['ios.useFrameworks'].to_sym if podfile_properties['ios.useFrameworks']
use_frameworks! :linkage => ENV['USE_FRAMEWORKS'].to_sym if ENV['USE_FRAMEWORKS']
-
use_react_native!(
:path => config[:reactNativePath],
:hermes_enabled => podfile_properties['expo.jsEngine'] == nil || podfile_properties['expo.jsEngine'] == 'hermes',
@@ -44,23 +53,12 @@ target 'HIPMIBadungConnect' do
:privacy_file_aggregation_enabled => podfile_properties['apple.privacyManifestAggregationEnabled'] != 'false',
)
- pod 'Firebase'
- pod 'Firebase/Messaging'
-
- # @generated begin post_installer - expo prebuild (DO NOT MODIFY) sync-4092f82b887b5b9edb84642c2a56984d69b9a403
post_install do |installer|
-# @generated begin @maplibre/maplibre-react-native:post-install - expo prebuild (DO NOT MODIFY) sync-6e76c80af0d70c0003d06822dd59b7c729fca472
- $MLRN.post_install(installer)
-# @generated end @maplibre/maplibre-react-native:post-install
-
# Fix all script phases with incorrect paths
installer.pods_project.targets.each do |target|
target.build_phases.each do |phase|
next unless phase.respond_to?(:shell_script)
-
- # Fix duplicated path issue
if phase.shell_script.include?('with-environment.sh')
- # Remove any existing path and use proper relative path
phase.shell_script = phase.shell_script.gsub(
%r{(/.*?/node_modules/react-native)+/scripts/xcode/with-environment.sh},
'${PODS_ROOT}/../../node_modules/react-native/scripts/xcode/with-environment.sh'
@@ -68,15 +66,14 @@ target 'HIPMIBadungConnect' do
end
end
end
-
- # Standard React Native post install
+# @generated begin @maplibre/maplibre-react-native:post-install - expo prebuild (DO NOT MODIFY) sync-6e76c80af0d70c0003d06822dd59b7c729fca472
+ $MLRN.post_install(installer)
+# @generated end @maplibre/maplibre-react-native:post-install
react_native_post_install(
installer,
config[:reactNativePath],
:mac_catalyst_enabled => false,
- :ccache_enabled => podfile_properties['apple.ccacheEnabled'] == 'true',
+ :ccache_enabled => ccache_enabled?(podfile_properties),
)
end
- # @generated end post_installer
-
-end
\ No newline at end of file
+end
diff --git a/ios/Podfile.lock b/ios/Podfile.lock
index 50e0c1b..126d18b 100644
--- a/ios/Podfile.lock
+++ b/ios/Podfile.lock
@@ -279,34 +279,11 @@ PODS:
- EXUpdatesInterface (2.0.0):
- ExpoModulesCore
- FBLazyVector (0.81.5)
- - Firebase (12.8.0):
- - Firebase/Core (= 12.8.0)
- - Firebase/Core (12.8.0):
- - Firebase/CoreOnly
- - FirebaseAnalytics (~> 12.8.0)
- Firebase/CoreOnly (12.8.0):
- FirebaseCore (~> 12.8.0)
- Firebase/Messaging (12.8.0):
- Firebase/CoreOnly
- FirebaseMessaging (~> 12.8.0)
- - FirebaseAnalytics (12.8.0):
- - FirebaseAnalytics/Default (= 12.8.0)
- - FirebaseCore (~> 12.8.0)
- - FirebaseInstallations (~> 12.8.0)
- - GoogleUtilities/AppDelegateSwizzler (~> 8.1)
- - GoogleUtilities/MethodSwizzler (~> 8.1)
- - GoogleUtilities/Network (~> 8.1)
- - "GoogleUtilities/NSData+zlib (~> 8.1)"
- - nanopb (~> 3.30910.0)
- - FirebaseAnalytics/Default (12.8.0):
- - FirebaseCore (~> 12.8.0)
- - FirebaseInstallations (~> 12.8.0)
- - GoogleAppMeasurement/Default (= 12.8.0)
- - GoogleUtilities/AppDelegateSwizzler (~> 8.1)
- - GoogleUtilities/MethodSwizzler (~> 8.1)
- - GoogleUtilities/Network (~> 8.1)
- - "GoogleUtilities/NSData+zlib (~> 8.1)"
- - nanopb (~> 3.30910.0)
- FirebaseCore (12.8.0):
- FirebaseCoreInternal (~> 12.8.0)
- GoogleUtilities/Environment (~> 8.1)
@@ -329,33 +306,6 @@ PODS:
- GoogleUtilities/Reachability (~> 8.1)
- GoogleUtilities/UserDefaults (~> 8.1)
- nanopb (~> 3.30910.0)
- - GoogleAdsOnDeviceConversion (3.2.0):
- - GoogleUtilities/Environment (~> 8.1)
- - GoogleUtilities/Logger (~> 8.1)
- - GoogleUtilities/Network (~> 8.1)
- - nanopb (~> 3.30910.0)
- - GoogleAppMeasurement/Core (12.8.0):
- - GoogleUtilities/AppDelegateSwizzler (~> 8.1)
- - GoogleUtilities/MethodSwizzler (~> 8.1)
- - GoogleUtilities/Network (~> 8.1)
- - "GoogleUtilities/NSData+zlib (~> 8.1)"
- - nanopb (~> 3.30910.0)
- - GoogleAppMeasurement/Default (12.8.0):
- - GoogleAdsOnDeviceConversion (~> 3.2.0)
- - GoogleAppMeasurement/Core (= 12.8.0)
- - GoogleAppMeasurement/IdentitySupport (= 12.8.0)
- - GoogleUtilities/AppDelegateSwizzler (~> 8.1)
- - GoogleUtilities/MethodSwizzler (~> 8.1)
- - GoogleUtilities/Network (~> 8.1)
- - "GoogleUtilities/NSData+zlib (~> 8.1)"
- - nanopb (~> 3.30910.0)
- - GoogleAppMeasurement/IdentitySupport (12.8.0):
- - GoogleAppMeasurement/Core (= 12.8.0)
- - GoogleUtilities/AppDelegateSwizzler (~> 8.1)
- - GoogleUtilities/MethodSwizzler (~> 8.1)
- - GoogleUtilities/Network (~> 8.1)
- - "GoogleUtilities/NSData+zlib (~> 8.1)"
- - nanopb (~> 3.30910.0)
- GoogleDataTransport (10.1.0):
- nanopb (~> 3.30910.0)
- PromisesObjC (~> 2.4)
@@ -369,9 +319,6 @@ PODS:
- GoogleUtilities/Logger (8.1.0):
- GoogleUtilities/Environment
- GoogleUtilities/Privacy
- - GoogleUtilities/MethodSwizzler (8.1.0):
- - GoogleUtilities/Logger
- - GoogleUtilities/Privacy
- GoogleUtilities/Network (8.1.0):
- GoogleUtilities/Logger
- "GoogleUtilities/NSData+zlib"
@@ -2581,9 +2528,9 @@ PODS:
- ReactCommon/turbomodule/core
- ReactNativeDependencies
- Yoga
- - SDWebImage (5.21.6):
- - SDWebImage/Core (= 5.21.6)
- - SDWebImage/Core (5.21.6)
+ - SDWebImage (5.21.7):
+ - SDWebImage/Core (= 5.21.7)
+ - SDWebImage/Core (5.21.7)
- SDWebImageAVIFCoder (0.11.1):
- libavif/core (>= 0.11.0)
- SDWebImage (~> 5.10)
@@ -2633,8 +2580,6 @@ DEPENDENCIES:
- ExpoWebBrowser (from `../node_modules/expo-web-browser/ios`)
- EXUpdatesInterface (from `../node_modules/expo-updates-interface/ios`)
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
- - Firebase
- - Firebase/Messaging
- hermes-engine (from `../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec`)
- "maplibre-react-native (from `../node_modules/@maplibre/maplibre-react-native`)"
- RCTDeprecation (from `../node_modules/react-native/ReactApple/Libraries/RCTFoundation/RCTDeprecation`)
@@ -2722,14 +2667,11 @@ DEPENDENCIES:
SPEC REPOS:
trunk:
- Firebase
- - FirebaseAnalytics
- FirebaseCore
- FirebaseCoreExtension
- FirebaseCoreInternal
- FirebaseInstallations
- FirebaseMessaging
- - GoogleAdsOnDeviceConversion
- - GoogleAppMeasurement
- GoogleDataTransport
- GoogleUtilities
- libavif
@@ -3011,14 +2953,11 @@ SPEC CHECKSUMS:
EXUpdatesInterface: 5adf50cb41e079c861da6d9b4b954c3db9a50734
FBLazyVector: e95a291ad2dadb88e42b06e0c5fb8262de53ec12
Firebase: 9a58fdbc9d8655ed7b79a19cf9690bb007d3d46d
- FirebaseAnalytics: f20bbad8cb7f65d8a5eaefeb424ae8800a31bdfc
FirebaseCore: 0dbad74bda10b8fb9ca34ad8f375fb9dd3ebef7c
FirebaseCoreExtension: 6605938d51f765d8b18bfcafd2085276a252bee2
FirebaseCoreInternal: fe5fa466aeb314787093a7dce9f0beeaad5a2a21
FirebaseInstallations: 6a14ab3d694ebd9f839c48d330da5547e9ca9dc0
FirebaseMessaging: 7f42cfd10ec64181db4e01b305a613791c8e782c
- GoogleAdsOnDeviceConversion: d68c69dd9581a0f5da02617b6f377e5be483970f
- GoogleAppMeasurement: 72c9a682fec6290327ea5e3c4b829b247fcb2c17
GoogleDataTransport: aae35b7ea0c09004c3797d53c8c41f66f219d6a7
GoogleUtilities: 00c88b9a86066ef77f0da2fab05f65d7768ed8e1
hermes-engine: 9f4dfe93326146a1c99eb535b1cb0b857a3cd172
@@ -3107,13 +3046,13 @@ SPEC CHECKSUMS:
RNSVG: 31d6639663c249b7d5abc9728dde2041eb2a3c34
RNVectorIcons: 4351544f100d4f12cac156a7c13399e60bab3e26
RNWorklets: 43cd6af94c18f89cbca10ea83fee281b69d75da5
- SDWebImage: 1bb6a1b84b6fe87b972a102bdc77dd589df33477
+ SDWebImage: e9fc87c1aab89a8ab1bbd74eba378c6f53be8abf
SDWebImageAVIFCoder: afe194a084e851f70228e4be35ef651df0fc5c57
SDWebImageSVGCoder: 15a300a97ec1c8ac958f009c02220ac0402e936c
SDWebImageWebPCoder: e38c0a70396191361d60c092933e22c20d5b1380
Yoga: 5934998fbeaef7845dbf698f698518695ab4cd1a
ZXingObjC: 8898711ab495761b2dbbdec76d90164a6d7e14c5
-PODFILE CHECKSUM: c099c57001b36661ca723fa0edfdb338496e8b9d
+PODFILE CHECKSUM: 98fc0b2be4d9f9b5a23816e3c77ad0e74ea84fa0
COCOAPODS: 1.16.2
diff --git a/plugins/withCustomConfig.js b/plugins/withCustomConfig.js
new file mode 100644
index 0000000..f0bcc7b
--- /dev/null
+++ b/plugins/withCustomConfig.js
@@ -0,0 +1,287 @@
+const {
+ withAppBuildGradle,
+ withProjectBuildGradle,
+ withInfoPlist,
+} = require("@expo/config-plugins");
+
+const { withPodfile } = require("@expo/config-plugins");
+const { withAndroidManifest } = require("@expo/config-plugins");
+const { withDangerousMod } = require("@expo/config-plugins");
+const fs = require("fs");
+const path = require("path");
+
+// ─────────────────────────────────────────
+// 1. PROJECT-LEVEL build.gradle
+// Tambah: google-services classpath + Mapbox maven
+// ─────────────────────────────────────────
+const withCustomProjectBuildGradle = (config) => {
+ return withProjectBuildGradle(config, (config) => {
+ let contents = config.modResults.contents;
+
+ // Tambah google-services classpath jika belum ada
+ if (!contents.includes("com.google.gms:google-services")) {
+ contents = contents.replace(
+ /classpath\('com\.android\.tools\.build:gradle'\)/,
+ `classpath('com.android.tools.build:gradle')
+ classpath 'com.google.gms:google-services:4.4.1'`,
+ );
+ }
+
+ // Tambah Mapbox maven repository jika belum ada
+ if (!contents.includes("api.mapbox.com")) {
+ contents = contents.replace(
+ /allprojects\s*\{[\s\S]*?repositories\s*\{/,
+ `allprojects {
+ repositories {
+ maven {
+ url 'https://api.mapbox.com/downloads/v2/releases/maven'
+ def token = project.properties['MAPBOX_DOWNLOADS_TOKEN'] ?: System.getenv('RNMAPBOX_MAPS_DOWNLOAD_TOKEN')
+ if (token) {
+ authentication { basic(BasicAuthentication) }
+ credentials {
+ username = 'mapbox'
+ password = token
+ }
+ }
+ }`,
+ );
+ }
+
+ config.modResults.contents = contents;
+ return config;
+ });
+};
+
+// ─────────────────────────────────────────
+// 2. APP-LEVEL build.gradle
+// Tambah: buildConfigField + google-services plugin
+// ─────────────────────────────────────────
+const withCustomAppBuildGradle = (config) => {
+ return withAppBuildGradle(config, (config) => {
+ let contents = config.modResults.contents;
+
+ // Tambah Mapbox packagingOptions
+ if (!contents.includes("rnmapbox/maps-libcpp")) {
+ contents = contents.replace(
+ /android\s*\{/,
+ `android {
+// @generated begin @rnmapbox/maps-libcpp - expo prebuild (DO NOT MODIFY) sync-e24830a5a3e854b398227dfe9630aabfaa1cadd1
+packagingOptions {
+ pickFirst 'lib/x86/libc++_shared.so'
+ pickFirst 'lib/x86_64/libc++_shared.so'
+ pickFirst 'lib/arm64-v8a/libc++_shared.so'
+ pickFirst 'lib/armeabi-v7a/libc++_shared.so'
+ }
+// @generated end @rnmapbox/maps-libcpp`,
+ );
+ }
+
+ // Tambah buildConfigField REACT_NATIVE_RELEASE_LEVEL
+ if (!contents.includes("REACT_NATIVE_RELEASE_LEVEL")) {
+ contents = contents.replace(
+ /defaultConfig\s*\{/,
+ `defaultConfig {
+ buildConfigField "String", "REACT_NATIVE_RELEASE_LEVEL", "\\"${`$`}{findProperty('reactNativeReleaseLevel') ?: 'stable'}\\""`,
+ );
+ }
+
+ // Tambah apply plugin google-services di akhir file
+ if (!contents.includes("com.google.gms.google-services")) {
+ contents += `\napply plugin: 'com.google.gms.google-services'\n`;
+ }
+
+ config.modResults.contents = contents;
+ return config;
+ });
+};
+
+// ─────────────────────────────────────────
+// 3. Info.plist
+// Tambah: custom URL schemes + deskripsi Bahasa Indonesia
+// ─────────────────────────────────────────
+const withCustomInfoPlist = (config) => {
+ return withInfoPlist(config, (config) => {
+ const plist = config.modResults;
+
+ // Custom URL Schemes
+ // Pastikan CFBundleURLTypes sudah ada, lalu tambahkan scheme custom
+ if (!plist.CFBundleURLTypes) {
+ plist.CFBundleURLTypes = [];
+ }
+
+ const hasHipmiScheme = plist.CFBundleURLTypes.some((entry) =>
+ entry.CFBundleURLSchemes?.includes("hipmimobile"),
+ );
+
+ if (!hasHipmiScheme) {
+ plist.CFBundleURLTypes.push({
+ CFBundleURLSchemes: ["hipmimobile", "com.anonymous.hipmi-mobile"],
+ });
+ }
+
+ // NSLocationWhenInUseUsageDescription — Bahasa Indonesia
+ plist.NSLocationWhenInUseUsageDescription =
+ "Aplikasi membutuhkan akses lokasi untuk menampilkan peta.";
+
+ // NSPhotoLibraryUsageDescription — Bahasa Indonesia (panjang)
+ plist.NSPhotoLibraryUsageDescription =
+ "Untuk mengunggah dokumen dan media bisnis seperti foto profil, logo usaha, poster lowongan, atau bukti transaksi di berbagai fitur aplikasi: Profile, Portofolio, Job Vacancy, Investasi, dan Donasi.";
+
+ plist.NSFaceIDUsageDescription =
+ "Allow $(PRODUCT_NAME) to access your Face ID biometric data.";
+
+ return config;
+ });
+};
+
+// ─────────────────────────────────────────
+// 4. Android Manifest
+// Tambah: backup rules untuk expo-secure-store
+// ─────────────────────────────────────────
+const withCustomManifest = (config) => {
+ return withAndroidManifest(config, (config) => {
+ const manifest = config.modResults.manifest;
+ const application = manifest.application[0];
+
+ // Tambah atribut backup untuk expo-secure-store
+ application.$["android:fullBackupContent"] =
+ "@xml/secure_store_backup_rules";
+ application.$["android:dataExtractionRules"] =
+ "@xml/secure_store_data_extraction_rules";
+
+ // Tambah tools:replace pada meta-data notification color
+ const metaDataList = application["meta-data"] || [];
+ const notifColorMeta = metaDataList.find(
+ (m) =>
+ m.$["android:name"] ===
+ "com.google.firebase.messaging.default_notification_color",
+ );
+ if (notifColorMeta) {
+ notifColorMeta.$["tools:replace"] = "android:resource";
+ }
+
+ return config;
+ });
+};
+
+// ─────────────────────────────────────────
+// 5. Podfile
+// Tambah: use_modular_headers!
+// ─────────────────────────────────────────
+
+const withCustomPodfile = (config) => {
+ return withPodfile(config, (config) => {
+ let contents = config.modResults.contents;
+
+ // Tambah use_modular_headers! jika belum ada
+ if (!contents.includes("use_modular_headers!")) {
+ contents = contents.replace(
+ /platform :ios/,
+ `use_modular_headers!\nplatform :ios`,
+ );
+ }
+
+ // Tambah Firebase pods jika belum ada
+ if (!contents.includes("pod 'Firebase/Messaging'")) {
+ contents = contents.replace(
+ /use_react_native_pods\!/,
+ `pod 'Firebase'\n pod 'Firebase/Messaging'\n\n use_react_native_pods!`,
+ );
+ }
+
+ // Tambah fix script with-environment.sh jika belum ada
+ // Tambah fix script with-environment.sh jika belum ada
+ if (!contents.includes("with-environment.sh")) {
+ const fixScript = [
+ "post_install do |installer|",
+ " # Fix all script phases with incorrect paths",
+ " installer.pods_project.targets.each do |target|",
+ " target.build_phases.each do |phase|",
+ " next unless phase.respond_to?(:shell_script)",
+ " if phase.shell_script.include?('with-environment.sh')",
+ " phase.shell_script = phase.shell_script.gsub(",
+ " %r{(/.*?/node_modules/react-native)+/scripts/xcode/with-environment.sh},",
+ " '${PODS_ROOT}/../../node_modules/react-native/scripts/xcode/with-environment.sh'",
+ " )",
+ " end",
+ " end",
+ " end",
+ ].join("\n");
+
+ contents = contents.replace(/post_install do \|installer\|/, fixScript);
+ }
+
+ config.modResults.contents = contents;
+ return config;
+ });
+};
+
+// ─────────────────────────────────────────
+// 6. Android XML Files
+// Tambah: secure_store_backup_rules.xml dan secure_store_data_extraction_rules.xml
+// ─────────────────────────────────────────
+
+const withSecureStoreXml = (config) => {
+ return withDangerousMod(config, [
+ "android",
+ (config) => {
+ const xmlDir = path.join(
+ config.modRequest.platformProjectRoot,
+ "app/src/main/res/xml",
+ );
+
+ // Buat folder jika belum ada
+ if (!fs.existsSync(xmlDir)) {
+ fs.mkdirSync(xmlDir, { recursive: true });
+ }
+
+ // Definisikan path variabel di sini ← INI yang kurang sebelumnya
+ const backupRulesPath = path.join(
+ xmlDir,
+ "secure_store_backup_rules.xml",
+ );
+ const dataExtractionPath = path.join(
+ xmlDir,
+ "secure_store_data_extraction_rules.xml",
+ );
+
+ // secure_store_backup_rules.xml
+ fs.writeFileSync(
+ backupRulesPath,
+ `
+
+
+`,
+ );
+
+ // secure_store_data_extraction_rules.xml
+ fs.writeFileSync(
+ dataExtractionPath,
+ `
+
+
+
+
+
+
+
+`,
+ );
+
+ return config;
+ },
+ ]);
+};
+
+// ─────────────────────────────────────────
+// EXPORT
+// ─────────────────────────────────────────
+module.exports = (config) => {
+ config = withCustomProjectBuildGradle(config);
+ config = withCustomAppBuildGradle(config);
+ config = withCustomManifest(config);
+ config = withSecureStoreXml(config);
+ config = withCustomInfoPlist(config);
+ config = withCustomPodfile(config);
+ return config;
+};