summaryrefslogtreecommitdiffstats
path: root/actionsosx/UFO Normalize.workflow/Contents/Info.plist
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-03-02 20:01:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-03-02 20:01:10 +0000
commitda875fcb62c801b8d19b3d4d984ad963574fb356 (patch)
tree3d85503747c56c2a387b291524442946f4bebb73 /actionsosx/UFO Normalize.workflow/Contents/Info.plist
parentInitial commit. (diff)
downloadpysilfont-upstream.tar.xz
pysilfont-upstream.zip
Adding upstream version 1.6.0.upstream/1.6.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'actionsosx/UFO Normalize.workflow/Contents/Info.plist')
-rw-r--r--actionsosx/UFO Normalize.workflow/Contents/Info.plist27
1 files changed, 27 insertions, 0 deletions
diff --git a/actionsosx/UFO Normalize.workflow/Contents/Info.plist b/actionsosx/UFO Normalize.workflow/Contents/Info.plist
new file mode 100644
index 0000000..7e01663
--- /dev/null
+++ b/actionsosx/UFO Normalize.workflow/Contents/Info.plist
@@ -0,0 +1,27 @@
+<?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>NSServices</key>
+ <array>
+ <dict>
+ <key>NSMenuItem</key>
+ <dict>
+ <key>default</key>
+ <string>UFO Normalize</string>
+ </dict>
+ <key>NSMessage</key>
+ <string>runWorkflowAsService</string>
+ <key>NSRequiredContext</key>
+ <dict>
+ <key>NSApplicationIdentifier</key>
+ <string>com.apple.finder</string>
+ </dict>
+ <key>NSSendFileTypes</key>
+ <array>
+ <string>public.item</string>
+ </array>
+ </dict>
+ </array>
+</dict>
+</plist>