From dea6aee63ce28d97c23acf50673276c43b51a1a6 Mon Sep 17 00:00:00 2001 From: Justin Malandruccolo Date: Thu, 21 Dec 2023 12:24:25 -0800 Subject: [PATCH] Added UMP SDK as an explicit dependency PiperOrigin-RevId: 592924337 --- Objective-C/admanager/AdManagerAppOpenExample/Podfile | 1 + Objective-C/admanager/AdManagerBannerExample/Podfile | 1 + .../admanager/AdManagerCustomRenderingExample/Podfile | 1 + Objective-C/admanager/AdManagerInterstitialExample/Podfile | 1 + .../admanager/AdManagerRewardedInterstitialExample/Podfile | 1 + Objective-C/admanager/AdManagerRewardedVideoExample/Podfile | 1 + Objective-C/admanager/AdaptiveBannerExample/Podfile | 6 ++++++ Objective-C/admob/AdaptiveBannerExample/Podfile | 6 ++++++ Objective-C/admob/AppOpenExample/Podfile | 1 + Objective-C/admob/BannerExample/Podfile | 1 + Objective-C/admob/FullScreenNativeExample/Podfile | 1 + Objective-C/admob/InterstitialExample/Podfile | 1 + Objective-C/admob/NativeAdvancedExample/Podfile | 1 + Objective-C/admob/RewardedInterstitialExample/Podfile | 1 + Objective-C/admob/RewardedVideoExample/Podfile | 1 + Objective-C/advanced/APIDemo/Podfile | 1 + Objective-C/advanced/BannerTableViewExample/Podfile | 1 + Swift/admanager/AdManagerAppOpenExample/Podfile | 1 + Swift/admanager/AdManagerBannerExample/Podfile | 1 + Swift/admanager/AdManagerCustomRenderingExample/Podfile | 1 + Swift/admanager/AdManagerInterstitialExample/Podfile | 1 + .../admanager/AdManagerRewardedInterstitialExample/Podfile | 1 + Swift/admanager/AdManagerRewardedVideoExample/Podfile | 1 + Swift/admanager/AdaptiveBannerExample/Podfile | 6 ++++++ Swift/admob/AdaptiveBannerExample/Podfile | 6 ++++++ Swift/admob/AppOpenExample/Podfile | 1 + Swift/admob/BannerExample/Podfile | 1 + Swift/admob/InterstitialExample/Podfile | 1 + Swift/admob/NativeAdvancedExample/Podfile | 1 + Swift/admob/RewardedInterstitialExample/Podfile | 1 + Swift/admob/RewardedVideoExample/Podfile | 1 + Swift/advanced/APIDemo/Podfile | 1 + Swift/advanced/BannerTableViewExample/Podfile | 1 + Swift/advanced/SwiftUIDemo/Podfile | 1 + 34 files changed, 54 insertions(+) create mode 100644 Objective-C/admanager/AdaptiveBannerExample/Podfile create mode 100644 Objective-C/admob/AdaptiveBannerExample/Podfile create mode 100644 Swift/admanager/AdaptiveBannerExample/Podfile create mode 100644 Swift/admob/AdaptiveBannerExample/Podfile diff --git a/Objective-C/admanager/AdManagerAppOpenExample/Podfile b/Objective-C/admanager/AdManagerAppOpenExample/Podfile index e89a8222..a693514c 100644 --- a/Objective-C/admanager/AdManagerAppOpenExample/Podfile +++ b/Objective-C/admanager/AdManagerAppOpenExample/Podfile @@ -2,4 +2,5 @@ platform :ios, '11.0' target 'AdManagerAppOpenExample' do pod 'Google-Mobile-Ads-SDK' + pod 'GoogleUserMessagingPlatform' end diff --git a/Objective-C/admanager/AdManagerBannerExample/Podfile b/Objective-C/admanager/AdManagerBannerExample/Podfile index 17791592..b5778f59 100644 --- a/Objective-C/admanager/AdManagerBannerExample/Podfile +++ b/Objective-C/admanager/AdManagerBannerExample/Podfile @@ -2,4 +2,5 @@ platform :ios, '11.0' target 'AdManagerBannerExample' do pod 'Google-Mobile-Ads-SDK' + pod 'GoogleUserMessagingPlatform' end diff --git a/Objective-C/admanager/AdManagerCustomRenderingExample/Podfile b/Objective-C/admanager/AdManagerCustomRenderingExample/Podfile index fea9d2b7..126396d2 100644 --- a/Objective-C/admanager/AdManagerCustomRenderingExample/Podfile +++ b/Objective-C/admanager/AdManagerCustomRenderingExample/Podfile @@ -2,4 +2,5 @@ platform :ios, '11.0' target 'AdManagerCustomRenderingExample' do pod 'Google-Mobile-Ads-SDK' + pod 'GoogleUserMessagingPlatform' end diff --git a/Objective-C/admanager/AdManagerInterstitialExample/Podfile b/Objective-C/admanager/AdManagerInterstitialExample/Podfile index 593afc88..512eb1a5 100644 --- a/Objective-C/admanager/AdManagerInterstitialExample/Podfile +++ b/Objective-C/admanager/AdManagerInterstitialExample/Podfile @@ -2,4 +2,5 @@ platform :ios, '11.0' target 'AdManagerInterstitialExample' do pod 'Google-Mobile-Ads-SDK' + pod 'GoogleUserMessagingPlatform' end diff --git a/Objective-C/admanager/AdManagerRewardedInterstitialExample/Podfile b/Objective-C/admanager/AdManagerRewardedInterstitialExample/Podfile index 8ae126ce..fc331509 100644 --- a/Objective-C/admanager/AdManagerRewardedInterstitialExample/Podfile +++ b/Objective-C/admanager/AdManagerRewardedInterstitialExample/Podfile @@ -3,4 +3,5 @@ platform :ios, '11.0' target 'AdManagerRewardedInterstitialExample' do project 'AdManagerRewardedInterstitialExample.xcodeproj' pod 'Google-Mobile-Ads-SDK' + pod 'GoogleUserMessagingPlatform' end diff --git a/Objective-C/admanager/AdManagerRewardedVideoExample/Podfile b/Objective-C/admanager/AdManagerRewardedVideoExample/Podfile index fda7153c..90ca3693 100644 --- a/Objective-C/admanager/AdManagerRewardedVideoExample/Podfile +++ b/Objective-C/admanager/AdManagerRewardedVideoExample/Podfile @@ -2,4 +2,5 @@ platform :ios, '11.0' target 'AdManagerRewardedVideoExample' do pod 'Google-Mobile-Ads-SDK' + pod 'GoogleUserMessagingPlatform' end diff --git a/Objective-C/admanager/AdaptiveBannerExample/Podfile b/Objective-C/admanager/AdaptiveBannerExample/Podfile new file mode 100644 index 00000000..0bf68c10 --- /dev/null +++ b/Objective-C/admanager/AdaptiveBannerExample/Podfile @@ -0,0 +1,6 @@ +platform :ios, '11.0' + +target 'AdaptiveBannerExample' do + pod 'Google-Mobile-Ads-SDK' + pod 'GoogleUserMessagingPlatform' +end diff --git a/Objective-C/admob/AdaptiveBannerExample/Podfile b/Objective-C/admob/AdaptiveBannerExample/Podfile new file mode 100644 index 00000000..0bf68c10 --- /dev/null +++ b/Objective-C/admob/AdaptiveBannerExample/Podfile @@ -0,0 +1,6 @@ +platform :ios, '11.0' + +target 'AdaptiveBannerExample' do + pod 'Google-Mobile-Ads-SDK' + pod 'GoogleUserMessagingPlatform' +end diff --git a/Objective-C/admob/AppOpenExample/Podfile b/Objective-C/admob/AppOpenExample/Podfile index 306e7c54..48aec41b 100644 --- a/Objective-C/admob/AppOpenExample/Podfile +++ b/Objective-C/admob/AppOpenExample/Podfile @@ -2,4 +2,5 @@ platform :ios, '11.0' target 'AppOpenExample' do pod 'Google-Mobile-Ads-SDK' + pod 'GoogleUserMessagingPlatform' end diff --git a/Objective-C/admob/BannerExample/Podfile b/Objective-C/admob/BannerExample/Podfile index 068b248e..4b0f29cf 100644 --- a/Objective-C/admob/BannerExample/Podfile +++ b/Objective-C/admob/BannerExample/Podfile @@ -2,4 +2,5 @@ platform :ios, '11.0' target 'BannerExample' do pod 'Google-Mobile-Ads-SDK' + pod 'GoogleUserMessagingPlatform' end diff --git a/Objective-C/admob/FullScreenNativeExample/Podfile b/Objective-C/admob/FullScreenNativeExample/Podfile index a03a83f6..dd8fa1c6 100644 --- a/Objective-C/admob/FullScreenNativeExample/Podfile +++ b/Objective-C/admob/FullScreenNativeExample/Podfile @@ -2,4 +2,5 @@ platform :ios, '11.0' target 'FullScreenNativeExample' do pod 'Google-Mobile-Ads-SDK' + pod 'GoogleUserMessagingPlatform' end diff --git a/Objective-C/admob/InterstitialExample/Podfile b/Objective-C/admob/InterstitialExample/Podfile index 8e08f62c..42039e91 100644 --- a/Objective-C/admob/InterstitialExample/Podfile +++ b/Objective-C/admob/InterstitialExample/Podfile @@ -2,4 +2,5 @@ platform :ios, '11.0' target 'InterstitialExample' do pod 'Google-Mobile-Ads-SDK' + pod 'GoogleUserMessagingPlatform' end diff --git a/Objective-C/admob/NativeAdvancedExample/Podfile b/Objective-C/admob/NativeAdvancedExample/Podfile index 605e0b17..9e215533 100644 --- a/Objective-C/admob/NativeAdvancedExample/Podfile +++ b/Objective-C/admob/NativeAdvancedExample/Podfile @@ -2,4 +2,5 @@ platform :ios, '11.0' target 'NativeAdvancedExample' do pod 'Google-Mobile-Ads-SDK' + pod 'GoogleUserMessagingPlatform' end diff --git a/Objective-C/admob/RewardedInterstitialExample/Podfile b/Objective-C/admob/RewardedInterstitialExample/Podfile index 668ed475..e8f248cd 100644 --- a/Objective-C/admob/RewardedInterstitialExample/Podfile +++ b/Objective-C/admob/RewardedInterstitialExample/Podfile @@ -2,4 +2,5 @@ platform :ios, '12.0' target 'RewardedInterstitialExample' do pod 'Google-Mobile-Ads-SDK' + pod 'GoogleUserMessagingPlatform' end diff --git a/Objective-C/admob/RewardedVideoExample/Podfile b/Objective-C/admob/RewardedVideoExample/Podfile index 11fe7f4f..a1597fbc 100644 --- a/Objective-C/admob/RewardedVideoExample/Podfile +++ b/Objective-C/admob/RewardedVideoExample/Podfile @@ -2,4 +2,5 @@ platform :ios, '11.0' target 'RewardedVideoExample' do pod 'Google-Mobile-Ads-SDK' + pod 'GoogleUserMessagingPlatform' end diff --git a/Objective-C/advanced/APIDemo/Podfile b/Objective-C/advanced/APIDemo/Podfile index c827a235..9d475689 100644 --- a/Objective-C/advanced/APIDemo/Podfile +++ b/Objective-C/advanced/APIDemo/Podfile @@ -2,4 +2,5 @@ platform :ios, '11.0' target 'APIDemo' do pod 'Google-Mobile-Ads-SDK' + pod 'GoogleUserMessagingPlatform' end diff --git a/Objective-C/advanced/BannerTableViewExample/Podfile b/Objective-C/advanced/BannerTableViewExample/Podfile index 8a22dee3..ab421c1a 100644 --- a/Objective-C/advanced/BannerTableViewExample/Podfile +++ b/Objective-C/advanced/BannerTableViewExample/Podfile @@ -2,4 +2,5 @@ platform :ios, '11.0' target 'BannerTableViewExample' do pod 'Google-Mobile-Ads-SDK' + pod 'GoogleUserMessagingPlatform' end diff --git a/Swift/admanager/AdManagerAppOpenExample/Podfile b/Swift/admanager/AdManagerAppOpenExample/Podfile index 4fe00bbe..37a693f1 100644 --- a/Swift/admanager/AdManagerAppOpenExample/Podfile +++ b/Swift/admanager/AdManagerAppOpenExample/Podfile @@ -3,4 +3,5 @@ platform :ios, '11.0' target 'AdManagerAppOpenExample' do use_frameworks! pod 'Google-Mobile-Ads-SDK' + pod 'GoogleUserMessagingPlatform' end diff --git a/Swift/admanager/AdManagerBannerExample/Podfile b/Swift/admanager/AdManagerBannerExample/Podfile index 83543963..78b81158 100644 --- a/Swift/admanager/AdManagerBannerExample/Podfile +++ b/Swift/admanager/AdManagerBannerExample/Podfile @@ -3,4 +3,5 @@ platform :ios, '11.0' target 'AdManagerBannerExample' do use_frameworks! pod 'Google-Mobile-Ads-SDK' + pod 'GoogleUserMessagingPlatform' end diff --git a/Swift/admanager/AdManagerCustomRenderingExample/Podfile b/Swift/admanager/AdManagerCustomRenderingExample/Podfile index c02b6dad..38f26d4b 100644 --- a/Swift/admanager/AdManagerCustomRenderingExample/Podfile +++ b/Swift/admanager/AdManagerCustomRenderingExample/Podfile @@ -3,4 +3,5 @@ platform :ios, '11.0' target 'AdManagerCustomRenderingExample' do use_frameworks! pod 'Google-Mobile-Ads-SDK' + pod 'GoogleUserMessagingPlatform' end diff --git a/Swift/admanager/AdManagerInterstitialExample/Podfile b/Swift/admanager/AdManagerInterstitialExample/Podfile index 80594c05..28e9a969 100644 --- a/Swift/admanager/AdManagerInterstitialExample/Podfile +++ b/Swift/admanager/AdManagerInterstitialExample/Podfile @@ -3,4 +3,5 @@ platform :ios, '11.0' target 'AdManagerInterstitialExample' do use_frameworks! pod 'Google-Mobile-Ads-SDK' + pod 'GoogleUserMessagingPlatform' end diff --git a/Swift/admanager/AdManagerRewardedInterstitialExample/Podfile b/Swift/admanager/AdManagerRewardedInterstitialExample/Podfile index 8ae126ce..fc331509 100644 --- a/Swift/admanager/AdManagerRewardedInterstitialExample/Podfile +++ b/Swift/admanager/AdManagerRewardedInterstitialExample/Podfile @@ -3,4 +3,5 @@ platform :ios, '11.0' target 'AdManagerRewardedInterstitialExample' do project 'AdManagerRewardedInterstitialExample.xcodeproj' pod 'Google-Mobile-Ads-SDK' + pod 'GoogleUserMessagingPlatform' end diff --git a/Swift/admanager/AdManagerRewardedVideoExample/Podfile b/Swift/admanager/AdManagerRewardedVideoExample/Podfile index 004c989e..d95f8df4 100644 --- a/Swift/admanager/AdManagerRewardedVideoExample/Podfile +++ b/Swift/admanager/AdManagerRewardedVideoExample/Podfile @@ -3,4 +3,5 @@ platform :ios, '11.0' target 'AdManagerRewardedVideoExample' do use_frameworks! pod 'Google-Mobile-Ads-SDK' + pod 'GoogleUserMessagingPlatform' end diff --git a/Swift/admanager/AdaptiveBannerExample/Podfile b/Swift/admanager/AdaptiveBannerExample/Podfile new file mode 100644 index 00000000..0bf68c10 --- /dev/null +++ b/Swift/admanager/AdaptiveBannerExample/Podfile @@ -0,0 +1,6 @@ +platform :ios, '11.0' + +target 'AdaptiveBannerExample' do + pod 'Google-Mobile-Ads-SDK' + pod 'GoogleUserMessagingPlatform' +end diff --git a/Swift/admob/AdaptiveBannerExample/Podfile b/Swift/admob/AdaptiveBannerExample/Podfile new file mode 100644 index 00000000..0bf68c10 --- /dev/null +++ b/Swift/admob/AdaptiveBannerExample/Podfile @@ -0,0 +1,6 @@ +platform :ios, '11.0' + +target 'AdaptiveBannerExample' do + pod 'Google-Mobile-Ads-SDK' + pod 'GoogleUserMessagingPlatform' +end diff --git a/Swift/admob/AppOpenExample/Podfile b/Swift/admob/AppOpenExample/Podfile index 296d4b2c..5e18f47a 100644 --- a/Swift/admob/AppOpenExample/Podfile +++ b/Swift/admob/AppOpenExample/Podfile @@ -3,4 +3,5 @@ platform :ios, '11.0' target 'AppOpenExample' do use_frameworks! pod 'Google-Mobile-Ads-SDK' + pod 'GoogleUserMessagingPlatform' end diff --git a/Swift/admob/BannerExample/Podfile b/Swift/admob/BannerExample/Podfile index c19b46bc..1d09150c 100644 --- a/Swift/admob/BannerExample/Podfile +++ b/Swift/admob/BannerExample/Podfile @@ -3,4 +3,5 @@ platform :ios, '11.0' target 'BannerExample' do use_frameworks! pod 'Google-Mobile-Ads-SDK' + pod 'GoogleUserMessagingPlatform' end diff --git a/Swift/admob/InterstitialExample/Podfile b/Swift/admob/InterstitialExample/Podfile index 0b279460..7bdcffc9 100644 --- a/Swift/admob/InterstitialExample/Podfile +++ b/Swift/admob/InterstitialExample/Podfile @@ -3,4 +3,5 @@ platform :ios, '11.0' target 'InterstitialExample' do use_frameworks! pod 'Google-Mobile-Ads-SDK' + pod 'GoogleUserMessagingPlatform' end diff --git a/Swift/admob/NativeAdvancedExample/Podfile b/Swift/admob/NativeAdvancedExample/Podfile index 23e09057..e3d65ecd 100644 --- a/Swift/admob/NativeAdvancedExample/Podfile +++ b/Swift/admob/NativeAdvancedExample/Podfile @@ -3,4 +3,5 @@ platform :ios, '11.0' target 'NativeAdvancedExample' do use_frameworks! pod 'Google-Mobile-Ads-SDK' + pod 'GoogleUserMessagingPlatform' end diff --git a/Swift/admob/RewardedInterstitialExample/Podfile b/Swift/admob/RewardedInterstitialExample/Podfile index 70fbc0fc..dea5d279 100644 --- a/Swift/admob/RewardedInterstitialExample/Podfile +++ b/Swift/admob/RewardedInterstitialExample/Podfile @@ -3,4 +3,5 @@ platform :ios, '11.0' target 'RewardedInterstitialExample' do project 'RewardedInterstitialExample.xcodeproj' pod 'Google-Mobile-Ads-SDK' + pod 'GoogleUserMessagingPlatform' end diff --git a/Swift/admob/RewardedVideoExample/Podfile b/Swift/admob/RewardedVideoExample/Podfile index cd29d713..888b8a89 100644 --- a/Swift/admob/RewardedVideoExample/Podfile +++ b/Swift/admob/RewardedVideoExample/Podfile @@ -3,4 +3,5 @@ platform :ios, '11.0' target 'RewardedVideoExample' do use_frameworks! pod 'Google-Mobile-Ads-SDK' + pod 'GoogleUserMessagingPlatform' end diff --git a/Swift/advanced/APIDemo/Podfile b/Swift/advanced/APIDemo/Podfile index 8374a18b..0b5f54da 100644 --- a/Swift/advanced/APIDemo/Podfile +++ b/Swift/advanced/APIDemo/Podfile @@ -3,4 +3,5 @@ platform :ios, '11.0' target 'APIDemo' do use_frameworks! pod 'Google-Mobile-Ads-SDK' + pod 'GoogleUserMessagingPlatform' end diff --git a/Swift/advanced/BannerTableViewExample/Podfile b/Swift/advanced/BannerTableViewExample/Podfile index 8a22dee3..ab421c1a 100644 --- a/Swift/advanced/BannerTableViewExample/Podfile +++ b/Swift/advanced/BannerTableViewExample/Podfile @@ -2,4 +2,5 @@ platform :ios, '11.0' target 'BannerTableViewExample' do pod 'Google-Mobile-Ads-SDK' + pod 'GoogleUserMessagingPlatform' end diff --git a/Swift/advanced/SwiftUIDemo/Podfile b/Swift/advanced/SwiftUIDemo/Podfile index c099d8aa..e682864a 100644 --- a/Swift/advanced/SwiftUIDemo/Podfile +++ b/Swift/advanced/SwiftUIDemo/Podfile @@ -3,4 +3,5 @@ platform :ios, '11.0' target 'SwiftUIDemo' do use_frameworks! pod 'Google-Mobile-Ads-SDK' + pod 'GoogleUserMessagingPlatform' end