-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathelectron-builder.debug.yml
More file actions
29 lines (29 loc) · 1.26 KB
/
Copy pathelectron-builder.debug.yml
File metadata and controls
29 lines (29 loc) · 1.26 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
extends: electron-builder.yml
appId: com.chrisizatt.taskwraith
productName: TaskWraith Debug
directories:
output: dist-debug
win:
executableName: TaskWraith Debug
target:
- target: dir
arch:
- x64
nsis:
artifactName: TaskWraith-Debug-${version}-win-${arch}-setup.${ext}
mac:
category: public.app-category.developer-tools
notarize: false
# extendInfo must be a flat dict — see comment in electron-builder.yml.
# The Debug bundle restates the keys because electron-builder
# overrides the whole `mac.extendInfo` block from the parent rather
# than merging it field-by-field.
extendInfo:
NSCameraUsageDescription: TaskWraith Debug requests access to the device's camera.
NSMicrophoneUsageDescription: TaskWraith Debug requests access to the device's microphone.
NSDocumentsFolderUsageDescription: TaskWraith Debug requests access to the user's Documents folder.
NSDownloadsFolderUsageDescription: TaskWraith Debug requests access to the user's Downloads folder.
NSLocalNetworkUsageDescription: TaskWraith Debug discovers and connects to your paired iPhone or iPad on your local network to stream live run events, approval requests, and tool outputs.
NSBonjourServices:
- _taskwraith._tcp
- _taskwraith-quic._udp