Skip to content

Commit

Permalink
macos: add local network access to bundle manifest (fix #1641)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallegari committed Nov 21, 2024
1 parent 3cc60e7 commit 03a31f0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions platforms/macos/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@
<key>NSMicrophoneUsageDescription</key>
<string>Process incoming audio</string>

<key>NSLocalNetworkUsageDescription</key>
<string>Access the local network for DMX-related protocols</string>

<key>com.apple.developer.networking.multicast</key>
<true/>

<key>CFBundleDocumentTypes</key>
<array>
<dict>
Expand Down
6 changes: 6 additions & 0 deletions platforms/macos/Info.plist.qmlui
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@
<key>NSMicrophoneUsageDescription</key>
<string>Process incoming audio</string>

<key>NSLocalNetworkUsageDescription</key>
<string>Access the local network for DMX-related protocols</string>

<key>com.apple.developer.networking.multicast</key>
<true/>

<key>CFBundleDocumentTypes</key>
<array>
<dict>
Expand Down

0 comments on commit 03a31f0

Please sign in to comment.