Skip to content

Commit

Permalink
Merge pull request JohnSundell#61 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 e7f53de + 5b50838 commit 084652a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Unbox.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@
INFOPLIST_FILE = Configs/Unbox.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.Unbox-OSX";
PRODUCT_NAME = Unbox;
SDKROOT = macosx;
Expand All @@ -776,7 +776,7 @@
INFOPLIST_FILE = Configs/Unbox.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.Unbox-OSX";
PRODUCT_NAME = Unbox;
SDKROOT = macosx;
Expand Down

0 comments on commit 084652a

Please sign in to comment.