mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-06-16 21:50:57 +00:00
Add support for iOS 14 local network privacy changes
This commit is contained in:
@@ -50,6 +50,12 @@
|
|||||||
<string>Bluetooth access allows Moonlight to connect to Citrix X1 mice.</string>
|
<string>Bluetooth access allows Moonlight to connect to Citrix X1 mice.</string>
|
||||||
<key>NSBluetoothPeripheralUsageDescription</key>
|
<key>NSBluetoothPeripheralUsageDescription</key>
|
||||||
<string>Bluetooth access allows Moonlight to connect to Citrix X1 mice.</string>
|
<string>Bluetooth access allows Moonlight to connect to Citrix X1 mice.</string>
|
||||||
|
<key>NSLocalNetworkUsageDescription</key>
|
||||||
|
<string>Moonlight uses the local network to connect to your gaming PC for streaming.</string>
|
||||||
|
<key>NSBonjourServices</key>
|
||||||
|
<array>
|
||||||
|
<string>_nvstream._tcp</string>
|
||||||
|
</array>
|
||||||
<key>UIApplicationSupportsIndirectInputEvents</key>
|
<key>UIApplicationSupportsIndirectInputEvents</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>UILaunchStoryboardName</key>
|
<key>UILaunchStoryboardName</key>
|
||||||
|
|||||||
@@ -40,6 +40,12 @@
|
|||||||
<string>Bluetooth access allows Moonlight to connect to Citrix X1 mice.</string>
|
<string>Bluetooth access allows Moonlight to connect to Citrix X1 mice.</string>
|
||||||
<key>NSBluetoothPeripheralUsageDescription</key>
|
<key>NSBluetoothPeripheralUsageDescription</key>
|
||||||
<string>Bluetooth access allows Moonlight to connect to Citrix X1 mice.</string>
|
<string>Bluetooth access allows Moonlight to connect to Citrix X1 mice.</string>
|
||||||
|
<key>NSLocalNetworkUsageDescription</key>
|
||||||
|
<string>Moonlight uses the local network to connect to your gaming PC for streaming.</string>
|
||||||
|
<key>NSBonjourServices</key>
|
||||||
|
<array>
|
||||||
|
<string>_nvstream._tcp</string>
|
||||||
|
</array>
|
||||||
<key>UIMainStoryboardFile</key>
|
<key>UIMainStoryboardFile</key>
|
||||||
<string>Main</string>
|
<string>Main</string>
|
||||||
<key>UIRequiredDeviceCapabilities</key>
|
<key>UIRequiredDeviceCapabilities</key>
|
||||||
|
|||||||
Reference in New Issue
Block a user