Config & Dependencies
- app.config.js
- package.json
- bun.lock
- ios/Podfile
- ios/HIPMIBadungConnect.xcodeproj/project.pbxproj

User Pages
- app/(application)/(user)/maps/index.tsx
- app/(application)/(user)/portofolio/[id]/index.tsx

Maps
- screens/Maps/MapsView2.tsx

### No Issue
This commit is contained in:
2026-02-24 16:41:43 +08:00
parent 66e6aebf41
commit 208b0ce813
2 changed files with 36 additions and 10 deletions

View File

@@ -152,6 +152,8 @@
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) */,
);
buildRules = (
);
@@ -451,6 +453,40 @@
rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";
";
};
B6436A881D9B484CB6D18085 /* 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\";
";
};
2BAE9DA9D4244A23B39651C7 /* 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\";
";
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */