Fixes Bonjour discovery on iOS 14

iOS 14 requires apps to specify which Bonjour services they support as well as a usage description in order to browse the local network.
This commit is contained in:
Riley Testut
2020-06-25 12:56:21 -07:00
parent 728a4b7123
commit dc1fbe8f63

View File

@@ -79,6 +79,12 @@
</array>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSBonjourServices</key>
<array>
<string>_altserver._tcp</string>
</array>
<key>NSLocalNetworkUsageDescription</key>
<string>AltStore uses the local network to find and communicate with AltServer.</string>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>