Skip to content

Commit

Permalink
Temp fix: Missing Purpose String in Info.plist File
Browse files Browse the repository at this point in the history
  • Loading branch information
cwagner22 committed Apr 5, 2019
1 parent a144335 commit 219d265
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ios/SleepoLingo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,9 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>NSLocationAlwaysUsageDescription</key>
<string>This permission stems from a library we use and will never be called anyway. If you see this, deny access.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>This permission stems from a library we use and will never be called anyway. If you see this, deny access.</string>
</dict>
</plist>

0 comments on commit 219d265

Please sign in to comment.