From d855870cac20e936f737ec2c04a3fb4ea4d2a5c9 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Wed, 4 Jul 2012 22:53:19 +0000 Subject: [PATCH] #4775 When building in Release mode, code sign the app for Gatekeeper (the identity is of course not available publicly) --- NEWS | 3 ++- Transmission.xcodeproj/project.pbxproj | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e4877bf79..000c65992 100644 --- a/NEWS +++ b/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 ==== diff --git a/Transmission.xcodeproj/project.pbxproj b/Transmission.xcodeproj/project.pbxproj index e2c6513c2..3cf299857 100644 --- a/Transmission.xcodeproj/project.pbxproj +++ b/Transmission.xcodeproj/project.pbxproj @@ -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;