Skip to content

Commit a055e1f

Browse files
committed
chore: rename app display name
1 parent d75615e commit a055e1f

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<resources>
2-
<string name="app_name">Web3Inbox Lab</string>
2+
<string name="app_name">Web3Inbox</string>
33
</resources>

dapps/Web3InboxLab/ios/Web3InboxLab.xcodeproj/project.pbxproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,7 @@
494494
"$(PROJECT_DIR)/Pods/hermes-engine/destroot/Library/Frameworks/macosx",
495495
);
496496
INFOPLIST_FILE = Web3InboxLab/Info.plist;
497+
INFOPLIST_KEY_CFBundleDisplayName = Web3Inbox;
497498
LD_RUNPATH_SEARCH_PATHS = (
498499
"$(inherited)",
499500
"@executable_path/Frameworks",
@@ -504,7 +505,7 @@
504505
"-ObjC",
505506
"-lc++",
506507
);
507-
PRODUCT_BUNDLE_IDENTIFIER = com.walletconnect.web3inbox.lab;
508+
PRODUCT_BUNDLE_IDENTIFIER = com.walletconnect.web3inbox;
508509
PRODUCT_NAME = Web3InboxLab;
509510
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
510511
SWIFT_VERSION = 5.0;
@@ -526,6 +527,7 @@
526527
"$(PROJECT_DIR)/Pods/hermes-engine/destroot/Library/Frameworks/macosx",
527528
);
528529
INFOPLIST_FILE = Web3InboxLab/Info.plist;
530+
INFOPLIST_KEY_CFBundleDisplayName = Web3Inbox;
529531
LD_RUNPATH_SEARCH_PATHS = (
530532
"$(inherited)",
531533
"@executable_path/Frameworks",
@@ -536,7 +538,7 @@
536538
"-ObjC",
537539
"-lc++",
538540
);
539-
PRODUCT_BUNDLE_IDENTIFIER = com.walletconnect.web3inbox.lab;
541+
PRODUCT_BUNDLE_IDENTIFIER = com.walletconnect.web3inbox;
540542
PRODUCT_NAME = Web3InboxLab;
541543
SWIFT_VERSION = 5.0;
542544
VERSIONING_SYSTEM = "apple-generic";

dapps/Web3InboxLab/ios/Web3InboxLab/Info.plist

Lines changed: 1 addition & 1 deletion
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>Web3Inbox Lab</string>
8+
<string>Web3Inbox</string>
99
<key>CFBundleExecutable</key>
1010
<string>$(EXECUTABLE_NAME)</string>
1111
<key>CFBundleIdentifier</key>

dapps/Web3InboxLab/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const projectId = ENV_PROJECT_ID;
4545

4646
// 2. Create config
4747
const metadata = {
48-
name: 'Web3Inbox Lab',
48+
name: 'Web3Inbox',
4949
description: 'Web3Inbox mobile app with React Native',
5050
url: 'https://lab.web3inbox.com',
5151
icons: ['https://avatars.githubusercontent.com/u/37784886'],

0 commit comments

Comments
 (0)