Files
keyboard/keyBoard/Info.plist
2025-11-11 15:13:43 +08:00

31 lines
936 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>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>com.loveKey.nyx.keyboard</string>
<key>CFBundleURLSchemes</key>
<array>
<string>kbkeyboardAppExtension</string>
</array>
</dict>
</array>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<!-- 相册权限:更换头像需要访问相册 -->
<key>NSPhotoLibraryUsageDescription</key>
<string>更换头像需要访问您的相册</string>
<!-- 若未来需要保存图片到相册,可保留此项(当前仅选择不需要) -->
<key>NSPhotoLibraryAddUsageDescription</key>
<string>保存图片需要写入您的相册</string>
</dict>
</plist>