bundle name fixes

This commit is contained in:
kspearrin 2016-08-01 21:03:25 -04:00
parent 23097072ef
commit 168cdc4bb8
2 changed files with 6 additions and 6 deletions

View file

@ -4,16 +4,12 @@
<dict> <dict>
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>en</string> <string>en</string>
<key>CFBundleDisplayName</key>
<string>bitwarden</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>iOS.Extension</string> <string>iOS.Extension</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>com.8bit.bitwarden.find-login-action-extension</string> <string>com.8bit.bitwarden.find-login-action-extension</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundleName</key>
<string>com.companyname.iOS.Extension</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>XPC!</string> <string>XPC!</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
@ -66,6 +62,8 @@
<key>ITSAppUsesNonExemptEncryption</key> <key>ITSAppUsesNonExemptEncryption</key>
<true/> <true/>
<key>ITSEncryptionExportComplianceCode</key> <key>ITSEncryptionExportComplianceCode</key>
<string>4078b378-604a-4c47-8c42-11513d98596a</string> <string>4078b378-604a-4c47-8c42-11513d98596a</string>
<key>CFBundleName</key>
<string>bitwarden extension</string>
</dict> </dict>
</plist> </plist>

View file

@ -74,6 +74,8 @@
<key>ITSAppUsesNonExemptEncryption</key> <key>ITSAppUsesNonExemptEncryption</key>
<true/> <true/>
<key>ITSEncryptionExportComplianceCode</key> <key>ITSEncryptionExportComplianceCode</key>
<string>4078b378-604a-4c47-8c42-11513d98596a</string> <string>4078b378-604a-4c47-8c42-11513d98596a</string>
<key>CFBundleName</key>
<string>bitwarden</string>
</dict> </dict>
</plist> </plist>