-
Notifications
You must be signed in to change notification settings - Fork 812
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Podfile.lock in iOS Objective-C and Swift samples to reference…
… GMA iOS SDK v11.0.0. PiperOrigin-RevId: 604753745
- Loading branch information
1 parent
f193b98
commit 62acaf5
Showing
85 changed files
with
230 additions
and
1,711 deletions.
There are no files selected for viewing
61 changes: 5 additions & 56 deletions
61
Objective-C/admanager/AdManagerAppOpenExample/Podfile.lock
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,72 +1,21 @@ | ||
PODS: | ||
- Google-Mobile-Ads-SDK (10.14.0): | ||
- GoogleAppMeasurement (< 11.0, >= 7.0) | ||
- Google-Mobile-Ads-SDK (11.0.0): | ||
- GoogleUserMessagingPlatform (>= 1.1) | ||
- GoogleAppMeasurement (10.18.0): | ||
- GoogleAppMeasurement/AdIdSupport (= 10.18.0) | ||
- GoogleUtilities/AppDelegateSwizzler (~> 7.11) | ||
- GoogleUtilities/MethodSwizzler (~> 7.11) | ||
- GoogleUtilities/Network (~> 7.11) | ||
- "GoogleUtilities/NSData+zlib (~> 7.11)" | ||
- nanopb (< 2.30910.0, >= 2.30908.0) | ||
- GoogleAppMeasurement/AdIdSupport (10.18.0): | ||
- GoogleAppMeasurement/WithoutAdIdSupport (= 10.18.0) | ||
- GoogleUtilities/AppDelegateSwizzler (~> 7.11) | ||
- GoogleUtilities/MethodSwizzler (~> 7.11) | ||
- GoogleUtilities/Network (~> 7.11) | ||
- "GoogleUtilities/NSData+zlib (~> 7.11)" | ||
- nanopb (< 2.30910.0, >= 2.30908.0) | ||
- GoogleAppMeasurement/WithoutAdIdSupport (10.18.0): | ||
- GoogleUtilities/AppDelegateSwizzler (~> 7.11) | ||
- GoogleUtilities/MethodSwizzler (~> 7.11) | ||
- GoogleUtilities/Network (~> 7.11) | ||
- "GoogleUtilities/NSData+zlib (~> 7.11)" | ||
- nanopb (< 2.30910.0, >= 2.30908.0) | ||
- GoogleUserMessagingPlatform (2.1.0) | ||
- GoogleUtilities/AppDelegateSwizzler (7.12.0): | ||
- GoogleUtilities/Environment | ||
- GoogleUtilities/Logger | ||
- GoogleUtilities/Network | ||
- GoogleUtilities/Environment (7.12.0): | ||
- PromisesObjC (< 3.0, >= 1.2) | ||
- GoogleUtilities/Logger (7.12.0): | ||
- GoogleUtilities/Environment | ||
- GoogleUtilities/MethodSwizzler (7.12.0): | ||
- GoogleUtilities/Logger | ||
- GoogleUtilities/Network (7.12.0): | ||
- GoogleUtilities/Logger | ||
- "GoogleUtilities/NSData+zlib" | ||
- GoogleUtilities/Reachability | ||
- "GoogleUtilities/NSData+zlib (7.12.0)" | ||
- GoogleUtilities/Reachability (7.12.0): | ||
- GoogleUtilities/Logger | ||
- nanopb (2.30909.1): | ||
- nanopb/decode (= 2.30909.1) | ||
- nanopb/encode (= 2.30909.1) | ||
- nanopb/decode (2.30909.1) | ||
- nanopb/encode (2.30909.1) | ||
- PromisesObjC (2.3.1) | ||
|
||
DEPENDENCIES: | ||
- Google-Mobile-Ads-SDK | ||
- GoogleUserMessagingPlatform | ||
|
||
SPEC REPOS: | ||
trunk: | ||
- Google-Mobile-Ads-SDK | ||
- GoogleAppMeasurement | ||
- GoogleUserMessagingPlatform | ||
- GoogleUtilities | ||
- nanopb | ||
- PromisesObjC | ||
|
||
SPEC CHECKSUMS: | ||
Google-Mobile-Ads-SDK: 8f67a72f88d057335b1ac3f501e2b68ad054116e | ||
GoogleAppMeasurement: 70ce9aa438cff1cfb31ea3e660bcc67734cb716e | ||
Google-Mobile-Ads-SDK: d45bf9ff68ca4da6875281285ac1fcbbe039df07 | ||
GoogleUserMessagingPlatform: dce302b8f1b84d6e945812ee7a15c3f65a102cbf | ||
GoogleUtilities: 0759d1a57ebb953965c2dfe0ba4c82e95ccc2e34 | ||
nanopb: d4d75c12cd1316f4a64e3c6963f879ecd4b5e0d5 | ||
PromisesObjC: c50d2056b5253dadbd6c2bea79b0674bd5a52fa4 | ||
|
||
PODFILE CHECKSUM: 020c1ffaec8b7e7dbf31259de9a54c6a1eeefc5f | ||
PODFILE CHECKSUM: 658646168ee446c4022e07992199fab54e45cd62 | ||
|
||
COCOAPODS: 1.14.3 | ||
COCOAPODS: 1.15.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
platform :ios, '11.0' | ||
platform :ios, '12.0' | ||
|
||
target 'AdManagerBannerExample' do | ||
pod 'Google-Mobile-Ads-SDK' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,72 +1,21 @@ | ||
PODS: | ||
- Google-Mobile-Ads-SDK (10.14.0): | ||
- GoogleAppMeasurement (< 11.0, >= 7.0) | ||
- Google-Mobile-Ads-SDK (11.0.0): | ||
- GoogleUserMessagingPlatform (>= 1.1) | ||
- GoogleAppMeasurement (10.18.0): | ||
- GoogleAppMeasurement/AdIdSupport (= 10.18.0) | ||
- GoogleUtilities/AppDelegateSwizzler (~> 7.11) | ||
- GoogleUtilities/MethodSwizzler (~> 7.11) | ||
- GoogleUtilities/Network (~> 7.11) | ||
- "GoogleUtilities/NSData+zlib (~> 7.11)" | ||
- nanopb (< 2.30910.0, >= 2.30908.0) | ||
- GoogleAppMeasurement/AdIdSupport (10.18.0): | ||
- GoogleAppMeasurement/WithoutAdIdSupport (= 10.18.0) | ||
- GoogleUtilities/AppDelegateSwizzler (~> 7.11) | ||
- GoogleUtilities/MethodSwizzler (~> 7.11) | ||
- GoogleUtilities/Network (~> 7.11) | ||
- "GoogleUtilities/NSData+zlib (~> 7.11)" | ||
- nanopb (< 2.30910.0, >= 2.30908.0) | ||
- GoogleAppMeasurement/WithoutAdIdSupport (10.18.0): | ||
- GoogleUtilities/AppDelegateSwizzler (~> 7.11) | ||
- GoogleUtilities/MethodSwizzler (~> 7.11) | ||
- GoogleUtilities/Network (~> 7.11) | ||
- "GoogleUtilities/NSData+zlib (~> 7.11)" | ||
- nanopb (< 2.30910.0, >= 2.30908.0) | ||
- GoogleUserMessagingPlatform (2.1.0) | ||
- GoogleUtilities/AppDelegateSwizzler (7.12.0): | ||
- GoogleUtilities/Environment | ||
- GoogleUtilities/Logger | ||
- GoogleUtilities/Network | ||
- GoogleUtilities/Environment (7.12.0): | ||
- PromisesObjC (< 3.0, >= 1.2) | ||
- GoogleUtilities/Logger (7.12.0): | ||
- GoogleUtilities/Environment | ||
- GoogleUtilities/MethodSwizzler (7.12.0): | ||
- GoogleUtilities/Logger | ||
- GoogleUtilities/Network (7.12.0): | ||
- GoogleUtilities/Logger | ||
- "GoogleUtilities/NSData+zlib" | ||
- GoogleUtilities/Reachability | ||
- "GoogleUtilities/NSData+zlib (7.12.0)" | ||
- GoogleUtilities/Reachability (7.12.0): | ||
- GoogleUtilities/Logger | ||
- nanopb (2.30909.1): | ||
- nanopb/decode (= 2.30909.1) | ||
- nanopb/encode (= 2.30909.1) | ||
- nanopb/decode (2.30909.1) | ||
- nanopb/encode (2.30909.1) | ||
- PromisesObjC (2.3.1) | ||
|
||
DEPENDENCIES: | ||
- Google-Mobile-Ads-SDK | ||
- GoogleUserMessagingPlatform | ||
|
||
SPEC REPOS: | ||
trunk: | ||
- Google-Mobile-Ads-SDK | ||
- GoogleAppMeasurement | ||
- GoogleUserMessagingPlatform | ||
- GoogleUtilities | ||
- nanopb | ||
- PromisesObjC | ||
|
||
SPEC CHECKSUMS: | ||
Google-Mobile-Ads-SDK: 8f67a72f88d057335b1ac3f501e2b68ad054116e | ||
GoogleAppMeasurement: 70ce9aa438cff1cfb31ea3e660bcc67734cb716e | ||
Google-Mobile-Ads-SDK: d45bf9ff68ca4da6875281285ac1fcbbe039df07 | ||
GoogleUserMessagingPlatform: dce302b8f1b84d6e945812ee7a15c3f65a102cbf | ||
GoogleUtilities: 0759d1a57ebb953965c2dfe0ba4c82e95ccc2e34 | ||
nanopb: d4d75c12cd1316f4a64e3c6963f879ecd4b5e0d5 | ||
PromisesObjC: c50d2056b5253dadbd6c2bea79b0674bd5a52fa4 | ||
|
||
PODFILE CHECKSUM: e85d5d9b3c666bb8f015ed22050958cf6d874cb5 | ||
PODFILE CHECKSUM: e5bc5859f9fce951271d7047d213613991e150de | ||
|
||
COCOAPODS: 1.14.3 | ||
COCOAPODS: 1.15.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
61 changes: 5 additions & 56 deletions
61
Objective-C/admanager/AdManagerCustomRenderingExample/Podfile.lock
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,72 +1,21 @@ | ||
PODS: | ||
- Google-Mobile-Ads-SDK (10.14.0): | ||
- GoogleAppMeasurement (< 11.0, >= 7.0) | ||
- Google-Mobile-Ads-SDK (11.0.0): | ||
- GoogleUserMessagingPlatform (>= 1.1) | ||
- GoogleAppMeasurement (10.18.0): | ||
- GoogleAppMeasurement/AdIdSupport (= 10.18.0) | ||
- GoogleUtilities/AppDelegateSwizzler (~> 7.11) | ||
- GoogleUtilities/MethodSwizzler (~> 7.11) | ||
- GoogleUtilities/Network (~> 7.11) | ||
- "GoogleUtilities/NSData+zlib (~> 7.11)" | ||
- nanopb (< 2.30910.0, >= 2.30908.0) | ||
- GoogleAppMeasurement/AdIdSupport (10.18.0): | ||
- GoogleAppMeasurement/WithoutAdIdSupport (= 10.18.0) | ||
- GoogleUtilities/AppDelegateSwizzler (~> 7.11) | ||
- GoogleUtilities/MethodSwizzler (~> 7.11) | ||
- GoogleUtilities/Network (~> 7.11) | ||
- "GoogleUtilities/NSData+zlib (~> 7.11)" | ||
- nanopb (< 2.30910.0, >= 2.30908.0) | ||
- GoogleAppMeasurement/WithoutAdIdSupport (10.18.0): | ||
- GoogleUtilities/AppDelegateSwizzler (~> 7.11) | ||
- GoogleUtilities/MethodSwizzler (~> 7.11) | ||
- GoogleUtilities/Network (~> 7.11) | ||
- "GoogleUtilities/NSData+zlib (~> 7.11)" | ||
- nanopb (< 2.30910.0, >= 2.30908.0) | ||
- GoogleUserMessagingPlatform (2.1.0) | ||
- GoogleUtilities/AppDelegateSwizzler (7.12.0): | ||
- GoogleUtilities/Environment | ||
- GoogleUtilities/Logger | ||
- GoogleUtilities/Network | ||
- GoogleUtilities/Environment (7.12.0): | ||
- PromisesObjC (< 3.0, >= 1.2) | ||
- GoogleUtilities/Logger (7.12.0): | ||
- GoogleUtilities/Environment | ||
- GoogleUtilities/MethodSwizzler (7.12.0): | ||
- GoogleUtilities/Logger | ||
- GoogleUtilities/Network (7.12.0): | ||
- GoogleUtilities/Logger | ||
- "GoogleUtilities/NSData+zlib" | ||
- GoogleUtilities/Reachability | ||
- "GoogleUtilities/NSData+zlib (7.12.0)" | ||
- GoogleUtilities/Reachability (7.12.0): | ||
- GoogleUtilities/Logger | ||
- nanopb (2.30909.1): | ||
- nanopb/decode (= 2.30909.1) | ||
- nanopb/encode (= 2.30909.1) | ||
- nanopb/decode (2.30909.1) | ||
- nanopb/encode (2.30909.1) | ||
- PromisesObjC (2.3.1) | ||
|
||
DEPENDENCIES: | ||
- Google-Mobile-Ads-SDK | ||
- GoogleUserMessagingPlatform | ||
|
||
SPEC REPOS: | ||
trunk: | ||
- Google-Mobile-Ads-SDK | ||
- GoogleAppMeasurement | ||
- GoogleUserMessagingPlatform | ||
- GoogleUtilities | ||
- nanopb | ||
- PromisesObjC | ||
|
||
SPEC CHECKSUMS: | ||
Google-Mobile-Ads-SDK: 8f67a72f88d057335b1ac3f501e2b68ad054116e | ||
GoogleAppMeasurement: 70ce9aa438cff1cfb31ea3e660bcc67734cb716e | ||
Google-Mobile-Ads-SDK: d45bf9ff68ca4da6875281285ac1fcbbe039df07 | ||
GoogleUserMessagingPlatform: dce302b8f1b84d6e945812ee7a15c3f65a102cbf | ||
GoogleUtilities: 0759d1a57ebb953965c2dfe0ba4c82e95ccc2e34 | ||
nanopb: d4d75c12cd1316f4a64e3c6963f879ecd4b5e0d5 | ||
PromisesObjC: c50d2056b5253dadbd6c2bea79b0674bd5a52fa4 | ||
|
||
PODFILE CHECKSUM: 116579cb8051d8b4d622c5b596d29871abd1121f | ||
PODFILE CHECKSUM: 9a23ef4e6d07afa821b4b4edb16adb59f728584b | ||
|
||
COCOAPODS: 1.14.3 | ||
COCOAPODS: 1.15.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Objective-C/admanager/AdManagerRewardedInterstitialExample/Podfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.