Skip to content

Commit a0e9f1b

Browse files
committed
Update env key
1 parent 270230c commit a0e9f1b

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

Example/mise.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22
tuist = "4.193.0"
33

44
[env]
5-
OPENSWIFTUI_USE_LOCAL_DEPS = "0"
65
OPENSWIFTUI_OPENATTRIBUTESHIMS_ATTRIBUTEGRAPH = "1"
7-
OPENSWIFTUI_LINK_BACKLIGHTSERVICES = "1"

Scripts/build_xcframework.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
set -e
44

5+
: "${OPENSWIFTUI_LIBRARY_TYPE:=dynamic}"
6+
: "${OPENSWIFTUI_USE_LOCAL_DEPS:=1}"
7+
export OPENSWIFTUI_LIBRARY_TYPE
8+
export OPENSWIFTUI_USE_LOCAL_DEPS
9+
510
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd -P)"
611
PROJECT_ROOT="$(dirname "$SCRIPT_DIR")"
712

mise.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22
tuist = "4.193.0"
33

44
[env]
5-
OPENSWIFTUI_LIBRARY_TYPE = "dynamic"
65
OPENSWIFTUI_OPENATTRIBUTESHIMS_ATTRIBUTEGRAPH = "1"
7-
OPENSWIFTUI_USE_LOCAL_DEPS = "1"

0 commit comments

Comments
 (0)