You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* The user-visible name of the bundle; used by Siri and visible on the Home screen in iOS. */
2
+
"CFBundleDisplayName" = "Adamant";
3
+
4
+
/* The short name of the bundle, which may be displayed to users in situations such as the absence of a value for CFBundleDisplayName. This name should be less than 16 characters long. */
5
+
"CFBundleName" = "Adamant";
6
+
7
+
/* Camera authorization reason */
8
+
"NSCameraUsageDescription" = "The camera needed to scan QR codes for addresses and passphrases";
9
+
10
+
/* Readonly access to photolibrary reason */
11
+
"NSPhotoLibraryAddUsageDescription" = "Saving generated QR codes with passphrases and addresses";
12
+
13
+
/* ReadWrite access to photolibrary reason */
14
+
"NSPhotoLibraryUsageDescription" = "Reading QR codes with passphrases and addresses";
0 commit comments