Skip to content

Commit

Permalink
Merge upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Jul 30, 2016
1 parent 9f6cbac commit 04dab78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_Store
node_modules
.idea
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@
<platform name="ios">
<hook type="after_plugin_install" src="hooks/add_swift_support.js" />
<config-file target="*-Info.plist" parent="NSLocationAlwaysUsageDescription">
<string>${EXECUTABLE_NAME} Would Like to Use Your Current Location Even In Background.</string>
<string>This App Would Like to Use Your Current Location Even In Background.</string>
</config-file>
<config-file target="*-Info.plist" parent="NSLocationWhenInUseUsageDescription">
<string>${EXECUTABLE_NAME} Would Like to Use Your Current Location When In Use.</string>
<string>This App Would Like to Use Your Current Location When In Use.</string>
</config-file>
<config-file target="*-Info.plist" parent="UIBackgroundModes">
<array>
Expand Down

0 comments on commit 04dab78

Please sign in to comment.