mirror of
https://github.com/bitwarden/mobile
synced 2025-12-20 18:23:51 +00:00
turn on nfc in plist
This commit is contained in:
@@ -10,5 +10,9 @@
|
|||||||
<array>
|
<array>
|
||||||
<string>$(AppIdentifierPrefix)com.8bit.bitwarden</string>
|
<string>$(AppIdentifierPrefix)com.8bit.bitwarden</string>
|
||||||
</array>
|
</array>
|
||||||
|
<key>com.apple.developer.nfc.readersession.formats</key>
|
||||||
|
<array>
|
||||||
|
<string>NDEF</string>
|
||||||
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|||||||
@@ -98,5 +98,7 @@
|
|||||||
</array>
|
</array>
|
||||||
<key>NSFaceIDUsageDescription</key>
|
<key>NSFaceIDUsageDescription</key>
|
||||||
<string>Use Face ID to unlock your vault.</string>
|
<string>Use Face ID to unlock your vault.</string>
|
||||||
|
<key>NFCReaderUsageDescription</key>
|
||||||
|
<string>Use Yubikeys for two-facor authentication.</string>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|||||||
@@ -14,5 +14,9 @@
|
|||||||
<array>
|
<array>
|
||||||
<string>iCloud.$(CFBundleIdentifier)</string>
|
<string>iCloud.$(CFBundleIdentifier)</string>
|
||||||
</array>
|
</array>
|
||||||
|
<key>com.apple.developer.nfc.readersession.formats</key>
|
||||||
|
<array>
|
||||||
|
<string>NDEF</string>
|
||||||
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|||||||
@@ -107,5 +107,7 @@
|
|||||||
<string>AppIcon</string>
|
<string>AppIcon</string>
|
||||||
<key>NSFaceIDUsageDescription</key>
|
<key>NSFaceIDUsageDescription</key>
|
||||||
<string>Use Face ID to unlock your vault.</string>
|
<string>Use Face ID to unlock your vault.</string>
|
||||||
|
<key>NFCReaderUsageDescription</key>
|
||||||
|
<string>Use Yubikeys for two-facor authentication.</string>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|||||||
Reference in New Issue
Block a user