Add plist file for Mac permissions (#5756)

# Description of Changes
There's speculation that the Mac app failing to connect to self-hosted
servers (#5264) is because of missing OS-permissions
[NSLocalNetworkUsageDescription](https://developer.apple.com/documentation/bundleresources/information-property-list/nslocalnetworkusagedescription).
This PR adds it in a `Info.plist` file which ships with the Tauri app
which should throw an OS permissions dialog if required.
This commit is contained in:
James Brunton
2026-02-19 10:26:01 +00:00
committed by GitHub
parent c775fed17d
commit 115a24b16d
2 changed files with 10 additions and 1 deletions
+2 -1
View File
@@ -76,7 +76,8 @@
"minimumSystemVersion": "10.15",
"signingIdentity": null,
"entitlements": null,
"providerShortName": null
"providerShortName": null,
"infoPlist": "Info.plist"
}
},
"plugins": {