This repository has been archived by the owner on Oct 15, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0ad4314
commit 2c84a68
Showing
21 changed files
with
150 additions
and
215 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
import Foundation | ||
import Realm | ||
|
||
class Entry: RLMObject { | ||
dynamic var date = Entry.defaultDate() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
import Foundation | ||
import Realm | ||
|
||
class EntryHandler: NSObject { | ||
func currentEntry() -> Entry { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
import Foundation | ||
import Realm | ||
|
||
class Gulp: RLMObject { | ||
dynamic var date = NSDate() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
import UIKit | ||
import JTCalendar | ||
|
||
class CalendarViewController: UIViewController, JTCalendarDataSource { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
import pop | ||
|
||
extension DrinkViewController { | ||
|
||
func initAnimation() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
import UIKit | ||
import pop | ||
|
||
class GulpsViewController: OnboardingViewController, UITextFieldDelegate { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
import UIKit | ||
import pop | ||
|
||
class MeasureViewController: OnboardingViewController { | ||
|
||
|
1 change: 1 addition & 0 deletions
1
BigGulp/ViewControllers/Onboarding/NotificationViewController.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
BigGulp/ViewControllers/Onboarding/OnboardingViewController.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
import UIKit | ||
import AMWaveTransition | ||
|
||
class OnboardingViewController: AMWaveViewController { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
// | ||
|
||
import UIKit | ||
import pop | ||
|
||
extension TodayViewController { | ||
func showConfirmButtons() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,20 @@ | ||
source 'https://github.com/CocoaPods/Specs.git' | ||
platform :ios, '8.0' | ||
|
||
pod 'DPMeterView', git: 'https://github.com/andreamazz/DPMeterView' | ||
pod 'pop', '~> 1.0' | ||
pod 'AMPopTip', '~> 0.7' | ||
pod 'UICountingLabel', '~> 1.2' | ||
pod 'Realm', '~> 0.91' | ||
pod 'JTCalendar', git: 'git@github.com:andreamazz/JTCalendar.git', branch: 'develop' | ||
pod 'AMWaveTransition', '~> 0.5' | ||
pod 'AHKActionSheet', '~> 0.5' | ||
pod 'MMWormhole', '~> 1.1' | ||
pod 'GoogleAnalytics-iOS-SDK', '~> 3.10' | ||
pod 'AHKActionSheet', '~> 0.5' | ||
pod 'JTCalendar', git: 'git@github.com:andreamazz/JTCalendar.git', branch: 'develop' | ||
pod 'DPMeterView', git: 'https://github.com/andreamazz/DPMeterView' | ||
|
||
#target 'BigGulpTests', exclusive: true do | ||
# pod 'Quick', git: 'https://github.com/Quick/Quick.git' | ||
# pod 'Nimble', '~> 0.4' | ||
# | ||
## Had to duplicate these, check https://github.com/CocoaPods/CocoaPods/issues/2695 | ||
# pod 'DPMeterView', git: 'https://github.com/andreamazz/DPMeterView' | ||
# pod 'pop', '~> 1.0' | ||
# pod 'AMPopTip', '~> 0.7' | ||
# pod 'UICountingLabel', '~> 1.2' | ||
# pod 'JTCalendar', git: 'git@github.com:andreamazz/JTCalendar.git', branch: 'develop' | ||
#end | ||
target 'BigGulpTests', exclusive: true do | ||
pod 'Quick' | ||
pod 'Nimble' | ||
end | ||
|
||
inhibit_all_warnings! | ||
use_frameworks! |