v3.6.1
Manual Notes
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.
-
People who wanted to configure to build for the first time could not run Add Identifiers.
Partial Solution
This release fixes these situations
- people who already use GitHub Actions (aka Browser Build) and need to have their certificates updated can continue to build
- people who switch to a different GitHub username (or organization) but use the same Apple Developer ID can build from the new username
The portion of the GitHub action used for new builders that enable them to Add Identifiers with the required capabilities select is still not working with this release. A solution will be provided in the next release.
What's Changed (automatically generated)
- hotfix/main fastlane 2.228.0 by @marionbarker in #280
Full Changelog: v3.6.0...v3.6.1