2016-05-07 08:54:44 +03: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>CFBundleDevelopmentRegion</key>
|
|
|
|
<string>en</string>
|
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>iOS.Extension</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
2016-06-28 02:36:38 +03:00
|
|
|
<string>com.8bit.bitwarden.find-login-action-extension</string>
|
2016-05-07 08:54:44 +03:00
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>XPC!</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
2016-10-07 05:07:28 +03:00
|
|
|
<string>1.0.0</string>
|
2016-05-07 08:54:44 +03:00
|
|
|
<key>CFBundleSignature</key>
|
|
|
|
<string>????</string>
|
|
|
|
<key>CFBundleVersion</key>
|
2016-10-07 05:07:28 +03:00
|
|
|
<string>7</string>
|
2016-05-07 08:54:44 +03:00
|
|
|
<key>NSExtension</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSExtensionAttributes</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSExtensionJavaScriptPreprocessingFile</key>
|
|
|
|
<string>extension</string>
|
|
|
|
<key>NSExtensionActivationRule</key>
|
2016-06-23 06:50:25 +03:00
|
|
|
<string>SUBQUERY (
|
2016-06-25 02:24:00 +03:00
|
|
|
extensionItems,
|
|
|
|
$extensionItem,
|
|
|
|
SUBQUERY (
|
|
|
|
$extensionItem.attachments,
|
|
|
|
$attachment,
|
2016-06-28 02:36:38 +03:00
|
|
|
ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.url"
|
|
|
|
|| ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.plain-text"
|
|
|
|
|| ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "org.appextension.find-login-action"
|
|
|
|
|| ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "org.appextension.save-login-action"
|
|
|
|
|| ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "org.appextension.change-password-action"
|
|
|
|
|| ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "org.appextension.fill-webview-action"
|
|
|
|
|| ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "org.appextension.fill-browser-action"
|
2016-07-02 22:20:06 +03:00
|
|
|
|| ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "com.8bit.bitwarden.extension-setup"
|
2016-06-25 02:24:00 +03:00
|
|
|
).@count == $extensionItem.attachments.@count
|
|
|
|
).@count == 1</string>
|
2016-05-07 08:54:44 +03:00
|
|
|
</dict>
|
2016-06-03 06:28:17 +03:00
|
|
|
<key>NSExtensionMainStoryboard</key>
|
|
|
|
<string>MainInterface</string>
|
2016-05-07 08:54:44 +03:00
|
|
|
<key>NSExtensionPointIdentifier</key>
|
|
|
|
<string>com.apple.ui-services</string>
|
|
|
|
</dict>
|
|
|
|
<key>UIDeviceFamily</key>
|
|
|
|
<array>
|
|
|
|
<integer>1</integer>
|
2016-08-10 05:37:13 +03:00
|
|
|
<integer>2</integer>
|
2016-05-07 08:54:44 +03:00
|
|
|
</array>
|
|
|
|
<key>MinimumOSVersion</key>
|
2016-07-31 00:09:09 +03:00
|
|
|
<string>9.0</string>
|
2016-05-07 08:54:44 +03:00
|
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
|
|
<array/>
|
2016-07-31 03:32:31 +03:00
|
|
|
<key>ITSAppUsesNonExemptEncryption</key>
|
|
|
|
<true/>
|
|
|
|
<key>ITSEncryptionExportComplianceCode</key>
|
2016-08-03 06:33:00 +03:00
|
|
|
<string>ecf076d3-4824-4d7b-b716-2a9a47d7d296</string>
|
2016-08-02 04:03:25 +03:00
|
|
|
<key>CFBundleName</key>
|
|
|
|
<string>bitwarden extension</string>
|
2016-08-02 06:54:13 +03:00
|
|
|
<key>CFBundleDisplayName</key>
|
2016-08-07 04:19:40 +03:00
|
|
|
<string>bitwarden</string>
|
2016-08-07 04:46:06 +03:00
|
|
|
<key>UIRequiredDeviceCapabilities</key>
|
|
|
|
<dict>
|
|
|
|
<key>arm64</key>
|
|
|
|
<true/>
|
|
|
|
</dict>
|
2016-05-07 08:54:44 +03:00
|
|
|
</dict>
|
|
|
|
</plist>
|