File tree 6 files changed +8
-8
lines changed
android/app/src/main/res/values
services/credential-server
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =' 1.0' encoding =' utf-8' ?>
2
2
<resources >
3
- <string name =" app_name" >ID Wallet </string >
4
- <string name =" title_activity_main" >ID Wallet </string >
3
+ <string name =" app_name" >Veridian </string >
4
+ <string name =" title_activity_main" >Veridian </string >
5
5
<string name =" package_name" >org.cardanofoundation.idw</string >
6
6
<string name =" custom_url_scheme" >org.cardanofoundation.idw</string >
7
7
</resources >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { KeyboardResize } from "@capacitor/keyboard";
3
3
4
4
const config : CapacitorConfig = {
5
5
appId : "org.cardanofoundation.idw" ,
6
- appName : "ID Wallet " ,
6
+ appName : "Veridian " ,
7
7
webDir : "build" ,
8
8
android : {
9
9
webContentsDebuggingEnabled : true ,
Original file line number Diff line number Diff line change 5
5
<key >CFBundleDevelopmentRegion </key >
6
6
<string >en </string >
7
7
<key >CFBundleDisplayName </key >
8
- <string >ID Wallet </string >
8
+ <string >Veridian </string >
9
9
<key >CFBundleExecutable </key >
10
10
<string >$(EXECUTABLE_NAME) </string >
11
11
<key >CFBundleIdentifier </key >
Original file line number Diff line number Diff line change 1
- # ID Wallet Issuer Server
1
+ # Credential Issuance Server
2
2
Right now, this is only used for testing purposes for the wallet - it is not meant as a full blown issuance server - hence there are no tests in this module.
3
3
4
4
### How to run (development)
Original file line number Diff line number Diff line change 35
35
href ="/manifest.json "
36
36
/>
37
37
< base href ="/ " />
38
- < title > ID Wallet </ title >
38
+ < title > Veridian </ title >
39
39
</ head >
40
40
< body >
41
41
< noscript > You need to enable JavaScript to run this app.</ noscript >
Original file line number Diff line number Diff line change 1375
1375
"support" : {
1376
1376
"title" : " Support & Legal" ,
1377
1377
"contact" : " Connect via Discord" ,
1378
- "learnmore" : " Learn More About Cardano IDW " ,
1378
+ "learnmore" : " Learn More About Veridian " ,
1379
1379
"terms" : {
1380
1380
"title" : " Terms and Privacy Policy" ,
1381
1381
"submenu" : {
1870
1870
"iosfallbacktitle" : " Use passcode" ,
1871
1871
"androidtitle" : " Authentication" ,
1872
1872
"androidsubtitle" : " Authentication using biometrics" ,
1873
- "setupandroidbiometryheader" : " Do you want to allow “IDW ” to use biometrics?" ,
1873
+ "setupandroidbiometryheader" : " Do you want to allow “Veridian ” to use biometrics?" ,
1874
1874
"setupandroidbiometryconfirm" : " Ok" ,
1875
1875
"setupandroidbiometrycancel" : " Don't allow" ,
1876
1876
"cancelbiometryheader" : " You canceled Biometrics. You can set this up later via the settings page."
You can’t perform that action at this time.
0 commit comments