mirror of
https://github.com/TermiT/Flycut.git
synced 2024-11-10 17:47:11 +08:00
Removing the requirement to code sign so that product would compile and run
This commit is contained in:
parent
f9ccf71c29
commit
7efaff666c
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue