mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-30 07:07:25 +00:00

When the xcode project is in a sub-dir but the cargo build tries to access a file outside, this won't work.
23 lines
623 B
YAML
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
|