Skip to content

Commit

Permalink
Fix entitlement for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed Dec 6, 2023
1 parent bc5f7b2 commit 4d4362e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion BTCPayServer.Vault/Version.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>2.0.6</Version>
<Version>2.0.7</Version>
</PropertyGroup>
</Project>
2 changes: 2 additions & 0 deletions Build/osx-x64/entitlements.plist
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
</dict>
</plist>

0 comments on commit 4d4362e

Please sign in to comment.