Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Switch to script bundle
  • Loading branch information
brandonpittman committed Jun 26, 2016
1 parent 31a3b6c commit 977d779
Show file tree
Hide file tree
Showing 7 changed files with 1,493 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -5,3 +5,4 @@ package.json
doc
out
jsdoc.json
*Script\ Debugger.plist
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@ I had previously written an OmniFocus library using JavaScript for Automation, b

## Basic Usage

Put *OFL* in `~/Library/Script Libraries`, or else AppleScript won't know where to find it!
Put *omnifocus.scptd* in `~/Library/Script Libraries`, or else AppleScript won't know where to find it!

~~~applescript
use application "OmniFocus"
Expand Down
Binary file removed omnifocus.scpt
Binary file not shown.
29 changes: 29 additions & 0 deletions omnifocus.scptd/Contents/Info.plist
@@ -0,0 +1,29 @@
<?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>CFBundleIdentifier</key>
<string>com.apple.ScriptEditor.id.of</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>WindowState</key>
<dict>
<key>bundleDividerCollapsed</key>
<true/>
<key>bundlePositionOfDivider</key>
<real>0.0</real>
<key>dividerCollapsed</key>
<false/>
<key>eventLogLevel</key>
<integer>2</integer>
<key>name</key>
<string>ScriptWindowState</string>
<key>positionOfDivider</key>
<real>421</real>
<key>savedFrame</key>
<string>41 707 700 672 0 0 2560 1417 </string>
<key>selectedTab</key>
<string>description</string>
</dict>
</dict>
</plist>

0 comments on commit 977d779

Please sign in to comment.