Skip to content

Commit

Permalink
Fix(macos): remove entitlement unsupported by macOS
Browse files Browse the repository at this point in the history
MacOS does not support the Data Protection entitlement, so these two lines
make it impossible to build a distribution package for GitHub.

Context: https://stackoverflow.com/questions/62156339/catalyst-app-how-do-i-enable-com-apple-developer-default-data-protection-entitl
  • Loading branch information
keepassium committed Feb 16, 2023
1 parent 854b963 commit 91dacc7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions KeePassium/KeePassium-macOS.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
</array>
<key>com.apple.developer.authentication-services.autofill-credential-provider</key>
<true/>
<key>com.apple.developer.default-data-protection</key>
<string>NSFileProtectionComplete</string>
<key>com.apple.developer.icloud-container-identifiers</key>
<array>
<string>iCloud.com.keepassium.ios</string>
Expand Down

0 comments on commit 91dacc7

Please sign in to comment.