mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
Change SFSafariAppExtensionBundleIdentifiersToReplace to be an array
This commit is contained in:
@@ -2,8 +2,6 @@
|
|||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict>
|
<dict>
|
||||||
<key>SFSafariAppExtensionBundleIdentifiersToReplace</key>
|
|
||||||
<string>com.bitwarden.desktop.safari</string>
|
|
||||||
<key>CFBundleDevelopmentRegion</key>
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
||||||
<key>CFBundleDisplayName</key>
|
<key>CFBundleDisplayName</key>
|
||||||
@@ -35,5 +33,9 @@
|
|||||||
<string>Copyright © 2020 Bitwarden Inc. All rights reserved.</string>
|
<string>Copyright © 2020 Bitwarden Inc. All rights reserved.</string>
|
||||||
<key>NSHumanReadableDescription</key>
|
<key>NSHumanReadableDescription</key>
|
||||||
<string>A secure and free password manager for all of your devices.</string>
|
<string>A secure and free password manager for all of your devices.</string>
|
||||||
|
<key>SFSafariAppExtensionBundleIdentifiersToReplace</key>
|
||||||
|
<array>
|
||||||
|
<string>com.bitwarden.desktop.safari</string>
|
||||||
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|||||||
Reference in New Issue
Block a user