Skip to content

Commit

Permalink
v4.0.1: Increased deployment targets to OS X 10.8, iOS 6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Jun 5, 2014
1 parent e949a37 commit b6d989a
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 15 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
@@ -1,3 +1,12 @@
Version 4.0.1
-------------
_04 Jun 2014_

**Project changes:**

- Increased deployment targets to OS X 10.8, iOS 6.0.


Version 4.0.0
-------------
_10 May 2014_
Expand Down
8 changes: 4 additions & 4 deletions OCHamcrest.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'OCHamcrest'
s.version = '4.0.0'
s.version = '4.0.1'
s.summary = 'Hamcrest for Objective-C: Powerful, combinable, extensible matchers for verification.'
s.description = <<-DESC
OCHamcrest is:
Expand Down Expand Up @@ -29,9 +29,9 @@ Pod::Spec.new do |s|
s.author = { 'Jon Reid' => 'jon@qualitycoding.org' }
s.social_media_url = 'https://twitter.com/qcoding'

s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'
s.source = { :git => 'https://github.com/hamcrest/OCHamcrest.git', :tag => 'v4.0.0' }
s.ios.deployment_target = '6.0'
s.osx.deployment_target = '10.8'
s.source = { :git => 'https://github.com/hamcrest/OCHamcrest.git', :tag => 'v4.0.1' }
s.source_files = 'Source/OCHamcrest.h', 'Source/Core/**/*.{h,m}', 'Source/Library/**/*.{h,m}'
s.private_header_files = 'Source/Core/HCGenericTestFailureHandler.h', 'Source/Core/HCSenTestFailureHandler.h' 'Source/Core/HCXCTestFailureHandler.h'
s.requires_arc = true
Expand Down
2 changes: 1 addition & 1 deletion Source/MakeDistribution.sh
@@ -1,4 +1,4 @@
VERSION=4.0.0
VERSION=4.0.1
DISTFILE=OCHamcrest-${VERSION}
DISTPATH=build/${DISTFILE}
PROJECTROOT=..
Expand Down
4 changes: 2 additions & 2 deletions Source/OCHamcrest-Info.plist
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.0.1</string>
<string>4.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3.0.1</string>
<string>4.0.1</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2014 hamcrest.org</string>
<key>NSPrincipalClass</key>
Expand Down
12 changes: 4 additions & 8 deletions Source/OCHamcrest.xcodeproj/project.pbxproj
Expand Up @@ -1568,7 +1568,6 @@
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ENABLE_OBJC_ARC = YES;
DSTROOT = /tmp/libochamcrest.dst;
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
OTHER_CFLAGS = "-fobjc-arc-exceptions";
PRODUCT_NAME = ochamcrest;
SDKROOT = iphoneos;
Expand All @@ -1581,7 +1580,6 @@
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ENABLE_OBJC_ARC = YES;
DSTROOT = /tmp/libochamcrest.dst;
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
OTHER_CFLAGS = "-fobjc-arc-exceptions";
PRODUCT_NAME = ochamcrest;
SDKROOT = iphoneos;
Expand All @@ -1600,7 +1598,6 @@
GCC_GENERATE_TEST_COVERAGE_FILES = YES;
GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = YES;
INFOPLIST_FILE = "Tests-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
Expand All @@ -1618,7 +1615,6 @@
"$(DEVELOPER_LIBRARY_DIR)/Frameworks",
);
INFOPLIST_FILE = "Tests-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
Expand All @@ -1641,6 +1637,8 @@
GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_VERSION = "";
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
MACOSX_DEPLOYMENT_TARGET = 10.8;
ONLY_ACTIVE_ARCH = YES;
RUN_CLANG_STATIC_ANALYZER = NO;
};
Expand All @@ -1656,6 +1654,8 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "OCHamcrest-Prefix.pch";
GCC_VERSION = "";
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
MACOSX_DEPLOYMENT_TARGET = 10.8;
};
name = Release;
};
Expand All @@ -1672,7 +1672,6 @@
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
INFOPLIST_FILE = "OCHamcrest-Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.7;
OTHER_CFLAGS = "-fobjc-arc-exceptions";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
Expand All @@ -1692,7 +1691,6 @@
FRAMEWORK_VERSION = A;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
INFOPLIST_FILE = "OCHamcrest-Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.7;
OTHER_CFLAGS = "-fobjc-arc-exceptions";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
Expand All @@ -1711,7 +1709,6 @@
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
INFOPLIST_FILE = "Tests-Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.7;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
WRAPPER_EXTENSION = octest;
Expand All @@ -1728,7 +1725,6 @@
FRAMEWORK_SEARCH_PATHS = "$(DEVELOPER_LIBRARY_DIR)/Frameworks";
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
INFOPLIST_FILE = "Tests-Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.7;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
WRAPPER_EXTENSION = octest;
Expand Down

0 comments on commit b6d989a

Please sign in to comment.