Revision: 2832
          http://skim-app.svn.sourceforge.net/skim-app/?rev=2832&view=rev
Author:   hofman
Date:     2007-09-05 01:57:31 -0700 (Wed, 05 Sep 2007)

Log Message:
-----------
Remove unzipped disk image before unzipping. This ensures that the disk image 
is up to date.

Modified Paths:
--------------
    trunk/Skim.xcodeproj/project.pbxproj

Modified: trunk/Skim.xcodeproj/project.pbxproj
===================================================================
--- trunk/Skim.xcodeproj/project.pbxproj        2007-09-04 20:50:18 UTC (rev 
2831)
+++ trunk/Skim.xcodeproj/project.pbxproj        2007-09-05 08:57:31 UTC (rev 
2832)
@@ -1329,7 +1329,7 @@
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                        shellPath = /bin/sh;
-                       shellScript = "/bin/rm -f /tmp/Skim.dmg\n/usr/bin/unzip 
${SOURCE_ROOT}/Skim.dmg.zip\n/bin/cp ${SOURCE_ROOT}/Skim.dmg 
/tmp\n/usr/bin/hdiutil attach /tmp/Skim.dmg\n${SYSTEM_DEVELOPER_TOOLS}/CpMac -r 
${BUILT_PRODUCTS_DIR}/Skim.app /Volumes/Skim\n/usr/bin/osascript -e \"tell 
application \\\"Finder\\\" to set the position of application file 
\\\"Skim.app\\\" of disk named \\\"Skim\\\" to {90, 206}\" && \\\nsleep 7; 
\\\n/usr/sbin/diskutil eject /Volumes/Skim\n/usr/bin/hdiutil resize -size 
`/usr/bin/hdiutil resize /tmp/Skim.dmg | cut -f -1 -d \" \" -`b 
/tmp/Skim.dmg\n/usr/bin/hdiutil convert /tmp/Skim.dmg -format UDZO -imagekey 
zlib-level=9 -o $HOME/Desktop/Skim.dmg\n/usr/bin/hdiutil internet-enable -YES 
$HOME/Desktop/Skim.dmg\nexit 0";
+                       shellScript = "/bin/rm -f /tmp/Skim.dmg\n/bin/rm -f 
${SOURCE_ROOT}/Skim.dmg.zip\n/usr/bin/unzip 
${SOURCE_ROOT}/Skim.dmg.zip\n/bin/cp ${SOURCE_ROOT}/Skim.dmg 
/tmp\n/usr/bin/hdiutil attach /tmp/Skim.dmg\n${SYSTEM_DEVELOPER_TOOLS}/CpMac -r 
${BUILT_PRODUCTS_DIR}/Skim.app /Volumes/Skim\n/usr/bin/osascript -e \"tell 
application \\\"Finder\\\" to set the position of application file 
\\\"Skim.app\\\" of disk named \\\"Skim\\\" to {90, 206}\" && \\\nsleep 7; 
\\\n/usr/sbin/diskutil eject /Volumes/Skim\n/usr/bin/hdiutil resize -size 
`/usr/bin/hdiutil resize /tmp/Skim.dmg | cut -f -1 -d \" \" -`b 
/tmp/Skim.dmg\n/usr/bin/hdiutil convert /tmp/Skim.dmg -format UDZO -imagekey 
zlib-level=9 -o $HOME/Desktop/Skim.dmg\n/usr/bin/hdiutil internet-enable -YES 
$HOME/Desktop/Skim.dmg\nexit 0";
                };
                CEE1383C0BCEA63F00BF2D3E /* ShellScript */ = {
                        isa = PBXShellScriptBuildPhase;


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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to