Skip to content

Commit

Permalink
Merge pull request #1863 from michelcrypt4d4mus/fix_entitlements_doc
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 authored Jun 7, 2024
2 parents 7c5dde1 + 7f2bb70 commit f05f017
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changes/1863.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Documentation of valid plist types was corrected.
4 changes: 2 additions & 2 deletions docs/reference/platforms/macOS/app.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ will result in an ``Entitlements.plist`` declaration of::

<key>com.apple.vm.networking</key><true/>

Any Boolean or string value can be used for an entitlement value.
Any Boolean, string, list, or dictionary value can be used as an entitlement value.

All macOS apps are automatically granted the following entitlements:
All macOS apps are automatically granted the following entitlements by default:

* ``com.apple.security.cs.allow-unsigned-executable-memory``
* ``com.apple.security.cs.disable-library-validation``
Expand Down

0 comments on commit f05f017

Please sign in to comment.