-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
109 lines (109 loc) · 3.16 KB
/
project.yml
File metadata and controls
109 lines (109 loc) · 3.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
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
name: MKVQuickLook
options:
bundleIdPrefix: com.robertwildling
createIntermediateGroups: true
configs:
Debug: debug
Release: release
settings:
base:
SWIFT_VERSION: 6.0
MACOSX_DEPLOYMENT_TARGET: "14.0"
CURRENT_PROJECT_VERSION: 8
MARKETING_VERSION: 0.1.7
targets:
MKVQuickLookApp:
type: application
platform: macOS
deploymentTarget: "14.0"
sources:
- path: MKVQuickLookApp/Sources
- path: Shared/Sources
resources:
- path: MKVQuickLookApp/Resources
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.robertwildling.MKVQuickLook
PRODUCT_NAME: MKVQuickLook
GENERATE_INFOPLIST_FILE: NO
INFOPLIST_FILE: MKVQuickLookApp/Resources/Info.plist
INFOPLIST_KEY_NSPrincipalClass: NSApplication
INFOPLIST_KEY_NSMainNibFile: ""
LD_RUNPATH_SEARCH_PATHS:
- "$(inherited)"
- "@executable_path/../Frameworks"
dependencies:
- framework: Vendor/VLCKit.xcframework
embed: true
- sdk: QuartzCore.framework
- target: MKVQuickLookPreviewExtension
embed: true
MKVQuickLookPreviewExtension:
type: app-extension
platform: macOS
deploymentTarget: "14.0"
sources:
- path: MKVQuickLookPreviewExtension/Sources
- path: Shared/Sources
resources:
- path: MKVQuickLookPreviewExtension/Resources
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.robertwildling.MKVQuickLook.PreviewExtension
PRODUCT_NAME: MKVQuickLookPreviewExtension
GENERATE_INFOPLIST_FILE: NO
INFOPLIST_FILE: MKVQuickLookPreviewExtension/Resources/Info.plist
CODE_SIGN_ENTITLEMENTS: MKVQuickLookPreviewExtension/MKVQuickLookPreviewExtension.entitlements
LD_RUNPATH_SEARCH_PATHS:
- "$(inherited)"
- "@executable_path/../Frameworks"
- "@executable_path/../../Frameworks"
- "@loader_path/../Frameworks"
- "@loader_path/../../Frameworks"
dependencies:
- framework: Vendor/VLCKit.xcframework
embed: true
- sdk: Quartz.framework
- sdk: AudioToolbox.framework
- sdk: AVFoundation.framework
- sdk: CFNetwork.framework
- sdk: CoreGraphics.framework
- sdk: CoreMedia.framework
- sdk: CoreText.framework
- sdk: CoreVideo.framework
- sdk: QuartzCore.framework
- sdk: Security.framework
- sdk: VideoToolbox.framework
- sdk: libbz2.tbd
- sdk: libc++.tbd
- sdk: libiconv.tbd
- sdk: libxml2.tbd
MKVQuickLookTests:
type: bundle.unit-test
platform: macOS
deploymentTarget: "14.0"
sources:
- path: Tests
- path: Shared/Sources
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.robertwildling.MKVQuickLookTests
GENERATE_INFOPLIST_FILE: YES
dependencies:
- framework: Vendor/VLCKit.xcframework
- sdk: QuartzCore.framework
schemes:
MKVQuickLook:
build:
targets:
MKVQuickLookApp: all
MKVQuickLookPreviewExtension: all
MKVQuickLookTests: [test]
run:
config: Debug
test:
config: Debug
targets:
- MKVQuickLookTests
archive:
config: Release