diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3b841a8a..30a069be 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,9 +28,6 @@ jobs: - name: Clone Repo uses: actions/checkout@v1 - - name: Select Xcode - run: sudo xcode-select -switch /Applications/Xcode_11.3.app - - name: Xcode version run: /usr/bin/xcodebuild -version diff --git a/.github/workflows/build/build.sh b/.github/workflows/build/build.sh index dd3c7b1f..9fd581be 100755 --- a/.github/workflows/build/build.sh +++ b/.github/workflows/build/build.sh @@ -23,7 +23,7 @@ do pushd "${example_app_path}"; pod install --no-repo-update; echo "::set-output name=building_app::Building App (${example_name})"; - eval "xcodebuild -workspace ${example_name}.xcworkspace -scheme ${example_name} -sdk iphonesimulator | xcpretty"; + eval "xcodebuild -workspace ${example_name}.xcworkspace -scheme ${example_name} -sdk iphonesimulator -arch x86_64 | xcpretty"; popd; fi done diff --git a/Objective-C/admanager/AdManagerBannerExample/AdManagerBannerExample.xcodeproj/project.pbxproj b/Objective-C/admanager/AdManagerBannerExample/AdManagerBannerExample.xcodeproj/project.pbxproj index af509051..5deab921 100644 --- a/Objective-C/admanager/AdManagerBannerExample/AdManagerBannerExample.xcodeproj/project.pbxproj +++ b/Objective-C/admanager/AdManagerBannerExample/AdManagerBannerExample.xcodeproj/project.pbxproj @@ -99,7 +99,6 @@ TargetAttributes = { CF12E27D19A6C783001EB38A = { CreatedOnToolsVersion = 6.0; - }; }; }; diff --git a/Objective-C/admanager/AdManagerBannerExample/Podfile.lock b/Objective-C/admanager/AdManagerBannerExample/Podfile.lock index d8425de5..25eee9bf 100644 --- a/Objective-C/admanager/AdManagerBannerExample/Podfile.lock +++ b/Objective-C/admanager/AdManagerBannerExample/Podfile.lock @@ -1,8 +1,8 @@ PODS: - - Google-Mobile-Ads-SDK (7.68.0): + - Google-Mobile-Ads-SDK (7.69.0): - GoogleAppMeasurement (~> 7.0) - GoogleUserMessagingPlatform (~> 1.1) - - GoogleAppMeasurement (7.1.0): + - GoogleAppMeasurement (7.3.0): - GoogleUtilities/AppDelegateSwizzler (~> 7.0) - GoogleUtilities/MethodSwizzler (~> 7.0) - GoogleUtilities/Network (~> 7.0) @@ -46,8 +46,8 @@ SPEC REPOS: - PromisesObjC SPEC CHECKSUMS: - Google-Mobile-Ads-SDK: 29bbdb182d69ff606cc0301da1590b40be8d2205 - GoogleAppMeasurement: 89e1a64593f968713b0506ba1b53b38a154bf9a5 + Google-Mobile-Ads-SDK: 2f288748a42920d1c744946a460896a95b0e9110 + GoogleAppMeasurement: 8d3c0aeede16ab7764144b5a4ca8e1d4323841b7 GoogleUserMessagingPlatform: b168e8c46cd8f92aa3e34b584c4ca78a411ce367 GoogleUtilities: 3dc4ff0d5e4840e2fa8eef0889620e8c33d4218c nanopb: 1bf24dd71191072e120b83dd02d08f3da0d65e53 @@ -55,4 +55,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: f122f09e55fb48201837e20a806292a4f8a1aee3 -COCOAPODS: 1.9.0 +COCOAPODS: 1.10.0 diff --git a/Objective-C/admanager/AdManagerCustomRenderingExample/AdManagerCustomRenderingExample.xcodeproj/project.pbxproj b/Objective-C/admanager/AdManagerCustomRenderingExample/AdManagerCustomRenderingExample.xcodeproj/project.pbxproj index 1c5298e0..28a93dca 100644 --- a/Objective-C/admanager/AdManagerCustomRenderingExample/AdManagerCustomRenderingExample.xcodeproj/project.pbxproj +++ b/Objective-C/admanager/AdManagerCustomRenderingExample/AdManagerCustomRenderingExample.xcodeproj/project.pbxproj @@ -113,7 +113,6 @@ TargetAttributes = { CF9335B61B26706400DEF1B4 = { CreatedOnToolsVersion = 6.3.2; - }; }; }; diff --git a/Objective-C/admanager/AdManagerCustomRenderingExample/Podfile.lock b/Objective-C/admanager/AdManagerCustomRenderingExample/Podfile.lock index 636b5209..c452b159 100644 --- a/Objective-C/admanager/AdManagerCustomRenderingExample/Podfile.lock +++ b/Objective-C/admanager/AdManagerCustomRenderingExample/Podfile.lock @@ -1,8 +1,8 @@ PODS: - - Google-Mobile-Ads-SDK (7.68.0): + - Google-Mobile-Ads-SDK (7.69.0): - GoogleAppMeasurement (~> 7.0) - GoogleUserMessagingPlatform (~> 1.1) - - GoogleAppMeasurement (7.1.0): + - GoogleAppMeasurement (7.3.0): - GoogleUtilities/AppDelegateSwizzler (~> 7.0) - GoogleUtilities/MethodSwizzler (~> 7.0) - GoogleUtilities/Network (~> 7.0) @@ -46,8 +46,8 @@ SPEC REPOS: - PromisesObjC SPEC CHECKSUMS: - Google-Mobile-Ads-SDK: 29bbdb182d69ff606cc0301da1590b40be8d2205 - GoogleAppMeasurement: 89e1a64593f968713b0506ba1b53b38a154bf9a5 + Google-Mobile-Ads-SDK: 2f288748a42920d1c744946a460896a95b0e9110 + GoogleAppMeasurement: 8d3c0aeede16ab7764144b5a4ca8e1d4323841b7 GoogleUserMessagingPlatform: b168e8c46cd8f92aa3e34b584c4ca78a411ce367 GoogleUtilities: 3dc4ff0d5e4840e2fa8eef0889620e8c33d4218c nanopb: 1bf24dd71191072e120b83dd02d08f3da0d65e53 @@ -55,4 +55,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 956f5263ea6d36abebcce651501404fe8e65fe7a -COCOAPODS: 1.9.0 +COCOAPODS: 1.10.0 diff --git a/Objective-C/admanager/AdManagerInterstitialExample/AdManagerInterstitialExample.xcodeproj/project.pbxproj b/Objective-C/admanager/AdManagerInterstitialExample/AdManagerInterstitialExample.xcodeproj/project.pbxproj index c2753f1c..c517402f 100644 --- a/Objective-C/admanager/AdManagerInterstitialExample/AdManagerInterstitialExample.xcodeproj/project.pbxproj +++ b/Objective-C/admanager/AdManagerInterstitialExample/AdManagerInterstitialExample.xcodeproj/project.pbxproj @@ -99,7 +99,6 @@ TargetAttributes = { CF530A7E19B7793D00D75035 = { CreatedOnToolsVersion = 6.0; - }; }; }; diff --git a/Objective-C/admanager/AdManagerInterstitialExample/Podfile.lock b/Objective-C/admanager/AdManagerInterstitialExample/Podfile.lock index 74f1b215..b5ba4308 100644 --- a/Objective-C/admanager/AdManagerInterstitialExample/Podfile.lock +++ b/Objective-C/admanager/AdManagerInterstitialExample/Podfile.lock @@ -1,8 +1,8 @@ PODS: - - Google-Mobile-Ads-SDK (7.68.0): + - Google-Mobile-Ads-SDK (7.69.0): - GoogleAppMeasurement (~> 7.0) - GoogleUserMessagingPlatform (~> 1.1) - - GoogleAppMeasurement (7.1.0): + - GoogleAppMeasurement (7.3.0): - GoogleUtilities/AppDelegateSwizzler (~> 7.0) - GoogleUtilities/MethodSwizzler (~> 7.0) - GoogleUtilities/Network (~> 7.0) @@ -46,8 +46,8 @@ SPEC REPOS: - PromisesObjC SPEC CHECKSUMS: - Google-Mobile-Ads-SDK: 29bbdb182d69ff606cc0301da1590b40be8d2205 - GoogleAppMeasurement: 89e1a64593f968713b0506ba1b53b38a154bf9a5 + Google-Mobile-Ads-SDK: 2f288748a42920d1c744946a460896a95b0e9110 + GoogleAppMeasurement: 8d3c0aeede16ab7764144b5a4ca8e1d4323841b7 GoogleUserMessagingPlatform: b168e8c46cd8f92aa3e34b584c4ca78a411ce367 GoogleUtilities: 3dc4ff0d5e4840e2fa8eef0889620e8c33d4218c nanopb: 1bf24dd71191072e120b83dd02d08f3da0d65e53 @@ -55,4 +55,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 7e7f32240580254b272ce65fa16014b87c25ac5a -COCOAPODS: 1.9.0 +COCOAPODS: 1.10.0 diff --git a/Objective-C/admanager/AdManagerRewardedVideoExample/AdManagerRewardedVideoExample.xcodeproj/project.pbxproj b/Objective-C/admanager/AdManagerRewardedVideoExample/AdManagerRewardedVideoExample.xcodeproj/project.pbxproj index 78831ebb..53a01c3f 100644 --- a/Objective-C/admanager/AdManagerRewardedVideoExample/AdManagerRewardedVideoExample.xcodeproj/project.pbxproj +++ b/Objective-C/admanager/AdManagerRewardedVideoExample/AdManagerRewardedVideoExample.xcodeproj/project.pbxproj @@ -102,7 +102,6 @@ TargetAttributes = { 84E1845C1B30D695002ADFFB = { CreatedOnToolsVersion = 6.3.1; - }; }; }; diff --git a/Objective-C/admanager/AdManagerRewardedVideoExample/Podfile.lock b/Objective-C/admanager/AdManagerRewardedVideoExample/Podfile.lock index 94f3ac0b..a95adaa5 100644 --- a/Objective-C/admanager/AdManagerRewardedVideoExample/Podfile.lock +++ b/Objective-C/admanager/AdManagerRewardedVideoExample/Podfile.lock @@ -1,8 +1,8 @@ PODS: - - Google-Mobile-Ads-SDK (7.68.0): + - Google-Mobile-Ads-SDK (7.69.0): - GoogleAppMeasurement (~> 7.0) - GoogleUserMessagingPlatform (~> 1.1) - - GoogleAppMeasurement (7.1.0): + - GoogleAppMeasurement (7.3.0): - GoogleUtilities/AppDelegateSwizzler (~> 7.0) - GoogleUtilities/MethodSwizzler (~> 7.0) - GoogleUtilities/Network (~> 7.0) @@ -46,8 +46,8 @@ SPEC REPOS: - PromisesObjC SPEC CHECKSUMS: - Google-Mobile-Ads-SDK: 29bbdb182d69ff606cc0301da1590b40be8d2205 - GoogleAppMeasurement: 89e1a64593f968713b0506ba1b53b38a154bf9a5 + Google-Mobile-Ads-SDK: 2f288748a42920d1c744946a460896a95b0e9110 + GoogleAppMeasurement: 8d3c0aeede16ab7764144b5a4ca8e1d4323841b7 GoogleUserMessagingPlatform: b168e8c46cd8f92aa3e34b584c4ca78a411ce367 GoogleUtilities: 3dc4ff0d5e4840e2fa8eef0889620e8c33d4218c nanopb: 1bf24dd71191072e120b83dd02d08f3da0d65e53 @@ -55,4 +55,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: c58e282cf403cd9008fc632a67ac93e510bbb73b -COCOAPODS: 1.9.0 +COCOAPODS: 1.10.0 diff --git a/Objective-C/admanager/AdaptiveBannerExample/AdaptiveBannerExample.xcodeproj/project.pbxproj b/Objective-C/admanager/AdaptiveBannerExample/AdaptiveBannerExample.xcodeproj/project.pbxproj index 367c8e36..d169155f 100644 --- a/Objective-C/admanager/AdaptiveBannerExample/AdaptiveBannerExample.xcodeproj/project.pbxproj +++ b/Objective-C/admanager/AdaptiveBannerExample/AdaptiveBannerExample.xcodeproj/project.pbxproj @@ -107,7 +107,6 @@ TargetAttributes = { CF86EE1619787E6B00411520 = { CreatedOnToolsVersion = 6.0; - }; }; }; diff --git a/Objective-C/admanager/AdaptiveBannerExample/Podfile.lock b/Objective-C/admanager/AdaptiveBannerExample/Podfile.lock index e7d4f4ea..8ec60a34 100644 --- a/Objective-C/admanager/AdaptiveBannerExample/Podfile.lock +++ b/Objective-C/admanager/AdaptiveBannerExample/Podfile.lock @@ -1,8 +1,8 @@ PODS: - - Google-Mobile-Ads-SDK (7.68.0): + - Google-Mobile-Ads-SDK (7.69.0): - GoogleAppMeasurement (~> 7.0) - GoogleUserMessagingPlatform (~> 1.1) - - GoogleAppMeasurement (7.1.0): + - GoogleAppMeasurement (7.3.0): - GoogleUtilities/AppDelegateSwizzler (~> 7.0) - GoogleUtilities/MethodSwizzler (~> 7.0) - GoogleUtilities/Network (~> 7.0) @@ -46,8 +46,8 @@ SPEC REPOS: - PromisesObjC SPEC CHECKSUMS: - Google-Mobile-Ads-SDK: 29bbdb182d69ff606cc0301da1590b40be8d2205 - GoogleAppMeasurement: 89e1a64593f968713b0506ba1b53b38a154bf9a5 + Google-Mobile-Ads-SDK: 2f288748a42920d1c744946a460896a95b0e9110 + GoogleAppMeasurement: 8d3c0aeede16ab7764144b5a4ca8e1d4323841b7 GoogleUserMessagingPlatform: b168e8c46cd8f92aa3e34b584c4ca78a411ce367 GoogleUtilities: 3dc4ff0d5e4840e2fa8eef0889620e8c33d4218c nanopb: 1bf24dd71191072e120b83dd02d08f3da0d65e53 @@ -55,4 +55,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 8fa1887f5400a75c87307feeb375a743ec3cb3b3 -COCOAPODS: 1.9.0 +COCOAPODS: 1.10.0 diff --git a/Objective-C/admob/AdaptiveBannerExample/AdaptiveBannerExample.xcodeproj/project.pbxproj b/Objective-C/admob/AdaptiveBannerExample/AdaptiveBannerExample.xcodeproj/project.pbxproj index 367c8e36..d169155f 100644 --- a/Objective-C/admob/AdaptiveBannerExample/AdaptiveBannerExample.xcodeproj/project.pbxproj +++ b/Objective-C/admob/AdaptiveBannerExample/AdaptiveBannerExample.xcodeproj/project.pbxproj @@ -107,7 +107,6 @@ TargetAttributes = { CF86EE1619787E6B00411520 = { CreatedOnToolsVersion = 6.0; - }; }; }; diff --git a/Objective-C/admob/AdaptiveBannerExample/Podfile.lock b/Objective-C/admob/AdaptiveBannerExample/Podfile.lock index e7d4f4ea..8ec60a34 100644 --- a/Objective-C/admob/AdaptiveBannerExample/Podfile.lock +++ b/Objective-C/admob/AdaptiveBannerExample/Podfile.lock @@ -1,8 +1,8 @@ PODS: - - Google-Mobile-Ads-SDK (7.68.0): + - Google-Mobile-Ads-SDK (7.69.0): - GoogleAppMeasurement (~> 7.0) - GoogleUserMessagingPlatform (~> 1.1) - - GoogleAppMeasurement (7.1.0): + - GoogleAppMeasurement (7.3.0): - GoogleUtilities/AppDelegateSwizzler (~> 7.0) - GoogleUtilities/MethodSwizzler (~> 7.0) - GoogleUtilities/Network (~> 7.0) @@ -46,8 +46,8 @@ SPEC REPOS: - PromisesObjC SPEC CHECKSUMS: - Google-Mobile-Ads-SDK: 29bbdb182d69ff606cc0301da1590b40be8d2205 - GoogleAppMeasurement: 89e1a64593f968713b0506ba1b53b38a154bf9a5 + Google-Mobile-Ads-SDK: 2f288748a42920d1c744946a460896a95b0e9110 + GoogleAppMeasurement: 8d3c0aeede16ab7764144b5a4ca8e1d4323841b7 GoogleUserMessagingPlatform: b168e8c46cd8f92aa3e34b584c4ca78a411ce367 GoogleUtilities: 3dc4ff0d5e4840e2fa8eef0889620e8c33d4218c nanopb: 1bf24dd71191072e120b83dd02d08f3da0d65e53 @@ -55,4 +55,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 8fa1887f5400a75c87307feeb375a743ec3cb3b3 -COCOAPODS: 1.9.0 +COCOAPODS: 1.10.0 diff --git a/Objective-C/admob/BannerExample/BannerExample.xcodeproj/project.pbxproj b/Objective-C/admob/BannerExample/BannerExample.xcodeproj/project.pbxproj index f95091f7..8a41b7a1 100644 --- a/Objective-C/admob/BannerExample/BannerExample.xcodeproj/project.pbxproj +++ b/Objective-C/admob/BannerExample/BannerExample.xcodeproj/project.pbxproj @@ -107,7 +107,6 @@ TargetAttributes = { CF86EE1619787E6B00411520 = { CreatedOnToolsVersion = 6.0; - }; }; }; diff --git a/Objective-C/admob/BannerExample/Podfile.lock b/Objective-C/admob/BannerExample/Podfile.lock index 9da2bfc2..29348c72 100644 --- a/Objective-C/admob/BannerExample/Podfile.lock +++ b/Objective-C/admob/BannerExample/Podfile.lock @@ -1,8 +1,8 @@ PODS: - - Google-Mobile-Ads-SDK (7.68.0): + - Google-Mobile-Ads-SDK (7.69.0): - GoogleAppMeasurement (~> 7.0) - GoogleUserMessagingPlatform (~> 1.1) - - GoogleAppMeasurement (7.1.0): + - GoogleAppMeasurement (7.3.0): - GoogleUtilities/AppDelegateSwizzler (~> 7.0) - GoogleUtilities/MethodSwizzler (~> 7.0) - GoogleUtilities/Network (~> 7.0) @@ -46,8 +46,8 @@ SPEC REPOS: - PromisesObjC SPEC CHECKSUMS: - Google-Mobile-Ads-SDK: 29bbdb182d69ff606cc0301da1590b40be8d2205 - GoogleAppMeasurement: 89e1a64593f968713b0506ba1b53b38a154bf9a5 + Google-Mobile-Ads-SDK: 2f288748a42920d1c744946a460896a95b0e9110 + GoogleAppMeasurement: 8d3c0aeede16ab7764144b5a4ca8e1d4323841b7 GoogleUserMessagingPlatform: b168e8c46cd8f92aa3e34b584c4ca78a411ce367 GoogleUtilities: 3dc4ff0d5e4840e2fa8eef0889620e8c33d4218c nanopb: 1bf24dd71191072e120b83dd02d08f3da0d65e53 @@ -55,4 +55,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 9deb89c973d40e2a7972a3d7d4c7690a874440d6 -COCOAPODS: 1.9.0 +COCOAPODS: 1.10.0 diff --git a/Objective-C/admob/InterstitialExample/InterstitialExample.xcodeproj/project.pbxproj b/Objective-C/admob/InterstitialExample/InterstitialExample.xcodeproj/project.pbxproj index 7277479f..5aa58be9 100644 --- a/Objective-C/admob/InterstitialExample/InterstitialExample.xcodeproj/project.pbxproj +++ b/Objective-C/admob/InterstitialExample/InterstitialExample.xcodeproj/project.pbxproj @@ -107,7 +107,6 @@ TargetAttributes = { CF9F26181991396300F5C44E = { CreatedOnToolsVersion = 6.0; - }; }; }; diff --git a/Objective-C/admob/InterstitialExample/Podfile.lock b/Objective-C/admob/InterstitialExample/Podfile.lock index c424f56a..4f9cfd2a 100644 --- a/Objective-C/admob/InterstitialExample/Podfile.lock +++ b/Objective-C/admob/InterstitialExample/Podfile.lock @@ -1,8 +1,8 @@ PODS: - - Google-Mobile-Ads-SDK (7.68.0): + - Google-Mobile-Ads-SDK (7.69.0): - GoogleAppMeasurement (~> 7.0) - GoogleUserMessagingPlatform (~> 1.1) - - GoogleAppMeasurement (7.1.0): + - GoogleAppMeasurement (7.3.0): - GoogleUtilities/AppDelegateSwizzler (~> 7.0) - GoogleUtilities/MethodSwizzler (~> 7.0) - GoogleUtilities/Network (~> 7.0) @@ -46,8 +46,8 @@ SPEC REPOS: - PromisesObjC SPEC CHECKSUMS: - Google-Mobile-Ads-SDK: 29bbdb182d69ff606cc0301da1590b40be8d2205 - GoogleAppMeasurement: 89e1a64593f968713b0506ba1b53b38a154bf9a5 + Google-Mobile-Ads-SDK: 2f288748a42920d1c744946a460896a95b0e9110 + GoogleAppMeasurement: 8d3c0aeede16ab7764144b5a4ca8e1d4323841b7 GoogleUserMessagingPlatform: b168e8c46cd8f92aa3e34b584c4ca78a411ce367 GoogleUtilities: 3dc4ff0d5e4840e2fa8eef0889620e8c33d4218c nanopb: 1bf24dd71191072e120b83dd02d08f3da0d65e53 @@ -55,4 +55,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 47b32ff885d971c8d5cf13360c8ad6e8dfce1a54 -COCOAPODS: 1.9.0 +COCOAPODS: 1.10.0 diff --git a/Objective-C/admob/NativeAdvancedExample/NativeAdvancedExample.xcodeproj/project.pbxproj b/Objective-C/admob/NativeAdvancedExample/NativeAdvancedExample.xcodeproj/project.pbxproj index 0ae832b5..0c476230 100644 --- a/Objective-C/admob/NativeAdvancedExample/NativeAdvancedExample.xcodeproj/project.pbxproj +++ b/Objective-C/admob/NativeAdvancedExample/NativeAdvancedExample.xcodeproj/project.pbxproj @@ -113,7 +113,6 @@ TargetAttributes = { CF9335B61B26706400DEF1B4 = { CreatedOnToolsVersion = 6.3.2; - }; }; }; diff --git a/Objective-C/admob/NativeAdvancedExample/Podfile.lock b/Objective-C/admob/NativeAdvancedExample/Podfile.lock index 323cf577..c4d9c837 100644 --- a/Objective-C/admob/NativeAdvancedExample/Podfile.lock +++ b/Objective-C/admob/NativeAdvancedExample/Podfile.lock @@ -1,8 +1,8 @@ PODS: - - Google-Mobile-Ads-SDK (7.68.0): + - Google-Mobile-Ads-SDK (7.69.0): - GoogleAppMeasurement (~> 7.0) - GoogleUserMessagingPlatform (~> 1.1) - - GoogleAppMeasurement (7.1.0): + - GoogleAppMeasurement (7.3.0): - GoogleUtilities/AppDelegateSwizzler (~> 7.0) - GoogleUtilities/MethodSwizzler (~> 7.0) - GoogleUtilities/Network (~> 7.0) @@ -46,8 +46,8 @@ SPEC REPOS: - PromisesObjC SPEC CHECKSUMS: - Google-Mobile-Ads-SDK: 29bbdb182d69ff606cc0301da1590b40be8d2205 - GoogleAppMeasurement: 89e1a64593f968713b0506ba1b53b38a154bf9a5 + Google-Mobile-Ads-SDK: 2f288748a42920d1c744946a460896a95b0e9110 + GoogleAppMeasurement: 8d3c0aeede16ab7764144b5a4ca8e1d4323841b7 GoogleUserMessagingPlatform: b168e8c46cd8f92aa3e34b584c4ca78a411ce367 GoogleUtilities: 3dc4ff0d5e4840e2fa8eef0889620e8c33d4218c nanopb: 1bf24dd71191072e120b83dd02d08f3da0d65e53 @@ -55,4 +55,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 515abd7fae6d7cf0d1a37366b0e526798e809c0f -COCOAPODS: 1.9.0 +COCOAPODS: 1.10.0 diff --git a/Objective-C/admob/RewardedVideoExample/Podfile.lock b/Objective-C/admob/RewardedVideoExample/Podfile.lock index bf05bbdf..53fed493 100644 --- a/Objective-C/admob/RewardedVideoExample/Podfile.lock +++ b/Objective-C/admob/RewardedVideoExample/Podfile.lock @@ -1,8 +1,8 @@ PODS: - - Google-Mobile-Ads-SDK (7.68.0): + - Google-Mobile-Ads-SDK (7.69.0): - GoogleAppMeasurement (~> 7.0) - GoogleUserMessagingPlatform (~> 1.1) - - GoogleAppMeasurement (7.1.0): + - GoogleAppMeasurement (7.3.0): - GoogleUtilities/AppDelegateSwizzler (~> 7.0) - GoogleUtilities/MethodSwizzler (~> 7.0) - GoogleUtilities/Network (~> 7.0) @@ -46,8 +46,8 @@ SPEC REPOS: - PromisesObjC SPEC CHECKSUMS: - Google-Mobile-Ads-SDK: 29bbdb182d69ff606cc0301da1590b40be8d2205 - GoogleAppMeasurement: 89e1a64593f968713b0506ba1b53b38a154bf9a5 + Google-Mobile-Ads-SDK: 2f288748a42920d1c744946a460896a95b0e9110 + GoogleAppMeasurement: 8d3c0aeede16ab7764144b5a4ca8e1d4323841b7 GoogleUserMessagingPlatform: b168e8c46cd8f92aa3e34b584c4ca78a411ce367 GoogleUtilities: 3dc4ff0d5e4840e2fa8eef0889620e8c33d4218c nanopb: 1bf24dd71191072e120b83dd02d08f3da0d65e53 @@ -55,4 +55,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: e03f2c56345cf676077c83a52482cb3b71b6dbe9 -COCOAPODS: 1.9.0 +COCOAPODS: 1.10.0 diff --git a/Objective-C/admob/RewardedVideoExample/RewardedVideoExample.xcodeproj/project.pbxproj b/Objective-C/admob/RewardedVideoExample/RewardedVideoExample.xcodeproj/project.pbxproj index a04354b1..3b73989d 100644 --- a/Objective-C/admob/RewardedVideoExample/RewardedVideoExample.xcodeproj/project.pbxproj +++ b/Objective-C/admob/RewardedVideoExample/RewardedVideoExample.xcodeproj/project.pbxproj @@ -39,11 +39,19 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ + 60CDAD0F9778498876AB6809 /* Pods */ = { + isa = PBXGroup; + children = ( + ); + path = Pods; + sourceTree = ""; + }; 84E184541B30D695002ADFFB = { isa = PBXGroup; children = ( 84E1845F1B30D695002ADFFB /* RewardedVideoExample */, 84E1845E1B30D695002ADFFB /* Products */, + 60CDAD0F9778498876AB6809 /* Pods */, ); sourceTree = ""; }; @@ -110,7 +118,6 @@ TargetAttributes = { 84E1845C1B30D695002ADFFB = { CreatedOnToolsVersion = 6.3.1; - }; }; }; @@ -119,6 +126,7 @@ developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( + English, en, Base, ); diff --git a/Objective-C/advanced/APIDemo/Podfile.lock b/Objective-C/advanced/APIDemo/Podfile.lock index 5b1257fc..aabd2393 100644 --- a/Objective-C/advanced/APIDemo/Podfile.lock +++ b/Objective-C/advanced/APIDemo/Podfile.lock @@ -1,8 +1,8 @@ PODS: - - Google-Mobile-Ads-SDK (7.68.0): + - Google-Mobile-Ads-SDK (7.69.0): - GoogleAppMeasurement (~> 7.0) - GoogleUserMessagingPlatform (~> 1.1) - - GoogleAppMeasurement (7.1.0): + - GoogleAppMeasurement (7.3.0): - GoogleUtilities/AppDelegateSwizzler (~> 7.0) - GoogleUtilities/MethodSwizzler (~> 7.0) - GoogleUtilities/Network (~> 7.0) @@ -46,8 +46,8 @@ SPEC REPOS: - PromisesObjC SPEC CHECKSUMS: - Google-Mobile-Ads-SDK: 29bbdb182d69ff606cc0301da1590b40be8d2205 - GoogleAppMeasurement: 89e1a64593f968713b0506ba1b53b38a154bf9a5 + Google-Mobile-Ads-SDK: 2f288748a42920d1c744946a460896a95b0e9110 + GoogleAppMeasurement: 8d3c0aeede16ab7764144b5a4ca8e1d4323841b7 GoogleUserMessagingPlatform: b168e8c46cd8f92aa3e34b584c4ca78a411ce367 GoogleUtilities: 3dc4ff0d5e4840e2fa8eef0889620e8c33d4218c nanopb: 1bf24dd71191072e120b83dd02d08f3da0d65e53 @@ -55,4 +55,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: e1a700f6d383ea7858007c5e45aeae3d50aea6f7 -COCOAPODS: 1.9.0 +COCOAPODS: 1.10.0 diff --git a/Objective-C/advanced/BannerTableViewExample/BannerTableViewExample.xcodeproj/project.pbxproj b/Objective-C/advanced/BannerTableViewExample/BannerTableViewExample.xcodeproj/project.pbxproj index e2e0ed91..3c5eea57 100644 --- a/Objective-C/advanced/BannerTableViewExample/BannerTableViewExample.xcodeproj/project.pbxproj +++ b/Objective-C/advanced/BannerTableViewExample/BannerTableViewExample.xcodeproj/project.pbxproj @@ -132,7 +132,6 @@ TargetAttributes = { 840C3FE31DA1D82A00400493 = { CreatedOnToolsVersion = 7.3.1; - }; }; }; diff --git a/Objective-C/advanced/BannerTableViewExample/Podfile.lock b/Objective-C/advanced/BannerTableViewExample/Podfile.lock index 143dee73..16f90234 100644 --- a/Objective-C/advanced/BannerTableViewExample/Podfile.lock +++ b/Objective-C/advanced/BannerTableViewExample/Podfile.lock @@ -1,8 +1,8 @@ PODS: - - Google-Mobile-Ads-SDK (7.68.0): + - Google-Mobile-Ads-SDK (7.69.0): - GoogleAppMeasurement (~> 7.0) - GoogleUserMessagingPlatform (~> 1.1) - - GoogleAppMeasurement (7.1.0): + - GoogleAppMeasurement (7.3.0): - GoogleUtilities/AppDelegateSwizzler (~> 7.0) - GoogleUtilities/MethodSwizzler (~> 7.0) - GoogleUtilities/Network (~> 7.0) @@ -46,8 +46,8 @@ SPEC REPOS: - PromisesObjC SPEC CHECKSUMS: - Google-Mobile-Ads-SDK: 29bbdb182d69ff606cc0301da1590b40be8d2205 - GoogleAppMeasurement: 89e1a64593f968713b0506ba1b53b38a154bf9a5 + Google-Mobile-Ads-SDK: 2f288748a42920d1c744946a460896a95b0e9110 + GoogleAppMeasurement: 8d3c0aeede16ab7764144b5a4ca8e1d4323841b7 GoogleUserMessagingPlatform: b168e8c46cd8f92aa3e34b584c4ca78a411ce367 GoogleUtilities: 3dc4ff0d5e4840e2fa8eef0889620e8c33d4218c nanopb: 1bf24dd71191072e120b83dd02d08f3da0d65e53 @@ -55,4 +55,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: a668c37c17cf99e6f206e32d0c168686dc0e0718 -COCOAPODS: 1.9.0 +COCOAPODS: 1.10.0 diff --git a/Swift/admanager/AdManagerBannerExample/AdManagerBannerExample.xcodeproj/project.pbxproj b/Swift/admanager/AdManagerBannerExample/AdManagerBannerExample.xcodeproj/project.pbxproj index 13df75f6..9385e2cd 100644 --- a/Swift/admanager/AdManagerBannerExample/AdManagerBannerExample.xcodeproj/project.pbxproj +++ b/Swift/admanager/AdManagerBannerExample/AdManagerBannerExample.xcodeproj/project.pbxproj @@ -97,7 +97,6 @@ TargetAttributes = { 84FEE8DC1B0D4D47006C8148 = { CreatedOnToolsVersion = 6.2; - LastSwiftMigration = 0900; }; }; diff --git a/Swift/admanager/AdManagerBannerExample/Podfile.lock b/Swift/admanager/AdManagerBannerExample/Podfile.lock index 10d2215a..a54dd208 100644 --- a/Swift/admanager/AdManagerBannerExample/Podfile.lock +++ b/Swift/admanager/AdManagerBannerExample/Podfile.lock @@ -1,8 +1,8 @@ PODS: - - Google-Mobile-Ads-SDK (7.68.0): + - Google-Mobile-Ads-SDK (7.69.0): - GoogleAppMeasurement (~> 7.0) - GoogleUserMessagingPlatform (~> 1.1) - - GoogleAppMeasurement (7.1.0): + - GoogleAppMeasurement (7.3.0): - GoogleUtilities/AppDelegateSwizzler (~> 7.0) - GoogleUtilities/MethodSwizzler (~> 7.0) - GoogleUtilities/Network (~> 7.0) @@ -46,8 +46,8 @@ SPEC REPOS: - PromisesObjC SPEC CHECKSUMS: - Google-Mobile-Ads-SDK: 29bbdb182d69ff606cc0301da1590b40be8d2205 - GoogleAppMeasurement: 89e1a64593f968713b0506ba1b53b38a154bf9a5 + Google-Mobile-Ads-SDK: 2f288748a42920d1c744946a460896a95b0e9110 + GoogleAppMeasurement: 8d3c0aeede16ab7764144b5a4ca8e1d4323841b7 GoogleUserMessagingPlatform: b168e8c46cd8f92aa3e34b584c4ca78a411ce367 GoogleUtilities: 3dc4ff0d5e4840e2fa8eef0889620e8c33d4218c nanopb: 1bf24dd71191072e120b83dd02d08f3da0d65e53 @@ -55,4 +55,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 760499a764337ab7ad78cdbc6285f4bdc77c496d -COCOAPODS: 1.9.0 +COCOAPODS: 1.10.0 diff --git a/Swift/admanager/AdManagerCustomRenderingExample/AdManagerCustomRenderingExample.xcodeproj/project.pbxproj b/Swift/admanager/AdManagerCustomRenderingExample/AdManagerCustomRenderingExample.xcodeproj/project.pbxproj index ef383d1d..99d14d2d 100644 --- a/Swift/admanager/AdManagerCustomRenderingExample/AdManagerCustomRenderingExample.xcodeproj/project.pbxproj +++ b/Swift/admanager/AdManagerCustomRenderingExample/AdManagerCustomRenderingExample.xcodeproj/project.pbxproj @@ -105,7 +105,6 @@ TargetAttributes = { 4AEBD8AF1BF01CF200874961 = { CreatedOnToolsVersion = 7.1; - LastSwiftMigration = 0900; }; }; diff --git a/Swift/admanager/AdManagerCustomRenderingExample/Podfile.lock b/Swift/admanager/AdManagerCustomRenderingExample/Podfile.lock index 9a4cc186..0a91c66f 100644 --- a/Swift/admanager/AdManagerCustomRenderingExample/Podfile.lock +++ b/Swift/admanager/AdManagerCustomRenderingExample/Podfile.lock @@ -1,8 +1,8 @@ PODS: - - Google-Mobile-Ads-SDK (7.68.0): + - Google-Mobile-Ads-SDK (7.69.0): - GoogleAppMeasurement (~> 7.0) - GoogleUserMessagingPlatform (~> 1.1) - - GoogleAppMeasurement (7.1.0): + - GoogleAppMeasurement (7.3.0): - GoogleUtilities/AppDelegateSwizzler (~> 7.0) - GoogleUtilities/MethodSwizzler (~> 7.0) - GoogleUtilities/Network (~> 7.0) @@ -46,8 +46,8 @@ SPEC REPOS: - PromisesObjC SPEC CHECKSUMS: - Google-Mobile-Ads-SDK: 29bbdb182d69ff606cc0301da1590b40be8d2205 - GoogleAppMeasurement: 89e1a64593f968713b0506ba1b53b38a154bf9a5 + Google-Mobile-Ads-SDK: 2f288748a42920d1c744946a460896a95b0e9110 + GoogleAppMeasurement: 8d3c0aeede16ab7764144b5a4ca8e1d4323841b7 GoogleUserMessagingPlatform: b168e8c46cd8f92aa3e34b584c4ca78a411ce367 GoogleUtilities: 3dc4ff0d5e4840e2fa8eef0889620e8c33d4218c nanopb: 1bf24dd71191072e120b83dd02d08f3da0d65e53 @@ -55,4 +55,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 327ffaf29ad4f23825d80a6fe0d1f699f398150d -COCOAPODS: 1.9.0 +COCOAPODS: 1.10.0 diff --git a/Swift/admanager/AdManagerInterstitialExample/AdManagerInterstitialExample.xcodeproj/project.pbxproj b/Swift/admanager/AdManagerInterstitialExample/AdManagerInterstitialExample.xcodeproj/project.pbxproj index 95e524b9..25443065 100644 --- a/Swift/admanager/AdManagerInterstitialExample/AdManagerInterstitialExample.xcodeproj/project.pbxproj +++ b/Swift/admanager/AdManagerInterstitialExample/AdManagerInterstitialExample.xcodeproj/project.pbxproj @@ -97,7 +97,6 @@ TargetAttributes = { 84FEE90E1B0D65A8006C8148 = { CreatedOnToolsVersion = 6.2; - LastSwiftMigration = 0900; }; }; diff --git a/Swift/admanager/AdManagerInterstitialExample/Podfile.lock b/Swift/admanager/AdManagerInterstitialExample/Podfile.lock index 990b2745..1abe87c7 100644 --- a/Swift/admanager/AdManagerInterstitialExample/Podfile.lock +++ b/Swift/admanager/AdManagerInterstitialExample/Podfile.lock @@ -1,8 +1,8 @@ PODS: - - Google-Mobile-Ads-SDK (7.68.0): + - Google-Mobile-Ads-SDK (7.69.0): - GoogleAppMeasurement (~> 7.0) - GoogleUserMessagingPlatform (~> 1.1) - - GoogleAppMeasurement (7.1.0): + - GoogleAppMeasurement (7.3.0): - GoogleUtilities/AppDelegateSwizzler (~> 7.0) - GoogleUtilities/MethodSwizzler (~> 7.0) - GoogleUtilities/Network (~> 7.0) @@ -46,8 +46,8 @@ SPEC REPOS: - PromisesObjC SPEC CHECKSUMS: - Google-Mobile-Ads-SDK: 29bbdb182d69ff606cc0301da1590b40be8d2205 - GoogleAppMeasurement: 89e1a64593f968713b0506ba1b53b38a154bf9a5 + Google-Mobile-Ads-SDK: 2f288748a42920d1c744946a460896a95b0e9110 + GoogleAppMeasurement: 8d3c0aeede16ab7764144b5a4ca8e1d4323841b7 GoogleUserMessagingPlatform: b168e8c46cd8f92aa3e34b584c4ca78a411ce367 GoogleUtilities: 3dc4ff0d5e4840e2fa8eef0889620e8c33d4218c nanopb: 1bf24dd71191072e120b83dd02d08f3da0d65e53 @@ -55,4 +55,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: fa5b1881e24e75a2b3de8aaa276e9a2bf07842d5 -COCOAPODS: 1.9.0 +COCOAPODS: 1.10.0 diff --git a/Swift/admanager/AdManagerRewardedVideoExample/AdManagerRewardedVideoExample.xcodeproj/project.pbxproj b/Swift/admanager/AdManagerRewardedVideoExample/AdManagerRewardedVideoExample.xcodeproj/project.pbxproj index 06bfa320..28ea84f4 100644 --- a/Swift/admanager/AdManagerRewardedVideoExample/AdManagerRewardedVideoExample.xcodeproj/project.pbxproj +++ b/Swift/admanager/AdManagerRewardedVideoExample/AdManagerRewardedVideoExample.xcodeproj/project.pbxproj @@ -97,7 +97,6 @@ TargetAttributes = { 849326AF1B066A7E00863759 = { CreatedOnToolsVersion = 6.2; - LastSwiftMigration = 0900; }; }; diff --git a/Swift/admanager/AdManagerRewardedVideoExample/Podfile.lock b/Swift/admanager/AdManagerRewardedVideoExample/Podfile.lock index 46a4a54b..166fc1bb 100644 --- a/Swift/admanager/AdManagerRewardedVideoExample/Podfile.lock +++ b/Swift/admanager/AdManagerRewardedVideoExample/Podfile.lock @@ -1,8 +1,8 @@ PODS: - - Google-Mobile-Ads-SDK (7.68.0): + - Google-Mobile-Ads-SDK (7.69.0): - GoogleAppMeasurement (~> 7.0) - GoogleUserMessagingPlatform (~> 1.1) - - GoogleAppMeasurement (7.1.0): + - GoogleAppMeasurement (7.3.0): - GoogleUtilities/AppDelegateSwizzler (~> 7.0) - GoogleUtilities/MethodSwizzler (~> 7.0) - GoogleUtilities/Network (~> 7.0) @@ -46,8 +46,8 @@ SPEC REPOS: - PromisesObjC SPEC CHECKSUMS: - Google-Mobile-Ads-SDK: 29bbdb182d69ff606cc0301da1590b40be8d2205 - GoogleAppMeasurement: 89e1a64593f968713b0506ba1b53b38a154bf9a5 + Google-Mobile-Ads-SDK: 2f288748a42920d1c744946a460896a95b0e9110 + GoogleAppMeasurement: 8d3c0aeede16ab7764144b5a4ca8e1d4323841b7 GoogleUserMessagingPlatform: b168e8c46cd8f92aa3e34b584c4ca78a411ce367 GoogleUtilities: 3dc4ff0d5e4840e2fa8eef0889620e8c33d4218c nanopb: 1bf24dd71191072e120b83dd02d08f3da0d65e53 @@ -55,4 +55,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: e4c108d00061344ea316f7fe0ae147b8ed44e189 -COCOAPODS: 1.9.0 +COCOAPODS: 1.10.0 diff --git a/Swift/admanager/AdaptiveBannerExample/AdaptiveBannerExample.xcodeproj/project.pbxproj b/Swift/admanager/AdaptiveBannerExample/AdaptiveBannerExample.xcodeproj/project.pbxproj index 227d82c0..2e27b1ff 100644 --- a/Swift/admanager/AdaptiveBannerExample/AdaptiveBannerExample.xcodeproj/project.pbxproj +++ b/Swift/admanager/AdaptiveBannerExample/AdaptiveBannerExample.xcodeproj/project.pbxproj @@ -102,7 +102,6 @@ TargetAttributes = { CF86EE1619787E6B00411520 = { CreatedOnToolsVersion = 6.0; - LastSwiftMigration = 1020; }; }; diff --git a/Swift/admanager/AdaptiveBannerExample/Podfile.lock b/Swift/admanager/AdaptiveBannerExample/Podfile.lock index e7d4f4ea..8ec60a34 100644 --- a/Swift/admanager/AdaptiveBannerExample/Podfile.lock +++ b/Swift/admanager/AdaptiveBannerExample/Podfile.lock @@ -1,8 +1,8 @@ PODS: - - Google-Mobile-Ads-SDK (7.68.0): + - Google-Mobile-Ads-SDK (7.69.0): - GoogleAppMeasurement (~> 7.0) - GoogleUserMessagingPlatform (~> 1.1) - - GoogleAppMeasurement (7.1.0): + - GoogleAppMeasurement (7.3.0): - GoogleUtilities/AppDelegateSwizzler (~> 7.0) - GoogleUtilities/MethodSwizzler (~> 7.0) - GoogleUtilities/Network (~> 7.0) @@ -46,8 +46,8 @@ SPEC REPOS: - PromisesObjC SPEC CHECKSUMS: - Google-Mobile-Ads-SDK: 29bbdb182d69ff606cc0301da1590b40be8d2205 - GoogleAppMeasurement: 89e1a64593f968713b0506ba1b53b38a154bf9a5 + Google-Mobile-Ads-SDK: 2f288748a42920d1c744946a460896a95b0e9110 + GoogleAppMeasurement: 8d3c0aeede16ab7764144b5a4ca8e1d4323841b7 GoogleUserMessagingPlatform: b168e8c46cd8f92aa3e34b584c4ca78a411ce367 GoogleUtilities: 3dc4ff0d5e4840e2fa8eef0889620e8c33d4218c nanopb: 1bf24dd71191072e120b83dd02d08f3da0d65e53 @@ -55,4 +55,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 8fa1887f5400a75c87307feeb375a743ec3cb3b3 -COCOAPODS: 1.9.0 +COCOAPODS: 1.10.0 diff --git a/Swift/admob/AdaptiveBannerExample/AdaptiveBannerExample.xcodeproj/project.pbxproj b/Swift/admob/AdaptiveBannerExample/AdaptiveBannerExample.xcodeproj/project.pbxproj index a32d30e1..c792ec10 100644 --- a/Swift/admob/AdaptiveBannerExample/AdaptiveBannerExample.xcodeproj/project.pbxproj +++ b/Swift/admob/AdaptiveBannerExample/AdaptiveBannerExample.xcodeproj/project.pbxproj @@ -100,7 +100,6 @@ TargetAttributes = { CF86EE1619787E6B00411520 = { CreatedOnToolsVersion = 6.0; - LastSwiftMigration = 1020; }; }; diff --git a/Swift/admob/AdaptiveBannerExample/Podfile.lock b/Swift/admob/AdaptiveBannerExample/Podfile.lock index e7d4f4ea..8ec60a34 100644 --- a/Swift/admob/AdaptiveBannerExample/Podfile.lock +++ b/Swift/admob/AdaptiveBannerExample/Podfile.lock @@ -1,8 +1,8 @@ PODS: - - Google-Mobile-Ads-SDK (7.68.0): + - Google-Mobile-Ads-SDK (7.69.0): - GoogleAppMeasurement (~> 7.0) - GoogleUserMessagingPlatform (~> 1.1) - - GoogleAppMeasurement (7.1.0): + - GoogleAppMeasurement (7.3.0): - GoogleUtilities/AppDelegateSwizzler (~> 7.0) - GoogleUtilities/MethodSwizzler (~> 7.0) - GoogleUtilities/Network (~> 7.0) @@ -46,8 +46,8 @@ SPEC REPOS: - PromisesObjC SPEC CHECKSUMS: - Google-Mobile-Ads-SDK: 29bbdb182d69ff606cc0301da1590b40be8d2205 - GoogleAppMeasurement: 89e1a64593f968713b0506ba1b53b38a154bf9a5 + Google-Mobile-Ads-SDK: 2f288748a42920d1c744946a460896a95b0e9110 + GoogleAppMeasurement: 8d3c0aeede16ab7764144b5a4ca8e1d4323841b7 GoogleUserMessagingPlatform: b168e8c46cd8f92aa3e34b584c4ca78a411ce367 GoogleUtilities: 3dc4ff0d5e4840e2fa8eef0889620e8c33d4218c nanopb: 1bf24dd71191072e120b83dd02d08f3da0d65e53 @@ -55,4 +55,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 8fa1887f5400a75c87307feeb375a743ec3cb3b3 -COCOAPODS: 1.9.0 +COCOAPODS: 1.10.0 diff --git a/Swift/admob/BannerExample/BannerExample.xcodeproj/project.pbxproj b/Swift/admob/BannerExample/BannerExample.xcodeproj/project.pbxproj index 1d27ba16..c951cee7 100644 --- a/Swift/admob/BannerExample/BannerExample.xcodeproj/project.pbxproj +++ b/Swift/admob/BannerExample/BannerExample.xcodeproj/project.pbxproj @@ -104,7 +104,6 @@ TargetAttributes = { 849326E11B066C7900863759 = { CreatedOnToolsVersion = 6.2; - LastSwiftMigration = 0900; }; }; diff --git a/Swift/admob/BannerExample/Podfile.lock b/Swift/admob/BannerExample/Podfile.lock index 26aec4db..186d6a3b 100644 --- a/Swift/admob/BannerExample/Podfile.lock +++ b/Swift/admob/BannerExample/Podfile.lock @@ -1,8 +1,8 @@ PODS: - - Google-Mobile-Ads-SDK (7.68.0): + - Google-Mobile-Ads-SDK (7.69.0): - GoogleAppMeasurement (~> 7.0) - GoogleUserMessagingPlatform (~> 1.1) - - GoogleAppMeasurement (7.1.0): + - GoogleAppMeasurement (7.3.0): - GoogleUtilities/AppDelegateSwizzler (~> 7.0) - GoogleUtilities/MethodSwizzler (~> 7.0) - GoogleUtilities/Network (~> 7.0) @@ -46,8 +46,8 @@ SPEC REPOS: - PromisesObjC SPEC CHECKSUMS: - Google-Mobile-Ads-SDK: 29bbdb182d69ff606cc0301da1590b40be8d2205 - GoogleAppMeasurement: 89e1a64593f968713b0506ba1b53b38a154bf9a5 + Google-Mobile-Ads-SDK: 2f288748a42920d1c744946a460896a95b0e9110 + GoogleAppMeasurement: 8d3c0aeede16ab7764144b5a4ca8e1d4323841b7 GoogleUserMessagingPlatform: b168e8c46cd8f92aa3e34b584c4ca78a411ce367 GoogleUtilities: 3dc4ff0d5e4840e2fa8eef0889620e8c33d4218c nanopb: 1bf24dd71191072e120b83dd02d08f3da0d65e53 @@ -55,4 +55,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 46be8c868b2f486d6730b2e5d34a176d7ae86eb4 -COCOAPODS: 1.9.0 +COCOAPODS: 1.10.0 diff --git a/Swift/admob/InterstitialExample/InterstitialExample.xcodeproj/project.pbxproj b/Swift/admob/InterstitialExample/InterstitialExample.xcodeproj/project.pbxproj index 83d11b4c..fe4db4b5 100644 --- a/Swift/admob/InterstitialExample/InterstitialExample.xcodeproj/project.pbxproj +++ b/Swift/admob/InterstitialExample/InterstitialExample.xcodeproj/project.pbxproj @@ -105,7 +105,6 @@ TargetAttributes = { 849326AF1B066A7E00863759 = { CreatedOnToolsVersion = 6.2; - LastSwiftMigration = 0900; }; }; diff --git a/Swift/admob/InterstitialExample/Podfile.lock b/Swift/admob/InterstitialExample/Podfile.lock index 0fdf0610..7c8a3769 100644 --- a/Swift/admob/InterstitialExample/Podfile.lock +++ b/Swift/admob/InterstitialExample/Podfile.lock @@ -1,8 +1,8 @@ PODS: - - Google-Mobile-Ads-SDK (7.68.0): + - Google-Mobile-Ads-SDK (7.69.0): - GoogleAppMeasurement (~> 7.0) - GoogleUserMessagingPlatform (~> 1.1) - - GoogleAppMeasurement (7.1.0): + - GoogleAppMeasurement (7.3.0): - GoogleUtilities/AppDelegateSwizzler (~> 7.0) - GoogleUtilities/MethodSwizzler (~> 7.0) - GoogleUtilities/Network (~> 7.0) @@ -46,8 +46,8 @@ SPEC REPOS: - PromisesObjC SPEC CHECKSUMS: - Google-Mobile-Ads-SDK: 29bbdb182d69ff606cc0301da1590b40be8d2205 - GoogleAppMeasurement: 89e1a64593f968713b0506ba1b53b38a154bf9a5 + Google-Mobile-Ads-SDK: 2f288748a42920d1c744946a460896a95b0e9110 + GoogleAppMeasurement: 8d3c0aeede16ab7764144b5a4ca8e1d4323841b7 GoogleUserMessagingPlatform: b168e8c46cd8f92aa3e34b584c4ca78a411ce367 GoogleUtilities: 3dc4ff0d5e4840e2fa8eef0889620e8c33d4218c nanopb: 1bf24dd71191072e120b83dd02d08f3da0d65e53 @@ -55,4 +55,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 14ed871078b7eb0f812124f4e328a15e03c47495 -COCOAPODS: 1.9.0 +COCOAPODS: 1.10.0 diff --git a/Swift/admob/NativeAdvancedExample/Podfile.lock b/Swift/admob/NativeAdvancedExample/Podfile.lock index d42bbad7..306d869d 100644 --- a/Swift/admob/NativeAdvancedExample/Podfile.lock +++ b/Swift/admob/NativeAdvancedExample/Podfile.lock @@ -1,8 +1,8 @@ PODS: - - Google-Mobile-Ads-SDK (7.68.0): + - Google-Mobile-Ads-SDK (7.69.0): - GoogleAppMeasurement (~> 7.0) - GoogleUserMessagingPlatform (~> 1.1) - - GoogleAppMeasurement (7.1.0): + - GoogleAppMeasurement (7.3.0): - GoogleUtilities/AppDelegateSwizzler (~> 7.0) - GoogleUtilities/MethodSwizzler (~> 7.0) - GoogleUtilities/Network (~> 7.0) @@ -46,8 +46,8 @@ SPEC REPOS: - PromisesObjC SPEC CHECKSUMS: - Google-Mobile-Ads-SDK: 29bbdb182d69ff606cc0301da1590b40be8d2205 - GoogleAppMeasurement: 89e1a64593f968713b0506ba1b53b38a154bf9a5 + Google-Mobile-Ads-SDK: 2f288748a42920d1c744946a460896a95b0e9110 + GoogleAppMeasurement: 8d3c0aeede16ab7764144b5a4ca8e1d4323841b7 GoogleUserMessagingPlatform: b168e8c46cd8f92aa3e34b584c4ca78a411ce367 GoogleUtilities: 3dc4ff0d5e4840e2fa8eef0889620e8c33d4218c nanopb: 1bf24dd71191072e120b83dd02d08f3da0d65e53 @@ -55,4 +55,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: c24e7ca9dfc1c6c95017f4d7d9b4419482215de9 -COCOAPODS: 1.9.0 +COCOAPODS: 1.10.0 diff --git a/Swift/admob/RewardedVideoExample/Podfile.lock b/Swift/admob/RewardedVideoExample/Podfile.lock index 71826a97..68e2a7f7 100644 --- a/Swift/admob/RewardedVideoExample/Podfile.lock +++ b/Swift/admob/RewardedVideoExample/Podfile.lock @@ -1,8 +1,8 @@ PODS: - - Google-Mobile-Ads-SDK (7.68.0): + - Google-Mobile-Ads-SDK (7.69.0): - GoogleAppMeasurement (~> 7.0) - GoogleUserMessagingPlatform (~> 1.1) - - GoogleAppMeasurement (7.1.0): + - GoogleAppMeasurement (7.3.0): - GoogleUtilities/AppDelegateSwizzler (~> 7.0) - GoogleUtilities/MethodSwizzler (~> 7.0) - GoogleUtilities/Network (~> 7.0) @@ -46,8 +46,8 @@ SPEC REPOS: - PromisesObjC SPEC CHECKSUMS: - Google-Mobile-Ads-SDK: 29bbdb182d69ff606cc0301da1590b40be8d2205 - GoogleAppMeasurement: 89e1a64593f968713b0506ba1b53b38a154bf9a5 + Google-Mobile-Ads-SDK: 2f288748a42920d1c744946a460896a95b0e9110 + GoogleAppMeasurement: 8d3c0aeede16ab7764144b5a4ca8e1d4323841b7 GoogleUserMessagingPlatform: b168e8c46cd8f92aa3e34b584c4ca78a411ce367 GoogleUtilities: 3dc4ff0d5e4840e2fa8eef0889620e8c33d4218c nanopb: 1bf24dd71191072e120b83dd02d08f3da0d65e53 @@ -55,4 +55,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 10ba6aa9a7965c3a59af50caaa69f6233e66ef2b -COCOAPODS: 1.9.0 +COCOAPODS: 1.10.0 diff --git a/Swift/advanced/APIDemo/Podfile.lock b/Swift/advanced/APIDemo/Podfile.lock index a44f1324..f596879d 100644 --- a/Swift/advanced/APIDemo/Podfile.lock +++ b/Swift/advanced/APIDemo/Podfile.lock @@ -1,8 +1,8 @@ PODS: - - Google-Mobile-Ads-SDK (7.68.0): + - Google-Mobile-Ads-SDK (7.69.0): - GoogleAppMeasurement (~> 7.0) - GoogleUserMessagingPlatform (~> 1.1) - - GoogleAppMeasurement (7.1.0): + - GoogleAppMeasurement (7.3.0): - GoogleUtilities/AppDelegateSwizzler (~> 7.0) - GoogleUtilities/MethodSwizzler (~> 7.0) - GoogleUtilities/Network (~> 7.0) @@ -46,8 +46,8 @@ SPEC REPOS: - PromisesObjC SPEC CHECKSUMS: - Google-Mobile-Ads-SDK: 29bbdb182d69ff606cc0301da1590b40be8d2205 - GoogleAppMeasurement: 89e1a64593f968713b0506ba1b53b38a154bf9a5 + Google-Mobile-Ads-SDK: 2f288748a42920d1c744946a460896a95b0e9110 + GoogleAppMeasurement: 8d3c0aeede16ab7764144b5a4ca8e1d4323841b7 GoogleUserMessagingPlatform: b168e8c46cd8f92aa3e34b584c4ca78a411ce367 GoogleUtilities: 3dc4ff0d5e4840e2fa8eef0889620e8c33d4218c nanopb: 1bf24dd71191072e120b83dd02d08f3da0d65e53 @@ -55,4 +55,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 8e29153872624be69bdef0c8389e6e26a92ad64b -COCOAPODS: 1.9.0 +COCOAPODS: 1.10.0 diff --git a/Swift/advanced/BannerTableViewExample/Podfile.lock b/Swift/advanced/BannerTableViewExample/Podfile.lock index 143dee73..16f90234 100644 --- a/Swift/advanced/BannerTableViewExample/Podfile.lock +++ b/Swift/advanced/BannerTableViewExample/Podfile.lock @@ -1,8 +1,8 @@ PODS: - - Google-Mobile-Ads-SDK (7.68.0): + - Google-Mobile-Ads-SDK (7.69.0): - GoogleAppMeasurement (~> 7.0) - GoogleUserMessagingPlatform (~> 1.1) - - GoogleAppMeasurement (7.1.0): + - GoogleAppMeasurement (7.3.0): - GoogleUtilities/AppDelegateSwizzler (~> 7.0) - GoogleUtilities/MethodSwizzler (~> 7.0) - GoogleUtilities/Network (~> 7.0) @@ -46,8 +46,8 @@ SPEC REPOS: - PromisesObjC SPEC CHECKSUMS: - Google-Mobile-Ads-SDK: 29bbdb182d69ff606cc0301da1590b40be8d2205 - GoogleAppMeasurement: 89e1a64593f968713b0506ba1b53b38a154bf9a5 + Google-Mobile-Ads-SDK: 2f288748a42920d1c744946a460896a95b0e9110 + GoogleAppMeasurement: 8d3c0aeede16ab7764144b5a4ca8e1d4323841b7 GoogleUserMessagingPlatform: b168e8c46cd8f92aa3e34b584c4ca78a411ce367 GoogleUtilities: 3dc4ff0d5e4840e2fa8eef0889620e8c33d4218c nanopb: 1bf24dd71191072e120b83dd02d08f3da0d65e53 @@ -55,4 +55,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: a668c37c17cf99e6f206e32d0c168686dc0e0718 -COCOAPODS: 1.9.0 +COCOAPODS: 1.10.0