summaryrefslogtreecommitdiff
path: root/example-handlers
diff options
context:
space:
mode:
Diffstat (limited to 'example-handlers')
-rw-r--r--example-handlers/vim-handler.app/Contents/Info.plist87
-rwxr-xr-xexample-handlers/vim-handler.app/Contents/MacOS/appletbin0 -> 134000 bytes
-rw-r--r--example-handlers/vim-handler.app/Contents/PkgInfo1
-rw-r--r--example-handlers/vim-handler.app/Contents/Resources/Scripts/main.scptbin0 -> 718 bytes
-rw-r--r--example-handlers/vim-handler.app/Contents/Resources/applet.icnsbin0 -> 71867 bytes
-rw-r--r--example-handlers/vim-handler.app/Contents/Resources/applet.rsrcbin0 -> 362 bytes
-rw-r--r--example-handlers/vim-handler.app/Contents/Resources/description.rtfd/TXT.rtf5
-rw-r--r--example-handlers/vim-handler.app/Contents/_CodeSignature/CodeResources177
8 files changed, 270 insertions, 0 deletions
diff --git a/example-handlers/vim-handler.app/Contents/Info.plist b/example-handlers/vim-handler.app/Contents/Info.plist
new file mode 100644
index 0000000..af0ad74
--- /dev/null
+++ b/example-handlers/vim-handler.app/Contents/Info.plist
@@ -0,0 +1,87 @@
+<?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>en</string>
+ <key>CFBundleExecutable</key>
+ <string>applet</string>
+ <key>CFBundleIconFile</key>
+ <string>applet</string>
+ <key>CFBundleIdentifier</key>
+ <string>com.apple.ScriptEditor.id.vim-handler</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>vim-handler</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.0</string>
+ <key>CFBundleSignature</key>
+ <string>aplt</string>
+ <key>CFBundleURLTypes</key>
+ <array>
+ <dict>
+ <key>CFBundleURLName</key>
+ <string>HTTPS URL</string>
+ <key>CFBundleURLSchemes</key>
+ <array>
+ <string>https+vim</string>
+ </array>
+ </dict>
+ </array>
+ <key>LSMinimumSystemVersionByArchitecture</key>
+ <dict>
+ <key>x86_64</key>
+ <string>10.6</string>
+ </dict>
+ <key>LSRequiresCarbon</key>
+ <true/>
+ <key>NSAppleEventsUsageDescription</key>
+ <string>This script needs to control other applications to run.</string>
+ <key>NSAppleMusicUsageDescription</key>
+ <string>This script needs access to your music to run.</string>
+ <key>NSCalendarsUsageDescription</key>
+ <string>This script needs access to your calendars to run.</string>
+ <key>NSCameraUsageDescription</key>
+ <string>This script needs access to your camera to run.</string>
+ <key>NSContactsUsageDescription</key>
+ <string>This script needs access to your contacts to run.</string>
+ <key>NSHomeKitUsageDescription</key>
+ <string>This script needs access to your HomeKit Home to run.</string>
+ <key>NSMicrophoneUsageDescription</key>
+ <string>This script needs access to your microphone to run.</string>
+ <key>NSPhotoLibraryUsageDescription</key>
+ <string>This script needs access to your photos to run.</string>
+ <key>NSRemindersUsageDescription</key>
+ <string>This script needs access to your reminders to run.</string>
+ <key>NSSiriUsageDescription</key>
+ <string>This script needs access to Siri to run.</string>
+ <key>NSSystemAdministrationUsageDescription</key>
+ <string>This script needs access to administer this system to run.</string>
+ <key>OSAAppletShowStartupScreen</key>
+ <false/>
+ <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>419</real>
+ <key>savedFrame</key>
+ <string>1023 165 700 678 0 0 1920 1055 </string>
+ <key>selectedTab</key>
+ <string>description</string>
+ </dict>
+</dict>
+</plist>
diff --git a/example-handlers/vim-handler.app/Contents/MacOS/applet b/example-handlers/vim-handler.app/Contents/MacOS/applet
new file mode 100755
index 0000000..d3df3b9
--- /dev/null
+++ b/example-handlers/vim-handler.app/Contents/MacOS/applet
Binary files differ
diff --git a/example-handlers/vim-handler.app/Contents/PkgInfo b/example-handlers/vim-handler.app/Contents/PkgInfo
new file mode 100644
index 0000000..3253614
--- /dev/null
+++ b/example-handlers/vim-handler.app/Contents/PkgInfo
@@ -0,0 +1 @@
+APPLaplt \ No newline at end of file
diff --git a/example-handlers/vim-handler.app/Contents/Resources/Scripts/main.scpt b/example-handlers/vim-handler.app/Contents/Resources/Scripts/main.scpt
new file mode 100644
index 0000000..3dea2a2
--- /dev/null
+++ b/example-handlers/vim-handler.app/Contents/Resources/Scripts/main.scpt
Binary files differ
diff --git a/example-handlers/vim-handler.app/Contents/Resources/applet.icns b/example-handlers/vim-handler.app/Contents/Resources/applet.icns
new file mode 100644
index 0000000..0cdd170
--- /dev/null
+++ b/example-handlers/vim-handler.app/Contents/Resources/applet.icns
Binary files differ
diff --git a/example-handlers/vim-handler.app/Contents/Resources/applet.rsrc b/example-handlers/vim-handler.app/Contents/Resources/applet.rsrc
new file mode 100644
index 0000000..f70b834
--- /dev/null
+++ b/example-handlers/vim-handler.app/Contents/Resources/applet.rsrc
Binary files differ
diff --git a/example-handlers/vim-handler.app/Contents/Resources/description.rtfd/TXT.rtf b/example-handlers/vim-handler.app/Contents/Resources/description.rtfd/TXT.rtf
new file mode 100644
index 0000000..49a9a1b
--- /dev/null
+++ b/example-handlers/vim-handler.app/Contents/Resources/description.rtfd/TXT.rtf
@@ -0,0 +1,5 @@
+{\rtf1\ansi\ansicpg1252\cocoartf2757
+\cocoatextscaling0\cocoaplatform0{\fonttbl}
+{\colortbl;\red255\green255\blue255;}
+{\*\expandedcolortbl;;}
+} \ No newline at end of file
diff --git a/example-handlers/vim-handler.app/Contents/_CodeSignature/CodeResources b/example-handlers/vim-handler.app/Contents/_CodeSignature/CodeResources
new file mode 100644
index 0000000..e3d7f52
--- /dev/null
+++ b/example-handlers/vim-handler.app/Contents/_CodeSignature/CodeResources
@@ -0,0 +1,177 @@
+<?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>files</key>
+ <dict>
+ <key>Resources/Scripts/main.scpt</key>
+ <data>
+ EETGMkBCn2b9FcPxvdc5upETs6k=
+ </data>
+ <key>Resources/applet.icns</key>
+ <data>
+ sINd6lbiqHD5dL8c6u79cFvVXhw=
+ </data>
+ <key>Resources/applet.rsrc</key>
+ <data>
+ YiCnW3ykdJlnp9Xukl/hn/ZZf80=
+ </data>
+ <key>Resources/description.rtfd/TXT.rtf</key>
+ <data>
+ gWdu82pZeO6+KzdO5i4KmnMvUYQ=
+ </data>
+ </dict>
+ <key>files2</key>
+ <dict>
+ <key>Resources/Scripts/main.scpt</key>
+ <dict>
+ <key>hash</key>
+ <data>
+ EETGMkBCn2b9FcPxvdc5upETs6k=
+ </data>
+ <key>hash2</key>
+ <data>
+ LB2/m8n5BaEHBzlA96AhO6oR36uU08IkQzuhYZGkWhg=
+ </data>
+ </dict>
+ <key>Resources/applet.icns</key>
+ <dict>
+ <key>hash</key>
+ <data>
+ sINd6lbiqHD5dL8c6u79cFvVXhw=
+ </data>
+ <key>hash2</key>
+ <data>
+ J7weZ6vlnv9r32tS5HFcyuPXl2StdDnfepLxAixlryk=
+ </data>
+ </dict>
+ <key>Resources/applet.rsrc</key>
+ <dict>
+ <key>hash</key>
+ <data>
+ YiCnW3ykdJlnp9Xukl/hn/ZZf80=
+ </data>
+ <key>hash2</key>
+ <data>
+ /ft2GMgtnIjlClHI13vJnzISA4Lu74YZMO+IkeUyOtY=
+ </data>
+ </dict>
+ <key>Resources/description.rtfd/TXT.rtf</key>
+ <dict>
+ <key>hash</key>
+ <data>
+ gWdu82pZeO6+KzdO5i4KmnMvUYQ=
+ </data>
+ <key>hash2</key>
+ <data>
+ td6ORViAPbolKCyWzz9ZbT1kN11R0lSv7s84qe+itPQ=
+ </data>
+ </dict>
+ </dict>
+ <key>rules</key>
+ <dict>
+ <key>^Resources/</key>
+ <true/>
+ <key>^Resources/.*\.lproj/</key>
+ <dict>
+ <key>optional</key>
+ <true/>
+ <key>weight</key>
+ <real>1000</real>
+ </dict>
+ <key>^Resources/.*\.lproj/locversion.plist$</key>
+ <dict>
+ <key>omit</key>
+ <true/>
+ <key>weight</key>
+ <real>1100</real>
+ </dict>
+ <key>^Resources/Base\.lproj/</key>
+ <dict>
+ <key>weight</key>
+ <real>1010</real>
+ </dict>
+ <key>^version.plist$</key>
+ <true/>
+ </dict>
+ <key>rules2</key>
+ <dict>
+ <key>.*\.dSYM($|/)</key>
+ <dict>
+ <key>weight</key>
+ <real>11</real>
+ </dict>
+ <key>^(.*/)?\.DS_Store$</key>
+ <dict>
+ <key>omit</key>
+ <true/>
+ <key>weight</key>
+ <real>2000</real>
+ </dict>
+ <key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
+ <dict>
+ <key>nested</key>
+ <true/>
+ <key>weight</key>
+ <real>10</real>
+ </dict>
+ <key>^.*</key>
+ <true/>
+ <key>^Info\.plist$</key>
+ <dict>
+ <key>omit</key>
+ <true/>
+ <key>weight</key>
+ <real>20</real>
+ </dict>
+ <key>^PkgInfo$</key>
+ <dict>
+ <key>omit</key>
+ <true/>
+ <key>weight</key>
+ <real>20</real>
+ </dict>
+ <key>^Resources/</key>
+ <dict>
+ <key>weight</key>
+ <real>20</real>
+ </dict>
+ <key>^Resources/.*\.lproj/</key>
+ <dict>
+ <key>optional</key>
+ <true/>
+ <key>weight</key>
+ <real>1000</real>
+ </dict>
+ <key>^Resources/.*\.lproj/locversion.plist$</key>
+ <dict>
+ <key>omit</key>
+ <true/>
+ <key>weight</key>
+ <real>1100</real>
+ </dict>
+ <key>^Resources/Base\.lproj/</key>
+ <dict>
+ <key>weight</key>
+ <real>1010</real>
+ </dict>
+ <key>^[^/]+$</key>
+ <dict>
+ <key>nested</key>
+ <true/>
+ <key>weight</key>
+ <real>10</real>
+ </dict>
+ <key>^embedded\.provisionprofile$</key>
+ <dict>
+ <key>weight</key>
+ <real>20</real>
+ </dict>
+ <key>^version\.plist$</key>
+ <dict>
+ <key>weight</key>
+ <real>20</real>
+ </dict>
+ </dict>
+</dict>
+</plist>