Skip to content

Commit

Permalink
Merge pull request #257 from Khan/ios-deployment-target
Browse files Browse the repository at this point in the history
Lowered iOS deployment target to 8.0
  • Loading branch information
CodaFi committed Sep 30, 2015
2 parents 2105329 + d0f2199 commit dcfcf86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ Operator | Name | Type
System Requirements
===================

Swiftz supports OS X 10.9+ and iOS 7.0+.
Swiftz supports OS X 10.9+ and iOS 8.0+.

License
=======
Expand Down
4 changes: 2 additions & 2 deletions Swiftz.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1124,7 +1124,7 @@
);
INFOPLIST_FILE = Swiftz/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.typelift.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = Swiftz;
Expand All @@ -1147,7 +1147,7 @@
GCC_NO_COMMON_BLOCKS = YES;
INFOPLIST_FILE = Swiftz/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.typelift.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = Swiftz;
Expand Down

0 comments on commit dcfcf86

Please sign in to comment.