-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add configuration option for iOS target(s) #3993
Comments
This is not always so simple. We have 8 targets (variations) of the same app. |
I think the best we can do is add a configuration option. When combined with |
@MortenGregersen Related: please see #4002 which moves |
Yes, with a dynamic config file this would work. This is awesome!
As I see it, the |
Great to hear! 😊 After some investigation, the configuration option will likely be a scheme (aka Xcode build configuration), not a target. This is required for 'run' to invoke 'xcodebuild', and we can use it to discover the target, because every scheme has an associated target (usually by the same name).
Only in that it organizes the project folder a bit. Not entirely related. |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out. |
We can add a configuration option which could use the configured target/scheme in
sync
andrun
.The text was updated successfully, but these errors were encountered: