-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update minimum deployment version (#829)
* feat: set minimum deployment version to 11 * fix: fix issue in InternalTestApp
- Loading branch information
1 parent
5f407f3
commit eb6f48f
Showing
7 changed files
with
25 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ Pod::Spec.new do |s| | |
} | ||
|
||
s.author = { "Prebid.org, Inc." => "[email protected]" } | ||
s.platform = :ios, "10.0" | ||
s.platform = :ios, "11.0" | ||
s.swift_version = '5.0' | ||
s.source = { :git => "https://github.com/prebid/prebid-mobile-ios.git", :tag => "#{s.version}" } | ||
s.xcconfig = { :LIBRARY_SEARCH_PATHS => '$(inherited)', | ||
|
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 |
---|---|---|
|
@@ -26,7 +26,7 @@ Pod::Spec.new do |s| | |
} | ||
|
||
s.author = { "Prebid.org, Inc." => "[email protected]" } | ||
s.platform = :ios, "10.0" | ||
s.platform = :ios, "11.0" | ||
s.swift_version = '5.0' | ||
s.source = { :git => "https://github.com/prebid/prebid-mobile-ios.git", :tag => "#{s.version}" } | ||
s.xcconfig = { :LIBRARY_SEARCH_PATHS => '$(inherited)', | ||
|
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 |
---|---|---|
|
@@ -26,7 +26,7 @@ Pod::Spec.new do |s| | |
} | ||
|
||
s.author = { "Prebid.org, Inc." => "[email protected]" } | ||
s.platform = :ios, "10.0" | ||
s.platform = :ios, "11.0" | ||
s.swift_version = '5.0' | ||
s.source = { :git => "https://github.com/prebid/prebid-mobile-ios.git", :tag => "#{s.version}" } | ||
s.xcconfig = { :LIBRARY_SEARCH_PATHS => '$(inherited)', | ||
|
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 |
---|---|---|
|
@@ -26,7 +26,7 @@ Pod::Spec.new do |s| | |
} | ||
|
||
s.author = { "Prebid.org, Inc." => "[email protected]" } | ||
s.platform = :ios, "10.0" | ||
s.platform = :ios, "11.0" | ||
s.swift_version = '5.0' | ||
s.source = { :git => "https://github.com/prebid/prebid-mobile-ios.git", :tag => "#{s.version}" } | ||
s.xcconfig = { :LIBRARY_SEARCH_PATHS => '$(inherited)', | ||
|