Removing the requirement to code sign so that product would compile and run

This commit is contained in:
Ali Rizvi 2011-09-02 16:25:11 -07:00 committed by Gennadiy Potapov
parent f9ccf71c29
commit 7efaff666c

View file

@ -533,7 +533,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application: Gennadiy Potapov";
CODE_SIGN_IDENTITY = "";
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
PRODUCT_NAME = Flycut;
@ -545,7 +545,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application: Gennadiy Potapov";
CODE_SIGN_IDENTITY = "";
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_OPTIMIZATION_LEVEL = s;
GCC_WARN_ABOUT_RETURN_TYPE = YES;