Xcode: use certificate of Alex for code signing
When doing non-debug Xcode builds, use the "Developer ID Application: Alexander Barton" certificate for code signing by default.
This commit is contained in:
parent
4cf65b973c
commit
4b0f526006
|
@ -787,6 +787,7 @@
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||||
|
CODE_SIGN_IDENTITY = "Developer ID Application: Alexander Barton";
|
||||||
GCC_VERSION = 4.2;
|
GCC_VERSION = 4.2;
|
||||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||||
|
|
Loading…
Reference in New Issue