Skip to content
This repository has been archived by the owner on May 20, 2021. It is now read-only.

Commit

Permalink
Merge pull request #6 from bmichotte/osx_10_10
Browse files Browse the repository at this point in the history
Support Os X 10.10
  • Loading branch information
JohnSundell committed May 13, 2016
2 parents 2becb82 + de58d4b commit b1c24d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Wrap.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@
INFOPLIST_FILE = Configs/OSX.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.11;
MACOSX_DEPLOYMENT_TARGET = 10.10;
PRODUCT_BUNDLE_IDENTIFIER = "com.unbox.Wrap-OSX";
PRODUCT_NAME = Wrap;
SDKROOT = macosx;
Expand All @@ -643,7 +643,7 @@
INFOPLIST_FILE = Configs/OSX.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.11;
MACOSX_DEPLOYMENT_TARGET = 10.10;
PRODUCT_BUNDLE_IDENTIFIER = "com.unbox.Wrap-OSX";
PRODUCT_NAME = Wrap;
SDKROOT = macosx;
Expand Down

0 comments on commit b1c24d6

Please sign in to comment.