2026-09-19 15:33:23 +02:00
|
|
|
<?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>
|
2026-09-20 12:39:45 +02:00
|
|
|
<key>NSExtensionAttributes</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>ASCredentialProviderExtensionCapabilities</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>ProvidesPasswords</key>
|
|
|
|
|
<true/>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
2026-09-19 15:33:23 +02:00
|
|
|
<key>NSExtensionMainStoryboard</key>
|
|
|
|
|
<string>MainInterface</string>
|
|
|
|
|
<key>NSExtensionPointIdentifier</key>
|
|
|
|
|
<string>com.apple.authentication-services-credential-provider-ui</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
</plist>
|