Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions Xcode/Extension/LP700.entitlements
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<!-- ExtensionKit extensions must be sandboxed for macOS to register and load them. -->
<key>com.apple.security.app-sandbox</key>
<true/>
<!-- LP-700 connects out to the LP-700 WebSocket server on the LAN. -->
<key>com.apple.security.network.client</key>
<true/>
</dict>
</plist>
2 changes: 2 additions & 0 deletions Xcode/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down