Skip to content

Commit

Permalink
lower min iOS target version to 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jarsen committed Sep 23, 2016
1 parent f9c2d58 commit a9c8ecf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Reactor.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Reactor/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 = me.jasonlarsen.Reactor;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -353,6 +354,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Reactor/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 = me.jasonlarsen.Reactor;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit a9c8ecf

Please sign in to comment.