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
1 change: 0 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ public func envStringValue(_ key: String, searchInDomain: Bool = true) -> String

/* GENERATED BY SPMManifestTool END */
EnvManager.shared.register(domain: "OpenSwiftUI")
EnvManager.shared.register(domain: "Tuist_OpenSwiftUI")

// MARK: - Env and config

Expand Down
8 changes: 7 additions & 1 deletion Tuist.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
import ProjectDescription

let tuist = Tuist(
project: .tuist()
project: .tuist(
generationOptions: .options(
manifestEnvironment: [
"OPENSWIFTUI_*",
]
)
)
)
6 changes: 1 addition & 5 deletions mise.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
[tools]
tuist = "4.192.0"
tuist = "4.193.0"

[env]
OPENSWIFTUI_LIBRARY_TYPE = "dynamic"
OPENSWIFTUI_OPENATTRIBUTESHIMS_ATTRIBUTEGRAPH = "1"
OPENSWIFTUI_USE_LOCAL_DEPS = "1"
# workaround for tuist generate issue
TUIST_OPENSWIFTUI_LIBRARY_TYPE = "dynamic"
TUIST_OPENSWIFTUI_OPENATTRIBUTESHIMS_ATTRIBUTEGRAPH = "1"
TUIST_OPENSWIFTUI_USE_LOCAL_DEPS = "1"
Loading