Change SFSafariAppExtensionBundleIdentifiersToReplace to be an array

This commit is contained in:
Hinton 2021-01-13 15:48:39 +01:00
parent db59f2791a
commit f6ae483b65
1 changed files with 4 additions and 2 deletions

View File

@ -2,8 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SFSafariAppExtensionBundleIdentifiersToReplace</key>
<string>com.bitwarden.desktop.safari</string>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
@ -35,5 +33,9 @@
<string>Copyright © 2020 Bitwarden Inc. All rights reserved.</string>
<key>NSHumanReadableDescription</key>
<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>
</plist>