godot/misc
Rémi Verschelde 7678e73398
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
```

(cherry picked from commit 6999e332e4)
2021-05-22 19:10:53 +02:00
..
ci CI: Refactor Android workflow, use pre-installed SDK and NDK 2020-10-23 13:27:44 +02:00
dist Dist: Add macOS entitlements files for editor code signing 2021-05-22 19:10:53 +02:00
hooks Fix Ubuntu clang-format version detection in the pre-commit hook 2021-05-10 17:47:36 +02:00
scripts Dynamically load libudev.so.1 on Linux if udev=yes 2021-02-18 10:31:31 +01:00