Skip to content

Generate iOS resource sources before cross-configuration - #2

Merged
JMillz269 merged 2 commits into
metalfrom
copilot/fix-github-actions-job
Sep 2, 2026
Merged

JMillz269 merged 2 commits into
metalfrom
copilot/fix-github-actions-job

Conversation

Copilot AI commented Sep 2, 2026

Copy link
Copy Markdown

The iOS IPA workflow failed during CMake generation because iOS skips the host-side file_to_c tool while required BIN2C resource sources were absent.

  • CMake

    • Collect BIN2C-generated .c outputs in UnleashedRecompResources.
  • iOS workflow

    • Build resource sources alongside pre-generated SPIR-V headers in the host macOS preparation build.
cmake --build . --target UnleashedRecompShaders UnleashedRecompResources

Co-authored-by: JMillz269 <24706996+JMillz269@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix failing GitHub Actions job Generate iOS resource sources before cross-configuration Sep 2, 2026
Copilot AI requested a review from JMillz269 September 2, 2026 20:56
@JMillz269
JMillz269 marked this pull request as ready for review September 2, 2026 20:58
@JMillz269
JMillz269 merged commit 5f316e1 into metal Sep 2, 2026
1 check failed
Copilot AI requested a review from JMillz269 September 2, 2026 20:59
Sign up for free to 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