Skip to content

Commit

Permalink
Publishing latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Yury Pavlotsky committed Apr 30, 2018
1 parent c68bfc4 commit 3bc0a52
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 19 deletions.
2 changes: 0 additions & 2 deletions Objective-C/AdvancedExample/AdvancedExample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion Objective-C/AdvancedExample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'

target "AdvancedExample" do
pod 'GoogleAds-IMA-iOS-SDK', '~> 3.6'
pod 'GoogleAds-IMA-iOS-SDK', '~> 3.7'
end
2 changes: 0 additions & 2 deletions Objective-C/BasicExample/BasicExample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion Objective-C/BasicExample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'

target "BasicExample" do
pod 'GoogleAds-IMA-iOS-SDK', '~> 3.6'
pod 'GoogleAds-IMA-iOS-SDK', '~> 3.7'
end
2 changes: 0 additions & 2 deletions Objective-C/CastExample/CastExample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion Objective-C/CastExample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'

target "CastExample" do
pod 'GoogleAds-IMA-iOS-SDK', '~> 3.6'
pod 'GoogleAds-IMA-iOS-SDK', '~> 3.7'
pod 'google-cast-sdk'
pod 'google-cast-remote-display-sdk'
end
Expand Down
2 changes: 0 additions & 2 deletions Objective-C/SampleVideoPlayer/SampleVideoPlayer/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 0 additions & 2 deletions Swift/AdvancedExample/AdvancedExample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion Swift/AdvancedExample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'

target "AdvancedExample" do
pod 'GoogleAds-IMA-iOS-SDK', '~> 3.6'
pod 'GoogleAds-IMA-iOS-SDK', '~> 3.7'
end
2 changes: 0 additions & 2 deletions Swift/BasicExample/BasicExample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion Swift/BasicExample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'

target "BasicExample" do
pod 'GoogleAds-IMA-iOS-SDK', '~> 3.6'
pod 'GoogleAds-IMA-iOS-SDK', '~> 3.7'
end
2 changes: 0 additions & 2 deletions Swift/SampleVideoPlayer/SampleVideoPlayer/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down

0 comments on commit 3bc0a52

Please sign in to comment.