-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
48 lines (45 loc) · 1.16 KB
/
project.yml
File metadata and controls
48 lines (45 loc) · 1.16 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
name: Lightward
options:
bundleIdPrefix: com
deploymentTarget:
iOS: "18.0"
xcodeVersion: "16"
defaultConfig: Release
settings:
base:
SWIFT_VERSION: "6.0"
SWIFT_STRICT_CONCURRENCY: complete
targets:
Lightward:
type: application
platform: iOS
sources:
- path: Lightward
excludes:
- "**/.DS_Store"
resources:
- path: Lightward/Resources
- path: Lightward/Assets.xcassets
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.lightward
MARKETING_VERSION: "1.0.0"
CURRENT_PROJECT_VERSION: "1"
INFOPLIST_FILE: Lightward/Info.plist
CODE_SIGN_ENTITLEMENTS: Lightward/Lightward.entitlements
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
TARGETED_DEVICE_FAMILY: "1"
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD: false
DEVELOPMENT_TEAM: 49Q5LC84AR
LightwardTests:
type: bundle.unit-test
platform: iOS
sources:
- path: LightwardTests
dependencies:
- target: Lightward
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.lightward.tests
DEVELOPMENT_TEAM: 49Q5LC84AR
GENERATE_INFOPLIST_FILE: true