Add `NSLocalNetworkUsageDescription` (#1058)

This commit is contained in:
Fedor Korotkov 2025-04-18 10:27:32 -04:00 committed by GitHub
parent 1fe2f1ff88
commit 1310220f05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -21,5 +21,7 @@
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSLocalNetworkUsageDescription</key>
<string>Access to OCI registries on the local network</string>
</dict>
</plist>