Skip to content

Commit

Permalink
adding WhenInUse location authorization text for iOS 8
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yal committed Oct 1, 2014
1 parent 119914e commit ab16f7e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Add Map Tutorial/swift/MyFirstMapApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,7 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>NSLocationWhenInUseUsageDescription</key>
<string>To show your location on the map</string>
</dict>
</plist>
2 changes: 2 additions & 0 deletions Basemap Tutorial/swift/MyFirstMapApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,7 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>NSLocationWhenInUseUsageDescription</key>
<string>To show your location on the map</string>
</dict>
</plist>
2 changes: 2 additions & 0 deletions Cloud Data Tutorial/swift/MyFirstMapApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,7 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>NSLocationWhenInUseUsageDescription</key>
<string>To show your location on the map</string>
</dict>
</plist>
2 changes: 2 additions & 0 deletions Geocoding Tutorial/swift/MyFirstMapApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,7 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>NSLocationWhenInUseUsageDescription</key>
<string>To show your location on the map</string>
</dict>
</plist>
2 changes: 2 additions & 0 deletions Routing Tutorial/swift/MyFirstMapApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,7 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>NSLocationWhenInUseUsageDescription</key>
<string>To show your location on the map</string>
</dict>
</plist>

0 comments on commit ab16f7e

Please sign in to comment.