-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathproject.yml
52 lines (52 loc) · 1.37 KB
/
project.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
name: uikit_example
options:
bundleIdPrefix: com.rust
configs:
Debug: debug
Release: release
targets:
cargo_ios:
type: ""
platform: iOS
legacy:
toolPath: /bin/sh
arguments: "build_rust_deps.sh"
workingDirectory: "."
use_uikit_example:
sources: ios-src/
type: application
platform: iOS
deploymentTarget: "13.0"
scheme:
environmentVariables:
- variable: RUST_BACKTRACE
value: 1
isEnabled: true
- variable: RUST_LOG
value: info
isEnabled: true
- variable: METAL_DEVICE_WRAPPER_TYPE
value: 1
isEnabled: true
settings:
base:
OTHER_LDFLAGS: ["$(inherited)", "-luikit_sys_example"]
ENABLE_BITCODE: NO
CLANG_CXX_LANGUAGE_STANDARD: c++14
CLANG_CXX_LIBRARY: libc++
configs:
debug:
HEADER_SEARCH_PATHS: ["$(inherited)", "ios-src/"]
LIBRARY_SEARCH_PATHS: ["$(inherited)", "../target/universal/debug"]
release:
HEADER_SEARCH_PATHS: ["$(inherited)", "ios-src/"]
LIBRARY_SEARCH_PATHS: ["$(inherited)", "../target/universal/release"]
dependencies:
- sdk: Security.framework
- sdk: UIKit.framework
- target: cargo_ios
embed: false
info:
path: ios-src/Info.plist
properties:
UILaunchStoryboardName: LaunchScreen