Skip to content

Commit

Permalink
Added UMP SDK as an explicit dependency
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 592924337
  • Loading branch information
Justin Malandruccolo authored and maddevrelgithubbot committed Dec 21, 2023
1 parent 7be9dea commit dea6aee
Show file tree
Hide file tree
Showing 34 changed files with 54 additions and 0 deletions.
1 change: 1 addition & 0 deletions Objective-C/admanager/AdManagerAppOpenExample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ platform :ios, '11.0'

target 'AdManagerAppOpenExample' do
pod 'Google-Mobile-Ads-SDK'
pod 'GoogleUserMessagingPlatform'
end
1 change: 1 addition & 0 deletions Objective-C/admanager/AdManagerBannerExample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ platform :ios, '11.0'

target 'AdManagerBannerExample' do
pod 'Google-Mobile-Ads-SDK'
pod 'GoogleUserMessagingPlatform'
end
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ platform :ios, '11.0'

target 'AdManagerCustomRenderingExample' do
pod 'Google-Mobile-Ads-SDK'
pod 'GoogleUserMessagingPlatform'
end
1 change: 1 addition & 0 deletions Objective-C/admanager/AdManagerInterstitialExample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ platform :ios, '11.0'

target 'AdManagerInterstitialExample' do
pod 'Google-Mobile-Ads-SDK'
pod 'GoogleUserMessagingPlatform'
end
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ platform :ios, '11.0'
target 'AdManagerRewardedInterstitialExample' do
project 'AdManagerRewardedInterstitialExample.xcodeproj'
pod 'Google-Mobile-Ads-SDK'
pod 'GoogleUserMessagingPlatform'
end
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ platform :ios, '11.0'

target 'AdManagerRewardedVideoExample' do
pod 'Google-Mobile-Ads-SDK'
pod 'GoogleUserMessagingPlatform'
end
6 changes: 6 additions & 0 deletions Objective-C/admanager/AdaptiveBannerExample/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
platform :ios, '11.0'

target 'AdaptiveBannerExample' do
pod 'Google-Mobile-Ads-SDK'
pod 'GoogleUserMessagingPlatform'
end
6 changes: 6 additions & 0 deletions Objective-C/admob/AdaptiveBannerExample/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
platform :ios, '11.0'

target 'AdaptiveBannerExample' do
pod 'Google-Mobile-Ads-SDK'
pod 'GoogleUserMessagingPlatform'
end
1 change: 1 addition & 0 deletions Objective-C/admob/AppOpenExample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ platform :ios, '11.0'

target 'AppOpenExample' do
pod 'Google-Mobile-Ads-SDK'
pod 'GoogleUserMessagingPlatform'
end
1 change: 1 addition & 0 deletions Objective-C/admob/BannerExample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ platform :ios, '11.0'

target 'BannerExample' do
pod 'Google-Mobile-Ads-SDK'
pod 'GoogleUserMessagingPlatform'
end
1 change: 1 addition & 0 deletions Objective-C/admob/FullScreenNativeExample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ platform :ios, '11.0'

target 'FullScreenNativeExample' do
pod 'Google-Mobile-Ads-SDK'
pod 'GoogleUserMessagingPlatform'
end
1 change: 1 addition & 0 deletions Objective-C/admob/InterstitialExample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ platform :ios, '11.0'

target 'InterstitialExample' do
pod 'Google-Mobile-Ads-SDK'
pod 'GoogleUserMessagingPlatform'
end
1 change: 1 addition & 0 deletions Objective-C/admob/NativeAdvancedExample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ platform :ios, '11.0'

target 'NativeAdvancedExample' do
pod 'Google-Mobile-Ads-SDK'
pod 'GoogleUserMessagingPlatform'
end
1 change: 1 addition & 0 deletions Objective-C/admob/RewardedInterstitialExample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ platform :ios, '12.0'

target 'RewardedInterstitialExample' do
pod 'Google-Mobile-Ads-SDK'
pod 'GoogleUserMessagingPlatform'
end
1 change: 1 addition & 0 deletions Objective-C/admob/RewardedVideoExample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ platform :ios, '11.0'

target 'RewardedVideoExample' do
pod 'Google-Mobile-Ads-SDK'
pod 'GoogleUserMessagingPlatform'
end
1 change: 1 addition & 0 deletions Objective-C/advanced/APIDemo/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ platform :ios, '11.0'

target 'APIDemo' do
pod 'Google-Mobile-Ads-SDK'
pod 'GoogleUserMessagingPlatform'
end
1 change: 1 addition & 0 deletions Objective-C/advanced/BannerTableViewExample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ platform :ios, '11.0'

