Add command line build flag to skip .ipa export for iOS exports #7147
phil-hudson
started this conversation in
Platforms
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Add command line build flag to skip .ipa export for iOS exports
Why?
When combining Godot with Fastlane, or other build pipelines, sometimes you need only the project built, but not the app ipa built.
For example, building just the project, and then running a manual xcbuild against the project afterwards has certain benefits:
For implementation, it should be in the iOS export.cpp, read in an additional flag. If the flag is set, it skips the IPA build step
Beta Was this translation helpful? Give feedback.
All reactions