-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
40 lines (40 loc) · 950 Bytes
/
Copy pathproject.yml
File metadata and controls
40 lines (40 loc) · 950 Bytes
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
name: VoiceSwiftUI
options:
bundleIdPrefix: ai.poly.examples
deploymentTarget:
iOS: "15.0"
packages:
PolyMessaging:
path: ../../../..
targets:
VoiceSwiftUI:
type: application
platform: iOS
sources:
- path: .
name: VoiceSwiftUI
excludes:
- project.yml
- "*.xcodeproj"
- Generated
- build
- .DS_Store
dependencies:
- package: PolyMessaging
product: PolyVoice
info:
path: Generated/Info.plist
properties:
UILaunchScreen: {}
NSMicrophoneUsageDescription: "Voice calls need the microphone to talk to the agent."
UIBackgroundModes: [audio] # keep the call alive when the app is backgrounded
settings:
base:
TARGETED_DEVICE_FAMILY: "1,2"
GENERATE_INFOPLIST_FILE: NO
SWIFT_VERSION: "5.9"
schemes:
VoiceSwiftUI:
build:
targets:
VoiceSwiftUI: all