summaryrefslogtreecommitdiff
path: root/misc/dist/osx
AgeCommit message (Collapse)Author
2022-07-21Rename OSX to macOS and iPhoneOS to iOS.bruvzg
2021-10-21[macOS] Add entitlements required by OIDN JIT for the editor build.bruvzg
2021-05-20Dist: Add macOS entitlements files for editor code signingRémi Verschelde
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 ```