Skip to content

Commit

Permalink
Fix permissions message for adding to photos C-2379 (#3161)
Browse files Browse the repository at this point in the history
Co-authored-by: Nikki Kang <kangaroo233@gmail.com>
  • Loading branch information
nicoback2 and nicoback committed Apr 4, 2023
1 parent a93b3e2 commit 90043c4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@
<string>${PRODUCT_NAME} uses the local network to discover Cast-enabled devices on your WiFi network.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string></string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>This lets you share tracks to TikTok.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>This lets you select photos for uploading to Audius, including setting your profile picture and track cover art.</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>This lets you select photos for uploading to Audius, and lets you share tracks to TikTok and other social media.</string>
<key>SCSDKClientId</key>
<string>$(SCSDK_CLIENT_ID)</string>
<key>SCSDKRedirectUrl</key>
Expand Down

0 comments on commit 90043c4

Please sign in to comment.