diff --git a/Xcode/Extension/LP700.entitlements b/Xcode/Extension/LP700.entitlements new file mode 100644 index 0000000..eb0df68 --- /dev/null +++ b/Xcode/Extension/LP700.entitlements @@ -0,0 +1,12 @@ + + + + + + com.apple.security.app-sandbox + + + com.apple.security.network.client + + + diff --git a/Xcode/project.yml b/Xcode/project.yml index 68056ba..c9e1ebb 100644 --- a/Xcode/project.yml +++ b/Xcode/project.yml @@ -44,6 +44,8 @@ targets: MARKETING_VERSION: "1.0.0" CODE_SIGN_STYLE: Manual CODE_SIGN_IDENTITY: "-" # ad-hoc for local dev; Developer-ID needed to ship + ENABLE_HARDENED_RUNTIME: YES # required for notarization + CODE_SIGN_ENTITLEMENTS: Extension/LP700.entitlements # app-sandbox + network.client -> macOS registers it dependencies: - package: RadioPluginKit product: RadioPluginKit