Skip to content

v3.6.2

Latest
Compare
Choose a tag to compare
@marionbarker marionbarker released this 25 Jun 20:41
fbf2ddc

Manual Notes

This release only affect ability to build using the Browser Build method. There are no changes to the Loop app functions.

There were changes at Apple in May 2025 that broke some of the code (fastlane) we use with GitHub Actions to enable Loop to build from a browser.

  • People who already had valid certificates with properly configured Identifiers could build without issue. Those who needed to renew certificates were blocked from building. (fixed with v3.6.1)

  • People who wanted to configure to build for the first time could not run Add Identifiers. (fixed with this release, v3.6.2)

Working Solution

With this release, the GitHub build actions are restored with one caveat for new builders (those who do not already have their Identifiers configured):

  • Apple no longer allows the Time Sensitive Notifications to be configured automatically
  • Time Sensitive Notifications must be enabled for the Loop Identifier manually or the build will fail

LoopDocs is updated with instructions for new builders to manually add Time Sensitive Notifications.

What's Changed (automatically generated)

  • main branch: Use a special version of fastlane to enable Add Identifiers by @marionbarker in #286

Full Changelog: v3.6.1...v3.6.2