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

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