From f0957f565cc3062522f8a8e6ddd8c6a4ff40498a Mon Sep 17 00:00:00 2001 From: Mike Hardy Date: Wed, 20 Nov 2024 18:46:27 -0500 Subject: [PATCH] test: commit updated lockfiles / pbxproj --- RNGoogleMobileAdsExample/ios/Podfile.lock | 6 +++--- .../RNGoogleMobileAdsExample.xcodeproj/project.pbxproj | 10 ++++++++-- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/RNGoogleMobileAdsExample/ios/Podfile.lock b/RNGoogleMobileAdsExample/ios/Podfile.lock index 5d6f6525..3d488af5 100644 --- a/RNGoogleMobileAdsExample/ios/Podfile.lock +++ b/RNGoogleMobileAdsExample/ios/Podfile.lock @@ -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) @@ -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 diff --git a/RNGoogleMobileAdsExample/ios/RNGoogleMobileAdsExample.xcodeproj/project.pbxproj b/RNGoogleMobileAdsExample/ios/RNGoogleMobileAdsExample.xcodeproj/project.pbxproj index 878ac420..3795799c 100644 --- a/RNGoogleMobileAdsExample/ios/RNGoogleMobileAdsExample.xcodeproj/project.pbxproj +++ b/RNGoogleMobileAdsExample/ios/RNGoogleMobileAdsExample.xcodeproj/project.pbxproj @@ -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"; @@ -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;