Skip to content

Commit

Permalink
Update for version 7.69.0.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 347935295
  • Loading branch information
Samuel Stow authored and maddevrelgithubbot committed Dec 17, 2020
1 parent 19c0cc1 commit ff89b5f
Show file tree
Hide file tree
Showing 45 changed files with 130 additions and 143 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@
TargetAttributes = {
CF12E27D19A6C783001EB38A = {
CreatedOnToolsVersion = 6.0;

};
};
};
Expand Down
10 changes: 5 additions & 5 deletions Objective-C/admanager/AdManagerBannerExample/Podfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -46,13 +46,13 @@ 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
PromisesObjC: 8c196f5a328c2cba3e74624585467a557dcb482f

PODFILE CHECKSUM: f122f09e55fb48201837e20a806292a4f8a1aee3

COCOAPODS: 1.9.0
COCOAPODS: 1.10.0
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@
TargetAttributes = {
CF9335B61B26706400DEF1B4 = {
CreatedOnToolsVersion = 6.3.2;

};
};
};
Expand Down
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -46,13 +46,13 @@ 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
PromisesObjC: 8c196f5a328c2cba3e74624585467a557dcb482f

PODFILE CHECKSUM: 956f5263ea6d36abebcce651501404fe8e65fe7a

COCOAPODS: 1.9.0
COCOAPODS: 1.10.0
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@
TargetAttributes = {
CF530A7E19B7793D00D75035 = {
CreatedOnToolsVersion = 6.0;

};
};
};
Expand Down
10 changes: 5 additions & 5 deletions Objective-C/admanager/AdManagerInterstitialExample/Podfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -46,13 +46,13 @@ 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
PromisesObjC: 8c196f5a328c2cba3e74624585467a557dcb482f

PODFILE CHECKSUM: 7e7f32240580254b272ce65fa16014b87c25ac5a

COCOAPODS: 1.9.0
COCOAPODS: 1.10.0
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@
TargetAttributes = {
84E1845C1B30D695002ADFFB = {
CreatedOnToolsVersion = 6.3.1;

};
};
};
Expand Down
10 changes: 5 additions & 5 deletions Objective-C/admanager/AdManagerRewardedVideoExample/Podfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -46,13 +46,13 @@ 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
PromisesObjC: 8c196f5a328c2cba3e74624585467a557dcb482f

PODFILE CHECKSUM: c58e282cf403cd9008fc632a67ac93e510bbb73b

COCOAPODS: 1.9.0
COCOAPODS: 1.10.0
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@
TargetAttributes = {
CF86EE1619787E6B00411520 = {
CreatedOnToolsVersion = 6.0;

};
};
};
Expand Down
10 changes: 5 additions & 5 deletions Objective-C/admanager/AdaptiveBannerExample/Podfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -46,13 +46,13 @@ 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
PromisesObjC: 8c196f5a328c2cba3e74624585467a557dcb482f

PODFILE CHECKSUM: 8fa1887f5400a75c87307feeb375a743ec3cb3b3

COCOAPODS: 1.9.0
COCOAPODS: 1.10.0
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@
TargetAttributes = {
CF86EE1619787E6B00411520 = {
CreatedOnToolsVersion = 6.0;

};
};
};
Expand Down
10 changes: 5 additions & 5 deletions Objective-C/admob/AdaptiveBannerExample/Podfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -46,13 +46,13 @@ 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
PromisesObjC: 8c196f5a328c2cba3e74624585467a557dcb482f

PODFILE CHECKSUM: 8fa1887f5400a75c87307feeb375a743ec3cb3b3

COCOAPODS: 1.9.0
COCOAPODS: 1.10.0
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@
TargetAttributes = {
CF86EE1619787E6B00411520 = {
CreatedOnToolsVersion = 6.0;

};
};
};
Expand Down
10 changes: 5 additions & 5 deletions Objective-C/admob/BannerExample/Podfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -46,13 +46,13 @@ 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
PromisesObjC: 8c196f5a328c2cba3e74624585467a557dcb482f

PODFILE CHECKSUM: 9deb89c973d40e2a7972a3d7d4c7690a874440d6

COCOAPODS: 1.9.0
COCOAPODS: 1.10.0
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@
TargetAttributes = {
CF9F26181991396300F5C44E = {
CreatedOnToolsVersion = 6.0;

};
};
};
Expand Down
10 changes: 5 additions & 5 deletions Objective-C/admob/InterstitialExample/Podfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -46,13 +46,13 @@ 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
PromisesObjC: 8c196f5a328c2cba3e74624585467a557dcb482f

PODFILE CHECKSUM: 47b32ff885d971c8d5cf13360c8ad6e8dfce1a54

COCOAPODS: 1.9.0
COCOAPODS: 1.10.0
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@
TargetAttributes = {
CF9335B61B26706400DEF1B4 = {
CreatedOnToolsVersion = 6.3.2;

};
};
};
Expand Down
10 changes: 5 additions & 5 deletions Objective-C/admob/NativeAdvancedExample/Podfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -46,13 +46,13 @@ 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
PromisesObjC: 8c196f5a328c2cba3e74624585467a557dcb482f

PODFILE CHECKSUM: 515abd7fae6d7cf0d1a37366b0e526798e809c0f

COCOAPODS: 1.9.0
COCOAPODS: 1.10.0
10 changes: 5 additions & 5 deletions Objective-C/admob/RewardedVideoExample/Podfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -46,13 +46,13 @@ 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
PromisesObjC: 8c196f5a328c2cba3e74624585467a557dcb482f

PODFILE CHECKSUM: e03f2c56345cf676077c83a52482cb3b71b6dbe9

COCOAPODS: 1.9.0
COCOAPODS: 1.10.0
Loading

0 comments on commit ff89b5f

Please sign in to comment.