mirror of
https://github.com/godotengine/godot.git
synced 2024-11-11 06:33:10 +00:00
6999e332e4
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 ``` |
||
---|---|---|
.. | ||
editor_mono.entitlements | ||
editor.entitlements |