Skip to content

Commit

Permalink
Set minimum deployment target to 10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoffer Winterkvist committed Jan 8, 2016
1 parent 0e7749d commit 2f793b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sugar.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@
INFOPLIST_FILE = "$(SRCROOT)/SupportFiles/Mac/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.9;
MACOSX_DEPLOYMENT_TARGET = 10.10;
PRODUCT_BUNDLE_IDENTIFIER = "no.hyper.Sugar-Mac";
PRODUCT_NAME = Sugar;
SDKROOT = macosx;
Expand All @@ -579,7 +579,7 @@
INFOPLIST_FILE = "$(SRCROOT)/SupportFiles/Mac/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.9;
MACOSX_DEPLOYMENT_TARGET = 10.10;
PRODUCT_BUNDLE_IDENTIFIER = "no.hyper.Sugar-Mac";
PRODUCT_NAME = Sugar;
SDKROOT = macosx;
Expand Down

0 comments on commit 2f793b9

Please sign in to comment.