Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
DogeKeeper Version 1.0.0 Final
  • Loading branch information
Andrew-Dev committed Jul 3, 2014
1 parent 4df831d commit 815cbe6
Show file tree
Hide file tree
Showing 115 changed files with 10,317 additions and 0 deletions.
729 changes: 729 additions & 0 deletions DogeKeeper.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

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

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>HasAskedToTakeAutomaticSnapshotBeforeSignificantChanges</key>
<true/>
<key>SnapshotAutomaticallyBeforeSignificantChanges</key>
<true/>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Bucket
type = "1"
version = "2.0">
</Bucket>
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0510"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "4911D6321926F25C009B9C5B"
BuildableName = "DogeKeeper.app"
BlueprintName = "DogeKeeper"
ReferencedContainer = "container:DogeKeeper.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
buildConfiguration = "Debug">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "4911D6591926F25D009B9C5B"
BuildableName = "DogeKeeperTests.xctest"
BlueprintName = "DogeKeeperTests"
ReferencedContainer = "container:DogeKeeper.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "4911D6321926F25C009B9C5B"
BuildableName = "DogeKeeper.app"
BlueprintName = "DogeKeeper"
ReferencedContainer = "container:DogeKeeper.xcodeproj">
</BuildableReference>
</MacroExpansion>
</TestAction>
<LaunchAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
buildConfiguration = "Debug"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
allowLocationSimulation = "YES">
<BuildableProductRunnable>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "4911D6321926F25C009B9C5B"
BuildableName = "DogeKeeper.app"
BlueprintName = "DogeKeeper"
ReferencedContainer = "container:DogeKeeper.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
buildConfiguration = "Release"
debugDocumentVersioning = "YES">
<BuildableProductRunnable>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "4911D6321926F25C009B9C5B"
BuildableName = "DogeKeeper.app"
BlueprintName = "DogeKeeper"
ReferencedContainer = "container:DogeKeeper.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict>
<key>DogeKeeper.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>4911D6321926F25C009B9C5B</key>
<dict>
<key>primary</key>
<true/>
</dict>
<key>4911D6591926F25D009B9C5B</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>
13 changes: 13 additions & 0 deletions DogeKeeper/AboutViewController.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
//
// AboutViewController.h
// DogeKeeper
//
// Created by Andrew on 6/7/14.
// Copyright (c) 2014 Andrew Arpasi. Licensed under CC BY-NC-SA 4.0
//

#import <UIKit/UIKit.h>

@interface AboutViewController : UIViewController

@end
92 changes: 92 additions & 0 deletions DogeKeeper/AboutViewController.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
//
// AboutViewController.m
// DogeKeeper
//
// Created by Andrew on 6/7/14.
// Copyright (c) 2014 Andrew Arpasi. Licensed under CC BY-NC-SA 4.0
//

#import "AboutViewController.h"

@interface AboutViewController ()

@end

@implementation AboutViewController

- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil
{
self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil];
if (self) {
// Custom initialization
}
return self;
}

- (void)viewDidLoad
{
[super viewDidLoad];
// Do any additional setup after loading the view.
}
-(IBAction)close:(id)sender
{
[self dismissViewControllerAnimated:TRUE completion:nil];
}
- (void)didReceiveMemoryWarning
{
[super didReceiveMemoryWarning];
// Dispose of any resources that can be recreated.
}
-(IBAction)dogeCoinWebsite:(id)sender
{
[self openWebURL:@"http://dogecoin.com"];
}
-(IBAction)dogeCoinReddit:(id)sender
{
[self openWebURL:@"http://reddit.com/r/dogecoin"];
}
-(IBAction)dogeKeeperWebsite:(id)sender
{
[self openWebURL:@"http://dogekeeper.com"];
}
-(IBAction)dogeKeeperTwitter:(id)sender
{
[self openWebURL:@"http://twitter.com/DogeKeeper"];
}
-(IBAction)dogeAPI:(id)sender
{
[self openWebURL:@"http://dogeapi.com"];
}
-(IBAction)dogeChain:(id)sender
{
[self openWebURL:@"http://dogechain.info"];
}
-(IBAction)bcscanner:(id)sender
{
[self openWebURL:@"https://github.com/michaelochs/BCScanner"];
}
-(IBAction)qrencoder:(id)sender
{
[self openWebURL:@"https://github.com/moqod/iOS-QR-Code-Encoder"];
}
-(IBAction)icons8:(id)sender
{
[self openWebURL:@"http://icons8.com/"];
}
-(void)openWebURL:(NSString*)url
{
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:url]];
}

/*
#pragma mark - Navigation
// In a storyboard-based application, you will often want to do a little preparation before navigation
- (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender
{
// Get the new view controller using [segue destinationViewController].
// Pass the selected object to the new view controller.
}
*/

@end
19 changes: 19 additions & 0 deletions DogeKeeper/AddWalletViewController.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
//
// AddWalletViewController.h
// DogeKeeper
//
// Created by Andrew on 5/20/14.
// Copyright (c) 2014 Andrew Arpasi. Licensed under CC BY-NC-SA 4.0
//

#import <UIKit/UIKit.h>
#import "DogecoinWallet.h"
#import "BCScannerViewController.h"

@interface AddWalletViewController : UIViewController <BCScannerViewControllerDelegate>
{
IBOutlet UITextField * titleField;
IBOutlet UITextField * addressField;
IBOutlet UIBarButtonItem * saveButton;
}
@end
Loading

0 comments on commit 815cbe6

Please sign in to comment.