-
Notifications
You must be signed in to change notification settings - Fork 984
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 separate target/scheme for ios pr build #10867
Conversation
Jenkins BuildsClick to see older builds (34)
|
@jakubgs can you jump in? |
This is great, I tried to do that a year ago in #7479 but I could not fix the builds. Kept getting:
Which drove me insane. I hope this works. Here's the PR: https://github.com/status-im/status-react-jenkins/pull/9 |
db77752
to
b94f927
Compare
I created two new provisioning profiles with
It should work now. I'll update the branch. |
d862bc9
to
24ab422
Compare
24ab422
to
a4ef7b4
Compare
a4ef7b4
to
cbb421e
Compare
7bc8c60
to
5174428
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, tested on an iPhone too. Nice work!
signingStyle: 'manual', | ||
provisioningProfiles: { | ||
"im.status.ethereum": "match AdHoc im.status.ethereum", | ||
"im.status.ethereum.pr": "match AdHoc im.status.ethereum.pr" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kinda annoying we need this, but ah well.
637610d
to
24e7510
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Build PR Scheme in PR build use named parameters, use pr_build boolean Signed-off-by: Jakub Sokołowski <jakub@status.im> Enable capabilities Signed-off-by: Jakub Sokołowski <jakub@status.im> Add custom app icon Remove user defined profile Add PR scheme Explicit provide provisioning profiles Fix pr schema Bump jenkins Pod bump Describe pr_build argument Signed-off-by: Gheorghe Pinzaru <feross95@gmail.com>
24e7510
to
d916751
Compare
We want to have a separate app identifier for PR build so we can use the release version on day to day basis, and be able to test new PRs without removing the release from the phone.