aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorMarcus Tillmanns <marcus.tillmanns@qt.io>2023-08-24 10:47:46 +0200
committerMarcus Tillmanns <marcus.tillmanns@qt.io>2023-08-25 08:46:05 +0000
commita280abe0c15255c0ec5efdc7b83acc5127d574c6 (patch)
tree67d774d63e4fe4ae839b380bea4eb9a2f78b28fa /dist
parente98cc72980e45deb67af2e759dbae23f44dd3ef4 (diff)
Installer: Add README.md for mac specifics
Change-Id: Ifd207bd7b1ec79f53060691dcc2bbfd6ebe6cd01 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'dist')
-rw-r--r--dist/installer/mac/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/dist/installer/mac/README.md b/dist/installer/mac/README.md
new file mode 100644
index 0000000000..65bfa95ea2
--- /dev/null
+++ b/dist/installer/mac/README.md
@@ -0,0 +1,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.