mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-02 13:23:29 +01:00
24 lines
710 B
Plaintext
24 lines
710 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>NSExtension</key>
|
||
|
<dict>
|
||
|
<key>NSExtensionAttributes</key>
|
||
|
<dict>
|
||
|
<key>ASCredentialProviderExtensionCapabilities</key>
|
||
|
<dict>
|
||
|
<key>ProvidesPasskeys</key>
|
||
|
<true/>
|
||
|
</dict>
|
||
|
<key>ASCredentialProviderExtensionShowsConfigurationUI</key>
|
||
|
<false/>
|
||
|
</dict>
|
||
|
<key>NSExtensionPointIdentifier</key>
|
||
|
<string>com.apple.authentication-services-credential-provider-ui</string>
|
||
|
<key>NSExtensionPrincipalClass</key>
|
||
|
<string>$(PRODUCT_MODULE_NAME).CredentialProviderViewController</string>
|
||
|
</dict>
|
||
|
</dict>
|
||
|
</plist>
|