iOS: Disable the sandbox for the cargo build script by default

When the xcode project is in a sub-dir but the cargo build tries to access a file outside, this won't work.
This commit is contained in:
Simon Hausmann 2025-05-19 13:22:05 +02:00 committed by Simon Hausmann
parent e14140c028
commit 9ad4ef6e52
4 changed files with 7 additions and 0 deletions

View file

@ -151,6 +151,7 @@
"rustdocs",
"rustflags",
"rvalue",
"SANDBOXING",
"scrollview",
"SDK",
"seti",

View file

@ -3,6 +3,8 @@
name: Energy Monitor
options:
bundleIdPrefix: dev.slint.demos
settings:
ENABLE_USER_SCRIPT_SANDBOXING: NO
targets:
Energy Monitor:
type: application

View file

@ -3,6 +3,8 @@
name: Home Automation
options:
bundleIdPrefix: dev.slint.demos
settings:
ENABLE_USER_SCRIPT_SANDBOXING: NO
targets:
Home Automation:
type: application

View file

@ -45,6 +45,8 @@ cargo build --target=aarch64-apple-ios
name: My App
options:
bundleIdPrefix: com.company
settings:
ENABLE_USER_SCRIPT_SANDBOXING: NO
targets:
MyApp:
type: application