Skip to content

Commit

Permalink
add NSLocationAlwaysUsageDescription for ios
Browse files Browse the repository at this point in the history
  • Loading branch information
c3bryant committed Mar 27, 2019
1 parent de6c202 commit 5615c0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ios/CampusMobile/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@
<string>$(PRODUCT_NAME) calendar use.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Allowing location access while using the app allows cards to display information relevant to your location.</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>Allowing location access allows cards to display information relevant to your location.</string>
<key>NSMotionUsageDescription</key>
<string>$(PRODUCT_NAME) motion use.</string>
<key>NSSpeechRecognitionUsageDescription</key>
Expand Down

0 comments on commit 5615c0d

Please sign in to comment.