-
Notifications
You must be signed in to change notification settings - Fork 514
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
use Trio specific names and update instructions in testflight.md #297
use Trio specific names and update instructions in testflight.md #297
Conversation
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.
If you look at my up to date screenshots from yesterday in #294, I am unsure if this part is accurate, as I am not seeing the Repeat this step for each NAME with associated IDENTIFIER: |
yours looks like this because you built via Xcode first: Had you never built with Xcode and only built with GitHub, it would have looked like this (except the last one would just say |
Ah, right! I expected differences due to Xcode, just didn’t know exactly what to expect, I thought it was only the XC prefix. Perhaps we should include instructions to search for Trio if there are many identifiers listed? That really clears it up for most. |
@bjornoleh Are you requesting a modification? Should I put in a table of what the XC version looks like under NAMES? Or will most people be looking at the docs. |
A table with the typical names for Xcode vs Fastlane build would be great. Unsure about LiveActivity, perhaps this was added from a GitHub build because this feature was added later? I would think so. |
SummaryDo some testing prior to building a table for Identifier Names (Descriptions) for Mac-Xcode vs GitHub Actions (Browser Build) method for Trio. Question:Do we really need LiveActivity as an identifier for Browser Build? Tests with Trio alpha, commit I deleted all identifiers (except Trio itself) and renamed the Trio description to be XC bundle_id When I built with Mac-Xcode - these are the only identifiers on my identifiers page - no sign of LiveActivityExtension: I then ran some actions with my fork of Trio-alpha :
|
I got more information via PM with @dnzxy.
Patch for Fastfile: |
Testing of Proposed Name ChangeI created a branch, trio-specific-identifiers, at loopandlearn/Trio with this modification wrt nightscout/Trio alpha: I am in the process of testing this single Fastfile change after deleting Identifiers, Certificates and Match-Secrets. |
If this modification is added to Trio, then Issue #174 can be closed. |
Test successful with proposed change (see graphic).
Open questions:
|
This is ready for review.
|
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.
Looks good and works well! The only thing I did not test was the optional renaming.
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.
Approving and merging.
…ild_directions use Trio specific names and update instructions in testflight.md
…w through add meal button in bolus view (nightscout#297)
…w through add meal button in bolus view (nightscout#297) (cherry picked from commit b0a7bf4)
Added to this PR - a modification to fastlane/Fastfile to use Trio specific identifier names. (The identifiers themselves are not modified, just the description.)
This PR is in response to Issue #294.
With the final version, it also answers issue #174.