Skip to content

Commit

Permalink
Merge pull request #6 from OutSystems/feat/RNMT-3561/remove-always-tag
Browse files Browse the repository at this point in the history
RNMT-3561 File Chooser Plugin ::: Remove NSLocationAlwaysUsageDescription tag
  • Loading branch information
usernuno authored Nov 22, 2019
2 parents e232cb7 + 39315cc commit e73f03f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Removals
- Remove NSLocationAlwaysUsageDescription preference from plugin.xml [RNMT-3561](https://outsystemsrd.atlassian.net/browse/RNMT-3561)

## [1.0.2]
### Additions
Expand Down
3 changes: 0 additions & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@
<config-file target="*-Info.plist" parent="NSLocationWhenInUseUsageDescription">
<string>We access your location to improve your experience</string>
</config-file>
<config-file target="*-Info.plist" parent="NSLocationAlwaysUsageDescription">
<string>We access your location to improve your experience</string>
</config-file>
</platform>

</plugin>

0 comments on commit e73f03f

Please sign in to comment.