Skip to content

Commit

Permalink
Fix project setting
Browse files Browse the repository at this point in the history
  • Loading branch information
anagromataf committed Dec 9, 2011
1 parent c9c64fd commit 95fb8e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions JSONKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@
GCC_PREFIX_HEADER = "JSONKit/JSONKit-Prefix.pch";
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
INFOPLIST_FILE = "JSONKit/JSONKit-Info.plist";
LD_DYLIB_INSTALL_NAME = "@executable_path/../Frameworks/$(EXECUTABLE_PATH)";
MACOSX_DEPLOYMENT_TARGET = 10.7;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_NAME = JSONKit;
Expand All @@ -327,6 +328,7 @@
GCC_PREFIX_HEADER = "JSONKit/JSONKit-Prefix.pch";
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
INFOPLIST_FILE = "JSONKit/JSONKit-Info.plist";
LD_DYLIB_INSTALL_NAME = "@executable_path/../Frameworks/$(EXECUTABLE_PATH)";
MACOSX_DEPLOYMENT_TARGET = 10.7;
PRODUCT_NAME = JSONKit;
SDKROOT = macosx;
Expand Down

0 comments on commit 95fb8e5

Please sign in to comment.