mirror of
https://github.com/iterate-ch/cyberduck.git
synced 2026-05-26 19:10:49 +00:00
This commit is contained in:
+2
-2
@@ -7,7 +7,7 @@ AppleScript[!!-~]Samples/Sync[!!-~]Sample.scpt -text
|
||||
AppleScript[!!-~]Samples/Upload[!!-~]Sample.scpt -text
|
||||
AppleScript[!!-~]Samples/iPhoto[!!-~]Upload[!!-~]Sample.scpt -text
|
||||
/Credits.rtf -text
|
||||
/Cyberduck[!!-~]Website.url -text
|
||||
/Cyberduck[!!-~]Website.webloc -text
|
||||
/Cyberduck.scriptTerminology -text svneol=unset#application/octet-stream
|
||||
Dashboard[!!-~]Widget/Cyberduck.wdgt/Default.png -text svneol=unset#image/png
|
||||
Dashboard[!!-~]Widget/Cyberduck.wdgt/Icon.png -text svneol=unset#image/png
|
||||
@@ -50,7 +50,7 @@ Dashboard[!!-~]Widget/Plugin/BookmarkPlugin_Prefix.pch -text
|
||||
Dashboard[!!-~]Widget/Plugin/English.lproj/InfoPlist.strings -text
|
||||
Dashboard[!!-~]Widget/Plugin/Info.plist -text
|
||||
Dashboard[!!-~]Widget/Plugin/Plugin.xcodeproj/project.pbxproj -text
|
||||
/Donate.url -text
|
||||
/Donate.webloc -text
|
||||
Download[!!-~]Automator[!!-~]Action/English.lproj/InfoPlist.strings svneol=native#unset
|
||||
/Info.plist.debug -text
|
||||
/LICENSE -text
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
[InternetShortcut]
|
||||
URL=http://cyberduck.ch/
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>URL</key>
|
||||
<string>http://cyberduck.ch/</string>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -1,2 +0,0 @@
|
||||
[InternetShortcut]
|
||||
URL=http://cyberduck.ch/donate/
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>URL</key>
|
||||
<string>http://cyberduck.ch/donate/</string>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -154,7 +154,7 @@
|
||||
</fileset>
|
||||
</chmod>
|
||||
<exec dir="${home}" executable="./buildDMG.pl" spawn="false">
|
||||
<arg line="-dmgName '${app.name}-${cyberduck.version.major}.${cyberduck.version.minor}-${localization}.dmg' -debug -volName '${app.name} ${cyberduck.version.major}.${cyberduck.version.minor} (${localization})' -buildDir ${build}/localizations -compressionLevel 9 ${app.bundle.loc} ${app.name}\ Website.url Donate.url ${localization}.lproj/License.txt Credits.rtf AppleScript\ Samples Dashboard\ Widget/build/${app.name}.wdgt"/>
|
||||
<arg line="-dmgName '${app.name}-${cyberduck.version.major}.${cyberduck.version.minor}-${localization}.dmg' -debug -volName '${app.name} ${cyberduck.version.major}.${cyberduck.version.minor} (${localization})' -buildDir ${build}/localizations -compressionLevel 9 ${app.bundle.loc} ${app.name}\ Website.webloc Donate.webloc ${localization}.lproj/License.txt Credits.rtf AppleScript\ Samples Dashboard\ Widget/build/${app.name}.wdgt"/>
|
||||
</exec>
|
||||
<checksum file="${build}/localizations/${app.name}-${cyberduck.version.major}.${cyberduck.version.minor}-${localization}.dmg" algorithm="md5" />
|
||||
<delete dir="${build}/${localization}"/>
|
||||
@@ -175,7 +175,7 @@
|
||||
<arg line="-czf ../${app.name}-${svn.revision}.tar.gz ${app.name}.app"/>
|
||||
</exec>
|
||||
<exec dir="${home}" executable="./buildDMG.pl" spawn="false">
|
||||
<arg line="-dmgName ${app.name}-${cyberduck.version.major}.${cyberduck.version.minor}.dmg -debug -volName '${app.name} ${cyberduck.version.major}.${cyberduck.version.minor}' -buildDir ${build} -compressionLevel 9 ${app.bundle} ${app.name}\ Website.url Donate.url en.lproj/License.txt Credits.rtf AppleScript\ Samples Dashboard\ Widget/build/${app.name}.wdgt"/>
|
||||
<arg line="-dmgName ${app.name}-${cyberduck.version.major}.${cyberduck.version.minor}.dmg -debug -volName '${app.name} ${cyberduck.version.major}.${cyberduck.version.minor}' -buildDir ${build} -compressionLevel 9 ${app.bundle} ${app.name}\ Website.webloc Donate.webloc en.lproj/License.txt Credits.rtf AppleScript\ Samples Dashboard\ Widget/build/${app.name}.wdgt"/>
|
||||
</exec>
|
||||
<checksum file="${build}/${app.name}-${cyberduck.version.major}.${cyberduck.version.minor}.dmg" algorithm="md5" />
|
||||
<echo message="Calculating MD5 sum..." />
|
||||
|
||||
Reference in New Issue
Block a user