adium 5101:bdcf20050785: Codesign AdiumApplescriptRunner too, be...
commits at adium.im
commits at adium.im
Mon Oct 8 22:13:01 UTC 2012
details: http://hg.adium.im/adium/rev/bdcf20050785
revision: 5101:bdcf20050785
branch: adium-1.5.4
author: Thijs Alkemade <thijsalkemade at gmail.com>
date: Tue Oct 09 00:12:51 2012 +0200
Codesign AdiumApplescriptRunner too, before codesigning Adium.app itself. Maybe this stops the Gatekeeper warning.
Refs #16185
diffs (11 lines):
diff -r 61f9ea4acc88 -r bdcf20050785 Release/Makefile
--- a/Release/Makefile Thu Aug 09 16:32:00 2012 -0400
+++ b/Release/Makefile Tue Oct 09 00:12:51 2012 +0200
@@ -164,6 +164,7 @@
if [ -e ~/adium-password ]; then \
security unlock-keychain -p `cat ~/adium-password`; \
fi
+ codesign --verbose --force --sign "Developer ID Application: Instant Messaging Freedom, Inc." --requirements "=designated => anchor apple generic and identifier \"com.adiumX.adiumX\" and ((cert leaf[field.1.2.840.113635.100.6.1.9] exists) or ( certificate 1[field.1.2.840.113635.100.6.2.6] exists and certificate leaf[field.1.2.840.113635.100.6.1.13] exists and certificate leaf[subject.OU] = \"VQ6ZEL8UD3\" ))" $(ADIUM_DIR)/Adium.app/Contents/Resources/AdiumApplescriptRunner
codesign --verbose --force --sign "Developer ID Application: Instant Messaging Freedom, Inc." --requirements "=designated => anchor apple generic and identifier \"com.adiumX.adiumX\" and ((cert leaf[field.1.2.840.113635.100.6.1.9] exists) or ( certificate 1[field.1.2.840.113635.100.6.2.6] exists and certificate leaf[field.1.2.840.113635.100.6.1.13] exists and certificate leaf[subject.OU] = \"VQ6ZEL8UD3\" ))" $(ADIUM_DIR)/Adium.app
endif
More information about the commits
mailing list