-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
74 lines (71 loc) · 2.29 KB
/
Copy pathproject.yml
File metadata and controls
74 lines (71 loc) · 2.29 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
name: ParrotCompanion
options:
bundleIdPrefix: com.sushanth.parrotcompanion
deploymentTarget:
iOS: "17.0"
createIntermediateGroups: true
settings:
base:
SWIFT_VERSION: "5.9"
CODE_SIGN_STYLE: Automatic
DEVELOPMENT_TEAM: ""
MARKETING_VERSION: "0.1.0"
CURRENT_PROJECT_VERSION: "1"
ENABLE_USER_SCRIPT_SANDBOXING: NO
GENERATE_INFOPLIST_FILE: YES
targets:
ParrotCompanion:
type: application
platform: iOS
sources:
- path: ParrotCompanion
- path: ParrotLiveActivity/StreakAttributes.swift
info:
path: ParrotCompanion/Info.plist
properties:
CFBundleDisplayName: Parrot Companion
UILaunchScreen:
UIColorName: ""
NSMicrophoneUsageDescription: We listen so you can hear how close your pronunciation is.
NSSpeechRecognitionUsageDescription: Speech recognition runs on-device to score your pronunciation.
NSSupportsLiveActivities: true
UIBackgroundModes:
- audio
UISupportedInterfaceOrientations:
- UIInterfaceOrientationPortrait
UIApplicationSceneManifest:
UIApplicationSupportsMultipleScenes: false
entitlements:
path: ParrotCompanion/ParrotCompanion.entitlements
properties:
com.apple.security.application-groups:
- group.com.parrotapp.companion
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.sushanth.parrotcompanion
INFOPLIST_KEY_UIApplicationSceneManifest_Generation: NO
INFOPLIST_KEY_UILaunchScreen_Generation: NO
dependencies:
- target: ParrotWidget
ParrotWidget:
type: app-extension
platform: iOS
sources:
- path: ParrotWidget
- path: ParrotLiveActivity/StreakAttributes.swift
- path: ParrotCompanion/Models/Phrase.swift
- path: ParrotCompanion/Models/PhraseStore.swift
info:
path: ParrotWidget/Info.plist
properties:
CFBundleDisplayName: Parrot Widget
NSExtension:
NSExtensionPointIdentifier: com.apple.widgetkit-extension
entitlements:
path: ParrotWidget/ParrotWidget.entitlements
properties:
com.apple.security.application-groups:
- group.com.parrotapp.companion
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.sushanth.parrotcompanion.widget