godotengine / godot-ios-plugins

MIT License
126 stars 48 forks source link

Improve formatting in README, add note about running from editor #31

Closed Calinou closed 2 years ago

Calinou commented 2 years ago

This closes https://github.com/godotengine/godot-ios-plugins/issues/30.

PS: It sounds like adding a generate_headers_only=yes SCons option to Godot be useful :slightly_smiling_face: It would abort the build after ensuring all headers are generated. This would make automated CI builds easier as you wouldn't have to rely on a timeout command for this anymore.

You don't have to wait for full engine compilation, as header files are generated first.

naithar commented 2 years ago

PS: It sounds like adding a generate_headers_only=yes SCons option to Godot be useful

I think it was previously discussed somewhere, and we came to a conclusion that it's not possible with SCons. But l might remember it wrong.

naithar commented 2 years ago

Thanks!