Skip to content

Commit

Permalink
Using latest OS X as base SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
stigi committed Jan 24, 2013
1 parent 9983348 commit af435a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JSONKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.6;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_NAME = JSONKit;
SDKROOT = macosx10.6;
SDKROOT = macosx;
WRAPPER_EXTENSION = framework;
};
name = Debug;
Expand All @@ -331,7 +331,7 @@
LD_DYLIB_INSTALL_NAME = "@executable_path/../Frameworks/$(EXECUTABLE_PATH)";
MACOSX_DEPLOYMENT_TARGET = 10.6;
PRODUCT_NAME = JSONKit;
SDKROOT = macosx10.6;
SDKROOT = macosx;
WRAPPER_EXTENSION = framework;
};
name = Release;
Expand Down

0 comments on commit af435a5

Please sign in to comment.