Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
switch to min version 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kgn committed Oct 13, 2015
1 parent a13ea4d commit dbfe043
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NSDateTimeAgo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Framework/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.kevinlawler.NSDateTimeAgo;
PRODUCT_NAME = NSDateTimeAgo;
Expand All @@ -262,6 +263,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Framework/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.kevinlawler.NSDateTimeAgo;
PRODUCT_NAME = NSDateTimeAgo;
Expand Down

0 comments on commit dbfe043

Please sign in to comment.