Skip to content

Commit

Permalink
Added required Info.plist keys to sample apps
Browse files Browse the repository at this point in the history
  • Loading branch information
insidegui committed Sep 30, 2020
1 parent c3c58a3 commit d67f15a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions example/MultipeerKitExample/MultipeerKitExample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,11 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>NSLocalNetworkUsageDescription</key>
<string>MultipeerKit demo.</string>
<key>NSBonjourServices</key>
<array>
<string>_MPKitDemo._tcp</string>
</array>
</dict>
</plist>
6 changes: 6 additions & 0 deletions example/RemoteCamera/RemoteCamera/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,14 @@
<string>1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSBonjourServices</key>
<array>
<string>_RemoteCamera._tcp</string>
</array>
<key>NSCameraUsageDescription</key>
<string>Needed for photo sharing.</string>
<key>NSLocalNetworkUsageDescription</key>
<string>MultipeerKit demo.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Needed for photo sharing.</string>
<key>UIApplicationSceneManifest</key>
Expand Down

0 comments on commit d67f15a

Please sign in to comment.