Skip to content

Update repository: improved Browser Build, update fastlane - #72

Merged
gestrich merged 2 commits into
devfrom
chore/update-repository
Jul 27, 2026
Merged

Update repository: improved Browser Build, update fastlane#72
gestrich merged 2 commits into
devfrom
chore/update-repository

Conversation

@marionbarker

Copy link
Copy Markdown
Collaborator

Purpose

The repository must be updated at least once every 60 days to prevent GitHub from disabling the automatic build action.

When doing this, look for reasonable changes to make.

  1. Update fastlane to same version as LoopWorkspace
  2. Adopt the LoopFollow method of explicitly skipping an automatic build on weeks when no build is completed (details below), and update Xcode version to 26.5, same as is used in LoopWorkspace

Details

The scheduled weekly run checks for new commits and only builds when something changed (or when the monthly forced build is due). When there is nothing to build, the build jobs are skipped and the run still completes with a green check — indistinguishable at a glance from a successful build. Users who rely on the green status can believe they have a fresh build even when their last real build attempt failed.

Copied the change from loopandlearn/LoopFollow#705. See that PR for more information.

Status semantics after this change:

green — a new build was made and uploaded to TestFlight
cancelled (grey) — the repository was already up to date, nothing was built
red — a build was attempted and failed

@marionbarker
marionbarker requested review from gestrich and ps2July 27, 2026 12:45
@gestrich
gestrich merged commit fc86735 into devJul 27, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@marionbarker@gestrich