|
@@ -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>
|