-
-
Notifications
You must be signed in to change notification settings - Fork 387
Expand file tree
/
Copy pathSPM.yml
More file actions
55 lines (54 loc) · 1.13 KB
/
SPM.yml
File metadata and controls
55 lines (54 loc) · 1.13 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
# yaml-language-server: $schema=../../schema/xcodegen.schema.json
name: SPM
createIntermediateGroups: true
generateEmptyDirectories: true
configs:
Debug: debug
Release: release
options:
bundleIdPrefix: io.sentry
defaultSourceDirectoryType: syncedFolder
packages:
Sentry:
path: ../../
targets:
App:
type: application
platform: auto
sources:
# Sources
- path: App/Sources
type: group
group: App
excludes:
- "**/.gitkeep"
# Resources
- path: App/Resources
type: group
group: App
excludes:
- "**/.gitkeep"
# Configurations
- path: App/Configurations
type: group
group: App
buildPhase: none
excludes:
- "**/.gitkeep"
- path: SPM.yml
group: App/Configurations
buildPhase: none
dependencies:
- package: Sentry
products:
- SentrySPM
configFiles:
Debug: App/Configurations/SPM.xcconfig
Release: App/Configurations/SPM.xcconfig
schemes:
SPM:
templates:
- SampleAppScheme
build:
targets:
App: all