Skip to content

Commit

Permalink
fix: fix gallary privacy policy violation crash (#75) (#522)
Browse files Browse the repository at this point in the history
Co-authored-by: Saeed Bashir <[email protected]>
Co-authored-by: Anton Yarmolenko <[email protected]>
  • Loading branch information
3 people committed Sep 30, 2024
1 parent 2433b22 commit 391caae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions OpenEdX/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,11 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<true/>
<key>NSCalendarsUsageDescription</key>
<string>We would like to utilize your calendar list to subscribe you to your personalized calendar for this course.</string>
<key>NSCalendarsFullAccessUsageDescription</key>
<string>We would like to utilize your calendar list to subscribe you to your personalized calendar for this course.</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>Allow access to your photo library so you can save photos in your gallery.</string>
</dict>
</plist>

0 comments on commit 391caae

Please sign in to comment.