Skip to content

Instantly share code, notes, and snippets.

@t0rr3sp3dr0
Last active February 20, 2024 02:41
Show Gist options
  • Save t0rr3sp3dr0/774230965dffd89ecae610dd71fc5894 to your computer and use it in GitHub Desktop.
Save t0rr3sp3dr0/774230965dffd89ecae610dd71fc5894 to your computer and use it in GitHub Desktop.
Automator Application Stub
<?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>actions</key>
<array>
<dict>
<key>action</key>
<dict>
<key>ActionBundlePath</key>
<string>/System/Library/Automator/Launch Application.action</string>
<key>ActionParameters</key>
<dict>
<key>appPath</key>
<string>/nix/var/nix/profiles/per-user/pedro/profile/Applications/Sublime Text.app</string>
</dict>
</dict>
</dict>
</array>
</dict>
</plist>
<?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>CFBundleExecutable</key>
<string>Automator Application Stub</string>
<key>CFBundleIconFile</key>
<string>ApplicationStub</string>
<key>LSUIElement</key>
<true/>
</dict>
</plist>
/System/Library/CoreServices/Automator Application Stub.app/Contents/MacOS/Automator Application Stub
/nix/var/nix/profiles/per-user/pedro/profile/Applications/Sublime Text.app/Contents/Resources/Sublime Text.icns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment