I need to make a small change within an xcode project that has been exported from godot. Specifically I just want to add a line in the app delegate didFinishLaunching function, i.e. in this file:
Is there any way to do this? I can’t see any code at all in the exported xcode project.
The only option I can think of is if I change the file above and then build godot from scratch, then when I export, the added line of code should be there.
Or is there some way that I can alter the export template to do it, without have to build godot from scratch?