Skip to content
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

feat(cli): add build command for ios #5925

Merged
merged 10 commits into from
Oct 5, 2022
Merged

Conversation

IT-MikeS
Copy link
Contributor

This PR adds the build command to the Capacitor CLI which will build the native project then create an IPA.

Example usage:
npx cap build ios additionally a custom scheme can be used either via the config file or by passing the --scheme MyScheme flag to the build command.

@phyr0s
Copy link

phyr0s commented Sep 18, 2022

I think that adding to capacitor.config file the option like the android PR that you open before will be very good to to remove complexity in the build process.

There is few options that probably help to build IPA easier -->
The development team
Package type: can be development, ad-hoc, app-store (in appstore accounts) or enterprise build for enterprise accounts

Provisioning profile: this field i think that can be optional or not necessary because now xcode manage autosign so if you
have the provisioning profile in the provisioning profile folder should pick auto.... but maybe is good to have if you want to select different provisioning profile serving from jenkins before build for example.

Custom build flags array for example --> -UseModernBuildSystem=YES or -xcconfig=0

@IT-MikeS thanks for your good job.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants