Skip to content

Commit af435a5

Browse files
committed
Using latest OS X as base SDK
1 parent 9983348 commit af435a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

JSONKit.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
MACOSX_DEPLOYMENT_TARGET = 10.6;
307307
ONLY_ACTIVE_ARCH = YES;
308308
PRODUCT_NAME = JSONKit;
309-
SDKROOT = macosx10.6;
309+
SDKROOT = macosx;
310310
WRAPPER_EXTENSION = framework;
311311
};
312312
name = Debug;
@@ -331,7 +331,7 @@
331331
LD_DYLIB_INSTALL_NAME = "@executable_path/../Frameworks/$(EXECUTABLE_PATH)";
332332
MACOSX_DEPLOYMENT_TARGET = 10.6;
333333
PRODUCT_NAME = JSONKit;
334-
SDKROOT = macosx10.6;
334+
SDKROOT = macosx;
335335
WRAPPER_EXTENSION = framework;
336336
};
337337
name = Release;

0 commit comments

Comments
 (0)