diff --git a/.gitmodules b/.gitmodules
index 55828cae..9e0b3d77 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,6 @@
[submodule "Modules/breadwallet-core"]
path = Modules/breadwallet-core
- url = https://github.com/hodlwallet/breadwallet-core.git
+ url = https://github.com/dogecwallet/breadwallet-core.git
[submodule "Modules/unbound"]
path = Modules/unbound
url = https://github.com/breadwallet/unbound.git
diff --git a/MessagesExtension/Info.plist b/MessagesExtension/Info.plist
index 8b179572..fa4b53fd 100644
--- a/MessagesExtension/Info.plist
+++ b/MessagesExtension/Info.plist
@@ -5,7 +5,7 @@
CFBundleDevelopmentRegion
en
CFBundleDisplayName
- HODL Wallet
+ Dogecash Wallet
CFBundleExecutable
$(EXECUTABLE_NAME)
CFBundleIdentifier
diff --git a/Modules/breadwallet-core b/Modules/breadwallet-core
index d9c2b67c..fc296c58 160000
--- a/Modules/breadwallet-core
+++ b/Modules/breadwallet-core
@@ -1 +1 @@
-Subproject commit d9c2b67c8972d372e6cfa0b57438a70c444a005d
+Subproject commit fc296c583deab6f9fcabfd7ff9cfd1807745cc09
diff --git a/NotificationServiceExtension/Info.plist b/NotificationServiceExtension/Info.plist
index 53719e5d..7242802e 100644
--- a/NotificationServiceExtension/Info.plist
+++ b/NotificationServiceExtension/Info.plist
@@ -5,7 +5,7 @@
CFBundleDevelopmentRegion
en
CFBundleDisplayName
- HODL Wallet
+ Dogecash Wallet
CFBundleExecutable
$(EXECUTABLE_NAME)
CFBundleIdentifier
diff --git a/README.md b/README.md
index 685847bb..2fd84678 100644
--- a/README.md
+++ b/README.md
@@ -56,4 +56,4 @@ Any jailbreak app can grant itself access to every other app's keychain data. Th
**Hodl** is open source and available under the terms of the MIT license.
-Source code is available at https://github.com/hodlwallet
+Source code is available at https://github.com/dogecwallet
diff --git a/TodayExtension/BRAppGroupConstants.h b/TodayExtension/BRAppGroupConstants.h
index 229630d7..952d608a 100644
--- a/TodayExtension/BRAppGroupConstants.h
+++ b/TodayExtension/BRAppGroupConstants.h
@@ -23,6 +23,6 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
-#define APP_GROUP_ID @"group.co.hodlwallet"
+#define APP_GROUP_ID @"group.co.dogecwallet"
#define APP_GROUP_REQUEST_DATA_KEY @"kBRSharedContainerDataWalletRequestDataKey"
#define APP_GROUP_RECEIVE_ADDRESS_KEY @"kBRSharedContainerDataWalletReceiveAddressKey"
diff --git a/TodayExtension/Info.plist b/TodayExtension/Info.plist
index c74c4e65..91471fea 100644
--- a/TodayExtension/Info.plist
+++ b/TodayExtension/Info.plist
@@ -5,7 +5,7 @@
CFBundleDevelopmentRegion
en
CFBundleDisplayName
- HODL Wallet
+ Dogecash Wallet
CFBundleExecutable
$(EXECUTABLE_NAME)
CFBundleIdentifier
diff --git a/TodayExtension/TodayExtension.entitlements b/TodayExtension/TodayExtension.entitlements
index a81d75a8..30c048ac 100644
--- a/TodayExtension/TodayExtension.entitlements
+++ b/TodayExtension/TodayExtension.entitlements
@@ -4,7 +4,7 @@
com.apple.security.application-groups
- group.co.hodlwallet
+ group.co.dogecwallet
diff --git a/bumpVersion.rb b/bumpVersion.rb
index b2585a33..2d90c94f 100644
--- a/bumpVersion.rb
+++ b/bumpVersion.rb
@@ -5,10 +5,10 @@
# This will increment the CFBundleVersion of all of the required targets by one
#
require 'xcodeproj'
-project_path = './hodlwallet.xcodeproj'
+project_path = './dogecwallet.xcodeproj'
project = Xcodeproj::Project.open(project_path)
-desiredTargets = ['hodlwallet', 'hodlwallet WatchKit Extension', 'hodlwallet WatchKit App', 'TodayExtension', 'NotificationServiceExtension', 'MessagesExtension']
+desiredTargets = ['dogecwallet', 'dogecwallet WatchKit Extension', 'dogecwallet WatchKit App', 'TodayExtension', 'NotificationServiceExtension', 'MessagesExtension']
targets = project.native_targets.select do |target|
desiredTargets.include? target.name
end
diff --git a/hodlwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Contents.json b/dogecwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Contents.json
similarity index 100%
rename from hodlwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Contents.json
rename to dogecwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Contents.json
diff --git a/hodlwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Icon100.png b/dogecwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Icon100.png
similarity index 100%
rename from hodlwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Icon100.png
rename to dogecwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Icon100.png
diff --git a/hodlwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Icon172.png b/dogecwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Icon172.png
similarity index 100%
rename from hodlwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Icon172.png
rename to dogecwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Icon172.png
diff --git a/hodlwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Icon196.png b/dogecwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Icon196.png
similarity index 100%
rename from hodlwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Icon196.png
rename to dogecwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Icon196.png
diff --git a/hodlwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Icon216.png b/dogecwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Icon216.png
similarity index 100%
rename from hodlwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Icon216.png
rename to dogecwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Icon216.png
diff --git a/hodlwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Icon48.png b/dogecwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Icon48.png
similarity index 100%
rename from hodlwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Icon48.png
rename to dogecwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Icon48.png
diff --git a/hodlwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Icon55.png b/dogecwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Icon55.png
similarity index 100%
rename from hodlwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Icon55.png
rename to dogecwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Icon55.png
diff --git a/hodlwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Icon58.png b/dogecwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Icon58.png
similarity index 100%
rename from hodlwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Icon58.png
rename to dogecwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Icon58.png
diff --git a/hodlwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Icon80.png b/dogecwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Icon80.png
similarity index 100%
rename from hodlwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Icon80.png
rename to dogecwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Icon80.png
diff --git a/hodlwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Icon87.png b/dogecwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Icon87.png
similarity index 100%
rename from hodlwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Icon87.png
rename to dogecwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Icon87.png
diff --git a/hodlwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Icon88.png b/dogecwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Icon88.png
similarity index 100%
rename from hodlwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Icon88.png
rename to dogecwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/Icon88.png
diff --git a/hodlwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/large-icon.png b/dogecwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/large-icon.png
similarity index 100%
rename from hodlwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/large-icon.png
rename to dogecwallet WatchKit App/Assets.xcassets/AppIcon.appiconset/large-icon.png
diff --git a/hodlwallet WatchKit App/Assets.xcassets/Contents.json b/dogecwallet WatchKit App/Assets.xcassets/Contents.json
similarity index 100%
rename from hodlwallet WatchKit App/Assets.xcassets/Contents.json
rename to dogecwallet WatchKit App/Assets.xcassets/Contents.json
diff --git a/hodlwallet WatchKit App/Base.lproj/Interface.storyboard b/dogecwallet WatchKit App/Base.lproj/Interface.storyboard
similarity index 95%
rename from hodlwallet WatchKit App/Base.lproj/Interface.storyboard
rename to dogecwallet WatchKit App/Base.lproj/Interface.storyboard
index 120a6bb2..2edc8ff3 100644
--- a/hodlwallet WatchKit App/Base.lproj/Interface.storyboard
+++ b/dogecwallet WatchKit App/Base.lproj/Interface.storyboard
@@ -11,7 +11,7 @@
-
+