2026-06-23
Build 1.0(6)
Submission
1.0(6) submitted to App Store Connect.
Display-name fix landed in project.yml (not Xcode-only — XcodeGen wipes Xcode-only settings on every run). User-facing brand stays tmpo; codebase IDs, paths, and keys remain on the original namespace. App Store listing: "Tmpo - Fitness Tracker."
2026-06-20
Build 1.0(5)
Rejection
2.3.8 metadata rejection.
App Review flagged display-name mismatch between the binary and the App Store listing. Root cause: display name was set in Xcode but XcodeGen overwrote it on the next regen. Fix: set the display name in project.yml so it survives regeneration.
2026-06-06
Rebrand
Mens.Co → tmpo.
Public brand changed to tmpo. App Store listing, marketing site, and screenshots updated. Codebase internals (bundle IDs, file paths, persistence keys, schema names) intentionally kept on the original namespace to avoid migration risk on the in-flight TestFlight build.
- Repo moved to
github.com/ethkuhl-max/Tmpo.
- Standing rule: never rename internal
tmpo strings back to Mens.Co; XcodeGen will wipe Xcode-only edits.
2026-05
Mens.Co v0.3
Feature
Daily surface + rings + insights.
Today screen with ring + decision + three rings + readiness. Deep HealthKit read/write/observer (8 write types incl. macros). 30-day charts. Workouts + lift PRs (Epley). Nutrition (intake/macros/barcode → OpenFoodFacts/AI stub). Body photo log + measurements + waist-hip. Mental screener. Symptom journal + red-flag triage. Insights heatmap. 10+ nudges. Widget (4 families). Live Activity. Doctor PDF. Siri intents.
2026-04
Mens.Co v0.2
Architecture
Pure-black Liquid Glass theme + HealthKit foundation.
Visual rework around the pure-black canvas. HealthKit auth + read + write established; SwiftData persistence for derived data only. No subscription, no servers, no telemetry — three studio rules confirmed for the build.
2026-Q1
Mens.Co v0.1
Launch
Scaffold + concept lock.
First commit. Concept locked: daily health tracking on one surface for men — recovery, training, nutrition, sleep, mental, bio-age. SwiftUI + SwiftData + HealthKit from the start.