-
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
Rename FreeAPS X scheme to Open-iAPS #127
Conversation
Tested using the build script:
Fresh download of clone from the |
One more note - in the local clone, I'm getting all sorts of weird behavior switching between branches. |
The 2 Xcode windows is resolved by:
|
I can confirm that renaming the workspace to Open-iAPS fixes the default scheme issue, so I added your changes to this PR. |
And updated the fastlane build action lane in build_Open-iAPS.yml Co-authored-by: bjornoleh <bjorn.haugsgjerd@gmail.com>
Fix lane upgrade fastlane
Code review - looks good - except I did not know that a hyphen in a Test Part 1: Mac Build: Fresh download of branch
Test Part 2: Browser Build
Test Part 3: Modify Code and Test Browser Build
|
Test 4: Create alive branch for Browser Build - Success
|
There was an error in the LoopWorkspace version of the build file where a GITHUB_TOKEN was in a place where it was not defined and needed to be changed to GH_PAT. The change that matters is already in place with this code - see this line: Note there is a second location where that same line is found (line 57), but I don't believe the env variable is used in this section: But to make this match LoopWorkspace build yml, I created an PR 135 to update that line. |
fix token definition
Merging after review by @marionbarker and @dnzxy |
No description provided.