Skip to content

Commit

Permalink
test: commit updated lockfiles / pbxproj
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Nov 21, 2024
1 parent 59a5cb0 commit f0957f5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 3 additions & 3 deletions RNGoogleMobileAdsExample/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1514,7 +1514,7 @@ PODS:
- React-logger (= 0.76.2)
- React-perflogger (= 0.76.2)
- React-utils (= 0.76.2)
- RNGoogleMobileAds (14.2.5):
- RNGoogleMobileAds (14.4.0):
- DoubleConversion
- glog
- Google-Mobile-Ads-SDK (= 11.10.0)
Expand Down Expand Up @@ -1814,10 +1814,10 @@ SPEC CHECKSUMS:
React-utils: ed6cb7ba089ac0856aa104df12691e99abbf14e1
ReactCodegen: 93b271af49774429f34d7fd561197020d86436e2
ReactCommon: 208cb02e3c0bb8a727b3e1a1782202bcfa5d9631
RNGoogleMobileAds: 446a17642b7c8cf348a16d70623518f604d03d03
RNGoogleMobileAds: e9c8c98e7748e612c4669951336785d2f5ae1937
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
Yoga: 96872ee462cfc43866ad013c8160d4ff6b85709b

PODFILE CHECKSUM: f699c82614f0340e3985855a1efdaa77a260037e

COCOAPODS: 1.16.2
COCOAPODS: 1.16.1
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,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 @@ -679,7 +682,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

0 comments on commit f0957f5

Please sign in to comment.