Skip to content

Commit f8611eb

Browse files
committed
Fix mac and ios pod lockfiles
1 parent 88eef28 commit f8611eb

File tree

3 files changed

+259
-273
lines changed

3 files changed

+259
-273
lines changed

ios/Podfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -968,9 +968,9 @@ PODS:
968968
- React
969969
- react-native-maps (1.15.6):
970970
- React-Core
971-
- react-native-netinfo (11.3.1):
971+
- react-native-netinfo (11.3.2):
972972
- React-Core
973-
- react-native-safe-area-context (4.10.4):
973+
- react-native-safe-area-context (4.10.5):
974974
- React-Core
975975
- react-native-slider (4.5.2):
976976
- DoubleConversion
@@ -997,7 +997,7 @@ PODS:
997997
- React-Core
998998
- react-native-tor (0.1.8):
999999
- React
1000-
- react-native-webview (13.10.3):
1000+
- react-native-webview (13.10.4):
10011001
- DoubleConversion
10021002
- glog
10031003
- hermes-engine
@@ -1261,7 +1261,7 @@ PODS:
12611261
- React-Core
12621262
- RNFS (2.20.0):
12631263
- React-Core
1264-
- RNGestureHandler (2.16.2):
1264+
- RNGestureHandler (2.17.1):
12651265
- DoubleConversion
12661266
- glog
12671267
- hermes-engine
@@ -1291,7 +1291,7 @@ PODS:
12911291
- RNNotifee/NotifeeCore (= 7.8.2)
12921292
- RNNotifee/NotifeeCore (7.8.2):
12931293
- React-Core
1294-
- RNPermissions (3.10.1):
1294+
- RNPermissions (4.1.5):
12951295
- React-Core
12961296
- RNReactNativeHapticFeedback (2.2.0):
12971297
- React-Core
@@ -1316,7 +1316,7 @@ PODS:
13161316
- ReactCommon/turbomodule/bridging
13171317
- ReactCommon/turbomodule/core
13181318
- Yoga
1319-
- RNScreens (3.31.1):
1319+
- RNScreens (3.32.0):
13201320
- DoubleConversion
13211321
- glog
13221322
- hermes-engine
@@ -1654,12 +1654,12 @@ SPEC CHECKSUMS:
16541654
react-native-geolocation: fe0562c94eb0b6334f266aea717448dfd9b08cd0
16551655
react-native-hash: 4664516df1834e1293b30e711c63f61f7f801b6a
16561656
react-native-maps: 7b2c2cee95271592a92ba485eea1dec66a363a6e
1657-
react-native-netinfo: bdb108d340cdb41875c9ced535977cac6d2ff321
1658-
react-native-safe-area-context: 399a5859f6acbdf67f671c69b53113f535f3b5b0
1657+
react-native-netinfo: 076df4f9b07f6670acf4ce9a75aac8d34c2e2ccc
1658+
react-native-safe-area-context: a240ad4b683349e48b1d51fed1611138d1bdad97
16591659
react-native-slider: ce295d2bf830a7990af05b0bd70ab28c133e230c
16601660
react-native-sqlite-storage: f6d515e1c446d1e6d026aa5352908a25d4de3261
16611661
react-native-tor: 3b14e9160b2eb7fa3f310921b2dee71a5171e5b7
1662-
react-native-webview: 66c0e45a5aa931d7deada77e69042020a86f1aaa
1662+
react-native-webview: 596fb33d67a3cde5a74bf1f6b4c28d3543477fdd
16631663
React-nativeconfig: 9f223cd321823afdecf59ed00861ab2d69ee0fc1
16641664
React-NativeModulesApple: ff7efaff7098639db5631236cfd91d60abff04c0
16651665
React-perflogger: 32ed45d9cee02cf6639acae34251590dccd30994
@@ -1690,14 +1690,14 @@ SPEC CHECKSUMS:
16901690
RNCPushNotificationIOS: 64218f3c776c03d7408284a819b2abfda1834bc8
16911691
RNFlashList: b521ebdd7f9352673817f1d98e8bdc0c8cf8545b
16921692
RNFS: 4ac0f0ea233904cb798630b3c077808c06931688
1693-
RNGestureHandler: 2282cfbcf86c360d29f44ace393203afd5c6cff7
1693+
RNGestureHandler: 8dbcccada4a7e702e7dec9338c251b1cf393c960
16941694
RNICloudStore: 7ac4f2630e2a7e90a4b059b92e8483828bbacd2b
16951695
RNKeychain: bfe3d12bf4620fe488771c414530bf16e88f3678
16961696
RNNotifee: 8e2d3df3f0e9ce8f5d1fe4c967431138190b6175
1697-
RNPermissions: bfc61982fffcce1a249d4ce8714d5274ce6a9629
1697+
RNPermissions: 827285b9d86f40c7dac5d86e19bbb8558cd8678b
16981698
RNReactNativeHapticFeedback: ec56a5f81c3941206fd85625fa669ffc7b4545f9
16991699
RNReanimated: 7ad0f08a845cb60955ee5d461d2156d7b9707118
1700-
RNScreens: b32a9ff15bea7fcdbe5dff6477bc503f792b1208
1700+
RNScreens: 5aeecbb09aa7285379b6e9f3c8a3c859bb16401c
17011701
RNSecureRandom: 7b1df97e96cde33fccc6b64ed4072592fc06627c
17021702
RNSVG: a48668fd382115bc89761ce291a81c4ca5f2fd2e
17031703
RNVectorIcons: fcc2f6cb32f5735b586e66d14103a74ce6ad61f8

