]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
add osx bundle meta data and applescript script to show an alert.
authorRamakrishnan Muthukrishnan <ram@leastauthority.com>
Thu, 26 Mar 2015 15:10:33 +0000 (20:40 +0530)
committerDaira Hopwood <daira@jacaranda.org>
Thu, 30 Apr 2015 14:24:20 +0000 (15:24 +0100)
Contents/Info.plist [new file with mode: 0644]
Contents/MacOS/applet [new file with mode: 0755]
Contents/PkgInfo [new file with mode: 0644]
Contents/Resources/Scripts/main.scpt [new file with mode: 0644]
Contents/Resources/applet.icns [new file with mode: 0644]
Contents/Resources/applet.rsrc [new file with mode: 0644]
Contents/Resources/description.rtfd/TXT.rtf [new file with mode: 0644]

diff --git a/Contents/Info.plist b/Contents/Info.plist
new file mode 100644 (file)
index 0000000..23b6c35
--- /dev/null
@@ -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 (executable)
index 0000000..8057b9e
Binary files /dev/null and b/Contents/MacOS/applet differ
diff --git a/Contents/PkgInfo b/Contents/PkgInfo
new file mode 100644 (file)
index 0000000..3253614
--- /dev/null
@@ -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 (file)
index 0000000..2b138c4
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 (file)
index 0000000..0cdd170
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 (file)
index 0000000..ed05ec5
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 (file)
index 0000000..116a631
--- /dev/null
@@ -0,0 +1,4 @@
+{\rtf1\ansi\ansicpg1252\cocoartf1265\cocoasubrtf210
+{\fonttbl}
+{\colortbl;\red255\green255\blue255;}
+}
\ No newline at end of file