File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
android/app/src/main/res/values Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
<resources >
2
- <string name =" app_name" >Web3Inbox Lab </string >
2
+ <string name =" app_name" >Web3Inbox</string >
3
3
</resources >
Original file line number Diff line number Diff line change 494
494
"$(PROJECT_DIR)/Pods/hermes-engine/destroot/Library/Frameworks/macosx",
495
495
);
496
496
INFOPLIST_FILE = Web3InboxLab/Info.plist;
497
+ INFOPLIST_KEY_CFBundleDisplayName = Web3Inbox;
497
498
LD_RUNPATH_SEARCH_PATHS = (
498
499
"$(inherited)",
499
500
"@executable_path/Frameworks",
504
505
"-ObjC",
505
506
"-lc++",
506
507
);
507
- PRODUCT_BUNDLE_IDENTIFIER = com.walletconnect.web3inbox.lab ;
508
+ PRODUCT_BUNDLE_IDENTIFIER = com.walletconnect.web3inbox;
508
509
PRODUCT_NAME = Web3InboxLab;
509
510
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
510
511
SWIFT_VERSION = 5.0;
526
527
"$(PROJECT_DIR)/Pods/hermes-engine/destroot/Library/Frameworks/macosx",
527
528
);
528
529
INFOPLIST_FILE = Web3InboxLab/Info.plist;
530
+ INFOPLIST_KEY_CFBundleDisplayName = Web3Inbox;
529
531
LD_RUNPATH_SEARCH_PATHS = (
530
532
"$(inherited)",
531
533
"@executable_path/Frameworks",
536
538
"-ObjC",
537
539
"-lc++",
538
540
);
539
- PRODUCT_BUNDLE_IDENTIFIER = com.walletconnect.web3inbox.lab ;
541
+ PRODUCT_BUNDLE_IDENTIFIER = com.walletconnect.web3inbox;
540
542
PRODUCT_NAME = Web3InboxLab;
541
543
SWIFT_VERSION = 5.0;
542
544
VERSIONING_SYSTEM = "apple-generic";
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 >Web3Inbox Lab </string >
8
+ <string >Web3Inbox </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 @@ -45,7 +45,7 @@ const projectId = ENV_PROJECT_ID;
45
45
46
46
// 2. Create config
47
47
const metadata = {
48
- name : 'Web3Inbox Lab ' ,
48
+ name : 'Web3Inbox' ,
49
49
description : 'Web3Inbox mobile app with React Native' ,
50
50
url : 'https://lab.web3inbox.com' ,
51
51
icons : [ 'https://avatars.githubusercontent.com/u/37784886' ] ,
You can’t perform that action at this time.
0 commit comments