-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
80 lines (77 loc) · 2.28 KB
/
project.yml
File metadata and controls
80 lines (77 loc) · 2.28 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
name: Spoke
options:
bundleIdPrefix: com.michellefitzpatrick
deploymentTarget:
iOS: "17.0"
xcodeVersion: "15.0"
defaultConfig: Debug
settings:
base:
SWIFT_VERSION: "5.9"
IPHONEOS_DEPLOYMENT_TARGET: "17.0"
TARGETED_DEVICE_FAMILY: "1"
PRODUCT_BUNDLE_IDENTIFIER: com.michellefitzpatrick.Spoke
MARKETING_VERSION: "1.0"
CURRENT_PROJECT_VERSION: "1"
SWIFT_STRICT_CONCURRENCY: targeted
targets:
Spoke:
type: application
platform: iOS
deploymentTarget: "17.0"
sources:
- path: Spoke
excludes:
- "Info.plist"
info:
path: Spoke/Info.plist
properties:
CFBundleDisplayName: Spoke
CFBundleShortVersionString: "1.0"
CFBundleVersion: "1"
NSMicrophoneUsageDescription: "Spoke uses the microphone to capture your voice tasks."
UISupportedInterfaceOrientations:
- UIInterfaceOrientationPortrait
UILaunchScreen: {}
UIApplicationSceneManifest:
UIApplicationSupportsMultipleScenes: false
UISceneConfigurations: {}
entitlements:
path: Spoke/Spoke.entitlements
properties:
com.apple.security.application-groups:
- group.com.michellefitzpatrick.Spoke
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.michellefitzpatrick.Spoke
SWIFT_STRICT_CONCURRENCY: targeted
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
dependencies:
- target: SpokeWidgetExtension
scheme:
testTargets: []
SpokeWidgetExtension:
type: app-extension
platform: iOS
deploymentTarget: "17.0"
sources:
- path: SpokeWidget
- path: Spoke/Models/Task.swift
- path: Spoke/Models/SharedContainer.swift
entitlements:
path: SpokeWidget/SpokeWidget.entitlements
properties:
com.apple.security.application-groups:
- group.com.michellefitzpatrick.Spoke
info:
path: SpokeWidget/Info.plist
properties:
CFBundleDisplayName: Spoke Widget
CFBundleShortVersionString: "1.0"
CFBundleVersion: "1"
NSExtension:
NSExtensionPointIdentifier: com.apple.widgetkit-extension
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.michellefitzpatrick.Spoke.SpokeWidget
SWIFT_STRICT_CONCURRENCY: targeted