adium 4763:7a2137cd99f9: Muscovy updated to Lion, Xcode 4.3.x an...

commits at adium.im commits at adium.im
Fri Apr 6 21:30:35 UTC 2012


details:	http://hg.adium.im/adium/rev/7a2137cd99f9
revision:	4763:7a2137cd99f9
branch:		(none)
author:		Adrian Godoroja <robotive at me.com>
date:		Sat Apr 07 00:29:28 2012 +0300

Muscovy updated to Lion, Xcode 4.3.x and a new code signing cert.

diffs (25 lines):

diff -r 024a8af439f0 -r 7a2137cd99f9 Makefile
--- a/Makefile	Thu Apr 05 22:22:57 2012 +0300
+++ b/Makefile	Sat Apr 07 00:29:28 2012 +0300
@@ -11,7 +11,8 @@
 
 # Choose xcodebuild 
 # currently used for build machines
-XCODEBUILD ?= $(shell if test -d /Xcode4; then echo "/Xcode4/usr/bin/xcodebuild"; else echo "xcodebuild"; fi)
+# XCODEBUILD ?= $(shell if test -d /Xcode4; then echo "/Xcode4/usr/bin/xcodebuild"; else echo "xcodebuild"; fi)
+XCODEBUILD ?= xcodebuild
 #
 
 CP=ditto --rsrc
diff -r 024a8af439f0 -r 7a2137cd99f9 Release/Makefile
--- a/Release/Makefile	Thu Apr 05 22:22:57 2012 +0300
+++ b/Release/Makefile	Sat Apr 07 00:29:28 2012 +0300
@@ -164,7 +164,7 @@
 	if [ -e ~/adium-password ]; then \
 		security unlock-keychain -p `cat ~/adium-password`; \
 	fi
-	codesign -v -s Adium $(ADIUM_DIR)/Adium.app/Contents/MacOS/Adium
+	codesign -v -s "Developer ID Application: Instant Messaging Freedom, Inc." $(ADIUM_DIR)/Adium.app/Contents/MacOS/Adium
 endif
 
 createfolder:




More information about the commits mailing list