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
|
@ -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