Files
keyboard/CustomKeyboard/CustomKeyboard.entitlements

12 lines
322 B
Plaintext
Raw Normal View History

2025-10-31 16:06:54 +08:00
<?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>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)com.loveKey.nyx.shared</string>
2025-10-31 16:06:54 +08:00
</array>
</dict>
</plist>