Vendor platypus.app

Let's see if it can be made to work.
This commit is contained in:
John Doty 2024-09-14 18:18:14 -07:00
parent 51049b4d30
commit e8c91189c0
136 changed files with 7058 additions and 0 deletions

View file

@ -0,0 +1,76 @@
<?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>Authentication</key>
<false/>
<key>Author</key>
<string>Sveinbjorn Thordarson</string>
<key>BundledFiles</key>
<array/>
<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>MacbethMenu.pl</string>
<key>Script</key>
<string>#!/usr/bin/perl
# If 0 arguments, we show menu
if (!scalar(@ARGV)) {
print &quot;Life&apos;s but a walking shadow, a poor player\n&quot;;
print &quot;That struts and frets his hour upon the stage\n&quot;;
print &quot;And then is heard no more.\n&quot;;
} else {
# We get the menu title as an argument
# and feed it to the Mac OS X voice synthesizer
system(&quot;/usr/bin/say \&quot;$ARGV[0]\&quot;&quot;);
}
</string>
<key>DocIconPath</key>
<string></string>
<key>Droppable</key>
<false/>
<key>IconPath</key>
<string></string>
<key>Identifier</key>
<string>org.sveinbjorn.MacbethMenu</string>
<key>InterpreterPath</key>
<string>/usr/bin/perl</string>
<key>Name</key>
<string>MacbethMenu</string>
<key>OptimizeApplication</key>
<false/>
<key>InterfaceType</key>
<string>Status Menu</string>
<key>InterpretarArgs</key>
<array/>
<key>RemainRunning</key>
<true/>
<key>RunInBackground</key>
<false/>
<key>StatusItemDisplayType</key>
<string>Text</string>
<key>StatusItemIcon</key>
<data></data>
<key>StatusItemTitle</key>
<string>Macbeth</string>
<key>Suffixes</key>
<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>