Skip to content

Commit

Permalink
changed base SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
psychs committed Dec 6, 2010
1 parent 5f4f119 commit 21ad311
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions LimeChat.xcodeproj/project.pbxproj
Expand Up @@ -1359,7 +1359,7 @@
);
PREBINDING = NO;
PRODUCT_NAME = LimeChat;
SDKROOT = "";
SDKROOT = macosx;
WRAPPER_EXTENSION = app;
ZERO_LINK = YES;
};
Expand Down Expand Up @@ -1391,7 +1391,7 @@
);
PREBINDING = NO;
PRODUCT_NAME = LimeChat;
SDKROOT = /Developer/SDKs/MacOSX10.5.sdk;
SDKROOT = macosx;
WRAPPER_EXTENSION = app;
ZERO_LINK = NO;
};
Expand All @@ -1408,7 +1408,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
ONLY_ACTIVE_ARCH_PRE_XCODE_3_1 = "$(NATIVE_ARCH_ACTUAL)";
PREBINDING = NO;
SDKROOT = /Developer/SDKs/MacOSX10.5.sdk;
SDKROOT = macosx;
};
name = Debug;
};
Expand All @@ -1424,7 +1424,7 @@
INSTALL_PATH = /Applications;
MACOSX_DEPLOYMENT_TARGET = 10.5;
PREBINDING = NO;
SDKROOT = /Developer/SDKs/MacOSX10.5.sdk;
SDKROOT = macosx;
};
name = Release;
};
Expand Down

0 comments on commit 21ad311

Please sign in to comment.