Skip to content

Commit a6d8904

Browse files
committed
Initial commit
0 parents  commit a6d8904

4 files changed

Lines changed: 21 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
build/Skipify.zip
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>NSServices</key>
6+
<array>
7+
<dict>
8+
<key>NSMenuItem</key>
9+
<dict>
10+
<key>default</key>
11+
<string>Skipify</string>
12+
</dict>
13+
<key>NSMessage</key>
14+
<string>runWorkflowAsService</string>
15+
</dict>
16+
</array>
17+
</dict>
18+
</plist>
98.2 KB
Loading
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<string>/System/Library/Automator/Run AppleScript.action/Contents/Resources/Base.lproj/main.nib</string>

0 commit comments

Comments
 (0)