target 'BannerTableViewExample' do
pod 'Google-Mobile-Ads-SDK'
pod 'GoogleUserMessagingPlatform'
end
1 change: 1 addition & 0 deletions Swift/admanager/AdManagerAppOpenExample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ platform :ios, '11.0'
target 'AdManagerAppOpenExample' do
use_frameworks!
pod 'Google-Mobile-Ads-SDK'
pod 'GoogleUserMessagingPlatform'
end
1 change: 1 addition & 0 deletions Swift/admanager/AdManagerBannerExample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ platform :ios, '11.0'
target 'AdManagerBannerExample' do
use_frameworks!
pod 'Google-Mobile-Ads-SDK'
pod 'GoogleUserMessagingPlatform'
end
1 change: 1 addition & 0 deletions Swift/admanager/AdManagerCustomRenderingExample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ platform :ios, '11.0'
target 'AdManagerCustomRenderingExample' do
use_frameworks!
pod 'Google-Mobile-Ads-SDK'
pod 'GoogleUserMessagingPlatform'
end
1 change: 1 addition & 0 deletions Swift/admanager/AdManagerInterstitialExample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ platform :ios, '11.0'
target 'AdManagerInterstitialExample' do
use_frameworks!
pod 'Google-Mobile-Ads-SDK'
pod 'GoogleUserMessagingPlatform'
end
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ platform :ios, '11.0'
target 'AdManagerRewardedInterstitialExample' do
project 'AdManagerRewardedInterstitialExample.xcodeproj'
pod 'Google-Mobile-Ads-SDK'
pod 'GoogleUserMessagingPlatform'
end
1 change: 1 addition & 0 deletions Swift/admanager/AdManagerRewardedVideoExample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ platform :ios, '11.0'
target 'AdManagerRewardedVideoExample' do
use_frameworks!
pod 'Google-Mobile-Ads-SDK'
pod 'GoogleUserMessagingPlatform'
end
6 changes: 6 additions & 0 deletions Swift/admanager/AdaptiveBannerExample/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
platform :ios, '11.0'

target 'AdaptiveBannerExample' do
pod 'Google-Mobile-Ads-SDK'
pod 'GoogleUserMessagingPlatform'
end
6 changes: 6 additions & 0 deletions Swift/admob/AdaptiveBannerExample/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
platform :ios, '11.0'

target 'AdaptiveBannerExample' do
pod 'Google-Mobile-Ads-SDK'
pod 'GoogleUserMessagingPlatform'
end
1 change: 1 addition & 0 deletions Swift/admob/AppOpenExample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ platform :ios, '11.0'
target 'AppOpenExample' do
use_frameworks!
pod 'Google-Mobile-Ads-SDK'
pod 'GoogleUserMessagingPlatform'
end
1 change: 1 addition & 0 deletions Swift/admob/BannerExample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ platform :ios, '11.0'
target 'BannerExample' do
use_frameworks!
pod 'Google-Mobile-Ads-SDK'
pod 'GoogleUserMessagingPlatform'
end
1 change: 1 addition & 0 deletions Swift/admob/InterstitialExample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ platform :ios, '11.0'
target 'InterstitialExample' do
use_frameworks!
pod 'Google-Mobile-Ads-SDK'
pod 'GoogleUserMessagingPlatform'
end
1 change: 1 addition & 0 deletions Swift/admob/NativeAdvancedExample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ platform :ios, '11.0'
target 'NativeAdvancedExample' do
use_frameworks!
pod 'Google-Mobile-Ads-SDK'
pod 'GoogleUserMessagingPlatform'
end
1 change: 1 addition & 0 deletions Swift/admob/RewardedInterstitialExample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ platform :ios, '11.0'
target 'RewardedInterstitialExample' do
project 'RewardedInterstitialExample.xcodeproj'
pod 'Google-Mobile-Ads-SDK'
pod 'GoogleUserMessagingPlatform'
end
1 change: 1 addition & 0 deletions Swift/admob/RewardedVideoExample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ platform :ios, '11.0'
target 'RewardedVideoExample' do
use_frameworks!
pod 'Google-Mobile-Ads-SDK'
pod 'GoogleUserMessagingPlatform'
end
1 change: 1 addition & 0 deletions Swift/advanced/APIDemo/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ platform :ios, '11.0'
target 'APIDemo' do
use_frameworks!
pod 'Google-Mobile-Ads-SDK'
pod 'GoogleUserMessagingPlatform'
end
1 change: 1 addition & 0 deletions Swift/advanced/BannerTableViewExample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ platform :ios, '11.0'

target 'BannerTableViewExample' do
pod 'Google-Mobile-Ads-SDK'
pod 'GoogleUserMessagingPlatform'
end
1 change: 1 addition & 0 deletions Swift/advanced/SwiftUIDemo/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ platform :ios, '11.0'
target 'SwiftUIDemo' do
use_frameworks!
pod 'Google-Mobile-Ads-SDK'
pod 'GoogleUserMessagingPlatform'
end

0 comments on commit dea6aee

Please sign in to comment.