Skip to content

Commit

Permalink
Bumps Kiwi deployment targets to the minimum allowed nowadays (iOS 8.…
Browse files Browse the repository at this point in the history
…0 and MacOSX 10.8)
  • Loading branch information
Edu Caselles committed Jan 10, 2018
1 parent f862861 commit 500dc81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 2 additions & 3 deletions Kiwi.podspec
Expand Up @@ -16,13 +16,12 @@ Pod::Spec.new do |s|
'Adam Sharp' => 'adsharp@me.com',
}

s.ios.deployment_target = '5.1.1'
s.osx.deployment_target = '10.7'
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.8'

s.framework = 'XCTest'
s.source_files = 'Classes/**/*.{h,m}'
s.requires_arc = true
s.prefix_header_contents = '#import <XCTest/XCTest.h>'

end

6 changes: 4 additions & 2 deletions Kiwi.xcodeproj/project.pbxproj
Expand Up @@ -2121,7 +2121,7 @@
INFOPLIST_FILE = "Supporting Files/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.7;
MACOSX_DEPLOYMENT_TARGET = 10.8;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_NAME = "$(KIWI_PRODUCT_NAME)";
Expand Down Expand Up @@ -2165,7 +2165,7 @@
INFOPLIST_FILE = "Supporting Files/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.7;
MACOSX_DEPLOYMENT_TARGET = 10.8;
MTL_ENABLE_DEBUG_INFO = NO;
PRODUCT_NAME = "$(KIWI_PRODUCT_NAME)";
SDKROOT = macosx;
Expand Down Expand Up @@ -2285,6 +2285,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
KIWI_PRODUCT_NAME = Kiwi;
KIWI_TESTS_PRODUCT_NAME = KiwiTests;
MACOSX_DEPLOYMENT_TARGET = 10.8;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "org.kiwi-bdd.$(PRODUCT_NAME:rfc1034identifier)";
RUN_CLANG_STATIC_ANALYZER = YES;
Expand Down Expand Up @@ -2329,6 +2330,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
KIWI_PRODUCT_NAME = Kiwi;
KIWI_TESTS_PRODUCT_NAME = KiwiTests;
MACOSX_DEPLOYMENT_TARGET = 10.8;
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
PRODUCT_BUNDLE_IDENTIFIER = "org.kiwi-bdd.$(PRODUCT_NAME:rfc1034identifier)";
SDKROOT = iphoneos;
Expand Down

0 comments on commit 500dc81

Please sign in to comment.