blob: 65bfa95ea2f916e217ab90c3fe1eb5d4d667ffc9 (
plain)
1
2
3
4
5
6
7
8
|
This folder contains various files used to build the Mac installer.
# Entitlements
The entitlements here will be picked up by [scripts/build.py](../../../scripts/build.py)
via [scripts/common.py](../../../scripts/common.py) `codesign_executable()` based on their name.
If you need a new application to be signed with specific entitlements, you can simply add a file
called `your-app-name.entitlements` to this folder.
|