File tree Expand file tree Collapse file tree 9 files changed +11
-17
lines changed
android/app/src/main/java/com/web3inboxlab
Images.xcassets/AppIcon.appiconset Expand file tree Collapse file tree 9 files changed +11
-17
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class MainActivity : ReactActivity() {
11
11
* Returns the name of the main component registered from JavaScript. This is used to schedule
12
12
* rendering of the component.
13
13
*/
14
- override fun getMainComponentName (): String = " Web3InboxLab "
14
+ override fun getMainComponentName (): String = " Web3Inbox "
15
15
16
16
/* *
17
17
* Returns the instance of the [ReactActivityDelegate]. We use [DefaultReactActivityDelegate]
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " Web3Inbox" ,
3
- "displayName" : " Web3Inbox"
2
+ "name" : " Web3Inbox"
4
3
}
Original file line number Diff line number Diff line change 173
173
00E356F51AD99517003FC87E /* PBXTargetDependency */,
174
174
);
175
175
name = Web3InboxTests;
176
+ productName = Web3InboxTests;
176
177
productReference = 00E356EE1AD99517003FC87E /* Web3InboxTests.xctest */;
177
178
productType = "com.apple.product-type.bundle.unit-test";
178
179
};
485
486
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
486
487
CLANG_ENABLE_MODULES = YES;
487
488
CODE_SIGN_ENTITLEMENTS = Web3Inbox/Web3Inbox.entitlements;
488
- CURRENT_PROJECT_VERSION = 2 ;
489
+ CURRENT_PROJECT_VERSION = 1 ;
489
490
DEVELOPMENT_TEAM = W5R8AG9K22;
490
491
ENABLE_BITCODE = NO;
491
492
FRAMEWORK_SEARCH_PATHS = (
519
520
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
520
521
CLANG_ENABLE_MODULES = YES;
521
522
CODE_SIGN_ENTITLEMENTS = Web3Inbox/Web3Inbox.entitlements;
522
- CURRENT_PROJECT_VERSION = 2 ;
523
+ CURRENT_PROJECT_VERSION = 1 ;
523
524
DEVELOPMENT_TEAM = W5R8AG9K22;
524
525
FRAMEWORK_SEARCH_PATHS = (
525
526
"$(inherited)",
624
625
"-DFOLLY_USE_LIBCPP=1",
625
626
"-DFOLLY_CFG_NO_COROUTINES=1",
626
627
);
627
- OTHER_LDFLAGS = (
628
- "$(inherited)",
629
- " ",
630
- );
628
+ OTHER_LDFLAGS = "$(inherited) ";
631
629
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
632
630
SDKROOT = iphoneos;
633
631
USE_HERMES = true;
706
704
"-DFOLLY_USE_LIBCPP=1",
707
705
"-DFOLLY_CFG_NO_COROUTINES=1",
708
706
);
709
- OTHER_LDFLAGS = (
710
- "$(inherited)",
711
- " ",
712
- );
707
+ OTHER_LDFLAGS = "$(inherited) ";
713
708
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
714
709
SDKROOT = iphoneos;
715
710
USE_HERMES = true;
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
10
10
{
11
11
[FIRApp configure ];
12
12
13
- self.moduleName = @" Web3InboxLab " ;
13
+ self.moduleName = @" Web3Inbox " ;
14
14
// You can add your custom initial props in the dictionary below.
15
15
// They will be passed down to the ViewController used by React Native.
16
16
self.initialProps = @{};
Original file line number Diff line number Diff line change 1
1
{
2
2
"images" : [
3
3
{
4
- "filename" : " logo .png" ,
4
+ "filename" : " icon .png" ,
5
5
"idiom" : " universal" ,
6
6
"platform" : " ios" ,
7
7
"size" : " 1024x1024"
Original file line number Diff line number Diff line change 16
16
<rect key =" frame" x =" 0.0" y =" 0.0" width =" 375" height =" 667" />
17
17
<autoresizingMask key =" autoresizingMask" widthSizable =" YES" heightSizable =" YES" />
18
18
<subviews >
19
- <label opaque =" NO" clipsSubviews =" YES" userInteractionEnabled =" NO" contentMode =" left" horizontalHuggingPriority =" 251" verticalHuggingPriority =" 251" text =" Web3InboxLab " textAlignment =" center" lineBreakMode =" middleTruncation" baselineAdjustment =" alignBaselines" minimumFontSize =" 18" translatesAutoresizingMaskIntoConstraints =" NO" id =" GJd-Yh-RWb" >
19
+ <label opaque =" NO" clipsSubviews =" YES" userInteractionEnabled =" NO" contentMode =" left" horizontalHuggingPriority =" 251" verticalHuggingPriority =" 251" text =" Web3Inbox " textAlignment =" center" lineBreakMode =" middleTruncation" baselineAdjustment =" alignBaselines" minimumFontSize =" 18" translatesAutoresizingMaskIntoConstraints =" NO" id =" GJd-Yh-RWb" >
20
20
<rect key =" frame" x =" 0.0" y =" 202" width =" 375" height =" 43" />
21
21
<fontDescription key =" fontDescription" type =" boldSystem" pointSize =" 36" />
22
22
<nil key =" highlightedColor" />
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ const metadata = {
50
50
url : 'https://lab.web3inbox.com' ,
51
51
icons : [ 'https://avatars.githubusercontent.com/u/37784886' ] ,
52
52
redirect : {
53
- native : 'web3inboxLab ://' ,
53
+ native : 'web3inbox ://' ,
54
54
} ,
55
55
} ;
56
56
You can’t perform that action at this time.
0 commit comments