File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ Operator | Name | Type
209209System 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
214214License
215215=======
Original file line number Diff line number Diff line change 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;
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;
You can’t perform that action at this time.
0 commit comments