Browse Source

Merge pull request #58 from heistings/dev_IPHONEOS_DEPLOYMENT_TARGET

Update IPHONEOS_DEPLOYMENT_TARGET to 6.0.
M了个J 11 years ago
parent
commit
93910adf94
1 changed files with 2 additions and 0 deletions
  1. 2 0
      MJRefreshExample/MJRefreshExample.xcodeproj/project.pbxproj

+ 2 - 0
MJRefreshExample/MJRefreshExample.xcodeproj/project.pbxproj

@@ -469,6 +469,7 @@
 			buildSettings = {
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
 				INFOPLIST_FILE = MJRefreshExample/Info.plist;
+				IPHONEOS_DEPLOYMENT_TARGET = 6.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
 				PRODUCT_NAME = "$(TARGET_NAME)";
 			};
@@ -479,6 +480,7 @@
 			buildSettings = {
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
 				INFOPLIST_FILE = MJRefreshExample/Info.plist;
+				IPHONEOS_DEPLOYMENT_TARGET = 6.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
 				PRODUCT_NAME = "$(TARGET_NAME)";
 			};