Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
migrate to pnpm
  • Loading branch information
Ethella committed May 27, 2025
commit 4090dea6a475015306a5ed76dfad3c3de6d60c2c
10 changes: 8 additions & 2 deletions MagicBareRnExample/ios/MagicBareRN.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,10 @@
"-DFOLLY_CFG_NO_COROUTINES=1",
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
);
OTHER_LDFLAGS = "$(inherited) ";
OTHER_LDFLAGS = (
"$(inherited)",
" ",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
Expand Down Expand Up @@ -447,7 +450,10 @@
"-DFOLLY_CFG_NO_COROUTINES=1",
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
);
OTHER_LDFLAGS = "$(inherited) ";
OTHER_LDFLAGS = (
"$(inherited)",
" ",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
USE_HERMES = true;
Expand Down
4 changes: 2 additions & 2 deletions MagicBareRnExample/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1306,7 +1306,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-webview (13.13.5):
- react-native-webview (13.13.0):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -2005,7 +2005,7 @@ SPEC CHECKSUMS:
React-microtasksnativemodule: e99c1d7791f5e8d5be370b78e02433e64d2391d8
react-native-netinfo: f0a9899081c185db1de5bb2fdc1c88c202a059ac
react-native-safe-area-context: 286b3e7b5589795bb85ffc38faf4c0706c48a092
react-native-webview: ca20dfd45204cc81f0b21e70d1e5a349daecfb81
react-native-webview: 0ddb59b30cf225f2ba3125fd03c24e7d33ac68a8
React-NativeModulesApple: fb48894de492e6f9a73e53d8f92a6a792e40666c
React-perflogger: e1c8cc9ba55dfabb670966d73622eabcfa0ac29e
React-performancetimeline: 6f8984a509036b7adc382b8d15193733f88ee749
Expand Down
2 changes: 1 addition & 1 deletion MagicBareRnExample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"engines": {
"node": ">=18"
},
"packageManager": "[email protected]+sha512.341db9396b6e289fecc30cd7ab3af65060e05ebff4b3b47547b278b9e67b08f485ecd8c79006b405446262142c7a38154445ef7f17c1d5d1de7d90bf9ce7054d"
"packageManager": "[email protected]+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
}
Loading