Here is a list of Godot Export config changes I had to make to get MacOS builds working:
(In addition to: #145)
- Export path should end with
.app
- Codesign option should be set to
Built-in (ad-hoc only)
- Notorization should be set to
Disabled
Could the README be updated to document these? This would save others time.
Here is a list of Godot Export config changes I had to make to get MacOS builds working:
(In addition to: #145)
.appBuilt-in (ad-hoc only)DisabledCould the README be updated to document these? This would save others time.