Skip to content

Commit

Permalink
Support iOS 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Welton authored and Jake Welton committed Mar 2, 2018
1 parent 6c5f7e3 commit 9974b63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Highlightr.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1919,6 +1919,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Highlightr/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.raspu.Highlightr;
PRODUCT_NAME = Highlightr;
Expand All @@ -1942,6 +1943,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Highlightr/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.raspu.Highlightr;
PRODUCT_NAME = Highlightr;
Expand Down

0 comments on commit 9974b63

Please sign in to comment.