From: Ramakrishnan Muthukrishnan 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-Tag: allmydata-tahoe-1.10.1a1~24 X-Git-Url: https://git.rkrishnan.org/?p=tahoe-lafs%2Ftahoe-lafs.git;a=commitdiff_plain;h=f838b1964db8556fabc133951061a1d552a965fd 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 @@ + + + + + CFBundleAllowMixedLocalizations + + CFBundleDevelopmentRegion + English + CFBundleExecutable + applet + CFBundleIconFile + applet + CFBundleIdentifier + com.apple.ScriptEditor.id.tahoe + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + tahoe + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + aplt + LSMinimumSystemVersionByArchitecture + + x86_64 + 10.6 + + LSRequiresCarbon + + WindowState + + dividerCollapsed + + eventLogLevel + -1 + name + ScriptWindowState + positionOfDivider + 333 + savedFrame + 7 281 602 597 0 0 1440 878 + selectedTabView + result + + + 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