cry/platypus/Platypus.app/Contents/Resources/Examples/FastDMGMounter.platypus
John Doty e8c91189c0 Vendor platypus.app
Let's see if it can be made to work.
2024-09-14 18:18:14 -07:00

82 lines
2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AcceptsText</key>
<false/>
<key>AcceptsFiles</key>
<true/>
<key>Authentication</key>
<false/>
<key>Author</key>
<string>Sveinbjorn Thordarson</string>
<key>BundledFiles</key>
<array/>
<key>DocIconPath</key>
<string>/System/Library/CoreServices/DiskImageMounter.app/Contents/Resources/diskcopy-doc.icns</string>
<key>Creator</key>
<string>Platypus-5.4.1</string>
<key>Overwrite</key>
<false/>
<key>DevelopmentVersion</key>
<false/>
<key>Example</key>
<true/>
<key>ScriptName</key>
<string>FastDMGMounter.sh</string>
<key>Script</key>
<string>#!/bin/sh -f
# This is the script for FastDMGMounter
# Create this as a droppable Platypus app
# and use it for fast .dmg mounting and
# autoacceptance of the EULA
echo &quot;Y&quot; | /usr/bin/hdid &quot;$1&quot;
# See http://www.tuaw.com/2011/12/30/daily-mac-app-flashmount-quickly-mounts-disk-images/
</string>
<key>Droppable</key>
<true/>
<key>IconPath</key>
<string></string>
<key>Identifier</key>
<string>org.sveinbjorn.FastDMGMounter</string>
<key>InterpreterPath</key>
<string>/bin/bash</string>
<key>Name</key>
<string>FastDMGMounter</string>
<key>OptimizeApplication</key>
<true/>
<key>InterfaceType</key>
<string>None</string>
<key>InterpreterArgs</key>
<array>
<string>-f</string>
</array>
<key>RemainRunning</key>
<false/>
<key>RunInBackground</key>
<true/>
<key>StatusItemDisplayType</key>
<string>Text</string>
<key>StatusItemIcon</key>
<data></data>
<key>StatusItemTitle</key>
<string>MyPlatypusApp</string>
<key>Suffixes</key>
<array>
<string>dmg</string>
</array>
<key>TextBackground</key>
<string>#ffffff</string>
<key>TextFont</key>
<string>Monaco</string>
<key>TextForeground</key>
<string>#000000</string>
<key>TextSize</key>
<real>10</real>
<key>Version</key>
<string>1.0</string>
</dict>
</plist>