mirror of
https://github.com/zhigang1992/PerspectiveTransform.git
synced 2026-01-12 22:49:33 +08:00
use latest iOS and macOS versions for testing
This commit is contained in:
@@ -893,8 +893,8 @@
|
||||
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
||||
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 11.2;
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.13;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 12.2;
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.14;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SDKROOT = iphoneos;
|
||||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
||||
@@ -947,8 +947,8 @@
|
||||
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
||||
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 11.2;
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.13;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 12.2;
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.14;
|
||||
SDKROOT = iphoneos;
|
||||
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
|
||||
SWIFT_VERSION = 4.2;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
source 'https://github.com/CocoaPods/Specs.git'
|
||||
use_frameworks!
|
||||
platform :ios, '11.0'
|
||||
platform :ios, '12.2'
|
||||
|
||||
def DevelopmentPodAndDependencies
|
||||
pod 'PerspectiveTransform', :path => '../'
|
||||
@@ -24,7 +24,7 @@ target 'Example' do
|
||||
end
|
||||
|
||||
target 'OpenCV OSX Tests' do
|
||||
platform :osx, '10.13'
|
||||
platform :osx, '10.14'
|
||||
SwiftTestingPods()
|
||||
end
|
||||
end
|
||||
|
||||
@@ -41,6 +41,6 @@ SPEC CHECKSUMS:
|
||||
PerspectiveTransform: 4e823871c7fde15b776610dbdf102a3b00adb077
|
||||
Quick: ce1276c7c27ba2da3cb2fd0cde053c3648b3b22d
|
||||
|
||||
PODFILE CHECKSUM: 882ce3558060409e596935d1d06dd5a6707894f9
|
||||
PODFILE CHECKSUM: 80ff60e539c07a49578d282438bd9e678f55ceff
|
||||
|
||||
COCOAPODS: 1.6.1
|
||||
|
||||
Reference in New Issue
Block a user