Skip to content

Commit fe558f3

Browse files
committed
Change minimum deployment target to iOS 8.0
1 parent eaa25e9 commit fe558f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ESPullToRefreshExample/ESPullToRefreshExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@
441441
DYLIB_INSTALL_NAME_BASE = "@rpath";
442442
INFOPLIST_FILE = ESPullToRefresh/Info.plist;
443443
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
444+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
444445
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
445446
PRODUCT_BUNDLE_IDENTIFIER = com.eggswift.ESPullToRefresh;
446447
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -461,6 +462,7 @@
461462
DYLIB_INSTALL_NAME_BASE = "@rpath";
462463
INFOPLIST_FILE = ESPullToRefresh/Info.plist;
463464
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
465+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
464466
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
465467
PRODUCT_BUNDLE_IDENTIFIER = com.eggswift.ESPullToRefresh;
466468
PRODUCT_NAME = "$(TARGET_NAME)";

0 commit comments

Comments
 (0)