Skip to content

Commit

Permalink
chore: Update pod file for sqlite update (#2134)
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelBreslaw authored Jul 24, 2024
1 parent 68b9845 commit a681068
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions native/ios/GuardianGhost.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,10 @@
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift\"$(inherited)\"";
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = "$(inherited) ";
OTHER_LDFLAGS = (
"$(inherited)",
" ",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
USE_HERMES = true;
Expand Down Expand Up @@ -531,7 +534,10 @@
);
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift\"$(inherited)\"";
MTL_ENABLE_DEBUG_INFO = NO;
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 native/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- ExpoSQLite (14.0.4):
- ExpoSQLite (14.0.5):
- ExpoModulesCore
- "sqlite3 (~> 3.45.3+1)"
- "sqlite3/bytecodevtab (~> 3.45.3+1)"
Expand Down Expand Up @@ -1885,7 +1885,7 @@ SPEC CHECKSUMS:
ExpoKeepAwake: 3b8815d9dd1d419ee474df004021c69fdd316d08
ExpoLinearGradient: 8cec4a09426d8934c433e83cb36262d72c667fce
ExpoModulesCore: 734c1802786b23c9598f4d15273753a779969368
ExpoSQLite: ef3beaedbf5ea4573892f0099ef5514796db6066
ExpoSQLite: e69ad30f5271e6e9b32358035fb65eaf0a20fa83
ExpoSystemUI: d4f065a016cae6721b324eb659cdee4d4cf0cb26
ExpoWebBrowser: 7595ccac6938eb65b076385fd23d035db9ecdc8e
EXSplashScreen: fbf0ec78e9cee911df188bf17b4fe51d15a84b87
Expand Down

0 comments on commit a681068

Please sign in to comment.