Skip to content

Commit dcfcf86

Browse files
committed
Merge pull request #257 from Khan/ios-deployment-target
Lowered iOS deployment target to 8.0
2 parents 2105329 + d0f2199 commit dcfcf86

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ Operator | Name | Type
209209
System Requirements
210210
===================
211211

212-
Swiftz supports OS X 10.9+ and iOS 7.0+.
212+
Swiftz supports OS X 10.9+ and iOS 8.0+.
213213

214214
License
215215
=======

Swiftz.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,7 +1124,7 @@
11241124
);
11251125
INFOPLIST_FILE = Swiftz/Info.plist;
11261126
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1127-
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
1127+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
11281128
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
11291129
PRODUCT_BUNDLE_IDENTIFIER = "com.typelift.$(PRODUCT_NAME:rfc1034identifier)";
11301130
PRODUCT_NAME = Swiftz;
@@ -1147,7 +1147,7 @@
11471147
GCC_NO_COMMON_BLOCKS = YES;
11481148
INFOPLIST_FILE = Swiftz/Info.plist;
11491149
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1150-
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
1150+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
11511151
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
11521152
PRODUCT_BUNDLE_IDENTIFIER = "com.typelift.$(PRODUCT_NAME:rfc1034identifier)";
11531153
PRODUCT_NAME = Swiftz;

0 commit comments

Comments
 (0)