macos/BlixtWallet.xcodeproj/project.pbxproj

Lines changed: 6 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -260,10 +260,12 @@
260260
);
261261
inputPaths = (
262262
"${PODS_ROOT}/Target Support Files/Pods-BlixtWallet/Pods-BlixtWallet-resources.sh",
263+
"${PODS_CONFIGURATION_BUILD_DIR}/RNCAsyncStorage/RNCAsyncStorage_resources.bundle",
263264
"${PODS_CONFIGURATION_BUILD_DIR}/React-Core/RCTI18nStrings.bundle",
264265
);
265266
name = "[CP] Copy Pods Resources";
266267
outputPaths = (
268+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/RNCAsyncStorage_resources.bundle",
267269
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/RCTI18nStrings.bundle",
268270
);
269271
runOnlyForDeploymentPostprocessing = 0;
@@ -473,13 +475,7 @@
473475
ONLY_ACTIVE_ARCH = YES;
474476
OTHER_CFLAGS = "$(inherited)";
475477
OTHER_CPLUSPLUSFLAGS = "$(inherited)";
476-
OTHER_LDFLAGS = (
477-
"$(inherited)",
478-
"-Wl",
479-
"-ld_classic",
480-
"-Wl",
481-
"-ld_classic",
482-
);
478+
OTHER_LDFLAGS = "$(inherited)";
483479
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
484480
SDKROOT = iphoneos;
485481
USE_HERMES = false;
@@ -544,13 +540,7 @@
544540
MTL_ENABLE_DEBUG_INFO = NO;
545541
OTHER_CFLAGS = "$(inherited)";
546542
OTHER_CPLUSPLUSFLAGS = "$(inherited)";
547-
OTHER_LDFLAGS = (
548-
"$(inherited)",
549-
"-Wl",
550-
"-ld_classic",
551-
"-Wl",
552-
"-ld_classic",
553-
);
543+
OTHER_LDFLAGS = "$(inherited)";
554544
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
555545
SDKROOT = iphoneos;
556546
USE_HERMES = false;
@@ -621,13 +611,7 @@
621611
ONLY_ACTIVE_ARCH = YES;
622612
OTHER_CFLAGS = "$(inherited)";
623613
OTHER_CPLUSPLUSFLAGS = "$(inherited)";
624-
OTHER_LDFLAGS = (
625-
"$(inherited)",
626-
"-Wl",
627-
"-ld_classic",
628-
"-Wl",
629-
"-ld_classic",
630-
);
614+
OTHER_LDFLAGS = "$(inherited)";
631615
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
632616
SDKROOT = iphoneos;
633617
USE_HERMES = false;
@@ -727,13 +711,7 @@
727711
MTL_ENABLE_DEBUG_INFO = NO;
728712
OTHER_CFLAGS = "$(inherited)";
729713
OTHER_CPLUSPLUSFLAGS = "$(inherited)";
730-
OTHER_LDFLAGS = (
731-
"$(inherited)",
732-
"-Wl",
733-
"-ld_classic",
734-
"-Wl",
735-
"-ld_classic",
736-
);
714+
OTHER_LDFLAGS = "$(inherited)";
737715
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
738716
SDKROOT = iphoneos;
739717
USE_HERMES = false;

0 commit comments

Comments
 (0)