Skip to content

Commit

Permalink
Added GoogleUserMesagingPlatform SDK as an explicitly dependency to O…
Browse files Browse the repository at this point in the history
…bjective-C & Swift samples

PiperOrigin-RevId: 589160573
  • Loading branch information
Justin Malandruccolo authored and maddevrelgithubbot committed Jan 5, 2024
1 parent 7be9dea commit e08a615
Show file tree
Hide file tree
Showing 30 changed files with 30 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
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
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 e08a615

Please sign in to comment.