#4775 When building in Release mode, code sign the app for Gatekeeper (the identity is of course not available publicly)

This commit is contained in:
Mitchell Livingston 2012-07-04 22:53:19 +00:00
parent 2002c0291b
commit d855870cac
2 changed files with 4 additions and 1 deletions

3
NEWS
View File

@ -7,7 +7,8 @@
* Fixed compilation issues with Solaris and FreeBSD
* Other minor fixes
==== Mac ====
* Retina display compatibility
* Ready for Gatekeeper on Mountain Lion
* Retina graphics
* Add a filter and select all/deselect all buttons to the add window
* Support Lion's window restoration for several windows
==== Web Client ====

View File

@ -3181,6 +3181,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
CODE_SIGN_IDENTITY = "Developer ID Application: Digital Ignition LLC";
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = stabs;
DEPLOYMENT_POSTPROCESSING = YES;
@ -3208,6 +3209,7 @@
LIBRARY_SEARCH_PATHS = "third-party/curl/lib";
MACOSX_DEPLOYMENT_TARGET = 10.6;
OTHER_CFLAGS = "-DNDEBUG";
PROVISIONING_PROFILE = "";
SDKROOT = macosx10.7;
};
name = Release;