Skip to content

Commit

Permalink
BIT-58: Fix TestFlight validation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-livefront committed Sep 1, 2023
1 parent 4039c3c commit 03e7b95
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 1 deletion.
1 change: 0 additions & 1 deletion Bitwarden/Application/Support/Bitwarden.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
</array>
<key>com.apple.developer.nfc.readersession.formats</key>
<array>
<string>NDEF</string>
<string>TAG</string>
</array>
<key>com.apple.developer.associated-domains</key>
Expand Down
2 changes: 2 additions & 0 deletions Bitwarden/Application/Support/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
<string>1</string>
<key>CFBundleIconName</key>
<string>AppIcon</string>
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand Down
101 changes: 101 additions & 0 deletions BitwardenActionExtension/Application/Support/extension.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions BitwardenShareExtension/Application/Support/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<string>Bitwarden Share</string>
<key>CFBundleName</key>
<string>Bitwarden Share Extension</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleDevelopmentRegion</key>
Expand Down

0 comments on commit 03e7b95

Please sign in to comment.