Skip to content

Commit

Permalink
update camera purpose string
Browse files Browse the repository at this point in the history
  • Loading branch information
futurepaul committed Feb 16, 2024
1 parent a5ffa66 commit 9db53cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ios/App/App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSCameraUsageDescription</key>
<string>For scanning invoices</string>
<string>Mutiny uses the camera to scan QR codes of bitcoin addresses and lightning invoices.</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
Expand All @@ -50,8 +50,8 @@
<key>UIViewControllerBasedStatusBarAppearance</key>
<true/>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>nostr+walletconnect</string>
</array>
<array>
<string>nostr+walletconnect</string>
</array>
</dict>
</plist>

0 comments on commit 9db53cc

Please sign in to comment.