mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 08:31:19 +00:00
- Finds npm-installed CLIs inside nvm/fnm/volta/mise/asdf paths automatically 🔍 - Adds macOS Apple Events entitlement for better automation support 🔐 - Updates Discord invite link across app, docs, and README 🗣️ - Makes FilePreview scroll listener passive for smoother scrolling performance 🏎️ - Refines Activity Heatmap hour labels and spacing for cleaner readability 📊 - Repositions heatmap tooltip slightly above cells for nicer hover UX 🎯
17 lines
541 B
Plaintext
17 lines
541 B
Plaintext
<?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>com.apple.security.cs.allow-jit</key>
|
|
<true/>
|
|
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
|
|
<true/>
|
|
<key>com.apple.security.cs.disable-library-validation</key>
|
|
<true/>
|
|
<key>com.apple.security.device.audio-input</key>
|
|
<false/>
|
|
<key>com.apple.security.automation.apple-events</key>
|
|
<true/>
|
|
</dict>
|
|
</plist>
|