-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
105 lines (98 loc) · 2.74 KB
/
Copy pathproject.yml
File metadata and controls
105 lines (98 loc) · 2.74 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
name: Transcriptor
options:
bundleIdPrefix: com.claustrofob
deploymentTarget:
iOS: "26.0"
xcodeVersion: "26.2"
generateEmptyDirectories: true
settings:
base:
SWIFT_VERSION: "6.0"
IPHONEOS_DEPLOYMENT_TARGET: "26.0"
SUPPORTED_PLATFORMS: iphoneos iphonesimulator
SUPPORTS_MACCATALYST: false
TARGETED_DEVICE_FAMILY: "1,2"
DEVELOPMENT_TEAM: UHVDZDRE69
targets:
Transcriptor:
type: application
platform: iOS
sources:
- Transcriptor
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.claustrofob.Transcriptor
INFOPLIST_FILE: Transcriptor/Info.plist
CODE_SIGN_ENTITLEMENTS: Transcriptor/Transcriptor.entitlements
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
PRODUCT_NAME: Transcriptor
MARKETING_VERSION: "1.0.0"
CURRENT_PROJECT_VERSION: "1"
SWIFT_EMIT_LOC_STRINGS: "YES"
dependencies:
- target: TranscriptorKit
embed: true
- target: TranscriptorAction
embed: true
TranscriptorKit:
type: framework
platform: iOS
sources:
- TranscriptorKit
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.claustrofob.TranscriptorKit
PRODUCT_NAME: TranscriptorKit
MARKETING_VERSION: "1.0.0"
CURRENT_PROJECT_VERSION: "1"
DEFINES_MODULE: "YES"
SKIP_INSTALL: "YES"
GENERATE_INFOPLIST_FILE: "YES"
TranscriptorAction:
type: app-extension
platform: iOS
sources:
- TranscriptorAction
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.claustrofob.Transcriptor.Action
INFOPLIST_FILE: TranscriptorAction/Info.plist
CODE_SIGN_ENTITLEMENTS: TranscriptorAction/TranscriptorAction.entitlements
PRODUCT_NAME: TranscriptorAction
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
MARKETING_VERSION: "1.0.0"
CURRENT_PROJECT_VERSION: "1"
SKIP_INSTALL: "YES"
dependencies:
- target: TranscriptorKit
embed: false
entitlements:
path: TranscriptorAction/TranscriptorAction.entitlements
properties:
com.apple.security.application-groups:
- group.com.claustrofob.Transcriptor
keychain-access-groups:
- $(AppIdentifierPrefix)com.claustrofob.Transcriptor
TranscriptorKitTests:
type: bundle.unit-test
platform: iOS
sources:
- TranscriptorKitTests
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.claustrofob.TranscriptorKitTests
GENERATE_INFOPLIST_FILE: "YES"
dependencies:
- target: TranscriptorKit
embed: false
schemes:
Transcriptor:
build:
targets:
Transcriptor: all
run:
config: Debug
profile:
config: Release
archive:
config: Release