From a44fb9865acc649d8fab732d85d6bb6b6d9ff1a6 Mon Sep 17 00:00:00 2001 From: Marquis Kurt Date: Sun, 13 Oct 2019 23:51:49 -0400 Subject: [PATCH] Update README Signed-off-by: Marquis Kurt --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index bf1772a..569daad 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,12 @@ Make sure you have your provisioning profiles for the Mac App Store (`embedded.p - `com.apple.security.allow-unsigned-executable-memory` - `com.apple.security.network.client` +For the child ones (inherited `entitlements.mas.inherit.plist`): + +- `com.apple.security.app-sandbox` +- `com.apple.security.inherit` + + It is also recommended to add the `com.apple.security.applications-groups` entry with your bundle's identifier. You'll also need to create an `info.plist` in the `desktop` directory containing the team identifier and application identifier and install the developer certificates on the Mac you plan to build from. You'll also want to modify the `notarize.js` file to change the details from the default to your App Store Connect account details and app identifier.