godot/misc/dist
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
..
docker
document_icons
html Fix typos with codespell 2021-05-20 14:36:39 +02:00
ios_xcode
linux
osx Dist: Add macOS entitlements files for editor code signing 2021-05-22 19:10:53 +02:00
osx_template.app/Contents
osx_tools.app/Contents Bump version to 3.3.2-rc 2021-05-19 14:56:50 +02:00
shell
uwp_template
windows Bump version to 3.3.2-rc 2021-05-19 14:56:50 +02:00
project_icon.svg