adium 4810:f8c02c748e9a: The entire app bundle should be signed,...

commits at adium.im commits at adium.im
Fri May 11 22:58:11 UTC 2012


details:	http://hg.adium.im/adium/rev/f8c02c748e9a
revision:	4810:f8c02c748e9a
branch:		(none)
author:		Evan Schoenberg
date:		Fri May 11 17:58:06 2012 -0500

The entire app bundle should be signed, not just the executable.

diffs (12 lines):

diff -r c5ac17ab998d -r f8c02c748e9a Release/Makefile
--- a/Release/Makefile	Fri May 11 17:52:49 2012 -0500
+++ b/Release/Makefile	Fri May 11 17:58:06 2012 -0500
@@ -164,7 +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/MacOS/Adium	
+	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
 
 createfolder:




More information about the commits mailing list