-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathelectron-builder.debug.yml
More file actions
32 lines (32 loc) · 2.03 KB
/
Copy pathelectron-builder.debug.yml
File metadata and controls
32 lines (32 loc) · 2.03 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
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.
NSSpeechRecognitionUsageDescription: TaskWraith Debug transcribes audio files you point it at entirely on-device (no audio leaves your Mac).
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.
NSScreenCaptureUsageDescription: TaskWraith Debug captures the window you explicitly pick with the macOS screen-sharing picker for one-off screenshots or a live low-frame-rate Screen Watch stream. While Screen Watch is active, captured frames may leave your Mac for the hosted AI provider attached to your chat so it can interpret the app; stop Screen Watch or detach the window to end capture.
NSAppleEventsUsageDescription: TaskWraith Debug sends AppleScript automation commands to Final Cut Pro and Logic Pro on your behalf — only after you approve each action in the in-app modal. Every dispatch is auditable in the approval log.
NSBonjourServices:
- _taskwraith._tcp
- _taskwraith-quic._udp