Skip to content

Record OpenSwiftUI build metadata#932

Merged
Kyle-Ye merged 1 commit into
mainfrom
codex/diagnose-0.19.1-metadata
Jul 11, 2026
Merged

Record OpenSwiftUI build metadata#932
Kyle-Ye merged 1 commit into
mainfrom
codex/diagnose-0.19.1-metadata

Conversation

@Kyle-Ye

@Kyle-Ye Kyle-Ye commented Jul 11, 2026

Copy link
Copy Markdown
Member

Summary

  • Add an explicit OpenSwiftUI Info.plist template with build configuration metadata keys.
  • Wire Tuist build settings through OPENSWIFTUI_BUILD_* substitutions.
  • Refresh Package.resolved after the manifest metadata change.

Verification

  • plutil -lint Configurations/OpenSwiftUI-Info.plist
  • git diff --check
  • swift package resolve with the Xcode default toolchain

@github-actions github-actions Bot added area: tooling Developer tooling, package manifests, Tuist, scripts, formatting, or release tooling. type: build Build system, packaging, toolchain, release, or compiler support. labels Jul 11, 2026
@augmentcode

augmentcode Bot commented Jul 11, 2026

Copy link
Copy Markdown
🤖 Augment PR Summary

Summary: This PR records OpenSwiftUI build configuration metadata in a dedicated Info.plist template, so the built framework carries explicit provenance about its backend/rendering setup.

Changes:

  • Added Configurations/OpenSwiftUI-Info.plist as an explicit Info.plist template containing OpenSwiftUI build metadata keys.
  • Updated Tuist-target settings in Package.swift to point INFOPLIST_FILE at the template and populate OPENSWIFTUI_BUILD_* substitutions.
  • Refreshed Package.resolved (origin hash) after the manifest metadata change.

🤖 Was this summary useful? React with 👍 or 👎

@augmentcode augmentcode Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. 1 suggestion posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

Comment thread Package.swift
@codecov

codecov Bot commented Jul 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 25.92%. Comparing base (46a26cd) to head (a8419be).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #932      +/-   ##
==========================================
- Coverage   25.92%   25.92%   -0.01%     
==========================================
  Files         720      720              
  Lines       50774    50774              
==========================================
- Hits        13165    13164       -1     
- Misses      37609    37610       +1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Kyle-Ye Kyle-Ye force-pushed the codex/diagnose-0.19.1-metadata branch from 9d9b220 to a8419be Compare July 11, 2026 17:02
@Kyle-Ye Kyle-Ye merged commit 5618149 into main Jul 11, 2026
8 of 9 checks passed
@Kyle-Ye Kyle-Ye deleted the codex/diagnose-0.19.1-metadata branch July 11, 2026 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: tooling Developer tooling, package manifests, Tuist, scripts, formatting, or release tooling. type: build Build system, packaging, toolchain, release, or compiler support.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant