spiegel-keyman/mac/Keyman4MacIM/Keyman.entitlements
Shawn Schantz 832940c129 feat(mac): use iOS-style app group for shared container
works correctly for local debug build, but needs to
be tested with distribution profile with release build
2026-03-10 16:37:19 -04:00

12 lines
357 B
XML

<?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.application-groups</key>
<array>
<string>group.com.keyman</string>
</array>
<key>com.apple.security.automation.apple-events</key>
<true/>
</dict>
</plist>