Fix sorting of NSLocalNetworkUsageDescription

This commit is contained in:
Cameron Gutman 2020-09-18 19:18:51 -05:00
parent 88c18ad397
commit 95e12f9853
2 changed files with 4 additions and 4 deletions

View File

@ -50,12 +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> <key>NSBonjourServices</key>
<array> <array>
<string>_nvstream._tcp</string> <string>_nvstream._tcp</string>
</array> </array>
<key>NSLocalNetworkUsageDescription</key>
<string>Moonlight uses the local network to connect to your gaming PC for streaming.</string>
<key>UIApplicationSupportsIndirectInputEvents</key> <key>UIApplicationSupportsIndirectInputEvents</key>
<true/> <true/>
<key>UILaunchStoryboardName</key> <key>UILaunchStoryboardName</key>

View File

@ -40,12 +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> <key>NSBonjourServices</key>
<array> <array>
<string>_nvstream._tcp</string> <string>_nvstream._tcp</string>
</array> </array>
<key>NSLocalNetworkUsageDescription</key>
<string>Moonlight uses the local network to connect to your gaming PC for streaming.</string>
<key>UIMainStoryboardFile</key> <key>UIMainStoryboardFile</key>
<string>Main</string> <string>Main</string>
<key>UIRequiredDeviceCapabilities</key> <key>UIRequiredDeviceCapabilities</key>