-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
42 lines (42 loc) · 1.12 KB
/
Copy pathproject.yml
File metadata and controls
42 lines (42 loc) · 1.12 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
name: Sanctum
options:
bundleIdPrefix: com.michaelvacirca
deploymentTarget:
macOS: "15.0"
settings:
base:
SWIFT_VERSION: "6.0"
MACOSX_DEPLOYMENT_TARGET: "15.0"
METAL_LANGUAGE_REVISION: "Metal31"
targets:
Sanctum:
type: application
platform: macOS
sources:
- path: Sources
excludes:
- "**/*.md"
resources:
- path: Resources
optional: true
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.michaelvacirca.sanctum
INFOPLIST_GENERATION_MODE: GenerateAsNeeded
MARKETING_VERSION: "0.1.0"
CURRENT_PROJECT_VERSION: "1"
GENERATE_INFOPLIST_FILE: "YES"
NSMicrophoneUsageDescription: "Sanctum needs audio input access to analyze music for visual generation"
SWIFT_OBJC_BRIDGING_HEADER: "Sources/Sanctum-Bridging-Header.h"
dependencies: []
SanctumTests:
type: bundle.unit-test
platform: macOS
sources:
- path: Tests
dependencies:
- target: Sanctum
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.michaelvacirca.sanctum.tests
GENERATE_INFOPLIST_FILE: "YES"