godot/misc
Rémi Verschelde 6999e332e4
Dist: Add macOS entitlements files for editor code signing
These are the entitlements we define for official macOS editor builds since
Godot 3.3.

Users making custom builds of the engine can use those files with `codesign` to
sign their own builds. E.g.:
```
codesign --force --timestamp \
  --options=runtime --entitlements editor.entitlements \
  -s <your key> -v osx_template.app
```
2021-05-20 16:10:12 +02:00
..
ci CI: Refactor Android workflow, use pre-installed SDK and NDK 2020-10-22 17:21:59 +02:00
dist Dist: Add macOS entitlements files for editor code signing 2021-05-20 16:10:12 +02:00
hooks Fix Ubuntu clang-format version detection in the pre-commit hook 2021-05-10 17:05:46 +02:00
scripts Fix typos with codespell 2021-05-20 12:38:56 +02:00