mirror of
https://github.com/godotengine/godot.git
synced 2025-02-11 22:35:15 +08:00
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 |