update camera purpose string

This commit is contained in:
Paul Miller
2024-02-16 10:31:24 +00:00
parent a5ffa66ff0
commit 9db53cc923

View File

@@ -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>
@@ -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>