Skip to content

Commit

Permalink
Fix iOS 11 support for Geolocation example (#1707)
Browse files Browse the repository at this point in the history
  • Loading branch information
tedgonzalez authored and freak4pc committed Jul 25, 2018
1 parent 7242124 commit 64394bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RxExample/RxExample/Info-iOS.plist
Expand Up @@ -33,6 +33,8 @@
<string>We need location</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>We need location</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>We need location</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>We need photo library</string>
<key>UILaunchStoryboardName</key>
Expand Down

0 comments on commit 64394bc

Please sign in to comment.