Skip to content

Commit

Permalink
Merge pull request #9 from lazydan/master
Browse files Browse the repository at this point in the history
Add NSPhotoLibraryAddUsageDescription usage description
  • Loading branch information
rodrigograca31 authored Nov 8, 2019
2 parents b826780 + 2e0bf8b commit 4fcc9d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,13 @@
compiler-flags="-fno-objc-arc" />

<preference name="PHOTOLIBRARY_USAGE_DESCRIPTION" default=" " />
<preference name="PHOTOLIBRARY_ADD_USAGE_DESCRIPTION" default=" " />
<config-file target="*-Info.plist" parent="NSPhotoLibraryUsageDescription">
<string>$PHOTOLIBRARY_USAGE_DESCRIPTION</string>
</config-file>
<config-file target="*-Info.plist" parent="NSPhotoLibraryAddUsageDescription">
<string>$PHOTOLIBRARY_ADD_USAGE_DESCRIPTION</string>
</config-file>

</platform>

Expand Down

0 comments on commit 4fcc9d2

Please sign in to comment.