-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
63 lines (59 loc) · 1.48 KB
/
project.yml
File metadata and controls
63 lines (59 loc) · 1.48 KB
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
53
54
55
56
57
58
59
60
61
62
63
name: Tapestry
options:
bundleIdPrefix: com.tapestry
createIntermediateGroups: true
defaultConfig: Debug
deploymentTarget:
iOS: "17.0"
developmentLanguage: en
configs:
Debug: debug
Release: release
settings:
MARKETING_VERSION: "1.0.0"
CURRENT_PROJECT_VERSION: "1"
packages:
Kuzu:
url: https://github.com/kuzudb/kuzu-swift.git
from: 0.1.0
LeapSDK:
url: https://github.com/liquid4all/leap-ios
from: 0.4.0
targets:
Tapestry:
type: application
platform: iOS
deploymentTarget: "17.0"
sources:
- path: Tapestry
name: Sources
createIntermediateGroups: true
excludes:
- "Resources/**"
- "Graph/**"
resources:
- path: Tapestry/Resources
name: Resources
createIntermediateGroups: true
- path: Tapestry/Graph
type: folder
- path: Tapestry/Models/Tapestry.xcdatamodeld
- path: Tapestry/Resources/LFM2-1.2B-8da4w_output_8da8w-seq_4096.bundle
dependencies:
- package: Kuzu
product: Kuzu
- package: LeapSDK
product: LeapSDK
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.tapestry.Tapestry
INFOPLIST_FILE: Tapestry/Info.plist
SWIFT_VERSION: "5.9"
IPHONEOS_DEPLOYMENT_TARGET: "17.0"
CODE_SIGN_STYLE: Automatic
DEVELOPMENT_TEAM: ""
configs:
Debug:
SWIFT_ACTIVE_COMPILATION_CONDITIONS: DEBUG
Release:
SWIFT_COMPILATION_MODE: wholemodule