mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-08 21:40:03 +00:00
added entitlements and usage descriptions - fixed #2746
This commit is contained in:
parent
92cef766f6
commit
6e9ac1b59a
@ -10,5 +10,9 @@
|
|||||||
<true/>
|
<true/>
|
||||||
<key>com.apple.security.cs.disable-library-validation</key>
|
<key>com.apple.security.cs.disable-library-validation</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
<key>com.apple.security.device.microphone</key>
|
||||||
|
<true/>
|
||||||
|
<key>com.apple.security.device.camera</key>
|
||||||
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
@ -31,6 +31,15 @@ mac:
|
|||||||
entitlementsInherit: "./build/mac/entitlements.plist"
|
entitlementsInherit: "./build/mac/entitlements.plist"
|
||||||
extendInfo:
|
extendInfo:
|
||||||
NSRequiresAquaSystemAppearance: false
|
NSRequiresAquaSystemAppearance: false
|
||||||
|
NSCameraUsageDescription: "A subprocess requests access to the device's camera."
|
||||||
|
NSMicrophoneUsageDescription: "A subprocess requests access to the device's microphone."
|
||||||
|
NSLocationUsageDescription: "A subprocess requests access to the user's location information."
|
||||||
|
NSDesktopFolderUsageDescription: "A subprocess requests access to the user's Desktop folder."
|
||||||
|
NSDocumentsFolderUsageDescription: "A subprocess requests access to the user's Documents folder."
|
||||||
|
NSDownloadsFolderUsageDescription: "A subprocess requests access to the user's Downloads folder."
|
||||||
|
NSNetworkVolumesUsageDescription: 'A subprocess requests access to files on a network volume.'
|
||||||
|
NSRemovableVolumesUsageDescription: 'A subprocess requests access to files on a removable volume.'
|
||||||
|
|
||||||
pkg:
|
pkg:
|
||||||
artifactName: terminus-${version}-macos.pkg
|
artifactName: terminus-${version}-macos.pkg
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user