Hive Hive
Sign in

Real builds for Apple frameworks, applications, and test bundles

Metadata
Source
GitHub
Version
0.18.0
Domains
Published
Jun 12, 2026 · 21:12 UTC
Repository
tuist/once
Update

apple_framework, apple_application, and apple_test_bundle have moved from schema-only stubs to real Starlark implementations. apple_framework now emits a real dylib with an Info.plist and module.modulemap; apple_application links a real executable, embeds dependent frameworks, and can be launched with once run; and apple_test_bundle produces a real .xctest bundle linking XCTest. These were previously placeholders that only generated a directory shape.

Sources: https://github.com/tuist/once/pull/88, https://github.com/tuist/once/blob/main/docs/reference/prelude/apple_framework.md