Skip to content

Commit

Permalink
updated framework deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanhimmelman committed Sep 22, 2015
1 parent 10598ee commit f8fd40f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@
ENABLE_TESTABILITY = YES;
INFOPLIST_FILE = HidingNavigationBar/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.hearst.HidingNavigationBar;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -439,7 +439,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = HidingNavigationBar/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.hearst.HidingNavigationBar;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit f8fd40f

Please sign in to comment.