Skip to content

Commit

Permalink
Lower deployment target to iOS 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Dec 19, 2015
1 parent 84de79e commit 44f90bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions HandySwift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = HandySwift/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.flinesoft.HandySwift;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -353,6 +354,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = HandySwift/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.flinesoft.HandySwift;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit 44f90bf

Please sign in to comment.