-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathproject.yml
More file actions
63 lines (60 loc) · 1.79 KB
/
Copy pathproject.yml
File metadata and controls
63 lines (60 loc) · 1.79 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
name: Volocal
options:
bundleIdPrefix: com.fikrikarim
deploymentTarget:
iOS: "17.0"
xcodeVersion: "16.0"
generateEmptyDirectories: true
settings:
base:
SWIFT_VERSION: "5.9"
ENABLE_USER_SCRIPT_SANDBOXING: false
EXCLUDED_ARCHS[sdk=iphonesimulator*]: x86_64
packages:
llama-swift:
url: https://github.com/mattt/llama.swift.git
from: "2.0.0"
FluidAudio:
url: https://github.com/fikrikarim/FluidAudio.git
branch: main
targets:
Volocal:
type: application
platform: iOS
sources:
- path: Volocal
- path: Volocal/PrivacyInfo.xcprivacy
buildPhase: resources
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.fikrikarim.volocal
INFOPLIST_FILE: Volocal/Info.plist
CODE_SIGN_ENTITLEMENTS: Volocal/Volocal.entitlements
MARKETING_VERSION: "1.0.0"
CURRENT_PROJECT_VERSION: 1
CODE_SIGN_STYLE: Automatic
DEVELOPMENT_TEAM: FBS8R927D4
TARGETED_DEVICE_FAMILY: 1
dependencies:
- package: llama-swift
product: LlamaSwift
- package: FluidAudio
product: FluidAudio
info:
path: Volocal/Info.plist
properties:
CFBundleName: Volocal
CFBundleDisplayName: Volocal
CFBundleIdentifier: $(PRODUCT_BUNDLE_IDENTIFIER)
CFBundleVersion: $(CURRENT_PROJECT_VERSION)
CFBundleShortVersionString: $(MARKETING_VERSION)
CFBundlePackageType: APPL
CFBundleExecutable: $(EXECUTABLE_NAME)
UILaunchScreen: {}
UISupportedInterfaceOrientations:
- UIInterfaceOrientationPortrait
NSMicrophoneUsageDescription: "Volocal needs microphone access for voice conversations."
entitlements:
path: Volocal/Volocal.entitlements
properties:
com.apple.security.device.audio-input: true