Skip to content

Tags: yodax/LoopWorkspace

Tags

v3.4.1

Toggle v3.4.1's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Fix browser build sync and alive behavior (LoopKit#164)

* Fix browser build sync and alive behavior
- Added logic to extend the alive check for the existence of either `alive-main` or `alive-dev` branches.
  - Resolved an issue where unexpected successes were occurring when failures were expected.
  - Implemented a check to determine the existence of the `alive-main` and `alive-dev` branches and create them if they do not exist.

- Introduced a mechanism to identify the current branch being run (either `main` or `dev`).
  - Based on the current branch, the corresponding alive branch (`alive-main` or `alive-dev`) will be used to check for upstream changes.

- Set a new variable `ABORT_SYNC` to `true` when the current branch is neither `dev` nor `main`.
  - The syncing attempt will proceed based on the `ABORT_SYNC` variable status.

- Ensured proper branch synchronization to prevent build inconsistencies and failures

- Addresses issue LoopKit/Loop#2192

- Updates app store connect link for validation error hints to new Apple URL scheme

* 💚 Security Fix

Co-Authored-By: ebouchut <ebouchut@users.noreply.github.com>

---------

Co-authored-by: ebouchut <ebouchut@users.noreply.github.com>

v3.4.0

Toggle v3.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request LoopKit#151 from LoopKit/release-3.4

* Updates for Release 3.4

v3.2.4

Toggle v3.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update the yml files to meet Xcode 15 and Node 20 requirements (LoopK…

…it#124)

* update for Xcode 15, even in comments, and node 20 in actions

* bump up to macos-14 and Xcode 15.3, now available

v3.2.3

Toggle v3.2.3's commit message
Fixes for building on Xcode 15. Loop 3.2.3

v3.2.2

Toggle v3.2.2's commit message
Bump Loop rev to 3.2.2

v3.2.1

Toggle v3.2.1's commit message
Update MinimedKit

v3.2.0

Toggle v3.2.0's commit message
Update Loop submodule revision to Loop 3.2

v3.0.0

Toggle v3.0.0's commit message
Update to Loop 3.0

v2.2.9

Toggle v2.2.9's commit message
Update submodules for 2.2.9

v2.2.4

Toggle v2.2.4's commit message
Update submodule refs