Skip to content

Commit

Permalink
Update app name
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltout committed Apr 6, 2023
1 parent a8243fe commit 88e4c22
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 7 deletions.
16 changes: 15 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,24 @@ android/app/src/main/res/drawable-mdpi/src_images_customicons_verus.png
android/app/src/main/res/drawable-xhdpi/node_modules_reactnavigation_stack_src_views_assets_backicon.png
android/app/src/main/res/drawable-xxhdpi/node_modules_reactnavigation_stack_src_views_assets_backicon.png
android/app/src/main/res/drawable-xxxhdpi/node_modules_reactnavigation_stack_src_views_assets_backicon.png
android/app/src/main/res/**
android/java_pid17246.hprof
android/java_pid22456.hprof
android/app/debug.keystore
android/keystores/debug.keystore
ios/verusMobile.xcodeproj/project.pbxproj
ios/verusMobile.xcodeproj/project.pbxproj
android/app/src/main/res/mipmap-hdpi/ic_launcher_background.png
android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
android/app/src/main/res/mipmap-hdpi/ic_launcher_monochrome.png
android/app/src/main/res/mipmap-mdpi/ic_launcher_background.png
android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png
android/app/src/main/res/mipmap-mdpi/ic_launcher_monochrome.png
android/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png
android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png
android/app/src/main/res/mipmap-xhdpi/ic_launcher_monochrome.png
android/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png
android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png
android/app/src/main/res/mipmap-xxhdpi/ic_launcher_monochrome.png
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_monochrome.png
2 changes: 1 addition & 1 deletion android/.project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Verus Mobile</name>
<name>Verus Wallet</name>
<comment>Project verusMobile created by Buildship.</comment>
<projects>
</projects>
Expand Down
2 changes: 1 addition & 1 deletion android/app/bin/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<resources>
<string name="app_name">Verus Mobile</string>
<string name="app_name">Verus Wallet</string>
</resources>
2 changes: 1 addition & 1 deletion android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<resources>
<string name="app_name">Verus Mobile</string>
<string name="app_name">Verus Wallet</string>
</resources>
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "verusmobile",
"displayName": "Verus Mobile"
"displayName": "Verus Wallet"
}
2 changes: 1 addition & 1 deletion ios/assets/app.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "verusmobile",
"displayName": "Verus Mobile"
"displayName": "Verus Wallet"
}
2 changes: 1 addition & 1 deletion ios/verusMobile/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>Verus Mobile</string>
<string>Verus Wallet</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
Expand Down

0 comments on commit 88e4c22

Please sign in to comment.