[Scummvm-cvs-logs] SF.net SVN: scummvm: [28644] tools/branches/gsoc2007-toolsgui

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Fri Aug 17 10:49:56 CEST 2007


Revision: 28644
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28644&view=rev
Author:   fingolfin
Date:     2007-08-17 01:49:55 -0700 (Fri, 17 Aug 2007)

Log Message:
-----------
Fix Mac OS X bundle building

Modified Paths:
--------------
    tools/branches/gsoc2007-toolsgui/Makefile
    tools/branches/gsoc2007-toolsgui/dist/macosx/Info.plist

Modified: tools/branches/gsoc2007-toolsgui/Makefile
===================================================================
--- tools/branches/gsoc2007-toolsgui/Makefile	2007-08-17 06:08:18 UTC (rev 28643)
+++ tools/branches/gsoc2007-toolsgui/Makefile	2007-08-17 08:49:55 UTC (rev 28644)
@@ -10,7 +10,7 @@
 
 # Additional warnings
 CFLAGS+= -Wshadow
-CFLAGS+= -pedantic
+#CFLAGS+= -pedantic
 CFLAGS+= -Wpointer-arith -Wcast-qual -Wcast-align
 # -Wconversion
 CFLAGS+= -Wshadow -Wimplicit -Wundef -Wwrite-strings
@@ -51,14 +51,14 @@
 
 all: $(TARGETS)
 
-bundle_name = ScummVM\ Tools GUI.app
+bundle_name = ScummVM\ Tools\ GUI.app
 bundle: $(TARGETS)
 	mkdir -p $(bundle_name)
 	mkdir -p $(bundle_name)/Contents
 	mkdir -p $(bundle_name)/Contents/MacOS
 	mkdir -p $(bundle_name)/Contents/Resources
 	echo "APPL????" > $(bundle_name)/Contents/PkgInfo
-	cp $(SRC)/dists/macosx/Info.plist $(bundle_name)/Contents/
+	cp $(SRC)/dist/macosx/Info.plist $(bundle_name)/Contents/
 	cp $(TARGETS) $(bundle_name)/Contents/Resources/
 	mv $(bundle_name)/Contents/Resources/tools_gui $(bundle_name)/Contents/MacOS/
 

Modified: tools/branches/gsoc2007-toolsgui/dist/macosx/Info.plist
===================================================================
--- tools/branches/gsoc2007-toolsgui/dist/macosx/Info.plist	2007-08-17 06:08:18 UTC (rev 28643)
+++ tools/branches/gsoc2007-toolsgui/dist/macosx/Info.plist	2007-08-17 08:49:55 UTC (rev 28644)
@@ -4,26 +4,25 @@
 <dict>
 	<key>CFBundleDisplayName</key>
 	<string>ScummVM Tools</string>
+	<key>CFBundleName</key>
+	<string>ScummVM Tools</string>
+	<key>LSHasLocalizedDisplayName</key>
+	<false/>
 	<key>CFBundleExecutable</key>
 	<string>tools_gui</string>
 	<key>CFBundleIdentifier</key>
-	<string>org.ScummVM.ToolsGui</string>
-	<key>CFBundleInfoDictionaryVersion</key>
-	<string>6.0</string>
-	<key>CFBundleName</key>
-	<string>ScummVM Tools</string>
-	<key>CFBundlePackageType</key>
-	<string>APPL</string>
+	<string>org.scummvm.toolsgui</string>
 	<key>CFBundleShortVersionString</key>
 	<string>0.1.0</string>
-	<key>CFBundleSignature</key>
-	<string>SVTG</string>
 	<key>CFBundleVersion</key>
 	<string>0.1.0</string>
-	<key>LSHasLocalizedDisplayName</key>
-	<false/>
+	<key>CFBundlePackageType</key>
+	<string>APPL</string>
+	<key>CFBundleSignature</key>
+	<string>????</string>
 	<key>NSAppleScriptEnabled</key>
 	<false/>
 	<key>NSHumanReadableCopyright</key>
 	<string>Copyright 2001-2007 The ScummVM team</string>
-</plist>
\ No newline at end of file
+</dict>
+</plist>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list