<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>support/osx/installer.psd</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -4,7 +4,7 @@ import os.path as path, futils, os, zipfile, sys
 # Network installable zip files for distribution. We must
 # encase this in a builder because the files necessary for zipping
 # don't exist when this file is processed.
-excludes = ['.pdb', '.exp', '.ilk', '.db', '.gitignore']
+excludes = ['.pdb', '.exp', '.ilk', '.db', '.gitignore','.psd']
 def build_dist_zips(target, source, env):
 	
 	f = path.join(build.dist_dir, 'runtime-%s.zip' % build.version)</diff>
      <filename>SConscript.dist</filename>
    </modified>
    <modified>
      <diff>@@ -1 +1 @@
-Subproject commit 58da1c32c565c5b2d9fb1f5fe12d36ae3115cd36
+Subproject commit 3c71825844c3fa24fcbb2680bf05398bb3f53c89</diff>
      <filename>kroll</filename>
    </modified>
    <modified>
      <diff>@@ -144,8 +144,7 @@ class DesktopBuilder(object):
 	def make_osx_icon(self,icon,dest):
 		makeicns = os.path.join(self.options.assets_dir,'makeicns')
 		if os.path.exists(makeicns):
-			if self.options.verbose: self.log('&quot;%s&quot; -in &quot;%s&quot; -out &quot;%s&quot;' % (makeicns,icon,dest))
-			os.system('&quot;%s&quot; -in &quot;%s&quot; -out &quot;%s&quot;' % (makeicns,icon,dest))
+			self.invoke('&quot;%s&quot; -in &quot;%s&quot; -out &quot;%s&quot;' % (makeicns,icon,dest))
 
 	def invoke(self,cmd):
 		if self.options.verbose:</diff>
      <filename>support/desktop_builder.py</filename>
    </modified>
    <modified>
      <diff>@@ -116,10 +116,7 @@ class DesktopPackager(object):
 		os.makedirs(imagedir)
 		if self.options.dmg_background:
 			dmg_bg_ext = os.path.splitext(builder.dmg_background)[1]
-			print dmg_bg_ext
 			imgdest = os.path.join(imagedir,'background'+dmg_bg_ext)
-			print imgdest
-			print builder.dmg_background
 			builder.invoke(&quot;ditto \&quot;%s\&quot; \&quot;%s\&quot;&quot; % (builder.dmg_background,imgdest))
 		else:
 			dmg_bg_ext = '.jpg'
@@ -141,8 +138,8 @@ tell application &quot;Finder&quot;
 		set icon size of the icon view options of container window to 128
 		set arrangement of the icon view options of container window to not arranged
 		set background picture of the icon view options of container window to file &quot;.background:background%s&quot;
-		set position of item &quot;%s.app&quot; to {120, 150}
-		set position of item &quot;Applications&quot; to {350, 150}
+		set position of item &quot;%s.app&quot; to {120, 180}
+		set position of item &quot;Applications&quot; to {350, 180}
 		set the bounds of the container window to {50, 100, 520, 550}
 		set shows item info of the icon view options of container window to false
 		set position of the container window to {395, 190}</diff>
      <filename>support/desktop_packager.py</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>support/osx/background.jpg</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>support/osx/installer_DS_Store</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>5fc61c1787d4c2e4bc741dbf038af65361b9d91b</id>
    </parent>
  </parents>
  <author>
    <name>Jeff Haynie</name>
    <email>jhaynie@gmail.com</email>
  </author>
  <url>http://github.com/marshall/titanium/commit/c332b4a36f04ef521667b87987c92ab36a8f79c0</url>
  <id>c332b4a36f04ef521667b87987c92ab36a8f79c0</id>
  <committed-date>2009-06-06T21:57:40-07:00</committed-date>
  <authored-date>2009-06-06T21:57:40-07:00</authored-date>
  <message>- checkin osx DMG installer PSD
- update generic OSX background DMG installer image
- improvements for packaging on OSX
- removed old DS Store file</message>
  <tree>e06125888c6d3ef94bebef3a02aeb7102ecae8c1</tree>
  <committer>
    <name>Jeff Haynie</name>
    <email>jhaynie@gmail.com</email>
  </committer>
</commit>
