Skip to content

Commit 04cd149

Browse files
authoredMar 5, 2025··
build: update app name to veridian (#1002)
1 parent c502038 commit 04cd149

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed
 
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0' encoding='utf-8'?>
22
<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>
55
<string name="package_name">org.cardanofoundation.idw</string>
66
<string name="custom_url_scheme">org.cardanofoundation.idw</string>
77
</resources>

‎capacitor.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { KeyboardResize } from "@capacitor/keyboard";
33

44
const config: CapacitorConfig = {
55
appId: "org.cardanofoundation.idw",
6-
appName: "ID Wallet",
6+
appName: "Veridian",
77
webDir: "build",
88
android: {
99
webContentsDebuggingEnabled: true,

‎ios/App/App/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>CFBundleDevelopmentRegion</key>
66
<string>en</string>
77
<key>CFBundleDisplayName</key>
8-
<string>ID Wallet</string>
8+
<string>Veridian</string>
99
<key>CFBundleExecutable</key>
1010
<string>$(EXECUTABLE_NAME)</string>
1111
<key>CFBundleIdentifier</key>

‎services/credential-server/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ID Wallet Issuer Server
1+
# Credential Issuance Server
22
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.
33

44
### How to run (development)

‎src/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
href="/manifest.json"
3636
/>
3737
<base href="/" />
38-
<title>ID Wallet</title>
38+
<title>Veridian</title>
3939
</head>
4040
<body>
4141
<noscript>You need to enable JavaScript to run this app.</noscript>

‎src/locales/en/en.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1375,7 +1375,7 @@
13751375
"support": {
13761376
"title": "Support & Legal",
13771377
"contact": "Connect via Discord",
1378-
"learnmore": "Learn More About Cardano IDW",
1378+
"learnmore": "Learn More About Veridian",
13791379
"terms": {
13801380
"title": "Terms and Privacy Policy",
13811381
"submenu": {
@@ -1870,7 +1870,7 @@
18701870
"iosfallbacktitle": "Use passcode",
18711871
"androidtitle": "Authentication",
18721872
"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?",
18741874
"setupandroidbiometryconfirm": "Ok",
18751875
"setupandroidbiometrycancel": "Don't allow",
18761876
"cancelbiometryheader": "You canceled Biometrics. You can set this up later via the settings page."

0 commit comments

Comments
 (0)
Please sign in to comment.