Skip to content

Commit

Permalink
Fixed SDK to 10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mttrb committed Dec 21, 2014
1 parent 910adc4 commit 85b7125
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BeaconOSX.xcodeproj/project.pbxproj
Expand Up @@ -405,6 +405,7 @@
GCC_PREFIX_HEADER = "BeaconOSX/BeaconOSX-Prefix.pch";
INFOPLIST_FILE = "BeaconOSX/BeaconOSX-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx10.9;
WRAPPER_EXTENSION = app;
};
name = Debug;
Expand All @@ -418,6 +419,7 @@
GCC_PREFIX_HEADER = "BeaconOSX/BeaconOSX-Prefix.pch";
INFOPLIST_FILE = "BeaconOSX/BeaconOSX-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx10.9;
WRAPPER_EXTENSION = app;
};
name = Release;
Expand Down

0 comments on commit 85b7125

Please sign in to comment.