We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We currently do not make any attempt to build for iOS in our CI as we do not have the necessary secret setup for that purpose.
Without the secret set, it is not possible to turn on iOS CI.
Add the following secrets to this github repository:
base64 -i certificates.p12
base64 -i file.mobileprovision
The text was updated successfully, but these errors were encountered:
Won't it be good enough to build for iosSimulator? that uses the same APIs but does not require any certification...
Sorry, something went wrong.
It will not tests the signature part of the process. Definitively an improvement, but if we can a full test sounds better to me.
Let's go one then the other. To do the signing we will have to pay apple for the details listed above
Arg, even just for tests purpose. Dang Apple. OK, well set it up for simulator then.
I'm not sure what setup is required - there is no cryptography to configure.
andydotxyz
No branches or pull requests
Is your feature request related to a problem? Please describe:
We currently do not make any attempt to build for iOS in our CI as we do not have the necessary secret setup for that purpose.
Is it possible to construct a solution with the existing API?
Without the secret set, it is not possible to turn on iOS CI.
Describe the solution you'd like to see:
Add the following secrets to this github repository:
base64 -i certificates.p12
)base64 -i file.mobileprovision
)The text was updated successfully, but these errors were encountered: