forked from criteo/ios-publisher-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update GAM SDK to 10.1.0, iOS target set to 12, disabled bitcode, cod…
…e formated
- Loading branch information
Showing
28 changed files
with
313 additions
and
257 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ Pod::Spec.new do |spec| | |
spec.author = { "Criteo" => "[email protected]" } | ||
|
||
spec.platform = :ios | ||
spec.ios.deployment_target = "11.0" | ||
spec.ios.deployment_target = "12.0" | ||
spec.swift_version = "5.0" | ||
spec.static_framework = true # Required by Google Sdk | ||
|
||
|
@@ -35,7 +35,7 @@ Pod::Spec.new do |spec| | |
spec.subspec "GoogleAdapter" do |adapter| | ||
adapter.source_files = "CriteoGoogleAdapter/Sources/**/*.{h,m}" | ||
adapter.dependency "CriteoPublisherSdk/Sdk" | ||
adapter.dependency "Google-Mobile-Ads-SDK", "~> 9.0" | ||
adapter.dependency "Google-Mobile-Ads-SDK", "~> 10.1.0" | ||
|
||
# Xcode 12 workaround: https://github.com/CocoaPods/CocoaPods/issues/10065 | ||
adapter.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64 arm64e armv7 armv7s i386', 'EXCLUDED_ARCHS[sdk=iphoneos*]' => 'i386 x86_64' } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.