-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathproject.yml
More file actions
46 lines (46 loc) · 1.3 KB
/
Copy pathproject.yml
File metadata and controls
46 lines (46 loc) · 1.3 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
name: FastWord
options:
bundleIdPrefix: com.fastword
deploymentTarget:
macOS: "13.0"
configFiles:
Debug: LocalConfig.xcconfig
Release: LocalConfig.xcconfig
settings:
base:
SWIFT_VERSION: "5.9"
CODE_SIGN_STYLE: Automatic
CODE_SIGN_IDENTITY: "Apple Development"
ENABLE_HARDENED_RUNTIME: YES
targets:
FastWord:
type: application
platform: macOS
sources:
- FastWord/Sources
- FastWord/Resources
info:
path: FastWord/Resources/Info.plist
properties:
LSUIElement: true
NSMicrophoneUsageDescription: FastWord needs microphone access to transcribe your voice.
NSAppleEventsUsageDescription: FastWord uses input events to paste transcribed text.
CFBundleName: FastWord
CFBundleShortVersionString: "0.6.0"
CFBundleVersion: "15"
CFBundleIconFile: AppIcon
CFBundleDevelopmentRegion: en
CFBundleLocalizations:
- en
- ru
- zh-Hans
entitlements:
path: FastWord/Resources/FastWord.entitlements
properties:
com.apple.security.app-sandbox: false
com.apple.security.device.audio-input: true
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.mrv.fastword
MACOSX_DEPLOYMENT_TARGET: "13.0"
GENERATE_INFOPLIST_FILE: NO