aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOystein Eftevaag2009-04-19 10:28:00 +0000
committerOystein Eftevaag2009-04-19 10:28:00 +0000
commitbedd33ef792cad47b9230ff83a13edc8cc1d13a5 (patch)
tree44fba056c9d6e5e18034b1eb6329d00707de51a7
parentd30033fc0499491487a872fd8a99738f781a9541 (diff)
downloadscummvm-rg350-bedd33ef792cad47b9230ff83a13edc8cc1d13a5.tar.gz
scummvm-rg350-bedd33ef792cad47b9230ff83a13edc8cc1d13a5.tar.bz2
scummvm-rg350-bedd33ef792cad47b9230ff83a13edc8cc1d13a5.zip
Updated Mac OS X and iPhone bundle creation a bit (copying in more docs, and removed the version name from the mounted volume directory to avoid manually updating the DS_Store file every release)
svn-id: r40018
-rw-r--r--dists/macosx/DS_Storebin12292 -> 12292 bytes
-rw-r--r--ports.mk9
2 files changed, 7 insertions, 2 deletions
diff --git a/dists/macosx/DS_Store b/dists/macosx/DS_Store
index f6be3b3d8c..2d4193a6af 100644
--- a/dists/macosx/DS_Store
+++ b/dists/macosx/DS_Store
Binary files differ
diff --git a/ports.mk b/ports.mk
index 19b210e3d8..07c93cb84a 100644
--- a/ports.mk
+++ b/ports.mk
@@ -63,6 +63,10 @@ iphonebundle: $(srcdir)/dists/iphone/Info.plist
cp $(srcdir)/dists/pred.dic $(bundle_name)/
cp $(DIST_FILES_THEMES) $(bundle_name)/
cp $(DIST_FILES_ENGINEDATA) $(bundle_name)/
+ cp $(srcdir)/AUTHORS $(bundle_name)/
+ cp $(srcdir)/COPYING $(bundle_name)/
+ cp $(srcdir)/COPYING.LGPL $(bundle_name)/
+ cp $(srcdir)/COPYRIGHT $(bundle_name)/
cp scummvm $(bundle_name)/ScummVM
cp $(srcdir)/dists/iphone/icon.png $(bundle_name)/icon.png
cp $(srcdir)/dists/iphone/Default.png $(bundle_name)/Default.png
@@ -124,7 +128,8 @@ osxsnap: bundle
mkdir ScummVM-snapshot
$(srcdir)/tools/credits.pl --text > $(srcdir)/AUTHORS
cp $(srcdir)/AUTHORS ./ScummVM-snapshot/Authors
- cp $(srcdir)/COPYING ./ScummVM-snapshot/License
+ cp $(srcdir)/COPYING ./ScummVM-snapshot/License\ \(GPL\)
+ cp $(srcdir)/COPYING.LGPL ./ScummVM-snapshot/License\ \(LGPL\)
cp $(srcdir)/COPYRIGHT ./ScummVM-snapshot/Copyright\ Holders
cp $(srcdir)/NEWS ./ScummVM-snapshot/News
cp $(srcdir)/README ./ScummVM-snapshot/ScummVM\ ReadMe
@@ -136,7 +141,7 @@ osxsnap: bundle
/Developer/Tools/SetFile -a V ./ScummVM-snapshot/background.jpg
hdiutil create -ov -format UDZO -imagekey zlib-level=9 -fs HFS+ \
-srcfolder ScummVM-snapshot \
- -volname "ScummVM snapshot" \
+ -volname "ScummVM" \
ScummVM-snapshot.dmg
rm -rf ScummVM-snapshot