-
Notifications
You must be signed in to change notification settings - Fork 501
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
Build tools: Support building Ad Hoc alpha release #4635
Conversation
…load binary to Diawi.
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.
This is really great so far.
Variants/setup_app_variant.sh
Outdated
cp -f "${variant_root_folder}/AppIdentifiers.xcconfig" Config/AppIdentifiers.xcconfig | ||
|
||
# Replace app icon | ||
rsync -a "${variant_root_folder}/AppIcon.appiconset/" Riot/Assets/SharedImages.xcassets/AppIcon.appiconset/ |
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.
Why not rsync all the variant_root_folder
to the root folder of the project?
It means that variant_root_folder
should have the same structure. This will allow to customize any file of the project.
…variant into project folder.
* GH actions: Disable existing GH actions temporary. * GH actions: Add release alpha GH action. * GH actions: Disable existing GH actions temporary. * GH actions: Update release alpha GH action. * GH actions: Update release alpha GH action. * GH actions: Update release alpha GH action. * GH actions: Update release alpha GH action. * GH actions: Update release alpha GH action. * GH actions: Update release alpha GH action. * GH actions: Update release alpha GH action. * GH actions: Update release alpha GH action. * GH actions: Update release alpha GH action. * GH actions: Update release alpha GH action. * GH actions: Update release alpha GH action. * GH actions: Update release alpha GH action. * GH actions: Update release alpha GH action. * GH actions: Update release alpha GH action. * GH actions: Update release alpha GH action. * GH actions: Update release alpha GH action. * GH actions: Update release alpha GH action. * GH actions: Update release alpha GH action.GH actions: Update release alpha GH action. * Fastlane: Add upload to Diawi lane and write file link into GitHub env. * GH actions: Update release alpha GH action. * GH actions: Enable again existing GH actions. * GH actions: Enable again existing GH actions. * GH actions: Update release alpha GH action. * GH actions: Update release alpha GH action.
# Conflicts: # CHANGES.md
📱 Scan the QR code below to install the build for this PR. If you can't scan the QR code you can install the build via this link: https://i.diawi.com/tBQpag |
Handle #4634