Skip to content

Commit

Permalink
change framework deployment target from 11.0 to 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
russellyi committed Oct 20, 2017
1 parent 1db7917 commit 47448c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MJRefreshExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@
GCC_NO_COMMON_BLOCKS = YES;
INFOPLIST_FILE = MJRefreshFramework/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.520it.MJRefreshFramework;
PRODUCT_MODULE_NAME = MJRefresh;
Expand Down Expand Up @@ -823,7 +823,7 @@
GCC_NO_COMMON_BLOCKS = YES;
INFOPLIST_FILE = MJRefreshFramework/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.520it.MJRefreshFramework;
PRODUCT_MODULE_NAME = MJRefresh;
Expand Down

0 comments on commit 47448c8

Please sign in to comment.