Skip to content

Commit

Permalink
add Bonjour service Info.plist builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bonani committed Jul 6, 2021
1 parent ed05dae commit 59e8a71
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions ios/MacOSXBundleInfo.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,15 @@
</dict>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>Our app does not request this permission or utilize this functionality but it is included in our info.plist since our app utilizes the react-native-permissions library, which references this permission in its code.</string>

<!-- Export compliance keys -->
<key>ITSAppUsesNonExemptEncryption</key><false/>
<key>NSLocalNetworkUsageDescription</key>
<string>Thymio Suite is looking for local Thymio devices</string>
<key>NSBonjourServices</key>
<array>
<string>_mobsya._tcp.</string>
</array

<!-- Export compliance keys -->
<key>ITSAppUsesNonExemptEncryption</key><false/>

<!-- Ui Orientation -->
<key>UISupportedInterfaceOrientations</key>
Expand Down

0 comments on commit 59e8a71

Please sign in to comment.