mirror of https://github.com/cirruslabs/tart.git
Add `NSLocalNetworkUsageDescription` (#1058)
This commit is contained in:
parent
1fe2f1ff88
commit
1310220f05
|
|
@ -21,5 +21,7 @@
|
|||
<key>NSAllowsArbitraryLoads</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>NSLocalNetworkUsageDescription</key>
|
||||
<string>Access to OCI registries on the local network</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
|||
Loading…
Reference in New Issue