mirror of
https://github.com/godotengine/godot.git
synced 2025-03-26 00:16:37 +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 ``` (cherry picked from commit 6999e332e4d77db2cf99648e5a83798b583367ce)