Created
November 13, 2022 17:16
-
-
Save gordonmeyer/a986c3f5d56c8a1a696175fd0a6079f1 to your computer and use it in GitHub Desktop.
Turns off Ulysses app Counter and Markup Bar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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"> | |
<array> | |
<dict> | |
<key>Activate</key> | |
<string>Normal</string> | |
<key>CreationDate</key> | |
<real>652832276.61879897</real> | |
<key>Macros</key> | |
<array> | |
<dict> | |
<key>Actions</key> | |
<array> | |
<dict> | |
<key>ActionUID</key> | |
<integer>2789</integer> | |
<key>MacroActionType</key> | |
<string>SelectMenuItem</string> | |
<key>Menu</key> | |
<array> | |
<string>View</string> | |
<string>Markup Bar</string> | |
<string>Off</string> | |
</array> | |
<key>TargetApplication</key> | |
<dict> | |
<key>BundleIdentifier</key> | |
<string>com.ulyssesapp.mac</string> | |
<key>Name</key> | |
<string>Ulysses</string> | |
<key>NewFile</key> | |
<string>/Applications/UlyssesMac.app</string> | |
</dict> | |
<key>TargetingType</key> | |
<string>Specific</string> | |
</dict> | |
<dict> | |
<key>ActionUID</key> | |
<integer>2790</integer> | |
<key>MacroActionType</key> | |
<string>SelectMenuItem</string> | |
<key>Menu</key> | |
<array> | |
<string>View</string> | |
<string>Show Counter</string> | |
</array> | |
<key>TargetApplication</key> | |
<dict> | |
<key>BundleIdentifier</key> | |
<string>com.ulyssesapp.mac</string> | |
<key>Name</key> | |
<string>Ulysses</string> | |
<key>NewFile</key> | |
<string>/Applications/UlyssesMac.app</string> | |
</dict> | |
<key>TargetingType</key> | |
<string>Specific</string> | |
</dict> | |
</array> | |
<key>CreationDate</key> | |
<real>674859327.85887802</real> | |
<key>ModificationDate</key> | |
<real>674859455.81480801</real> | |
<key>Name</key> | |
<string>Turn off bullshit features</string> | |
<key>Triggers</key> | |
<array> | |
<dict> | |
<key>MacroTriggerType</key> | |
<string>StatusMenu</string> | |
</dict> | |
</array> | |
<key>UID</key> | |
<string>E4BB3F4C-4160-4537-9989-ED29CBB0140E</string> | |
</dict> | |
</array> | |
<key>Name</key> | |
<string>Ulysses</string> | |
<key>Targeting</key> | |
<dict> | |
<key>Targeting</key> | |
<string>Included</string> | |
<key>TargetingApps</key> | |
<array> | |
<dict> | |
<key>BundleIdentifier</key> | |
<string>com.ulyssesapp.mac</string> | |
<key>Name</key> | |
<string>Ulysses</string> | |
<key>NewFile</key> | |
<string>/Applications/UlyssesMac.app</string> | |
</dict> | |
<dict> | |
<key>BundleIdentifier</key> | |
<string>com.red-sweater.marsedit4</string> | |
<key>Name</key> | |
<string>MarsEdit</string> | |
<key>NewFile</key> | |
<string>/Applications/MarsEdit.app</string> | |
</dict> | |
</array> | |
</dict> | |
<key>ToggleMacroUID</key> | |
<string>C579F261-FB4D-4CCB-9E0F-3BB2FA7D205E</string> | |
<key>UID</key> | |
<string>2E09E15B-0FD0-453B-AB2A-EB4046E3E4BE</string> | |
</dict> | |
</array> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment