Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added UMP SDK as an explicit dependency #387

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading