-
Notifications
You must be signed in to change notification settings - Fork 16
/
project.yml
46 lines (46 loc) · 1.13 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
name: prpr
options:
bundleIdPrefix: com.mivik
configs:
Debug: debug
Release: release
targets:
cargo_ios:
type: ""
platform: iOS
legacy:
toolPath: "/Users/sjfhsjfh/.cargo/bin/cargo"
arguments: "build --release --target aarch64-apple-ios --bin prpr-client-main"
workingDirectory: "."
prpr:
sources:
- path: target/aarch64-apple-ios/release/prpr-client-main
buildPhase:
copyFiles:
destination: executables
- path: prpr.app/LaunchScreen.storyboardc
buildPhase: resources
- path: assets
type: folder
buildPhase: resources
type: application
platform: iOS
deploymentTarget: "15.6.1"
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
dependencies:
- target: cargo_ios
embed: false
info:
path: prpr.app/Info.plist
properties:
UILaunchStoryboardName: LaunchScreen