Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 27 additions & 25 deletions Actions/Notes Navigator.lbaction/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,46 +2,48 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>LSMinimumSystemVersion</key>
<string>10.9</string>
<key>LBDebugLogEnabled</key>
<false/>
<key>CFBundleIdentifier</key>
<string>com.facetheheat.notesnavigator</string>
<key>CFBundleIconFile</key>
<string>com.apple.Notes</string>
<string>NoteNavigator</string>
<key>CFBundleIdentifier</key>
<string>NoteNavigator</string>
<key>CFBundleName</key>
<string>Notes Navigator</string>
<string>NoteNavigator</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>LBAbbreviation</key>
<string>nn</string>
<key>LBDebugLogEnabled</key>
<true/>
<key>LBDescription</key>
<dict>
<key>LBAuthor</key>
<string>Pavel Miroshnichenko</string>
<key>LBEmail</key>
<string>pavel@miroshnichen.co</string>
<key>LBSummary</key>
<string>Simple notes.app navigator</string>
<key>LBTwitter</key>
<string>@previewthenew</string>
<key>LBWebsiteURL</key>
<string>http://pavel.miroshnichen.co</string>
</dict>
<key>LBRequiredApplication</key>
<string>com.apple.Notes</string>
<key>LBScripts</key>
<dict>
<key>LBDefaultScript</key>
<dict>
<key>LBKeepWindowActive</key>
<true/>
<key>LBResultType</key>
<string>unknown</string>
<key>LBReturnsResult</key>
<true/>
<key>LBScriptName</key>
<string>default.scpt</string>
</dict>
</dict>
<key>LBDescription</key>
<dict>
<key>LBDownload</key>
<string>https://github.com/facetheheat</string>
<key>LBChangelog</key>
<string></string>
<key>LBWebsite</key>
<string>http://pavel.miroshnichen.co</string>
<key>LBEmail</key>
<string>pavel@miroshnichen.co</string>
<key>LBSummary</key>
<string>Simple notes.app navigator</string>
<key>LBAuthor</key>
<string>Pavel Miroshnichenko</string>
<key>LBTwitter</key>
<string>@previewthenew</string>
</dict>
<key>LSMinimumSystemVersion</key>
<string>10.9</string>
</dict>
</plist>
Binary file modified Actions/Notes Navigator.lbaction/Contents/Scripts/default.scpt
Binary file not shown.