Skip to content

Commit

Permalink
Change deployment target to iOS 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alasdairlaw committed Aug 21, 2017
1 parent daebf66 commit 1ae61b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NetworkOperation.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = NetworkOperation/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.alasdairlaw.NetworkOperation;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -667,6 +668,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = NetworkOperation/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.alasdairlaw.NetworkOperation;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit 1ae61b1

Please sign in to comment.