Skip to content

Commit

Permalink
To dogecwallet
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaynexus committed Aug 24, 2019
1 parent 7f8999b commit 45b2478
Show file tree
Hide file tree
Showing 518 changed files with 353 additions and 353 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion MessagesExtension/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>HODL Wallet</string>
<string>Dogecash Wallet</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
Expand Down
2 changes: 1 addition & 1 deletion Modules/breadwallet-core
2 changes: 1 addition & 1 deletion NotificationServiceExtension/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>HODL Wallet</string>
<string>Dogecash Wallet</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion TodayExtension/BRAppGroupConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion TodayExtension/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>HODL Wallet</string>
<string>Dogecash Wallet</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
Expand Down
2 changes: 1 addition & 1 deletion TodayExtension/TodayExtension.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<dict>
<key>com.apple.security.application-groups</key>
<array>
<string>group.co.hodlwallet</string>
<string>group.co.dogecwallet</string>
</array>
</dict>
</plist>
4 changes: 2 additions & 2 deletions bumpVersion.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<!--Balance-->
<scene sceneID="aou-V4-d1y">
<objects>
<controller title="Balance" id="AgC-eL-Hgc" customClass="BalanceInterfaceController" customModule="hodlwallet_WatchKit_Extension">
<controller title="Balance" id="AgC-eL-Hgc" customClass="BalanceInterfaceController" customModule="dogecwallet_WatchKit_Extension">
<items>
<imageView alignment="center" verticalAlignment="center" image="LoadingIndicator" id="q0L-Rc-67d" userLabel="LoadingIndicator"/>
<label alignment="center" verticalAlignment="center" text="1,000" textAlignment="center" minimumScaleFactor="0.5" id="A9h-CR-kAQ" userLabel="BitsBalance">
Expand Down Expand Up @@ -53,14 +53,14 @@
<!--Notification Controller-->
<scene sceneID="ZPc-GJ-vnh">
<objects>
<controller id="4sK-HA-Art" customClass="NotificationController" customModule="hodlwallet_WatchKit_App" customModuleProvider="target"/>
<controller id="4sK-HA-Art" customClass="NotificationController" customModule="dogecwallet_WatchKit_App" customModuleProvider="target"/>
</objects>
<point key="canvasLocation" x="468" y="643"/>
</scene>
<!--Receive-->
<scene sceneID="Fd2-FW-kiC">
<objects>
<controller title="Receive" id="9Xz-xI-XUr" customClass="ReceiveInterfaceController" customModule="hodlwallet_WatchKit_Extension">
<controller title="Receive" id="9Xz-xI-XUr" customClass="ReceiveInterfaceController" customModule="dogecwallet_WatchKit_Extension">
<items>
<group width="1" alignment="center" verticalAlignment="center" id="UhH-Xs-grj">
<items>
Expand Down
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>HODL</string>
<string>Dogecash</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
Expand All @@ -26,7 +26,7 @@
<string>UIInterfaceOrientationPortraitUpsideDown</string>
</array>
<key>WKCompanionAppBundleIdentifier</key>
<string>co.hodlwallet</string>
<string>co.dogecwallet</string>
<key>WKWatchKitApp</key>
<true/>
</dict>
Expand Down
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>HODL</string>
<string>Dogecash</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
Expand Down Expand Up @@ -37,7 +37,7 @@
<key>NSExtensionAttributes</key>
<dict>
<key>WKAppBundleIdentifier</key>
<string>co.hodlwallet.watchkitapp</string>
<string>co.dogecwallet.watchkitapp</string>
</dict>
<key>NSExtensionPointIdentifier</key>
<string>com.apple.watchkit</string>
Expand Down
Loading

0 comments on commit 45b2478

Please sign in to comment.