-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Conflicts: # Adamant/Assets/ru.lproj/Localizable.strings
- Loading branch information
Showing
68 changed files
with
1,862 additions
and
1,447 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
/* The user-visible name of the bundle; used by Siri and visible on the Home screen in iOS. */ | ||
"CFBundleDisplayName" = "Adamant"; | ||
|
||
/* 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. */ | ||
"CFBundleName" = "Adamant"; | ||
|
||
/* Camera authorization reason */ | ||
"NSCameraUsageDescription" = "The camera needed to scan QR codes for addresses and passphrases"; | ||
|
||
/* Readonly access to photolibrary reason */ | ||
"NSPhotoLibraryAddUsageDescription" = "Saving generated QR codes with passphrases and addresses"; | ||
|
||
/* ReadWrite access to photolibrary reason */ | ||
"NSPhotoLibraryUsageDescription" = "Reading QR codes with passphrases and addresses"; | ||
|
Oops, something went wrong.