mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
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:
parent
e14140c028
commit
9ad4ef6e52
4 changed files with 7 additions and 0 deletions
|
@ -151,6 +151,7 @@
|
|||
"rustdocs",
|
||||
"rustflags",
|
||||
"rvalue",
|
||||
"SANDBOXING",
|
||||
"scrollview",
|
||||
"SDK",
|
||||
"seti",
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
name: Energy Monitor
|
||||
options:
|
||||
bundleIdPrefix: dev.slint.demos
|
||||
settings:
|
||||
ENABLE_USER_SCRIPT_SANDBOXING: NO
|
||||
targets:
|
||||
Energy Monitor:
|
||||
type: application
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
name: Home Automation
|
||||
options:
|
||||
bundleIdPrefix: dev.slint.demos
|
||||
settings:
|
||||
ENABLE_USER_SCRIPT_SANDBOXING: NO
|
||||
targets:
|
||||
Home Automation:
|
||||
type: application
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue