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

Publish beta branch to appstore connect from Github Actions #1727

Merged
merged 83 commits into from
Jan 6, 2025

Conversation

clangenb
Copy link
Member

@clangenb clangenb commented Jan 5, 2025

No description provided.

@clangenb clangenb added A2-technical PR introduces technical changes B0-low Does not elevate a release containing this beyond "low priority" C0-breaksnothing PR does not introduce any breaking changes labels Jan 5, 2025
@@ -405,7 +401,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Distribution";
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was a crucial change to make xcode use the distribution certificate instead of an inexistent developer certificate.

Comment on lines +451 to +452
PROVISIONING_PROFILE_SPECIFIER = Encointer_AppStore_Deployment.mobileprovision;
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = Encointer_AppStore_Deployment.mobileprovision;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We also had to specify the provisioning profile explicitly here in order to help xcode know, which certificate is going to be used.

As we use swift dependencies, we can't use the CLI arguments to pass this option because xcode then tries to use this for our dependencies too and fails. This is a well-known problem.

Comment on lines +11 to +12
<key>org.encointer.wallet</key>
<string>Encointer_AppStore_Deployment.mobileprovision</string>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to match the name in our apple developer portal.

@clangenb clangenb merged commit b3333e8 into master Jan 6, 2025
8 of 11 checks passed
@clangenb clangenb deleted the cl/publish-test branch January 6, 2025 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A2-technical PR introduces technical changes B0-low Does not elevate a release containing this beyond "low priority" C0-breaksnothing PR does not introduce any breaking changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants