mirror of
https://github.com/bitwarden/android.git
synced 2024-12-19 07:41:52 +03:00
bundle name fixes
This commit is contained in:
parent
23097072ef
commit
168cdc4bb8
2 changed files with 6 additions and 6 deletions
|
@ -4,16 +4,12 @@
|
|||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>bitwarden</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>iOS.Extension</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.8bit.bitwarden.find-login-action-extension</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>com.companyname.iOS.Extension</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>XPC!</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
|
@ -67,5 +63,7 @@
|
|||
<true/>
|
||||
<key>ITSEncryptionExportComplianceCode</key>
|
||||
<string>4078b378-604a-4c47-8c42-11513d98596a</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>bitwarden extension</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
@ -75,5 +75,7 @@
|
|||
<true/>
|
||||
<key>ITSEncryptionExportComplianceCode</key>
|
||||
<string>4078b378-604a-4c47-8c42-11513d98596a</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>bitwarden</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
Loading…
Reference in a new issue