iOS timer app for the studio time-tracking backend.
- Distribution: SideStore (EU users) or sideload via Xcode personal signing.
- Build environment: Linux + GitHub Actions macOS runners. No local Mac required.
- Project file: Generated by XcodeGen from
project.yml. Do not edit.xcodeprojdirectly.
See docs/superpowers/specs/2026-05-12-ios-timer-app-design.md in the studio repo for the full design.
brew install xcodegen # on a Mac
xcodegen generate
open StudioTimer.xcodeprojOn Linux, edit Swift sources directly; rely on CI to build. To preview rendered SwiftUI on Linux, use a remote Mac or skip and rely on physical-device testing.
Tag with v<X.Y.Z> to trigger a CI build:
git tag v0.0.1
git push origin v0.0.1GitHub Actions builds an unsigned IPA, publishes to Releases, and updates the SideStore source at https://kennyxsx.github.io/studio-timer/sidestore-source.json.