Skip to content

Commit

Permalink
chore: add missing permission description for unused perm (#1189)
Browse files Browse the repository at this point in the history
Signed-off-by: Bryce McMath <[email protected]>
  • Loading branch information
bryce-mcmath authored Jul 9, 2024
1 parent 50dd983 commit 9edeb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/legacy/app/ios/ariesbifold/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<key>NSFaceIDUsageDescription</key>
<string>$(PRODUCT_NAME) Wants to use your FaceID/TouchID to Authenticate your Identity</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string></string>
<string>We include this permission because a library our app uses references it, even though we don't use it directly.</string>
<key>UIAppFonts</key>
<array>
<string>MaterialIcons.ttf</string>
Expand Down

0 comments on commit 9edeb14

Please sign in to comment.