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

Send nightly iOS builds to new "Ledger Live (nightly)" app in Testflight #7949

Merged
merged 6 commits into from
Oct 3, 2024

Conversation

angusbayley
Copy link
Contributor

@angusbayley angusbayley commented Sep 30, 2024

✅ Checklist

  • npx changeset was attached.
  • Covered by automatic tests.
  • Impact of the changes:
    • nightly iOS builds will go to a separate app "Ledger Live (nightly/staging) in Testflight"

📝 Description

Creates a new configuration in Xcode for nightly builds, with a new associated bundle id. The iOS build lane is updated so CI nightly builds use this config when calling gym(). New app icons (same as production except red instead of black) are added and linked to this configuration.

Nightly builds build appear in Testflight under this new app, called "Ledger Live (nightly/staging)":

Screenshot 2024-09-30 at 17 39 32

The icon set has been updated since the previous screenshot. Latest is:

image

❓ Context

https://ledgerhq.atlassian.net/browse/LIVE-13485


🧐 Checklist for the PR Reviewers

  • The code aligns with the requirements described in the linked JIRA or GitHub issue.
  • The PR description clearly documents the changes made and explains any technical trade-offs or design decisions.
  • There are no undocumented trade-offs, technical debt, or maintainability issues.
  • The PR has been tested thoroughly, and any potential edge cases have been considered and handled.
  • Any new dependencies have been justified and documented.
  • Performance considerations have been taken into account. (changes have been profiled or benchmarked if necessary)

Copy link

vercel bot commented Sep 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

5 Skipped Deployments
Name Status Preview Comments Updated (UTC)
ledger-live-docs ⬜️ Ignored (Inspect) Visit Preview Oct 3, 2024 11:35am
ledger-live-github-bot ⬜️ Ignored (Inspect) Visit Preview Oct 3, 2024 11:35am
native-ui-storybook ⬜️ Ignored (Inspect) Visit Preview Oct 3, 2024 11:35am
react-ui-storybook ⬜️ Ignored (Inspect) Visit Preview Oct 3, 2024 11:35am
web-tools ⬜️ Ignored (Inspect) Visit Preview Oct 3, 2024 11:35am

@live-github-bot live-github-bot bot added the mobile Has changes in LLM label Sep 30, 2024
@angusbayley angusbayley changed the title build: new bundle id + configuration for nightly builds Send nightly iOS builds to new "Ledger Live (nightly/staging)" app in Testflight Oct 1, 2024
@angusbayley angusbayley force-pushed the support/new-nightly-app-id branch 2 times, most recently from 2143d5a to 6f6e517 Compare October 2, 2024 09:30
@angusbayley angusbayley changed the title Send nightly iOS builds to new "Ledger Live (nightly/staging)" app in Testflight Send nightly iOS builds to new "Ledger Live (nightly)" app in Testflight Oct 2, 2024
@angusbayley angusbayley marked this pull request as ready for review October 2, 2024 09:31
@angusbayley angusbayley requested a review from a team as a code owner October 2, 2024 09:31
themooneer
themooneer previously approved these changes Oct 2, 2024
@angusbayley angusbayley requested a review from a team as a code owner October 2, 2024 13:39
@live-github-bot live-github-bot bot added desktop Has changes in LLD common Has changes in live-common ledgerjs Has changes in the ledgerjs open source libs labels Oct 2, 2024
@live-github-bot live-github-bot bot removed desktop Has changes in LLD common Has changes in live-common ledgerjs Has changes in the ledgerjs open source libs labels Oct 2, 2024
@live-github-bot live-github-bot bot added the desktop Has changes in LLD label Oct 2, 2024
@live-github-bot live-github-bot bot removed the desktop Has changes in LLD label Oct 2, 2024
themooneer
themooneer previously approved these changes Oct 3, 2024
"idiom" : "ipad",
"filename" : "Icon-Small-50x50@1x.png",
"scale" : "1x"
"filename" : "Icon-App-40x40@3x 1.png",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Weird filename. Is it an error? Also why are we modifying icons of the Prod app?

Copy link
Contributor Author

@angusbayley angusbayley Oct 3, 2024

Choose a reason for hiding this comment

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

I'm not sure how this happened exactly, but I know Xcode makes lots of automatic updates in this directory whenever you adjust any icon settings. I did confirm that the icon set wasn't corrupted in this change, but as a precaution I have reverted all AppIcon changes for the main app - see latest commit

@angusbayley angusbayley merged commit 9321b3e into develop Oct 3, 2024
40 checks passed
@angusbayley angusbayley deleted the support/new-nightly-app-id branch October 3, 2024 13:12
@angusbayley angusbayley restored the support/new-nightly-app-id branch October 3, 2024 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mobile Has changes in LLM
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants