iOS: 声明摄像头权限、把应用名改成 MaxKey

This commit is contained in:
Ferry-200
2024-09-11 20:17:38 +08:00
parent 42eb2aa49d
commit c585a76448

View File

@@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>Maxkey Flutter</string>
<string>Maxkey</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
@@ -45,5 +45,7 @@
<true/>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>NSCameraUsageDescription</key>
<string>MaxKey needs camera access to scan QR codes for logining and TOTP scanning</string>
</dict>
</plist>