Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/hexwire-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Install XcodeGen (pinned — must match the version that generated the committed project)
run: |
curl -fsSL -o "$RUNNER_TEMP/xcodegen.zip" \
https://github.com/yonaskolb/XcodeGen/releases/download/2.45.4/xcodegen.zip
https://github.com/yonaskolb/XcodeGen/releases/download/2.46.0/xcodegen.zip
unzip -q "$RUNNER_TEMP/xcodegen.zip" -d "$RUNNER_TEMP/xcodegen-dist"
XCG=$(find "$RUNNER_TEMP/xcodegen-dist" -name xcodegen -type f | head -1)
chmod +x "$XCG"
Expand Down
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ observed reality, fix THIS file in the same PR.

## Build / test workflow

- The Xcode project is GENERATED: `project.yml` + XcodeGen 2.45.4
- The Xcode project is GENERATED: `project.yml` + XcodeGen 2.46.0
`HexWire.xcodeproj`. After adding/removing/renaming files:
`xcodegen generate` and commit the regenerated project. CI fails on drift.
- Build: `xcodebuild -project HexWire.xcodeproj -scheme HexWire
Expand Down
52 changes: 52 additions & 0 deletions HexWire.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ known_release_blockers:
## Working on this repo

- **Project generation:** `HexWire.xcodeproj` is generated from `project.yml` by
**XcodeGen 2.45.4**. After adding/removing files: `xcodegen generate` and commit
**XcodeGen 2.46.0**. After adding/removing files: `xcodegen generate` and commit
the regenerated project — CI fails on drift.
- **Build:** `xcodebuild -project HexWire.xcodeproj -scheme HexWire -destination
'platform=iOS Simulator,name=iPhone 17' build`
Expand Down
Binary file added Sprites/backgrounds/arena_08.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Sprites/backgrounds/arena_09.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Sprites/backgrounds/arena_10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Sprites/backgrounds/arena_11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Sprites/backgrounds/arena_12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Sprites/backgrounds/arena_13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Sprites/backgrounds/arena_14.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Sprites/backgrounds/arena_15.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Sprites/backgrounds/arena_16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Sprites/backgrounds/arena_17.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Sprites/backgrounds/arena_18.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Sprites/backgrounds/arena_19.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Sprites/backgrounds/arena_20.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion plans.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WP10 release-candidate gate plus the owner's device pass.

# Current Verified Baseline

- Every PR runs `hexwire-ci`: hygiene, XcodeGen 2.45.4 drift gate + full test
- Every PR runs `hexwire-ci`: hygiene, XcodeGen 2.46.0 drift gate + full test
suite (pre-booted simulator), Debug/Release × iPhone/iPad builds, unsigned
archive. `main` is only advanced through green PRs.
- 94 tests / 0 flaky: dice determinism (seed-injectable RNG), turn/authority
Expand Down
Loading