Skip to content

Commit

Permalink
Fully renamed app to Web3Modal
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciosantise committed Mar 23, 2023
1 parent 941fcc5 commit 060967f
Show file tree
Hide file tree
Showing 35 changed files with 108 additions and 109 deletions.
4 changes: 2 additions & 2 deletions dapps/v2Explorer/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ android {

compileSdkVersion rootProject.ext.compileSdkVersion

namespace "com.v2explorer"
namespace "com.walletconnect.web3modal.rnsample"
defaultConfig {
applicationId "com.v2explorer"
applicationId "com.walletconnect.web3modal.rnsample"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* <p>This source code is licensed under the MIT license found in the LICENSE file in the root
* directory of this source tree.
*/
package com.v2explorer;
package com.walletconnect.web3modal.rnsample;

import android.content.Context;
import com.facebook.flipper.android.AndroidFlipperClient;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.v2explorer;
package com.walletconnect.web3modal.rnsample;

import com.facebook.react.ReactPackage;
import com.facebook.react.bridge.NativeModule;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.v2explorer;
package com.walletconnect.web3modal.rnsample;

import android.content.pm.PackageManager;
import android.os.Build;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.v2explorer;
package com.walletconnect.web3modal.rnsample;

import com.facebook.react.ReactActivity;
import com.facebook.react.ReactActivityDelegate;
Expand All @@ -13,7 +13,7 @@ public class MainActivity extends ReactActivity {
*/
@Override
protected String getMainComponentName() {
return "v2Explorer";
return "Web3Modal";
}

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.v2explorer;
package com.walletconnect.web3modal.rnsample;

import android.app.Application;
import com.facebook.react.PackageList;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<resources>
<string name="app_name">v2Explorer</string>
<string name="app_name">Web3Modal</string>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* <p>This source code is licensed under the MIT license found in the LICENSE file in the root
* directory of this source tree.
*/
package com.v2explorer;
package com.walletconnect.web3modal.rnsample;

import android.content.Context;
import com.facebook.react.ReactInstanceManager;
Expand Down
2 changes: 1 addition & 1 deletion dapps/v2Explorer/android/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rootProject.name = 'v2Explorer'
rootProject.name = 'Web3Modal'
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
include ':app'
includeBuild('../node_modules/react-native-gradle-plugin')
4 changes: 2 additions & 2 deletions dapps/v2Explorer/app.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "v2Explorer",
"displayName": "v2Explorer"
"name": "Web3Modal",
"displayName": "Web3Modal"
}
4 changes: 2 additions & 2 deletions dapps/v2Explorer/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if linkage != nil
use_frameworks! :linkage => linkage.to_sym
end

target 'v2Explorer' do
target 'Web3Modal' do
config = use_native_modules!

# Flags change depending on the env values.
Expand All @@ -43,7 +43,7 @@ target 'v2Explorer' do
:app_path => "#{Pod::Config.instance.installation_root}/.."
)

target 'v2ExplorerTests' do
target 'Web3ModalTests' do
inherit! :complete
# Pods for testing
end
Expand Down
2 changes: 1 addition & 1 deletion dapps/v2Explorer/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,6 @@ SPEC CHECKSUMS:
Yoga: 5b0304b3dbef2b52e078052138e23a19c7dacaef
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

PODFILE CHECKSUM: 45e2ffd20d4e4d3925140a3343fb36a38332387c
PODFILE CHECKSUM: a7452ce8786b044ec9037c83bb1f95a7043c6b21

COCOAPODS: 1.11.3

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
BuildableName = "Web3Modal.app"
BlueprintName = "v2Explorer"
ReferencedContainer = "container:v2Explorer.xcodeproj">
BlueprintName = "Web3Modal"
ReferencedContainer = "container:Web3Modal.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
Expand All @@ -33,9 +33,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "00E356ED1AD99517003FC87E"
BuildableName = "v2ExplorerTests.xctest"
BlueprintName = "v2ExplorerTests"
ReferencedContainer = "container:v2Explorer.xcodeproj">
BuildableName = "Web3ModalTests.xctest"
BlueprintName = "Web3ModalTests"
ReferencedContainer = "container:Web3Modal.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
Expand All @@ -56,8 +56,8 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
BuildableName = "Web3Modal.app"
BlueprintName = "v2Explorer"
ReferencedContainer = "container:v2Explorer.xcodeproj">
BlueprintName = "Web3Modal"
ReferencedContainer = "container:Web3Modal.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
Expand All @@ -73,8 +73,8 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
BuildableName = "Web3Modal.app"
BlueprintName = "v2Explorer"
ReferencedContainer = "container:v2Explorer.xcodeproj">
BlueprintName = "Web3Modal"
ReferencedContainer = "container:Web3Modal.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ @implementation AppDelegate

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
self.moduleName = @"v2Explorer";
self.moduleName = @"Web3Modal";
// You can add your custom initial props in the dictionary below.
// They will be passed down to the ViewController used by React Native.
self.initialProps = @{};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</dict>
</dict>
<key>NSLocationWhenInUseUsageDescription</key>
<string></string>
<string/>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="v2Explorer" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="GJd-Yh-RWb">
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Web3Modal" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="GJd-Yh-RWb">
<rect key="frame" x="0.0" y="202" width="375" height="43"/>
<fontDescription key="fontDescription" type="boldSystem" pointSize="36"/>
<nil key="highlightedColor"/>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
#define TIMEOUT_SECONDS 600
#define TEXT_TO_LOOK_FOR @"Welcome to React"

@interface v2ExplorerTests : XCTestCase
@interface Web3ModalTests : XCTestCase

@end

@implementation v2ExplorerTests
@implementation Web3ModalTests

- (BOOL)findSubviewInView:(UIView *)view matching:(BOOL (^)(UIView *view))test
{
Expand Down
2 changes: 1 addition & 1 deletion dapps/v2Explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "v2explorer",
"name": "web3modal",
"version": "0.0.1",
"private": true,
"scripts": {
Expand Down

0 comments on commit 060967f

Please sign in to comment.