Skip to content

Commit f8dfeda

Browse files
committed
Fix em dashes and stale gitignore note in ios/README
1 parent 6a3b743 commit f8dfeda

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

ios/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ xcodebuild -scheme OpenProgression -sdk iphonesimulator -destination 'platform=i
1616

1717
## Structure
1818

19-
- `App/` entry point + tab navigation
20-
- `DesignSystem/` brand theme (dark + teal, the 7-level gradient), reusable components
21-
- `Models/` Codable models matching the data contract (handles the polymorphic `standards` shape)
22-
- `Data/` `DataStore` loads the bundled JSON
23-
- `Features/` Today (daily session), Calculator (bodyweight-relative scoring + weakest-link), Benchmarks, Levels
24-
- `Resources/data/` generated; copied from `/data` (gitignored)
19+
- `App/` - entry point + tab navigation
20+
- `DesignSystem/` - brand theme (dark + teal, the 7-level gradient), reusable components
21+
- `Models/` - Codable models matching the data contract (handles the polymorphic `standards` shape)
22+
- `Data/` - `DataStore` loads the bundled JSON
23+
- `Features/` - Today (daily session), Calculator (bodyweight-relative scoring + weakest-link), Benchmarks, Levels
24+
- `Resources/data/` - generated; copied from `/data` (gitignored)
2525

26-
The `.xcodeproj` is generated and gitignored — edit `project.yml` and re-run `xcodegen generate`.
26+
The `.xcodeproj` is generated and gitignored. Edit `project.yml` and re-run `xcodegen generate`.

0 commit comments

Comments
 (0)