forked from microsoft/SwiftStreamingMarkdown
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
85 lines (79 loc) · 2.13 KB
/
Copy pathproject.yml
File metadata and controls
85 lines (79 loc) · 2.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
name: SwiftStreamingMarkdownSample
options:
minimumXcodeGenVersion: 2.38.0
createIntermediateGroups: true
configs:
Debug: debug
Release: release
packages:
SwiftStreamingMarkdown:
path: ../..
targets:
SwiftStreamingMarkdownSample:
type: application
platform: iOS
deploymentTarget: "18.0"
sources:
- path: SwiftStreamingMarkdownSample
excludes:
- Resources
- path: SwiftStreamingMarkdownSample/Resources
buildPhase: resources
dependencies:
- package: SwiftStreamingMarkdown
product: SwiftStreamingMarkdown
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.microsoft.SwiftStreamingMarkdownSample
PRODUCT_NAME: SwiftStreamingMarkdownSample
CURRENT_PROJECT_VERSION: 1
MARKETING_VERSION: 1.0
SWIFT_VERSION: 5.9
INFOPLIST_FILE: SwiftStreamingMarkdownSample/Info.plist
GENERATE_INFOPLIST_FILE: NO
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
CODE_SIGN_STYLE: Automatic
TARGETED_DEVICE_FAMILY: "1,2"
SwiftStreamingMarkdownSampleMac:
type: application
platform: macOS
deploymentTarget: "15.0"
sources:
- path: SwiftStreamingMarkdownSample
excludes:
- Resources
- path: SwiftStreamingMarkdownSample/Resources
buildPhase: resources
dependencies:
- package: SwiftStreamingMarkdown
product: SwiftStreamingMarkdown
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.microsoft.SwiftStreamingMarkdownSample.mac
PRODUCT_NAME: SwiftStreamingMarkdownSampleMac
CURRENT_PROJECT_VERSION: 1
MARKETING_VERSION: 1.0
SWIFT_VERSION: 5.9
GENERATE_INFOPLIST_FILE: YES
CODE_SIGN_STYLE: Automatic
schemes:
SwiftStreamingMarkdownSample:
build:
targets:
SwiftStreamingMarkdownSample: all
run:
config: Debug
test:
config: Debug
archive:
config: Release
SwiftStreamingMarkdownSampleMac:
build:
targets:
SwiftStreamingMarkdownSampleMac: all
run:
config: Debug
test:
config: Debug
archive:
config: Release