mirror of
https://github.com/transmission/transmission
synced 2024-12-24 16:52:39 +00:00
#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:
parent
2002c0291b
commit
d855870cac
2 changed files with 4 additions and 1 deletions
3
NEWS
3
NEWS
|
@ -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 ====
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue