From: Ramakrishnan Muthukrishnan <ram@leastauthority.com> Date: Thu, 26 Mar 2015 15:10:33 +0000 (+0530) Subject: add osx bundle meta data and applescript script to show an alert. X-Git-Url: https://git.rkrishnan.org/components/com_hotproperty/simplejson/statistics?a=commitdiff_plain;h=3a0aa0773a46bffc8fd09f08255baecdf023c547;p=tahoe-lafs%2Ftahoe-lafs.git add osx bundle meta data and applescript script to show an alert. --- diff --git a/Contents/Info.plist b/Contents/Info.plist new file mode 100644 index 00000000..23b6c359 --- /dev/null +++ b/Contents/Info.plist @@ -0,0 +1,48 @@ +<?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>CFBundleAllowMixedLocalizations</key> + <true/> + <key>CFBundleDevelopmentRegion</key> + <string>English</string> + <key>CFBundleExecutable</key> + <string>applet</string> + <key>CFBundleIconFile</key> + <string>applet</string> + <key>CFBundleIdentifier</key> + <string>com.apple.ScriptEditor.id.tahoe</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundleName</key> + <string>tahoe</string> + <key>CFBundlePackageType</key> + <string>APPL</string> + <key>CFBundleShortVersionString</key> + <string>1.0</string> + <key>CFBundleSignature</key> + <string>aplt</string> + <key>LSMinimumSystemVersionByArchitecture</key> + <dict> + <key>x86_64</key> + <string>10.6</string> + </dict> + <key>LSRequiresCarbon</key> + <true/> + <key>WindowState</key> + <dict> + <key>dividerCollapsed</key> + <false/> + <key>eventLogLevel</key> + <integer>-1</integer> + <key>name</key> + <string>ScriptWindowState</string> + <key>positionOfDivider</key> + <real>333</real> + <key>savedFrame</key> + <string>7 281 602 597 0 0 1440 878 </string> + <key>selectedTabView</key> + <string>result</string> + </dict> +</dict> +</plist> diff --git a/Contents/MacOS/applet b/Contents/MacOS/applet new file mode 100755 index 00000000..8057b9e3 Binary files /dev/null and b/Contents/MacOS/applet differ diff --git a/Contents/PkgInfo b/Contents/PkgInfo new file mode 100644 index 00000000..3253614c --- /dev/null +++ b/Contents/PkgInfo @@ -0,0 +1 @@ +APPLaplt \ No newline at end of file diff --git a/Contents/Resources/Scripts/main.scpt b/Contents/Resources/Scripts/main.scpt new file mode 100644 index 00000000..2b138c4b Binary files /dev/null and b/Contents/Resources/Scripts/main.scpt differ diff --git a/Contents/Resources/applet.icns b/Contents/Resources/applet.icns new file mode 100644 index 00000000..0cdd1708 Binary files /dev/null and b/Contents/Resources/applet.icns differ diff --git a/Contents/Resources/applet.rsrc b/Contents/Resources/applet.rsrc new file mode 100644 index 00000000..ed05ec5e Binary files /dev/null and b/Contents/Resources/applet.rsrc differ diff --git a/Contents/Resources/description.rtfd/TXT.rtf b/Contents/Resources/description.rtfd/TXT.rtf new file mode 100644 index 00000000..116a6313 --- /dev/null +++ b/Contents/Resources/description.rtfd/TXT.rtf @@ -0,0 +1,4 @@ +{\rtf1\ansi\ansicpg1252\cocoartf1265\cocoasubrtf210 +{\fonttbl} +{\colortbl;\red255\green255\blue255;} +} \ No newline at end of file