slint/demos/home-automation/rust/ios-project.yml
Simon Hausmann 9ad4ef6e52 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.
2025-05-20 11:07:19 +02:00

23 lines
623 B
YAML

# Copyright © SixtyFPS GmbH <info@slint.dev>
# SPDX-License-Identifier: MIT
name: Home Automation
options:
bundleIdPrefix: dev.slint.demos
settings:
ENABLE_USER_SCRIPT_SANDBOXING: NO
targets:
Home Automation:
type: application
platform: iOS
deploymentTarget: "12.0"
info:
path: Info.plist
properties:
UILaunchScreen:
- ImageRespectSafeAreaInsets: false
sources: []
postCompileScripts:
- script: |
../../../scripts/build_for_ios_with_cargo.bash home-automation
outputFileLists:
$TARGET_BUILD_DIR/$EXECUTABLE_PATH