From 228e2601d2f05465ef8b9fd3cb59bf6a656b171e Mon Sep 17 00:00:00 2001 From: Andrea Mazzini Date: Thu, 30 Apr 2015 15:53:41 +0200 Subject: [PATCH] Major project refactor --- .../Icon-watch-172 copy.png | Bin 5160 -> 0 bytes .../Icon-watch-196 copy.png | Bin 5902 -> 0 bytes BigGulp.xcodeproj/project.pbxproj | 1326 ----------------- Gemfile | 1 + Gemfile.lock | 2 + .../Base.lproj/Interface.storyboard | 0 .../AppIcon.appiconset/Contents.json | 2 - .../AppIcon.appiconset/Icon-watch-48 copy.png | Bin .../AppIcon.appiconset/Icon-watch-55 copy.png | Bin .../Icon-watch-58 copy-1.png | Bin .../AppIcon.appiconset/Icon-watch-80 copy.png | Bin .../AppIcon.appiconset/Icon-watch-87 copy.png | Bin .../AppIcon.appiconset/Icon-watch-88 copy.png | Bin .../button-big.imageset/Contents.json | 0 .../button-big.imageset/button-big.png | Bin .../button-small.imageset/Contents.json | 0 .../button-small.imageset/button-small.png | Bin .../gulp.imageset/Contents.json | 0 .../gulp.imageset/Icon-watch-58.png | Bin .../progress-0-watch.imageset/Contents.json | 0 .../progress-0-watch.imageset/progress-0.png | Bin .../progress-1-watch.imageset/Contents.json | 0 .../progress-1-watch.imageset/progress-1.png | Bin .../progress-10-watch.imageset/Contents.json | 0 .../progress-10.png | Bin .../progress-2-watch.imageset/Contents.json | 0 .../progress-2-watch.imageset/progress-2.png | Bin .../progress-3-watch.imageset/Contents.json | 0 .../progress-3-watch.imageset/progress-3.png | Bin .../progress-4-watch.imageset/Contents.json | 0 .../progress-4-watch.imageset/progress-4.png | Bin .../progress-5-watch.imageset/Contents.json | 0 .../progress-5-watch.imageset/progress-5.png | Bin .../progress-6-watch.imageset/Contents.json | 0 .../progress-6-watch.imageset/progress-6.png | Bin .../progress-7-watch.imageset/Contents.json | 0 .../progress-7-watch.imageset/progress-7.png | Bin .../progress-8-watch.imageset/Contents.json | 0 .../progress-8-watch.imageset/progress-8.png | Bin .../progress-9-watch.imageset/Contents.json | 0 .../progress-9-watch.imageset/progress-9.png | Bin .../Info.plist | 6 +- .../ActionInterfaceController.swift | 0 .../GlanceController.swift | 0 .../Gulps WatchKit Extension.entitlements | 0 .../README__ignoredByTemplate__ | 0 .../Info.plist | 4 +- .../InterfaceController.swift | 0 .../NotificationController.swift | 0 .../PushNotificationPayload.apns | 0 Gulps.xcodeproj/project.pbxproj | 1292 ++++++++++++++++ {BigGulp => Gulps}/AppDelegate.swift | 0 .../Base.lproj/LaunchScreen.xib | 4 +- {BigGulp => Gulps}/Base.lproj/Main.storyboard | 0 .../Base.lproj}/Onboarding.storyboard | 0 .../Gulps.entitlements | 0 .../AppIcon.appiconset/Contents.json | 0 .../AppIcon.appiconset/Icon-120-1.png | Bin .../AppIcon.appiconset/Icon-120.png | Bin .../AppIcon.appiconset/Icon-180.png | Bin .../AppIcon.appiconset/Icon-58.png | Bin .../AppIcon.appiconset/Icon-80.png | Bin .../AppIcon.appiconset/Icon-87.png | Bin .../big-tiny-icon.imageset/Contents.json | 0 .../big-tiny-icon.imageset/big-tiny-icon.pdf | Bin .../blue-check-icon.imageset/Contents.json | 0 .../blue-check-icon.pdf | Bin .../calendar-icon.imageset/Contents.json | 0 .../calendar-icon.imageset/calendar-icon.pdf | Bin .../check-icon.imageset/Contents.json | 0 .../check-icon.imageset/check-icon.pdf | Bin .../drink-icon.imageset/Contents.json | 0 .../drink-icon.imageset/drink-icon.pdf | Bin .../large-icon.imageset/Contents.json | 0 .../large-icon.imageset/large-icon.pdf | Bin .../minus-icon.imageset/Contents.json | 0 .../minus-icon.imageset/minus-icon.pdf | Bin .../next-icon.imageset/Contents.json | 0 .../next-icon.imageset/next-icon.pdf | Bin .../plus-icon.imageset/Contents.json | 0 .../plus-icon.imageset/plus-icon.pdf | Bin .../prev-icon.imageset/Contents.json | 0 .../prev-icon.imageset/prev-icon.pdf | Bin .../settings-icon.imageset/Contents.json | 0 .../settings-icon.imageset/settings-icon.pdf | Bin .../small-icon.imageset/Contents.json | 0 .../small-icon.imageset/small-icon.pdf | Bin .../small-tiny-icon.imageset/Contents.json | 0 .../small-tiny-icon.pdf | Bin .../tiny-check.imageset/Contents.json | 0 .../tiny-check.imageset/tiny-check.pdf | Bin .../tiny-x.imageset/Contents.json | 0 .../tiny-x.imageset/tiny-x.pdf | Bin {BigGulp => Gulps}/Info.plist | 4 +- {BigGulp => Gulps}/Model/Entry.swift | 0 {BigGulp => Gulps}/Model/EntryHandler.swift | 0 {BigGulp => Gulps}/Model/Gulp.swift | 0 .../Resources/Fonts/KaushanScript.ttf | Bin .../Resources/Fonts/Lato-Light.ttf | Bin {BigGulp => Gulps}/Support/Colors.swift | 0 {BigGulp => Gulps}/Support/Globals.swift | 0 .../Support/NSUserDefaults-BigGulp.swift | 0 .../Support/NotificationHelper.swift | 0 .../Support/ProgressMeter.swift | 0 {BigGulp => Gulps}/Support/Settings.swift | 0 .../CalendarViewController.swift | 0 .../DrinkViewController+Animations.swift | 0 .../ViewControllers/DrinkViewController.swift | 0 .../Onboarding/GoalViewController.swift | 0 .../Onboarding/GulpsViewController.swift | 0 .../Onboarding/MeasureViewController.swift | 0 .../NotificationViewController.swift | 0 .../Onboarding/OnboardingViewController.swift | 0 .../SettingsViewController.swift | 0 .../DrinkViewControllerTests.swift | 0 {BigGulpTests => GulpsTests}/Info.plist | 0 ...d__should_update_the_progress_label@2x.png | Bin ...s_added__should_update_the_progress@2x.png | Bin ...oads__should_present_an_empty_meter@2x.png | Bin .../GulpsToday.entitlements | 0 {BigGulpToday => GulpsToday}/Info.plist | 4 +- .../MainInterface.storyboard | 0 .../TodayViewController+Animation.swift | 0 .../TodayViewController.swift | 0 Podfile | 40 +- Rakefile | 12 + 126 files changed, 1348 insertions(+), 1349 deletions(-) delete mode 100644 BigGulp WatchKit App/Images.xcassets/AppIcon.appiconset/Icon-watch-172 copy.png delete mode 100644 BigGulp WatchKit App/Images.xcassets/AppIcon.appiconset/Icon-watch-196 copy.png delete mode 100644 BigGulp.xcodeproj/project.pbxproj rename {BigGulp WatchKit App => Gulps WatchKit App}/Base.lproj/Interface.storyboard (100%) rename {BigGulp WatchKit App => Gulps WatchKit App}/Images.xcassets/AppIcon.appiconset/Contents.json (93%) rename {BigGulp WatchKit App => Gulps WatchKit App}/Images.xcassets/AppIcon.appiconset/Icon-watch-48 copy.png (100%) rename {BigGulp WatchKit App => Gulps WatchKit App}/Images.xcassets/AppIcon.appiconset/Icon-watch-55 copy.png (100%) rename {BigGulp WatchKit App => Gulps WatchKit App}/Images.xcassets/AppIcon.appiconset/Icon-watch-58 copy-1.png (100%) rename {BigGulp WatchKit App => Gulps WatchKit App}/Images.xcassets/AppIcon.appiconset/Icon-watch-80 copy.png (100%) rename {BigGulp WatchKit App => Gulps WatchKit App}/Images.xcassets/AppIcon.appiconset/Icon-watch-87 copy.png (100%) rename {BigGulp WatchKit App => Gulps WatchKit App}/Images.xcassets/AppIcon.appiconset/Icon-watch-88 copy.png (100%) rename {BigGulp WatchKit App => Gulps WatchKit App}/Images.xcassets/button-big.imageset/Contents.json (100%) rename {BigGulp WatchKit App => Gulps WatchKit App}/Images.xcassets/button-big.imageset/button-big.png (100%) rename {BigGulp WatchKit App => Gulps WatchKit App}/Images.xcassets/button-small.imageset/Contents.json (100%) rename {BigGulp WatchKit App => Gulps WatchKit App}/Images.xcassets/button-small.imageset/button-small.png (100%) rename {BigGulp WatchKit App => Gulps WatchKit App}/Images.xcassets/gulp.imageset/Contents.json (100%) rename {BigGulp WatchKit App => Gulps WatchKit App}/Images.xcassets/gulp.imageset/Icon-watch-58.png (100%) rename {BigGulp WatchKit App => Gulps WatchKit App}/Images.xcassets/progress-0-watch.imageset/Contents.json (100%) rename {BigGulp WatchKit App => Gulps WatchKit App}/Images.xcassets/progress-0-watch.imageset/progress-0.png (100%) rename {BigGulp WatchKit App => Gulps WatchKit App}/Images.xcassets/progress-1-watch.imageset/Contents.json (100%) rename {BigGulp WatchKit App => Gulps WatchKit App}/Images.xcassets/progress-1-watch.imageset/progress-1.png (100%) rename {BigGulp WatchKit App => Gulps WatchKit App}/Images.xcassets/progress-10-watch.imageset/Contents.json (100%) rename {BigGulp WatchKit App => Gulps WatchKit App}/Images.xcassets/progress-10-watch.imageset/progress-10.png (100%) rename {BigGulp WatchKit App => Gulps WatchKit App}/Images.xcassets/progress-2-watch.imageset/Contents.json (100%) rename {BigGulp WatchKit App => Gulps WatchKit App}/Images.xcassets/progress-2-watch.imageset/progress-2.png (100%) rename {BigGulp WatchKit App => Gulps WatchKit App}/Images.xcassets/progress-3-watch.imageset/Contents.json (100%) rename {BigGulp WatchKit App => Gulps WatchKit App}/Images.xcassets/progress-3-watch.imageset/progress-3.png (100%) rename {BigGulp WatchKit App => Gulps WatchKit App}/Images.xcassets/progress-4-watch.imageset/Contents.json (100%) rename {BigGulp WatchKit App => Gulps WatchKit App}/Images.xcassets/progress-4-watch.imageset/progress-4.png (100%) rename {BigGulp WatchKit App => Gulps WatchKit App}/Images.xcassets/progress-5-watch.imageset/Contents.json (100%) rename {BigGulp WatchKit App => Gulps WatchKit App}/Images.xcassets/progress-5-watch.imageset/progress-5.png (100%) rename {BigGulp WatchKit App => Gulps WatchKit App}/Images.xcassets/progress-6-watch.imageset/Contents.json (100%) rename {BigGulp WatchKit App => Gulps WatchKit App}/Images.xcassets/progress-6-watch.imageset/progress-6.png (100%) rename {BigGulp WatchKit App => Gulps WatchKit App}/Images.xcassets/progress-7-watch.imageset/Contents.json (100%) rename {BigGulp WatchKit App => Gulps WatchKit App}/Images.xcassets/progress-7-watch.imageset/progress-7.png (100%) rename {BigGulp WatchKit App => Gulps WatchKit App}/Images.xcassets/progress-8-watch.imageset/Contents.json (100%) rename {BigGulp WatchKit App => Gulps WatchKit App}/Images.xcassets/progress-8-watch.imageset/progress-8.png (100%) rename {BigGulp WatchKit App => Gulps WatchKit App}/Images.xcassets/progress-9-watch.imageset/Contents.json (100%) rename {BigGulp WatchKit App => Gulps WatchKit App}/Images.xcassets/progress-9-watch.imageset/progress-9.png (100%) rename {BigGulp WatchKit App => Gulps WatchKit App}/Info.plist (90%) rename {BigGulp WatchKit Extension => Gulps WatchKit Extension}/ActionInterfaceController.swift (100%) rename {BigGulp WatchKit Extension => Gulps WatchKit Extension}/GlanceController.swift (100%) rename BigGulp WatchKit Extension/BigGulp WatchKit Extension.entitlements => Gulps WatchKit Extension/Gulps WatchKit Extension.entitlements (100%) rename {BigGulp WatchKit Extension => Gulps WatchKit Extension}/Images.xcassets/README__ignoredByTemplate__ (100%) rename {BigGulp WatchKit Extension => Gulps WatchKit Extension}/Info.plist (96%) rename {BigGulp WatchKit Extension => Gulps WatchKit Extension}/InterfaceController.swift (100%) rename {BigGulp WatchKit Extension => Gulps WatchKit Extension}/NotificationController.swift (100%) rename {BigGulp WatchKit Extension => Gulps WatchKit Extension}/PushNotificationPayload.apns (100%) create mode 100644 Gulps.xcodeproj/project.pbxproj rename {BigGulp => Gulps}/AppDelegate.swift (100%) rename {BigGulp => Gulps}/Base.lproj/LaunchScreen.xib (93%) rename {BigGulp => Gulps}/Base.lproj/Main.storyboard (100%) rename {BigGulp => Gulps/Base.lproj}/Onboarding.storyboard (100%) rename BigGulp/BigGulp.entitlements => Gulps/Gulps.entitlements (100%) rename {BigGulp => Gulps}/Images.xcassets/AppIcon.appiconset/Contents.json (100%) rename {BigGulp => Gulps}/Images.xcassets/AppIcon.appiconset/Icon-120-1.png (100%) rename {BigGulp => Gulps}/Images.xcassets/AppIcon.appiconset/Icon-120.png (100%) rename {BigGulp => Gulps}/Images.xcassets/AppIcon.appiconset/Icon-180.png (100%) rename {BigGulp => Gulps}/Images.xcassets/AppIcon.appiconset/Icon-58.png (100%) rename {BigGulp => Gulps}/Images.xcassets/AppIcon.appiconset/Icon-80.png (100%) rename {BigGulp => Gulps}/Images.xcassets/AppIcon.appiconset/Icon-87.png (100%) rename {BigGulp => Gulps}/Images.xcassets/big-tiny-icon.imageset/Contents.json (100%) rename {BigGulp => Gulps}/Images.xcassets/big-tiny-icon.imageset/big-tiny-icon.pdf (100%) rename {BigGulp => Gulps}/Images.xcassets/blue-check-icon.imageset/Contents.json (100%) rename {BigGulp => Gulps}/Images.xcassets/blue-check-icon.imageset/blue-check-icon.pdf (100%) rename {BigGulp => Gulps}/Images.xcassets/calendar-icon.imageset/Contents.json (100%) rename {BigGulp => Gulps}/Images.xcassets/calendar-icon.imageset/calendar-icon.pdf (100%) rename {BigGulp => Gulps}/Images.xcassets/check-icon.imageset/Contents.json (100%) rename {BigGulp => Gulps}/Images.xcassets/check-icon.imageset/check-icon.pdf (100%) rename {BigGulp => Gulps}/Images.xcassets/drink-icon.imageset/Contents.json (100%) rename {BigGulp => Gulps}/Images.xcassets/drink-icon.imageset/drink-icon.pdf (100%) rename {BigGulp => Gulps}/Images.xcassets/large-icon.imageset/Contents.json (100%) rename {BigGulp => Gulps}/Images.xcassets/large-icon.imageset/large-icon.pdf (100%) rename {BigGulp => Gulps}/Images.xcassets/minus-icon.imageset/Contents.json (100%) rename {BigGulp => Gulps}/Images.xcassets/minus-icon.imageset/minus-icon.pdf (100%) rename {BigGulp => Gulps}/Images.xcassets/next-icon.imageset/Contents.json (100%) rename {BigGulp => Gulps}/Images.xcassets/next-icon.imageset/next-icon.pdf (100%) rename {BigGulp => Gulps}/Images.xcassets/plus-icon.imageset/Contents.json (100%) rename {BigGulp => Gulps}/Images.xcassets/plus-icon.imageset/plus-icon.pdf (100%) rename {BigGulp => Gulps}/Images.xcassets/prev-icon.imageset/Contents.json (100%) rename {BigGulp => Gulps}/Images.xcassets/prev-icon.imageset/prev-icon.pdf (100%) rename {BigGulp => Gulps}/Images.xcassets/settings-icon.imageset/Contents.json (100%) rename {BigGulp => Gulps}/Images.xcassets/settings-icon.imageset/settings-icon.pdf (100%) rename {BigGulp => Gulps}/Images.xcassets/small-icon.imageset/Contents.json (100%) rename {BigGulp => Gulps}/Images.xcassets/small-icon.imageset/small-icon.pdf (100%) rename {BigGulp => Gulps}/Images.xcassets/small-tiny-icon.imageset/Contents.json (100%) rename {BigGulp => Gulps}/Images.xcassets/small-tiny-icon.imageset/small-tiny-icon.pdf (100%) rename {BigGulp => Gulps}/Images.xcassets/tiny-check.imageset/Contents.json (100%) rename {BigGulp => Gulps}/Images.xcassets/tiny-check.imageset/tiny-check.pdf (100%) rename {BigGulp => Gulps}/Images.xcassets/tiny-x.imageset/Contents.json (100%) rename {BigGulp => Gulps}/Images.xcassets/tiny-x.imageset/tiny-x.pdf (100%) rename {BigGulp => Gulps}/Info.plist (97%) rename {BigGulp => Gulps}/Model/Entry.swift (100%) rename {BigGulp => Gulps}/Model/EntryHandler.swift (100%) rename {BigGulp => Gulps}/Model/Gulp.swift (100%) rename {BigGulp => Gulps}/Resources/Fonts/KaushanScript.ttf (100%) rename {BigGulp => Gulps}/Resources/Fonts/Lato-Light.ttf (100%) rename {BigGulp => Gulps}/Support/Colors.swift (100%) rename {BigGulp => Gulps}/Support/Globals.swift (100%) rename {BigGulp => Gulps}/Support/NSUserDefaults-BigGulp.swift (100%) rename {BigGulp => Gulps}/Support/NotificationHelper.swift (100%) rename {BigGulp => Gulps}/Support/ProgressMeter.swift (100%) rename {BigGulp => Gulps}/Support/Settings.swift (100%) rename {BigGulp => Gulps}/ViewControllers/CalendarViewController.swift (100%) rename {BigGulp => Gulps}/ViewControllers/DrinkViewController+Animations.swift (100%) rename {BigGulp => Gulps}/ViewControllers/DrinkViewController.swift (100%) rename {BigGulp => Gulps}/ViewControllers/Onboarding/GoalViewController.swift (100%) rename {BigGulp => Gulps}/ViewControllers/Onboarding/GulpsViewController.swift (100%) rename {BigGulp => Gulps}/ViewControllers/Onboarding/MeasureViewController.swift (100%) rename {BigGulp => Gulps}/ViewControllers/Onboarding/NotificationViewController.swift (100%) rename {BigGulp => Gulps}/ViewControllers/Onboarding/OnboardingViewController.swift (100%) rename {BigGulp => Gulps}/ViewControllers/SettingsViewController.swift (100%) rename {BigGulpTests => GulpsTests}/DrinkViewControllerTests.swift (100%) rename {BigGulpTests => GulpsTests}/Info.plist (100%) rename {BigGulpTests => GulpsTests}/ReferenceImages/DrinkViewControllerTests/when_a_big_gulp_is_added__should_update_the_progress_label@2x.png (100%) rename {BigGulpTests => GulpsTests}/ReferenceImages/DrinkViewControllerTests/when_a_small_gulp_is_added__should_update_the_progress@2x.png (100%) rename {BigGulpTests => GulpsTests}/ReferenceImages/DrinkViewControllerTests/when_the_controller_loads__should_present_an_empty_meter@2x.png (100%) rename BigGulpToday/BigGulpToday.entitlements => GulpsToday/GulpsToday.entitlements (100%) rename {BigGulpToday => GulpsToday}/Info.plist (95%) rename {BigGulpToday => GulpsToday}/MainInterface.storyboard (100%) rename {BigGulpToday => GulpsToday}/TodayViewController+Animation.swift (100%) rename {BigGulpToday => GulpsToday}/TodayViewController.swift (100%) create mode 100644 Rakefile diff --git a/BigGulp WatchKit App/Images.xcassets/AppIcon.appiconset/Icon-watch-172 copy.png b/BigGulp WatchKit App/Images.xcassets/AppIcon.appiconset/Icon-watch-172 copy.png deleted file mode 100644 index 4b50afce217960e50e416789989704bdb514b516..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5160 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 BD%}78 diff --git a/BigGulp WatchKit App/Images.xcassets/AppIcon.appiconset/Icon-watch-196 copy.png b/BigGulp WatchKit App/Images.xcassets/AppIcon.appiconset/Icon-watch-196 copy.png deleted file mode 100644 index 7039004d0507a9c7490fcc14216df4aad8720c7b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5902 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 AS^xk5 diff --git a/BigGulp.xcodeproj/project.pbxproj b/BigGulp.xcodeproj/project.pbxproj deleted file mode 100644 index 30d09a2..0000000 --- a/BigGulp.xcodeproj/project.pbxproj +++ /dev/null @@ -1,1326 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 6514FA0F1AAAFEE500339AF6 /* Lato-Light.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 6514FA0E1AAAFD0B00339AF6 /* Lato-Light.ttf */; }; - 6514FA101AAAFF2100339AF6 /* Lato-Light.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 6514FA0E1AAAFD0B00339AF6 /* Lato-Light.ttf */; }; - 6514FA111AAAFF2100339AF6 /* KaushanScript.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 65B392D01A93593C008AC618 /* KaushanScript.ttf */; }; - 6514FA151AAB37BD00339AF6 /* Globals.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6514FA141AAB37BD00339AF6 /* Globals.swift */; }; - 652D99911AA650B80059C03F /* OnboardingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 652D99901AA650B80059C03F /* OnboardingViewController.swift */; }; - 652D99931AA650E40059C03F /* MeasureViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 652D99921AA650E40059C03F /* MeasureViewController.swift */; }; - 652D99951AA70CC70059C03F /* GulpsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 652D99941AA70CC70059C03F /* GulpsViewController.swift */; }; - 652FAAF71A9B8CAC00E21BAD /* EntryHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 652FAAF61A9B8CAC00E21BAD /* EntryHandler.swift */; }; - 652FAAF81A9B8CB400E21BAD /* EntryHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 652FAAF61A9B8CAC00E21BAD /* EntryHandler.swift */; }; - 652FAAFA1A9B919700E21BAD /* DrinkViewController+Animations.swift in Sources */ = {isa = PBXBuildFile; fileRef = 652FAAF91A9B919700E21BAD /* DrinkViewController+Animations.swift */; }; - 6536BD131ADEB7E600615D1F /* Pods.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6536BD121ADEB7E600615D1F /* Pods.framework */; }; - 6544D9631AAC8CEB001DCB1D /* NotificationHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6544D9621AAC8CEB001DCB1D /* NotificationHelper.swift */; }; - 654A79DB1AACB89D007F607E /* ActionInterfaceController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 654A79DA1AACB89D007F607E /* ActionInterfaceController.swift */; }; - 654E94231AB9EEFB007CDCD8 /* Colors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65B392CC1A935226008AC618 /* Colors.swift */; }; - 65524D291A9622AB00B1A5D4 /* DrinkViewControllerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65524D281A9622AB00B1A5D4 /* DrinkViewControllerTests.swift */; }; - 6567DAF21A97A43C00857A43 /* NotificationCenter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6567DAF11A97A43C00857A43 /* NotificationCenter.framework */; }; - 6567DAF71A97A43C00857A43 /* TodayViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6567DAF61A97A43C00857A43 /* TodayViewController.swift */; }; - 6567DAF91A97A43C00857A43 /* MainInterface.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6567DAF81A97A43C00857A43 /* MainInterface.storyboard */; }; - 6567DAFC1A97A43C00857A43 /* Gulps Today.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 6567DAF01A97A43C00857A43 /* Gulps Today.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; - 6567DB051A9A114D00857A43 /* Entry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65A5FF481A9633AE00389E56 /* Entry.swift */; }; - 6585CFAD1AAC9A8300CA27F3 /* InterfaceController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6585CFAC1AAC9A8300CA27F3 /* InterfaceController.swift */; }; - 6585CFAF1AAC9A8300CA27F3 /* NotificationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6585CFAE1AAC9A8300CA27F3 /* NotificationController.swift */; }; - 6585CFB11AAC9A8300CA27F3 /* GlanceController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6585CFB01AAC9A8300CA27F3 /* GlanceController.swift */; }; - 6585CFB31AAC9A8300CA27F3 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6585CFB21AAC9A8300CA27F3 /* Images.xcassets */; }; - 6585CFB71AAC9A8300CA27F3 /* BigGulp WatchKit App.app in Resources */ = {isa = PBXBuildFile; fileRef = 6585CFB61AAC9A8300CA27F3 /* BigGulp WatchKit App.app */; }; - 6585CFBF1AAC9A8300CA27F3 /* Interface.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6585CFBD1AAC9A8300CA27F3 /* Interface.storyboard */; }; - 6585CFC11AAC9A8300CA27F3 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6585CFC01AAC9A8300CA27F3 /* Images.xcassets */; }; - 6585CFC41AAC9A8300CA27F3 /* Gulps WatchKit Extension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 6585CFA71AAC9A8300CA27F3 /* Gulps WatchKit Extension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; - 6585CFCC1AACA34800CA27F3 /* EntryHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 652FAAF61A9B8CAC00E21BAD /* EntryHandler.swift */; }; - 6585CFCD1AACA3B100CA27F3 /* Entry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65A5FF481A9633AE00389E56 /* Entry.swift */; }; - 6585CFCE1AACA3B800CA27F3 /* Gulp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65F295D01AA0C245003D4016 /* Gulp.swift */; }; - 6585CFD31AACA6F900CA27F3 /* Settings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65F295D81AA357FC003D4016 /* Settings.swift */; }; - 6585CFD41AACA70500CA27F3 /* NSUserDefaults-BigGulp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65F295DB1AA3B311003D4016 /* NSUserDefaults-BigGulp.swift */; }; - 6594CD5A1AA7A1D9008C608B /* GoalViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6594CD591AA7A1D9008C608B /* GoalViewController.swift */; }; - 65A493C01A92564A00E6C0DD /* ProgressMeter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65A493BF1A92564A00E6C0DD /* ProgressMeter.swift */; }; - 65A5FF491A9633AE00389E56 /* Entry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65A5FF481A9633AE00389E56 /* Entry.swift */; }; - 65B291B01A94DFF100417472 /* CalendarViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65B291AF1A94DFF100417472 /* CalendarViewController.swift */; }; - 65B392CD1A935226008AC618 /* Colors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65B392CC1A935226008AC618 /* Colors.swift */; }; - 65B392D11A935955008AC618 /* KaushanScript.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 65B392D01A93593C008AC618 /* KaushanScript.ttf */; }; - 65B67E631A924BCC000A3CCD /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65B67E621A924BCC000A3CCD /* AppDelegate.swift */; }; - 65B67E6A1A924BCC000A3CCD /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 65B67E681A924BCC000A3CCD /* Main.storyboard */; }; - 65B67E6F1A924BCC000A3CCD /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 65B67E6D1A924BCC000A3CCD /* LaunchScreen.xib */; }; - 65B67E8E1A924FCB000A3CCD /* DrinkViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65B67E8D1A924FCB000A3CCD /* DrinkViewController.swift */; }; - 65D8EACD1AAB52FA006E0075 /* NotificationViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65D8EACC1AAB52FA006E0075 /* NotificationViewController.swift */; }; - 65ED06321ABDAE15004CD2A4 /* TodayViewController+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65ED06311ABDAE15004CD2A4 /* TodayViewController+Animation.swift */; }; - 65F295D11AA0C245003D4016 /* Gulp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65F295D01AA0C245003D4016 /* Gulp.swift */; }; - 65F295D21AA0CC44003D4016 /* Gulp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65F295D01AA0C245003D4016 /* Gulp.swift */; }; - 65F295D41AA20900003D4016 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 65F295D31AA20900003D4016 /* Images.xcassets */; }; - 65F295D51AA20900003D4016 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 65F295D31AA20900003D4016 /* Images.xcassets */; }; - 65F295D71AA209E4003D4016 /* SettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65F295D61AA209E4003D4016 /* SettingsViewController.swift */; }; - 65F295D91AA357FC003D4016 /* Settings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65F295D81AA357FC003D4016 /* Settings.swift */; }; - 65F295DA1AA3580E003D4016 /* Settings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65F295D81AA357FC003D4016 /* Settings.swift */; }; - 65F295DC1AA3B311003D4016 /* NSUserDefaults-BigGulp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65F295DB1AA3B311003D4016 /* NSUserDefaults-BigGulp.swift */; }; - 65F295DD1AA3B314003D4016 /* NSUserDefaults-BigGulp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65F295DB1AA3B311003D4016 /* NSUserDefaults-BigGulp.swift */; }; - 65F295E31AA61F4B003D4016 /* Onboarding.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 65F295E21AA61F4B003D4016 /* Onboarding.storyboard */; }; - 7BBBDA1EA024CAEDA92009EA /* Pods_BigGulpTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0A01D32D47AD6F4810507097 /* Pods_BigGulpTests.framework */; settings = {ATTRIBUTES = (Weak, ); }; }; - D4CE697120972CE291433FD5 /* Pods_BigGulpTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0A01D32D47AD6F4810507097 /* Pods_BigGulpTests.framework */; settings = {ATTRIBUTES = (Weak, ); }; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 6567DAFA1A97A43C00857A43 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 65B67E551A924BCC000A3CCD /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6567DAEF1A97A43C00857A43; - remoteInfo = BigGulpToday; - }; - 6585CFB81AAC9A8300CA27F3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 65B67E551A924BCC000A3CCD /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6585CFB51AAC9A8300CA27F3; - remoteInfo = "BigGulp WatchKit App"; - }; - 6585CFC21AAC9A8300CA27F3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 65B67E551A924BCC000A3CCD /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6585CFA61AAC9A8300CA27F3; - remoteInfo = "BigGulp WatchKit Extension"; - }; - 65B67E751A924BCC000A3CCD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 65B67E551A924BCC000A3CCD /* Project object */; - proxyType = 1; - remoteGlobalIDString = 65B67E5C1A924BCC000A3CCD; - remoteInfo = BigGulp; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXCopyFilesBuildPhase section */ - 6567DB001A97A43C00857A43 /* Embed App Extensions */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = ""; - dstSubfolderSpec = 13; - files = ( - 6585CFC41AAC9A8300CA27F3 /* Gulps WatchKit Extension.appex in Embed App Extensions */, - 6567DAFC1A97A43C00857A43 /* Gulps Today.appex in Embed App Extensions */, - ); - name = "Embed App Extensions"; - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXCopyFilesBuildPhase section */ - -/* Begin PBXFileReference section */ - 0A01D32D47AD6F4810507097 /* Pods_BigGulpTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_BigGulpTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 5940FD500B5BF8735B6311F3 /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; sourceTree = ""; }; - 6514FA0E1AAAFD0B00339AF6 /* Lato-Light.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Lato-Light.ttf"; sourceTree = ""; }; - 6514FA141AAB37BD00339AF6 /* Globals.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Globals.swift; sourceTree = ""; }; - 652D99901AA650B80059C03F /* OnboardingViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OnboardingViewController.swift; sourceTree = ""; }; - 652D99921AA650E40059C03F /* MeasureViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MeasureViewController.swift; sourceTree = ""; }; - 652D99941AA70CC70059C03F /* GulpsViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GulpsViewController.swift; sourceTree = ""; }; - 652FAAF61A9B8CAC00E21BAD /* EntryHandler.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EntryHandler.swift; sourceTree = ""; }; - 652FAAF91A9B919700E21BAD /* DrinkViewController+Animations.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "DrinkViewController+Animations.swift"; sourceTree = ""; }; - 6536BD121ADEB7E600615D1F /* Pods.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Pods.framework; path = "Pods/../build/Debug-iphoneos/Pods.framework"; sourceTree = ""; }; - 6544D9621AAC8CEB001DCB1D /* NotificationHelper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NotificationHelper.swift; sourceTree = ""; }; - 654A79DA1AACB89D007F607E /* ActionInterfaceController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ActionInterfaceController.swift; sourceTree = ""; }; - 65524D281A9622AB00B1A5D4 /* DrinkViewControllerTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DrinkViewControllerTests.swift; sourceTree = ""; }; - 6567DAF01A97A43C00857A43 /* Gulps Today.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = "Gulps Today.appex"; sourceTree = BUILT_PRODUCTS_DIR; }; - 6567DAF11A97A43C00857A43 /* NotificationCenter.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NotificationCenter.framework; path = System/Library/Frameworks/NotificationCenter.framework; sourceTree = SDKROOT; }; - 6567DAF51A97A43C00857A43 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 6567DAF61A97A43C00857A43 /* TodayViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TodayViewController.swift; sourceTree = ""; }; - 6567DAF81A97A43C00857A43 /* MainInterface.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = MainInterface.storyboard; sourceTree = ""; }; - 6585CFA71AAC9A8300CA27F3 /* Gulps WatchKit Extension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = "Gulps WatchKit Extension.appex"; sourceTree = BUILT_PRODUCTS_DIR; }; - 6585CFAA1AAC9A8300CA27F3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 6585CFAB1AAC9A8300CA27F3 /* PushNotificationPayload.apns */ = {isa = PBXFileReference; lastKnownFileType = text; path = PushNotificationPayload.apns; sourceTree = ""; }; - 6585CFAC1AAC9A8300CA27F3 /* InterfaceController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InterfaceController.swift; sourceTree = ""; }; - 6585CFAE1AAC9A8300CA27F3 /* NotificationController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationController.swift; sourceTree = ""; }; - 6585CFB01AAC9A8300CA27F3 /* GlanceController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GlanceController.swift; sourceTree = ""; }; - 6585CFB21AAC9A8300CA27F3 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; - 6585CFB61AAC9A8300CA27F3 /* BigGulp WatchKit App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "BigGulp WatchKit App.app"; sourceTree = BUILT_PRODUCTS_DIR; }; - 6585CFBC1AAC9A8300CA27F3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 6585CFBE1AAC9A8300CA27F3 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Interface.storyboard; sourceTree = ""; }; - 6585CFC01AAC9A8300CA27F3 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; - 6585CFCB1AAC9B1100CA27F3 /* BigGulp WatchKit Extension.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "BigGulp WatchKit Extension.entitlements"; sourceTree = ""; }; - 6594CD591AA7A1D9008C608B /* GoalViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GoalViewController.swift; sourceTree = ""; }; - 65A493BF1A92564A00E6C0DD /* ProgressMeter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProgressMeter.swift; sourceTree = ""; }; - 65A5FF481A9633AE00389E56 /* Entry.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Entry.swift; sourceTree = ""; }; - 65B291AF1A94DFF100417472 /* CalendarViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CalendarViewController.swift; sourceTree = ""; }; - 65B392CC1A935226008AC618 /* Colors.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Colors.swift; sourceTree = ""; }; - 65B392D01A93593C008AC618 /* KaushanScript.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = KaushanScript.ttf; sourceTree = ""; }; - 65B67E5D1A924BCC000A3CCD /* Gulps.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Gulps.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 65B67E611A924BCC000A3CCD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 65B67E621A924BCC000A3CCD /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; - 65B67E691A924BCC000A3CCD /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; - 65B67E6E1A924BCC000A3CCD /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = ""; }; - 65B67E741A924BCC000A3CCD /* BigGulpTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = BigGulpTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 65B67E791A924BCC000A3CCD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 65B67E861A924C0A000A3CCD /* BigGulp.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = BigGulp.entitlements; sourceTree = ""; }; - 65B67E8D1A924FCB000A3CCD /* DrinkViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DrinkViewController.swift; sourceTree = ""; }; - 65D8EACC1AAB52FA006E0075 /* NotificationViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NotificationViewController.swift; sourceTree = ""; }; - 65E833961A9A244F004A7811 /* BigGulpToday.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = BigGulpToday.entitlements; sourceTree = ""; }; - 65ED06311ABDAE15004CD2A4 /* TodayViewController+Animation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "TodayViewController+Animation.swift"; sourceTree = ""; }; - 65F295D01AA0C245003D4016 /* Gulp.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Gulp.swift; sourceTree = ""; }; - 65F295D31AA20900003D4016 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; - 65F295D61AA209E4003D4016 /* SettingsViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SettingsViewController.swift; sourceTree = ""; }; - 65F295D81AA357FC003D4016 /* Settings.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Settings.swift; sourceTree = ""; }; - 65F295DB1AA3B311003D4016 /* NSUserDefaults-BigGulp.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSUserDefaults-BigGulp.swift"; sourceTree = ""; }; - 65F295E21AA61F4B003D4016 /* Onboarding.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Onboarding.storyboard; sourceTree = ""; }; - 6903FDD88E08C7ECB5026E69 /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.release.xcconfig; path = "Pods/Target Support Files/Pods/Pods.release.xcconfig"; sourceTree = ""; }; - AD4572870E1E7EEF908017CB /* Pods-BigGulpTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BigGulpTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-BigGulpTests/Pods-BigGulpTests.debug.xcconfig"; sourceTree = ""; }; - AF38EFF963D2CCF7F3D83870 /* Pods-BigGulpTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BigGulpTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-BigGulpTests/Pods-BigGulpTests.release.xcconfig"; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 6567DAED1A97A43C00857A43 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 6567DAF21A97A43C00857A43 /* NotificationCenter.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 6585CFA41AAC9A8300CA27F3 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 6536BD131ADEB7E600615D1F /* Pods.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 65B67E5A1A924BCC000A3CCD /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 7BBBDA1EA024CAEDA92009EA /* Pods_BigGulpTests.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 65B67E711A924BCC000A3CCD /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - D4CE697120972CE291433FD5 /* Pods_BigGulpTests.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 652D998F1AA650B80059C03F /* Onboarding */ = { - isa = PBXGroup; - children = ( - 652D99901AA650B80059C03F /* OnboardingViewController.swift */, - 652D99921AA650E40059C03F /* MeasureViewController.swift */, - 652D99941AA70CC70059C03F /* GulpsViewController.swift */, - 6594CD591AA7A1D9008C608B /* GoalViewController.swift */, - 65D8EACC1AAB52FA006E0075 /* NotificationViewController.swift */, - ); - path = Onboarding; - sourceTree = ""; - }; - 652FAAFB1A9B91AB00E21BAD /* Support */ = { - isa = PBXGroup; - children = ( - 652FAAF91A9B919700E21BAD /* DrinkViewController+Animations.swift */, - ); - name = Support; - sourceTree = ""; - }; - 6567DAF31A97A43C00857A43 /* BigGulpToday */ = { - isa = PBXGroup; - children = ( - 6567DAF61A97A43C00857A43 /* TodayViewController.swift */, - 65ED06311ABDAE15004CD2A4 /* TodayViewController+Animation.swift */, - 6567DAF81A97A43C00857A43 /* MainInterface.storyboard */, - 6567DAF41A97A43C00857A43 /* Supporting Files */, - ); - path = BigGulpToday; - sourceTree = ""; - }; - 6567DAF41A97A43C00857A43 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 65E833961A9A244F004A7811 /* BigGulpToday.entitlements */, - 6567DAF51A97A43C00857A43 /* Info.plist */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; - 6585CFA81AAC9A8300CA27F3 /* BigGulp WatchKit Extension */ = { - isa = PBXGroup; - children = ( - 6585CFAC1AAC9A8300CA27F3 /* InterfaceController.swift */, - 6585CFAE1AAC9A8300CA27F3 /* NotificationController.swift */, - 6585CFB01AAC9A8300CA27F3 /* GlanceController.swift */, - 654A79DA1AACB89D007F607E /* ActionInterfaceController.swift */, - 6585CFB21AAC9A8300CA27F3 /* Images.xcassets */, - 6585CFA91AAC9A8300CA27F3 /* Supporting Files */, - ); - path = "BigGulp WatchKit Extension"; - sourceTree = ""; - }; - 6585CFA91AAC9A8300CA27F3 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 6585CFCB1AAC9B1100CA27F3 /* BigGulp WatchKit Extension.entitlements */, - 6585CFAA1AAC9A8300CA27F3 /* Info.plist */, - 6585CFAB1AAC9A8300CA27F3 /* PushNotificationPayload.apns */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; - 6585CFBA1AAC9A8300CA27F3 /* BigGulp WatchKit App */ = { - isa = PBXGroup; - children = ( - 6585CFBD1AAC9A8300CA27F3 /* Interface.storyboard */, - 6585CFC01AAC9A8300CA27F3 /* Images.xcassets */, - 6585CFBB1AAC9A8300CA27F3 /* Supporting Files */, - ); - path = "BigGulp WatchKit App"; - sourceTree = ""; - }; - 6585CFBB1AAC9A8300CA27F3 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 6585CFBC1AAC9A8300CA27F3 /* Info.plist */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; - 65A493B91A92540300E6C0DD /* Support */ = { - isa = PBXGroup; - children = ( - 65A493BF1A92564A00E6C0DD /* ProgressMeter.swift */, - 65B392CC1A935226008AC618 /* Colors.swift */, - 65F295D81AA357FC003D4016 /* Settings.swift */, - 65F295DB1AA3B311003D4016 /* NSUserDefaults-BigGulp.swift */, - 6514FA141AAB37BD00339AF6 /* Globals.swift */, - 6544D9621AAC8CEB001DCB1D /* NotificationHelper.swift */, - ); - path = Support; - sourceTree = ""; - }; - 65A5FF471A96334200389E56 /* Model */ = { - isa = PBXGroup; - children = ( - 65A5FF481A9633AE00389E56 /* Entry.swift */, - 652FAAF61A9B8CAC00E21BAD /* EntryHandler.swift */, - 65F295D01AA0C245003D4016 /* Gulp.swift */, - ); - path = Model; - sourceTree = ""; - }; - 65B392CE1A935930008AC618 /* Resources */ = { - isa = PBXGroup; - children = ( - 65B392CF1A935930008AC618 /* Fonts */, - ); - path = Resources; - sourceTree = ""; - }; - 65B392CF1A935930008AC618 /* Fonts */ = { - isa = PBXGroup; - children = ( - 6514FA0E1AAAFD0B00339AF6 /* Lato-Light.ttf */, - 65B392D01A93593C008AC618 /* KaushanScript.ttf */, - ); - path = Fonts; - sourceTree = ""; - }; - 65B67E541A924BCC000A3CCD = { - isa = PBXGroup; - children = ( - 65B67E5F1A924BCC000A3CCD /* BigGulp */, - 6567DAF31A97A43C00857A43 /* BigGulpToday */, - 6585CFA81AAC9A8300CA27F3 /* BigGulp WatchKit Extension */, - 6585CFBA1AAC9A8300CA27F3 /* BigGulp WatchKit App */, - 65B67E771A924BCC000A3CCD /* BigGulpTests */, - 65B67E5E1A924BCC000A3CCD /* Products */, - BF687DAEDF50F34E88CA7A48 /* Pods */, - 67E925FAFF6ADF6DA2BD003B /* Frameworks */, - ); - indentWidth = 4; - sourceTree = ""; - tabWidth = 4; - usesTabs = 0; - }; - 65B67E5E1A924BCC000A3CCD /* Products */ = { - isa = PBXGroup; - children = ( - 65B67E5D1A924BCC000A3CCD /* Gulps.app */, - 65B67E741A924BCC000A3CCD /* BigGulpTests.xctest */, - 6567DAF01A97A43C00857A43 /* Gulps Today.appex */, - 6585CFA71AAC9A8300CA27F3 /* Gulps WatchKit Extension.appex */, - 6585CFB61AAC9A8300CA27F3 /* BigGulp WatchKit App.app */, - ); - name = Products; - sourceTree = ""; - }; - 65B67E5F1A924BCC000A3CCD /* BigGulp */ = { - isa = PBXGroup; - children = ( - 65F295E41AA61F59003D4016 /* Storyboards */, - 65B392CE1A935930008AC618 /* Resources */, - 65A493B91A92540300E6C0DD /* Support */, - 65A5FF471A96334200389E56 /* Model */, - 65B67E8C1A924FCB000A3CCD /* ViewControllers */, - 65B67E621A924BCC000A3CCD /* AppDelegate.swift */, - 65F295D31AA20900003D4016 /* Images.xcassets */, - 65B67E601A924BCC000A3CCD /* Supporting Files */, - ); - path = BigGulp; - sourceTree = ""; - }; - 65B67E601A924BCC000A3CCD /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 65B67E861A924C0A000A3CCD /* BigGulp.entitlements */, - 65B67E611A924BCC000A3CCD /* Info.plist */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; - 65B67E771A924BCC000A3CCD /* BigGulpTests */ = { - isa = PBXGroup; - children = ( - 65524D281A9622AB00B1A5D4 /* DrinkViewControllerTests.swift */, - 65B67E781A924BCC000A3CCD /* Supporting Files */, - ); - path = BigGulpTests; - sourceTree = ""; - }; - 65B67E781A924BCC000A3CCD /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 65B67E791A924BCC000A3CCD /* Info.plist */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; - 65B67E8C1A924FCB000A3CCD /* ViewControllers */ = { - isa = PBXGroup; - children = ( - 652FAAFB1A9B91AB00E21BAD /* Support */, - 652D998F1AA650B80059C03F /* Onboarding */, - 65B67E8D1A924FCB000A3CCD /* DrinkViewController.swift */, - 65B291AF1A94DFF100417472 /* CalendarViewController.swift */, - 65F295D61AA209E4003D4016 /* SettingsViewController.swift */, - ); - path = ViewControllers; - sourceTree = ""; - }; - 65F295E41AA61F59003D4016 /* Storyboards */ = { - isa = PBXGroup; - children = ( - 65B67E681A924BCC000A3CCD /* Main.storyboard */, - 65B67E6D1A924BCC000A3CCD /* LaunchScreen.xib */, - 65F295E21AA61F4B003D4016 /* Onboarding.storyboard */, - ); - name = Storyboards; - sourceTree = ""; - }; - 67E925FAFF6ADF6DA2BD003B /* Frameworks */ = { - isa = PBXGroup; - children = ( - 6536BD121ADEB7E600615D1F /* Pods.framework */, - 0A01D32D47AD6F4810507097 /* Pods_BigGulpTests.framework */, - 6567DAF11A97A43C00857A43 /* NotificationCenter.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - BF687DAEDF50F34E88CA7A48 /* Pods */ = { - isa = PBXGroup; - children = ( - AD4572870E1E7EEF908017CB /* Pods-BigGulpTests.debug.xcconfig */, - AF38EFF963D2CCF7F3D83870 /* Pods-BigGulpTests.release.xcconfig */, - 5940FD500B5BF8735B6311F3 /* Pods.debug.xcconfig */, - 6903FDD88E08C7ECB5026E69 /* Pods.release.xcconfig */, - ); - name = Pods; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 6567DAEF1A97A43C00857A43 /* BigGulpToday */ = { - isa = PBXNativeTarget; - buildConfigurationList = 6567DAFF1A97A43C00857A43 /* Build configuration list for PBXNativeTarget "BigGulpToday" */; - buildPhases = ( - FE5DC006DD8ACACF4B2B8882 /* Check Pods Manifest.lock */, - 6567DAEC1A97A43C00857A43 /* Sources */, - 6567DAED1A97A43C00857A43 /* Frameworks */, - 6567DAEE1A97A43C00857A43 /* Resources */, - D3F03390AD26351258934912 /* Embed Pods Frameworks */, - F665A0D09994FEF24C4A3975 /* Copy Pods Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = BigGulpToday; - productName = BigGulpToday; - productReference = 6567DAF01A97A43C00857A43 /* Gulps Today.appex */; - productType = "com.apple.product-type.app-extension"; - }; - 6585CFA61AAC9A8300CA27F3 /* BigGulp WatchKit Extension */ = { - isa = PBXNativeTarget; - buildConfigurationList = 6585CFCA1AAC9A8300CA27F3 /* Build configuration list for PBXNativeTarget "BigGulp WatchKit Extension" */; - buildPhases = ( - 6585CFA31AAC9A8300CA27F3 /* Sources */, - 6585CFA41AAC9A8300CA27F3 /* Frameworks */, - 6585CFA51AAC9A8300CA27F3 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 6585CFB91AAC9A8300CA27F3 /* PBXTargetDependency */, - ); - name = "BigGulp WatchKit Extension"; - productName = "BigGulp WatchKit Extension"; - productReference = 6585CFA71AAC9A8300CA27F3 /* Gulps WatchKit Extension.appex */; - productType = "com.apple.product-type.watchkit-extension"; - }; - 6585CFB51AAC9A8300CA27F3 /* BigGulp WatchKit App */ = { - isa = PBXNativeTarget; - buildConfigurationList = 6585CFC91AAC9A8300CA27F3 /* Build configuration list for PBXNativeTarget "BigGulp WatchKit App" */; - buildPhases = ( - 6585CFB41AAC9A8300CA27F3 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "BigGulp WatchKit App"; - productName = "BigGulp WatchKit App"; - productReference = 6585CFB61AAC9A8300CA27F3 /* BigGulp WatchKit App.app */; - productType = "com.apple.product-type.application.watchapp"; - }; - 65B67E5C1A924BCC000A3CCD /* BigGulp */ = { - isa = PBXNativeTarget; - buildConfigurationList = 65B67E7E1A924BCC000A3CCD /* Build configuration list for PBXNativeTarget "BigGulp" */; - buildPhases = ( - D6B2BF979E448F86A07C479F /* Check Pods Manifest.lock */, - 65B67E591A924BCC000A3CCD /* Sources */, - 65B67E5A1A924BCC000A3CCD /* Frameworks */, - 65B67E5B1A924BCC000A3CCD /* Resources */, - 54745AB3D06C4990A4A2D8FA /* Warn for TODO and FIXME comments */, - 37A5321102C4D2FCE133B496 /* Copy Pods Resources */, - 6567DB001A97A43C00857A43 /* Embed App Extensions */, - 7BA0F169C72020B06C785884 /* Embed Pods Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 6567DAFB1A97A43C00857A43 /* PBXTargetDependency */, - 6585CFC31AAC9A8300CA27F3 /* PBXTargetDependency */, - ); - name = BigGulp; - productName = BigGulp; - productReference = 65B67E5D1A924BCC000A3CCD /* Gulps.app */; - productType = "com.apple.product-type.application"; - }; - 65B67E731A924BCC000A3CCD /* BigGulpTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 65B67E811A924BCC000A3CCD /* Build configuration list for PBXNativeTarget "BigGulpTests" */; - buildPhases = ( - 72F718DB57A414DA3742E751 /* Check Pods Manifest.lock */, - 65B67E701A924BCC000A3CCD /* Sources */, - 65B67E711A924BCC000A3CCD /* Frameworks */, - 65B67E721A924BCC000A3CCD /* Resources */, - D61F2A53F4C2A69FDFA40F51 /* Copy Pods Resources */, - 135FB6970BCB865B974166DB /* Embed Pods Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 65B67E761A924BCC000A3CCD /* PBXTargetDependency */, - ); - name = BigGulpTests; - productName = BigGulpTests; - productReference = 65B67E741A924BCC000A3CCD /* BigGulpTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 65B67E551A924BCC000A3CCD /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 0610; - ORGANIZATIONNAME = "Fancy Pixel"; - TargetAttributes = { - 6567DAEF1A97A43C00857A43 = { - CreatedOnToolsVersion = 6.3; - DevelopmentTeam = H72GR44F4M; - SystemCapabilities = { - com.apple.ApplicationGroups.iOS = { - enabled = 1; - }; - }; - }; - 6585CFA61AAC9A8300CA27F3 = { - CreatedOnToolsVersion = 6.2; - DevelopmentTeam = H72GR44F4M; - SystemCapabilities = { - com.apple.ApplicationGroups.iOS = { - enabled = 1; - }; - }; - }; - 6585CFB51AAC9A8300CA27F3 = { - CreatedOnToolsVersion = 6.2; - DevelopmentTeam = H72GR44F4M; - }; - 65B67E5C1A924BCC000A3CCD = { - CreatedOnToolsVersion = 6.1.1; - DevelopmentTeam = H72GR44F4M; - SystemCapabilities = { - com.apple.ApplicationGroups.iOS = { - enabled = 1; - }; - com.apple.HealthKit = { - enabled = 0; - }; - }; - }; - 65B67E731A924BCC000A3CCD = { - CreatedOnToolsVersion = 6.1.1; - TestTargetID = 65B67E5C1A924BCC000A3CCD; - }; - }; - }; - buildConfigurationList = 65B67E581A924BCC000A3CCD /* Build configuration list for PBXProject "BigGulp" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = 65B67E541A924BCC000A3CCD; - productRefGroup = 65B67E5E1A924BCC000A3CCD /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 65B67E5C1A924BCC000A3CCD /* BigGulp */, - 65B67E731A924BCC000A3CCD /* BigGulpTests */, - 6567DAEF1A97A43C00857A43 /* BigGulpToday */, - 6585CFA61AAC9A8300CA27F3 /* BigGulp WatchKit Extension */, - 6585CFB51AAC9A8300CA27F3 /* BigGulp WatchKit App */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 6567DAEE1A97A43C00857A43 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 6514FA101AAAFF2100339AF6 /* Lato-Light.ttf in Resources */, - 6514FA111AAAFF2100339AF6 /* KaushanScript.ttf in Resources */, - 6567DAF91A97A43C00857A43 /* MainInterface.storyboard in Resources */, - 65F295D51AA20900003D4016 /* Images.xcassets in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 6585CFA51AAC9A8300CA27F3 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 6585CFB31AAC9A8300CA27F3 /* Images.xcassets in Resources */, - 6585CFB71AAC9A8300CA27F3 /* BigGulp WatchKit App.app in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 6585CFB41AAC9A8300CA27F3 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 6585CFBF1AAC9A8300CA27F3 /* Interface.storyboard in Resources */, - 6585CFC11AAC9A8300CA27F3 /* Images.xcassets in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 65B67E5B1A924BCC000A3CCD /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 6514FA0F1AAAFEE500339AF6 /* Lato-Light.ttf in Resources */, - 65B67E6A1A924BCC000A3CCD /* Main.storyboard in Resources */, - 65F295E31AA61F4B003D4016 /* Onboarding.storyboard in Resources */, - 65F295D41AA20900003D4016 /* Images.xcassets in Resources */, - 65B392D11A935955008AC618 /* KaushanScript.ttf in Resources */, - 65B67E6F1A924BCC000A3CCD /* LaunchScreen.xib in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 65B67E721A924BCC000A3CCD /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXShellScriptBuildPhase section */ - 135FB6970BCB865B974166DB /* Embed Pods Frameworks */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Embed Pods Frameworks"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-frameworks.sh\"\n"; - showEnvVarsInLog = 0; - }; - 37A5321102C4D2FCE133B496 /* Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Copy Pods Resources"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; - 54745AB3D06C4990A4A2D8FA /* Warn for TODO and FIXME comments */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Warn for TODO and FIXME comments"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "KEYWORDS=\"TODO:|FIXME:|\\?\\?\\?:|\\!\\!\\!:\"\nFILE_EXTENSIONS=\"h|m|mm|c|cpp\"\nfind -E \"${SRCROOT}\" -ipath \"${SRCROOT}/pods\" -prune -o \\( -regex \".*\\.($FILE_EXTENSIONS)$\" \\) -print0 | xargs -0 egrep --with-filename --line-number --only-matching \"($KEYWORDS).*\\$\" | perl -p -e \"s/($KEYWORDS)/ warning: \\$1/\"\n"; - }; - 72F718DB57A414DA3742E751 /* Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Check Pods Manifest.lock"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; - showEnvVarsInLog = 0; - }; - 7BA0F169C72020B06C785884 /* Embed Pods Frameworks */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Embed Pods Frameworks"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-BigGulpTests/Pods-BigGulpTests-frameworks.sh\"\n"; - showEnvVarsInLog = 0; - }; - D3F03390AD26351258934912 /* Embed Pods Frameworks */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Embed Pods Frameworks"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-frameworks.sh\"\n"; - showEnvVarsInLog = 0; - }; - D61F2A53F4C2A69FDFA40F51 /* Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Copy Pods Resources"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-BigGulpTests/Pods-BigGulpTests-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; - D6B2BF979E448F86A07C479F /* Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Check Pods Manifest.lock"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; - showEnvVarsInLog = 0; - }; - F665A0D09994FEF24C4A3975 /* Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Copy Pods Resources"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; - FE5DC006DD8ACACF4B2B8882 /* Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Check Pods Manifest.lock"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; - showEnvVarsInLog = 0; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 6567DAEC1A97A43C00857A43 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 65F295D21AA0CC44003D4016 /* Gulp.swift in Sources */, - 65ED06321ABDAE15004CD2A4 /* TodayViewController+Animation.swift in Sources */, - 6567DB051A9A114D00857A43 /* Entry.swift in Sources */, - 65F295DD1AA3B314003D4016 /* NSUserDefaults-BigGulp.swift in Sources */, - 654E94231AB9EEFB007CDCD8 /* Colors.swift in Sources */, - 652FAAF81A9B8CB400E21BAD /* EntryHandler.swift in Sources */, - 6567DAF71A97A43C00857A43 /* TodayViewController.swift in Sources */, - 65F295DA1AA3580E003D4016 /* Settings.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 6585CFA31AAC9A8300CA27F3 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 6585CFCD1AACA3B100CA27F3 /* Entry.swift in Sources */, - 6585CFCE1AACA3B800CA27F3 /* Gulp.swift in Sources */, - 6585CFAF1AAC9A8300CA27F3 /* NotificationController.swift in Sources */, - 6585CFCC1AACA34800CA27F3 /* EntryHandler.swift in Sources */, - 6585CFD31AACA6F900CA27F3 /* Settings.swift in Sources */, - 6585CFAD1AAC9A8300CA27F3 /* InterfaceController.swift in Sources */, - 654A79DB1AACB89D007F607E /* ActionInterfaceController.swift in Sources */, - 6585CFD41AACA70500CA27F3 /* NSUserDefaults-BigGulp.swift in Sources */, - 6585CFB11AAC9A8300CA27F3 /* GlanceController.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 65B67E591A924BCC000A3CCD /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 65A5FF491A9633AE00389E56 /* Entry.swift in Sources */, - 652D99951AA70CC70059C03F /* GulpsViewController.swift in Sources */, - 65B291B01A94DFF100417472 /* CalendarViewController.swift in Sources */, - 65F295DC1AA3B311003D4016 /* NSUserDefaults-BigGulp.swift in Sources */, - 65A493C01A92564A00E6C0DD /* ProgressMeter.swift in Sources */, - 6594CD5A1AA7A1D9008C608B /* GoalViewController.swift in Sources */, - 65F295D71AA209E4003D4016 /* SettingsViewController.swift in Sources */, - 652FAAF71A9B8CAC00E21BAD /* EntryHandler.swift in Sources */, - 6514FA151AAB37BD00339AF6 /* Globals.swift in Sources */, - 652FAAFA1A9B919700E21BAD /* DrinkViewController+Animations.swift in Sources */, - 652D99931AA650E40059C03F /* MeasureViewController.swift in Sources */, - 65B392CD1A935226008AC618 /* Colors.swift in Sources */, - 65B67E631A924BCC000A3CCD /* AppDelegate.swift in Sources */, - 65B67E8E1A924FCB000A3CCD /* DrinkViewController.swift in Sources */, - 65D8EACD1AAB52FA006E0075 /* NotificationViewController.swift in Sources */, - 652D99911AA650B80059C03F /* OnboardingViewController.swift in Sources */, - 6544D9631AAC8CEB001DCB1D /* NotificationHelper.swift in Sources */, - 65F295D91AA357FC003D4016 /* Settings.swift in Sources */, - 65F295D11AA0C245003D4016 /* Gulp.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 65B67E701A924BCC000A3CCD /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 65524D291A9622AB00B1A5D4 /* DrinkViewControllerTests.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 6567DAFB1A97A43C00857A43 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 6567DAEF1A97A43C00857A43 /* BigGulpToday */; - targetProxy = 6567DAFA1A97A43C00857A43 /* PBXContainerItemProxy */; - }; - 6585CFB91AAC9A8300CA27F3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 6585CFB51AAC9A8300CA27F3 /* BigGulp WatchKit App */; - targetProxy = 6585CFB81AAC9A8300CA27F3 /* PBXContainerItemProxy */; - }; - 6585CFC31AAC9A8300CA27F3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 6585CFA61AAC9A8300CA27F3 /* BigGulp WatchKit Extension */; - targetProxy = 6585CFC21AAC9A8300CA27F3 /* PBXContainerItemProxy */; - }; - 65B67E761A924BCC000A3CCD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 65B67E5C1A924BCC000A3CCD /* BigGulp */; - targetProxy = 65B67E751A924BCC000A3CCD /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin PBXVariantGroup section */ - 6585CFBD1AAC9A8300CA27F3 /* Interface.storyboard */ = { - isa = PBXVariantGroup; - children = ( - 6585CFBE1AAC9A8300CA27F3 /* Base */, - ); - name = Interface.storyboard; - sourceTree = ""; - }; - 65B67E681A924BCC000A3CCD /* Main.storyboard */ = { - isa = PBXVariantGroup; - children = ( - 65B67E691A924BCC000A3CCD /* Base */, - ); - name = Main.storyboard; - sourceTree = ""; - }; - 65B67E6D1A924BCC000A3CCD /* LaunchScreen.xib */ = { - isa = PBXVariantGroup; - children = ( - 65B67E6E1A924BCC000A3CCD /* Base */, - ); - name = LaunchScreen.xib; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - 6567DAFD1A97A43C00857A43 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 5940FD500B5BF8735B6311F3 /* Pods.debug.xcconfig */; - buildSettings = { - CODE_SIGN_ENTITLEMENTS = BigGulpToday/BigGulpToday.entitlements; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - DEBUG_INFORMATION_FORMAT = dwarf; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - INFOPLIST_FILE = BigGulpToday/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks"; - LIBRARY_SEARCH_PATHS = "$(inherited)"; - PRODUCT_NAME = "Gulps Today"; - PROVISIONING_PROFILE = ""; - SKIP_INSTALL = YES; - SWIFT_OBJC_BRIDGING_HEADER = ""; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 6567DAFE1A97A43C00857A43 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6903FDD88E08C7ECB5026E69 /* Pods.release.xcconfig */; - buildSettings = { - CODE_SIGN_ENTITLEMENTS = BigGulpToday/BigGulpToday.entitlements; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - INFOPLIST_FILE = BigGulpToday/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks"; - LIBRARY_SEARCH_PATHS = "$(inherited)"; - PRODUCT_NAME = "Gulps Today"; - PROVISIONING_PROFILE = ""; - SKIP_INSTALL = YES; - SWIFT_OBJC_BRIDGING_HEADER = ""; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; - 6585CFC51AAC9A8300CA27F3 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 5940FD500B5BF8735B6311F3 /* Pods.debug.xcconfig */; - buildSettings = { - CODE_SIGN_ENTITLEMENTS = "BigGulp WatchKit Extension/BigGulp WatchKit Extension.entitlements"; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/build/Debug-iphoneos", - ); - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - INFOPLIST_FILE = "BigGulp WatchKit Extension/Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.2; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks"; - LIBRARY_SEARCH_PATHS = "$(inherited)"; - PRODUCT_NAME = "Gulps WatchKit Extension"; - PROVISIONING_PROFILE = ""; - SKIP_INSTALL = YES; - SWIFT_OBJC_BRIDGING_HEADER = ""; - }; - name = Debug; - }; - 6585CFC61AAC9A8300CA27F3 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6903FDD88E08C7ECB5026E69 /* Pods.release.xcconfig */; - buildSettings = { - CODE_SIGN_ENTITLEMENTS = "BigGulp WatchKit Extension/BigGulp WatchKit Extension.entitlements"; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/build/Debug-iphoneos", - ); - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - INFOPLIST_FILE = "BigGulp WatchKit Extension/Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.2; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks"; - LIBRARY_SEARCH_PATHS = "$(inherited)"; - PRODUCT_NAME = "Gulps WatchKit Extension"; - PROVISIONING_PROFILE = ""; - SKIP_INSTALL = YES; - SWIFT_OBJC_BRIDGING_HEADER = ""; - }; - name = Release; - }; - 6585CFC71AAC9A8300CA27F3 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_IDENTITY = "iPhone Developer"; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - IBSC_MODULE = BigGulp_WatchKit_Extension; - INFOPLIST_FILE = "BigGulp WatchKit App/Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.2; - PRODUCT_NAME = "$(TARGET_NAME)"; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = 4; - "TARGETED_DEVICE_FAMILY[sdk=iphonesimulator*]" = "1,4"; - }; - name = Debug; - }; - 6585CFC81AAC9A8300CA27F3 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_IDENTITY = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - IBSC_MODULE = BigGulp_WatchKit_Extension; - INFOPLIST_FILE = "BigGulp WatchKit App/Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.2; - PRODUCT_NAME = "$(TARGET_NAME)"; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = 4; - "TARGETED_DEVICE_FAMILY[sdk=iphonesimulator*]" = "1,4"; - }; - name = Release; - }; - 65B67E7C1A924BCC000A3CCD /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - DEFINES_MODULE = YES; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES; - GCC_WARN_ABOUT_MISSING_NEWLINE = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_CHECK_SWITCH_STATEMENTS = YES; - GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES; - GCC_WARN_MISSING_PARENTHESES = YES; - GCC_WARN_SHADOW = YES; - GCC_WARN_SIGN_COMPARE = YES; - GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_LABEL = YES; - GCC_WARN_UNUSED_VALUE = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - RUN_CLANG_STATIC_ANALYZER = YES; - SDKROOT = iphoneos; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - }; - name = Debug; - }; - 65B67E7D1A924BCC000A3CCD /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = YES; - DEFINES_MODULE = YES; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES; - GCC_WARN_ABOUT_MISSING_NEWLINE = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_CHECK_SWITCH_STATEMENTS = YES; - GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES; - GCC_WARN_MISSING_PARENTHESES = YES; - GCC_WARN_SHADOW = YES; - GCC_WARN_SIGN_COMPARE = YES; - GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_LABEL = YES; - GCC_WARN_UNUSED_VALUE = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - MTL_ENABLE_DEBUG_INFO = NO; - RUN_CLANG_STATIC_ANALYZER = YES; - SDKROOT = iphoneos; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 65B67E7F1A924BCC000A3CCD /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 5940FD500B5BF8735B6311F3 /* Pods.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_MODULES = YES; - CODE_SIGN_ENTITLEMENTS = BigGulp/BigGulp.entitlements; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - DEFINES_MODULE = YES; - EMBEDDED_CONTENT_CONTAINS_SWIFT = YES; - INFOPLIST_FILE = BigGulp/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_NAME = Gulps; - PROVISIONING_PROFILE = ""; - SWIFT_OBJC_BRIDGING_HEADER = ""; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - }; - name = Debug; - }; - 65B67E801A924BCC000A3CCD /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6903FDD88E08C7ECB5026E69 /* Pods.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_MODULES = YES; - CODE_SIGN_ENTITLEMENTS = BigGulp/BigGulp.entitlements; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - DEFINES_MODULE = YES; - EMBEDDED_CONTENT_CONTAINS_SWIFT = YES; - INFOPLIST_FILE = BigGulp/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_NAME = Gulps; - PROVISIONING_PROFILE = ""; - SWIFT_OBJC_BRIDGING_HEADER = ""; - }; - name = Release; - }; - 65B67E821A924BCC000A3CCD /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = AD4572870E1E7EEF908017CB /* Pods-BigGulpTests.debug.xcconfig */; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - CLANG_ENABLE_MODULES = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - ); - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - INFOPLIST_FILE = BigGulpTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - LIBRARY_SEARCH_PATHS = "$(inherited)"; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_OBJC_BRIDGING_HEADER = ""; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Gulps.app/Gulps"; - }; - name = Debug; - }; - 65B67E831A924BCC000A3CCD /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = AF38EFF963D2CCF7F3D83870 /* Pods-BigGulpTests.release.xcconfig */; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - CLANG_ENABLE_MODULES = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - ); - INFOPLIST_FILE = BigGulpTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - LIBRARY_SEARCH_PATHS = "$(inherited)"; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_OBJC_BRIDGING_HEADER = ""; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Gulps.app/Gulps"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 6567DAFF1A97A43C00857A43 /* Build configuration list for PBXNativeTarget "BigGulpToday" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6567DAFD1A97A43C00857A43 /* Debug */, - 6567DAFE1A97A43C00857A43 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 6585CFC91AAC9A8300CA27F3 /* Build configuration list for PBXNativeTarget "BigGulp WatchKit App" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6585CFC71AAC9A8300CA27F3 /* Debug */, - 6585CFC81AAC9A8300CA27F3 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 6585CFCA1AAC9A8300CA27F3 /* Build configuration list for PBXNativeTarget "BigGulp WatchKit Extension" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6585CFC51AAC9A8300CA27F3 /* Debug */, - 6585CFC61AAC9A8300CA27F3 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 65B67E581A924BCC000A3CCD /* Build configuration list for PBXProject "BigGulp" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 65B67E7C1A924BCC000A3CCD /* Debug */, - 65B67E7D1A924BCC000A3CCD /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 65B67E7E1A924BCC000A3CCD /* Build configuration list for PBXNativeTarget "BigGulp" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 65B67E7F1A924BCC000A3CCD /* Debug */, - 65B67E801A924BCC000A3CCD /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 65B67E811A924BCC000A3CCD /* Build configuration list for PBXNativeTarget "BigGulpTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 65B67E821A924BCC000A3CCD /* Debug */, - 65B67E831A924BCC000A3CCD /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 65B67E551A924BCC000A3CCD /* Project object */; -} diff --git a/Gemfile b/Gemfile index b5cb02a..0c1c5c8 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,4 @@ source 'https://rubygems.org' gem 'cocoapods', '0.37.0.rc.1' +gem 'xcpretty' diff --git a/Gemfile.lock b/Gemfile.lock index 13e156e..0c0adc8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -47,9 +47,11 @@ GEM xcodeproj (0.24.1) activesupport (>= 3) colored (~> 1.2) + xcpretty (0.1.10) PLATFORMS ruby DEPENDENCIES cocoapods (= 0.37.0.rc.1) + xcpretty diff --git a/BigGulp WatchKit App/Base.lproj/Interface.storyboard b/Gulps WatchKit App/Base.lproj/Interface.storyboard similarity index 100% rename from BigGulp WatchKit App/Base.lproj/Interface.storyboard rename to Gulps WatchKit App/Base.lproj/Interface.storyboard diff --git a/BigGulp WatchKit App/Images.xcassets/AppIcon.appiconset/Contents.json b/Gulps WatchKit App/Images.xcassets/AppIcon.appiconset/Contents.json similarity index 93% rename from BigGulp WatchKit App/Images.xcassets/AppIcon.appiconset/Contents.json rename to Gulps WatchKit App/Images.xcassets/AppIcon.appiconset/Contents.json index b8e223e..5fef1f5 100644 --- a/BigGulp WatchKit App/Images.xcassets/AppIcon.appiconset/Contents.json +++ b/Gulps WatchKit App/Images.xcassets/AppIcon.appiconset/Contents.json @@ -50,7 +50,6 @@ "size" : "86x86", "idiom" : "watch", "scale" : "2x", - "filename" : "Icon-watch-172 copy.png", "role" : "quickLook", "subtype" : "38mm" }, @@ -58,7 +57,6 @@ "size" : "98x98", "idiom" : "watch", "scale" : "2x", - "filename" : "Icon-watch-196 copy.png", "role" : "quickLook", "subtype" : "42mm" } diff --git a/BigGulp WatchKit App/Images.xcassets/AppIcon.appiconset/Icon-watch-48 copy.png b/Gulps WatchKit App/Images.xcassets/AppIcon.appiconset/Icon-watch-48 copy.png similarity index 100% rename from BigGulp WatchKit App/Images.xcassets/AppIcon.appiconset/Icon-watch-48 copy.png rename to Gulps WatchKit App/Images.xcassets/AppIcon.appiconset/Icon-watch-48 copy.png diff --git a/BigGulp WatchKit App/Images.xcassets/AppIcon.appiconset/Icon-watch-55 copy.png b/Gulps WatchKit App/Images.xcassets/AppIcon.appiconset/Icon-watch-55 copy.png similarity index 100% rename from BigGulp WatchKit App/Images.xcassets/AppIcon.appiconset/Icon-watch-55 copy.png rename to Gulps WatchKit App/Images.xcassets/AppIcon.appiconset/Icon-watch-55 copy.png diff --git a/BigGulp WatchKit App/Images.xcassets/AppIcon.appiconset/Icon-watch-58 copy-1.png b/Gulps WatchKit App/Images.xcassets/AppIcon.appiconset/Icon-watch-58 copy-1.png similarity index 100% rename from BigGulp WatchKit App/Images.xcassets/AppIcon.appiconset/Icon-watch-58 copy-1.png rename to Gulps WatchKit App/Images.xcassets/AppIcon.appiconset/Icon-watch-58 copy-1.png diff --git a/BigGulp WatchKit App/Images.xcassets/AppIcon.appiconset/Icon-watch-80 copy.png b/Gulps WatchKit App/Images.xcassets/AppIcon.appiconset/Icon-watch-80 copy.png similarity index 100% rename from BigGulp WatchKit App/Images.xcassets/AppIcon.appiconset/Icon-watch-80 copy.png rename to Gulps WatchKit App/Images.xcassets/AppIcon.appiconset/Icon-watch-80 copy.png diff --git a/BigGulp WatchKit App/Images.xcassets/AppIcon.appiconset/Icon-watch-87 copy.png b/Gulps WatchKit App/Images.xcassets/AppIcon.appiconset/Icon-watch-87 copy.png similarity index 100% rename from BigGulp WatchKit App/Images.xcassets/AppIcon.appiconset/Icon-watch-87 copy.png rename to Gulps WatchKit App/Images.xcassets/AppIcon.appiconset/Icon-watch-87 copy.png diff --git a/BigGulp WatchKit App/Images.xcassets/AppIcon.appiconset/Icon-watch-88 copy.png b/Gulps WatchKit App/Images.xcassets/AppIcon.appiconset/Icon-watch-88 copy.png similarity index 100% rename from BigGulp WatchKit App/Images.xcassets/AppIcon.appiconset/Icon-watch-88 copy.png rename to Gulps WatchKit App/Images.xcassets/AppIcon.appiconset/Icon-watch-88 copy.png diff --git a/BigGulp WatchKit App/Images.xcassets/button-big.imageset/Contents.json b/Gulps WatchKit App/Images.xcassets/button-big.imageset/Contents.json similarity index 100% rename from BigGulp WatchKit App/Images.xcassets/button-big.imageset/Contents.json rename to Gulps WatchKit App/Images.xcassets/button-big.imageset/Contents.json diff --git a/BigGulp WatchKit App/Images.xcassets/button-big.imageset/button-big.png b/Gulps WatchKit App/Images.xcassets/button-big.imageset/button-big.png similarity index 100% rename from BigGulp WatchKit App/Images.xcassets/button-big.imageset/button-big.png rename to Gulps WatchKit App/Images.xcassets/button-big.imageset/button-big.png diff --git a/BigGulp WatchKit App/Images.xcassets/button-small.imageset/Contents.json b/Gulps WatchKit App/Images.xcassets/button-small.imageset/Contents.json similarity index 100% rename from BigGulp WatchKit App/Images.xcassets/button-small.imageset/Contents.json rename to Gulps WatchKit App/Images.xcassets/button-small.imageset/Contents.json diff --git a/BigGulp WatchKit App/Images.xcassets/button-small.imageset/button-small.png b/Gulps WatchKit App/Images.xcassets/button-small.imageset/button-small.png similarity index 100% rename from BigGulp WatchKit App/Images.xcassets/button-small.imageset/button-small.png rename to Gulps WatchKit App/Images.xcassets/button-small.imageset/button-small.png diff --git a/BigGulp WatchKit App/Images.xcassets/gulp.imageset/Contents.json b/Gulps WatchKit App/Images.xcassets/gulp.imageset/Contents.json similarity index 100% rename from BigGulp WatchKit App/Images.xcassets/gulp.imageset/Contents.json rename to Gulps WatchKit App/Images.xcassets/gulp.imageset/Contents.json diff --git a/BigGulp WatchKit App/Images.xcassets/gulp.imageset/Icon-watch-58.png b/Gulps WatchKit App/Images.xcassets/gulp.imageset/Icon-watch-58.png similarity index 100% rename from BigGulp WatchKit App/Images.xcassets/gulp.imageset/Icon-watch-58.png rename to Gulps WatchKit App/Images.xcassets/gulp.imageset/Icon-watch-58.png diff --git a/BigGulp WatchKit App/Images.xcassets/progress-0-watch.imageset/Contents.json b/Gulps WatchKit App/Images.xcassets/progress-0-watch.imageset/Contents.json similarity index 100% rename from BigGulp WatchKit App/Images.xcassets/progress-0-watch.imageset/Contents.json rename to Gulps WatchKit App/Images.xcassets/progress-0-watch.imageset/Contents.json diff --git a/BigGulp WatchKit App/Images.xcassets/progress-0-watch.imageset/progress-0.png b/Gulps WatchKit App/Images.xcassets/progress-0-watch.imageset/progress-0.png similarity index 100% rename from BigGulp WatchKit App/Images.xcassets/progress-0-watch.imageset/progress-0.png rename to Gulps WatchKit App/Images.xcassets/progress-0-watch.imageset/progress-0.png diff --git a/BigGulp WatchKit App/Images.xcassets/progress-1-watch.imageset/Contents.json b/Gulps WatchKit App/Images.xcassets/progress-1-watch.imageset/Contents.json similarity index 100% rename from BigGulp WatchKit App/Images.xcassets/progress-1-watch.imageset/Contents.json rename to Gulps WatchKit App/Images.xcassets/progress-1-watch.imageset/Contents.json diff --git a/BigGulp WatchKit App/Images.xcassets/progress-1-watch.imageset/progress-1.png b/Gulps WatchKit App/Images.xcassets/progress-1-watch.imageset/progress-1.png similarity index 100% rename from BigGulp WatchKit App/Images.xcassets/progress-1-watch.imageset/progress-1.png rename to Gulps WatchKit App/Images.xcassets/progress-1-watch.imageset/progress-1.png diff --git a/BigGulp WatchKit App/Images.xcassets/progress-10-watch.imageset/Contents.json b/Gulps WatchKit App/Images.xcassets/progress-10-watch.imageset/Contents.json similarity index 100% rename from BigGulp WatchKit App/Images.xcassets/progress-10-watch.imageset/Contents.json rename to Gulps WatchKit App/Images.xcassets/progress-10-watch.imageset/Contents.json diff --git a/BigGulp WatchKit App/Images.xcassets/progress-10-watch.imageset/progress-10.png b/Gulps WatchKit App/Images.xcassets/progress-10-watch.imageset/progress-10.png similarity index 100% rename from BigGulp WatchKit App/Images.xcassets/progress-10-watch.imageset/progress-10.png rename to Gulps WatchKit App/Images.xcassets/progress-10-watch.imageset/progress-10.png diff --git a/BigGulp WatchKit App/Images.xcassets/progress-2-watch.imageset/Contents.json b/Gulps WatchKit App/Images.xcassets/progress-2-watch.imageset/Contents.json similarity index 100% rename from BigGulp WatchKit App/Images.xcassets/progress-2-watch.imageset/Contents.json rename to Gulps WatchKit App/Images.xcassets/progress-2-watch.imageset/Contents.json diff --git a/BigGulp WatchKit App/Images.xcassets/progress-2-watch.imageset/progress-2.png b/Gulps WatchKit App/Images.xcassets/progress-2-watch.imageset/progress-2.png similarity index 100% rename from BigGulp WatchKit App/Images.xcassets/progress-2-watch.imageset/progress-2.png rename to Gulps WatchKit App/Images.xcassets/progress-2-watch.imageset/progress-2.png diff --git a/BigGulp WatchKit App/Images.xcassets/progress-3-watch.imageset/Contents.json b/Gulps WatchKit App/Images.xcassets/progress-3-watch.imageset/Contents.json similarity index 100% rename from BigGulp WatchKit App/Images.xcassets/progress-3-watch.imageset/Contents.json rename to Gulps WatchKit App/Images.xcassets/progress-3-watch.imageset/Contents.json diff --git a/BigGulp WatchKit App/Images.xcassets/progress-3-watch.imageset/progress-3.png b/Gulps WatchKit App/Images.xcassets/progress-3-watch.imageset/progress-3.png similarity index 100% rename from BigGulp WatchKit App/Images.xcassets/progress-3-watch.imageset/progress-3.png rename to Gulps WatchKit App/Images.xcassets/progress-3-watch.imageset/progress-3.png diff --git a/BigGulp WatchKit App/Images.xcassets/progress-4-watch.imageset/Contents.json b/Gulps WatchKit App/Images.xcassets/progress-4-watch.imageset/Contents.json similarity index 100% rename from BigGulp WatchKit App/Images.xcassets/progress-4-watch.imageset/Contents.json rename to Gulps WatchKit App/Images.xcassets/progress-4-watch.imageset/Contents.json diff --git a/BigGulp WatchKit App/Images.xcassets/progress-4-watch.imageset/progress-4.png b/Gulps WatchKit App/Images.xcassets/progress-4-watch.imageset/progress-4.png similarity index 100% rename from BigGulp WatchKit App/Images.xcassets/progress-4-watch.imageset/progress-4.png rename to Gulps WatchKit App/Images.xcassets/progress-4-watch.imageset/progress-4.png diff --git a/BigGulp WatchKit App/Images.xcassets/progress-5-watch.imageset/Contents.json b/Gulps WatchKit App/Images.xcassets/progress-5-watch.imageset/Contents.json similarity index 100% rename from BigGulp WatchKit App/Images.xcassets/progress-5-watch.imageset/Contents.json rename to Gulps WatchKit App/Images.xcassets/progress-5-watch.imageset/Contents.json diff --git a/BigGulp WatchKit App/Images.xcassets/progress-5-watch.imageset/progress-5.png b/Gulps WatchKit App/Images.xcassets/progress-5-watch.imageset/progress-5.png similarity index 100% rename from BigGulp WatchKit App/Images.xcassets/progress-5-watch.imageset/progress-5.png rename to Gulps WatchKit App/Images.xcassets/progress-5-watch.imageset/progress-5.png diff --git a/BigGulp WatchKit App/Images.xcassets/progress-6-watch.imageset/Contents.json b/Gulps WatchKit App/Images.xcassets/progress-6-watch.imageset/Contents.json similarity index 100% rename from BigGulp WatchKit App/Images.xcassets/progress-6-watch.imageset/Contents.json rename to Gulps WatchKit App/Images.xcassets/progress-6-watch.imageset/Contents.json diff --git a/BigGulp WatchKit App/Images.xcassets/progress-6-watch.imageset/progress-6.png b/Gulps WatchKit App/Images.xcassets/progress-6-watch.imageset/progress-6.png similarity index 100% rename from BigGulp WatchKit App/Images.xcassets/progress-6-watch.imageset/progress-6.png rename to Gulps WatchKit App/Images.xcassets/progress-6-watch.imageset/progress-6.png diff --git a/BigGulp WatchKit App/Images.xcassets/progress-7-watch.imageset/Contents.json b/Gulps WatchKit App/Images.xcassets/progress-7-watch.imageset/Contents.json similarity index 100% rename from BigGulp WatchKit App/Images.xcassets/progress-7-watch.imageset/Contents.json rename to Gulps WatchKit App/Images.xcassets/progress-7-watch.imageset/Contents.json diff --git a/BigGulp WatchKit App/Images.xcassets/progress-7-watch.imageset/progress-7.png b/Gulps WatchKit App/Images.xcassets/progress-7-watch.imageset/progress-7.png similarity index 100% rename from BigGulp WatchKit App/Images.xcassets/progress-7-watch.imageset/progress-7.png rename to Gulps WatchKit App/Images.xcassets/progress-7-watch.imageset/progress-7.png diff --git a/BigGulp WatchKit App/Images.xcassets/progress-8-watch.imageset/Contents.json b/Gulps WatchKit App/Images.xcassets/progress-8-watch.imageset/Contents.json similarity index 100% rename from BigGulp WatchKit App/Images.xcassets/progress-8-watch.imageset/Contents.json rename to Gulps WatchKit App/Images.xcassets/progress-8-watch.imageset/Contents.json diff --git a/BigGulp WatchKit App/Images.xcassets/progress-8-watch.imageset/progress-8.png b/Gulps WatchKit App/Images.xcassets/progress-8-watch.imageset/progress-8.png similarity index 100% rename from BigGulp WatchKit App/Images.xcassets/progress-8-watch.imageset/progress-8.png rename to Gulps WatchKit App/Images.xcassets/progress-8-watch.imageset/progress-8.png diff --git a/BigGulp WatchKit App/Images.xcassets/progress-9-watch.imageset/Contents.json b/Gulps WatchKit App/Images.xcassets/progress-9-watch.imageset/Contents.json similarity index 100% rename from BigGulp WatchKit App/Images.xcassets/progress-9-watch.imageset/Contents.json rename to Gulps WatchKit App/Images.xcassets/progress-9-watch.imageset/Contents.json diff --git a/BigGulp WatchKit App/Images.xcassets/progress-9-watch.imageset/progress-9.png b/Gulps WatchKit App/Images.xcassets/progress-9-watch.imageset/progress-9.png similarity index 100% rename from BigGulp WatchKit App/Images.xcassets/progress-9-watch.imageset/progress-9.png rename to Gulps WatchKit App/Images.xcassets/progress-9-watch.imageset/progress-9.png diff --git a/BigGulp WatchKit App/Info.plist b/Gulps WatchKit App/Info.plist similarity index 90% rename from BigGulp WatchKit App/Info.plist rename to Gulps WatchKit App/Info.plist index c350283..dfca3a0 100644 --- a/BigGulp WatchKit App/Info.plist +++ b/Gulps WatchKit App/Info.plist @@ -4,6 +4,8 @@ CFBundleDevelopmentRegion en + CFBundleDisplayName + Gulps CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier @@ -15,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.1.1 + 1.1.2 CFBundleSignature ???? CFBundleVersion - 9 + 10 UISupportedInterfaceOrientations UIInterfaceOrientationPortrait diff --git a/BigGulp WatchKit Extension/ActionInterfaceController.swift b/Gulps WatchKit Extension/ActionInterfaceController.swift similarity index 100% rename from BigGulp WatchKit Extension/ActionInterfaceController.swift rename to Gulps WatchKit Extension/ActionInterfaceController.swift diff --git a/BigGulp WatchKit Extension/GlanceController.swift b/Gulps WatchKit Extension/GlanceController.swift similarity index 100% rename from BigGulp WatchKit Extension/GlanceController.swift rename to Gulps WatchKit Extension/GlanceController.swift diff --git a/BigGulp WatchKit Extension/BigGulp WatchKit Extension.entitlements b/Gulps WatchKit Extension/Gulps WatchKit Extension.entitlements similarity index 100% rename from BigGulp WatchKit Extension/BigGulp WatchKit Extension.entitlements rename to Gulps WatchKit Extension/Gulps WatchKit Extension.entitlements diff --git a/BigGulp WatchKit Extension/Images.xcassets/README__ignoredByTemplate__ b/Gulps WatchKit Extension/Images.xcassets/README__ignoredByTemplate__ similarity index 100% rename from BigGulp WatchKit Extension/Images.xcassets/README__ignoredByTemplate__ rename to Gulps WatchKit Extension/Images.xcassets/README__ignoredByTemplate__ diff --git a/BigGulp WatchKit Extension/Info.plist b/Gulps WatchKit Extension/Info.plist similarity index 96% rename from BigGulp WatchKit Extension/Info.plist rename to Gulps WatchKit Extension/Info.plist index 732a786..dd7d718 100644 --- a/BigGulp WatchKit Extension/Info.plist +++ b/Gulps WatchKit Extension/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 1.1.1 + 1.1.2 CFBundleSignature ???? CFBundleVersion - 9 + 10 NSExtension NSExtensionAttributes diff --git a/BigGulp WatchKit Extension/InterfaceController.swift b/Gulps WatchKit Extension/InterfaceController.swift similarity index 100% rename from BigGulp WatchKit Extension/InterfaceController.swift rename to Gulps WatchKit Extension/InterfaceController.swift diff --git a/BigGulp WatchKit Extension/NotificationController.swift b/Gulps WatchKit Extension/NotificationController.swift similarity index 100% rename from BigGulp WatchKit Extension/NotificationController.swift rename to Gulps WatchKit Extension/NotificationController.swift diff --git a/BigGulp WatchKit Extension/PushNotificationPayload.apns b/Gulps WatchKit Extension/PushNotificationPayload.apns similarity index 100% rename from BigGulp WatchKit Extension/PushNotificationPayload.apns rename to Gulps WatchKit Extension/PushNotificationPayload.apns diff --git a/Gulps.xcodeproj/project.pbxproj b/Gulps.xcodeproj/project.pbxproj new file mode 100644 index 0000000..53bd832 --- /dev/null +++ b/Gulps.xcodeproj/project.pbxproj @@ -0,0 +1,1292 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 00612DD0922770ADF791FB36 /* Pods_GulpsTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4A4925FCD5463140CD8FE9BC /* Pods_GulpsTests.framework */; settings = {ATTRIBUTES = (Weak, ); }; }; + 5E4469D077A66ADEA309FA4C /* Pods_Gulps_WatchKit_Extension.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A223BA8DAB2EF6307E53D3BE /* Pods_Gulps_WatchKit_Extension.framework */; settings = {ATTRIBUTES = (Weak, ); }; }; + 6537A80D1AF24CA700EC16E9 /* Onboarding.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6537A80B1AF24CA700EC16E9 /* Onboarding.storyboard */; }; + 6537A8291AF24CC800EC16E9 /* Entry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6537A8101AF24CC800EC16E9 /* Entry.swift */; }; + 6537A82A1AF24CC800EC16E9 /* EntryHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6537A8111AF24CC800EC16E9 /* EntryHandler.swift */; }; + 6537A82B1AF24CC800EC16E9 /* Gulp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6537A8121AF24CC800EC16E9 /* Gulp.swift */; }; + 6537A82C1AF24CC800EC16E9 /* KaushanScript.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 6537A8151AF24CC800EC16E9 /* KaushanScript.ttf */; }; + 6537A82D1AF24CC800EC16E9 /* Lato-Light.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 6537A8161AF24CC800EC16E9 /* Lato-Light.ttf */; }; + 6537A82E1AF24CC800EC16E9 /* Colors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6537A8181AF24CC800EC16E9 /* Colors.swift */; }; + 6537A82F1AF24CC800EC16E9 /* Globals.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6537A8191AF24CC800EC16E9 /* Globals.swift */; }; + 6537A8301AF24CC800EC16E9 /* NotificationHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6537A81A1AF24CC800EC16E9 /* NotificationHelper.swift */; }; + 6537A8311AF24CC800EC16E9 /* NSUserDefaults-BigGulp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6537A81B1AF24CC800EC16E9 /* NSUserDefaults-BigGulp.swift */; }; + 6537A8321AF24CC800EC16E9 /* ProgressMeter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6537A81C1AF24CC800EC16E9 /* ProgressMeter.swift */; }; + 6537A8331AF24CC800EC16E9 /* Settings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6537A81D1AF24CC800EC16E9 /* Settings.swift */; }; + 6537A8341AF24CC800EC16E9 /* CalendarViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6537A81F1AF24CC800EC16E9 /* CalendarViewController.swift */; }; + 6537A8351AF24CC800EC16E9 /* DrinkViewController+Animations.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6537A8201AF24CC800EC16E9 /* DrinkViewController+Animations.swift */; }; + 6537A8361AF24CC800EC16E9 /* DrinkViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6537A8211AF24CC800EC16E9 /* DrinkViewController.swift */; }; + 6537A8371AF24CC800EC16E9 /* GoalViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6537A8231AF24CC800EC16E9 /* GoalViewController.swift */; }; + 6537A8381AF24CC800EC16E9 /* GulpsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6537A8241AF24CC800EC16E9 /* GulpsViewController.swift */; }; + 6537A8391AF24CC800EC16E9 /* MeasureViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6537A8251AF24CC800EC16E9 /* MeasureViewController.swift */; }; + 6537A83A1AF24CC800EC16E9 /* NotificationViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6537A8261AF24CC800EC16E9 /* NotificationViewController.swift */; }; + 6537A83B1AF24CC800EC16E9 /* OnboardingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6537A8271AF24CC800EC16E9 /* OnboardingViewController.swift */; }; + 6537A83C1AF24CC800EC16E9 /* SettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6537A8281AF24CC800EC16E9 /* SettingsViewController.swift */; }; + 6537A83D1AF24CE100EC16E9 /* Colors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6537A8181AF24CC800EC16E9 /* Colors.swift */; }; + 6537A83E1AF24CE800EC16E9 /* Settings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6537A81D1AF24CC800EC16E9 /* Settings.swift */; }; + 6537A83F1AF24CE900EC16E9 /* Settings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6537A81D1AF24CC800EC16E9 /* Settings.swift */; }; + 6537A8401AF24CEF00EC16E9 /* NSUserDefaults-BigGulp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6537A81B1AF24CC800EC16E9 /* NSUserDefaults-BigGulp.swift */; }; + 6537A8411AF24CEF00EC16E9 /* NSUserDefaults-BigGulp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6537A81B1AF24CC800EC16E9 /* NSUserDefaults-BigGulp.swift */; }; + 6537A8421AF24CFC00EC16E9 /* Entry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6537A8101AF24CC800EC16E9 /* Entry.swift */; }; + 6537A8431AF24CFD00EC16E9 /* Entry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6537A8101AF24CC800EC16E9 /* Entry.swift */; }; + 6537A8441AF24CFF00EC16E9 /* EntryHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6537A8111AF24CC800EC16E9 /* EntryHandler.swift */; }; + 6537A8451AF24CFF00EC16E9 /* EntryHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6537A8111AF24CC800EC16E9 /* EntryHandler.swift */; }; + 6537A8461AF24D0200EC16E9 /* Gulp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6537A8121AF24CC800EC16E9 /* Gulp.swift */; }; + 6537A8471AF24D0200EC16E9 /* Gulp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6537A8121AF24CC800EC16E9 /* Gulp.swift */; }; + 6591D8C61AF2684A0069E198 /* DrinkViewControllerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6591D8C51AF2684A0069E198 /* DrinkViewControllerTests.swift */; }; + 65A234FF1AF253D1002A35F3 /* TodayViewController+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65A234FE1AF253D1002A35F3 /* TodayViewController+Animation.swift */; }; + 65A235011AF25422002A35F3 /* ActionInterfaceController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65A235001AF25422002A35F3 /* ActionInterfaceController.swift */; }; + 65F44C211AF24B440093A3E9 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65F44C201AF24B440093A3E9 /* AppDelegate.swift */; }; + 65F44C261AF24B440093A3E9 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 65F44C241AF24B440093A3E9 /* Main.storyboard */; }; + 65F44C281AF24B440093A3E9 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 65F44C271AF24B440093A3E9 /* Images.xcassets */; }; + 65F44C2B1AF24B440093A3E9 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 65F44C291AF24B440093A3E9 /* LaunchScreen.xib */; }; + 65F44C471AF24B770093A3E9 /* NotificationCenter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 65F44C461AF24B770093A3E9 /* NotificationCenter.framework */; }; + 65F44C4C1AF24B780093A3E9 /* TodayViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65F44C4B1AF24B770093A3E9 /* TodayViewController.swift */; }; + 65F44C4E1AF24B780093A3E9 /* MainInterface.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 65F44C4D1AF24B780093A3E9 /* MainInterface.storyboard */; }; + 65F44C511AF24B780093A3E9 /* GulpsToday.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 65F44C441AF24B770093A3E9 /* GulpsToday.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; + 65F44C601AF24B8A0093A3E9 /* InterfaceController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65F44C5F1AF24B8A0093A3E9 /* InterfaceController.swift */; }; + 65F44C621AF24B8A0093A3E9 /* NotificationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65F44C611AF24B8A0093A3E9 /* NotificationController.swift */; }; + 65F44C641AF24B8A0093A3E9 /* GlanceController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65F44C631AF24B8A0093A3E9 /* GlanceController.swift */; }; + 65F44C661AF24B8A0093A3E9 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 65F44C651AF24B8A0093A3E9 /* Images.xcassets */; }; + 65F44C6A1AF24B8A0093A3E9 /* Gulps WatchKit App.app in Resources */ = {isa = PBXBuildFile; fileRef = 65F44C691AF24B8A0093A3E9 /* Gulps WatchKit App.app */; }; + 65F44C721AF24B8A0093A3E9 /* Interface.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 65F44C701AF24B8A0093A3E9 /* Interface.storyboard */; }; + 65F44C741AF24B8A0093A3E9 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 65F44C731AF24B8A0093A3E9 /* Images.xcassets */; }; + 65F44C771AF24B8A0093A3E9 /* Gulps WatchKit Extension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 65F44C5A1AF24B8A0093A3E9 /* Gulps WatchKit Extension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; + 68E60B8EFF8DE0CF3FBDEDE6 /* Pods_GulpsToday.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA8387913D2ED60BBFB252AB /* Pods_GulpsToday.framework */; settings = {ATTRIBUTES = (Weak, ); }; }; + 800E72B73F54FA65CABC4BD6 /* Pods_Gulps.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5A701E98A87809500CB34BF4 /* Pods_Gulps.framework */; settings = {ATTRIBUTES = (Weak, ); }; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 654764BA1AF267D100C68C2A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 65F44C131AF24B440093A3E9 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 65F44C1A1AF24B440093A3E9; + remoteInfo = Gulps; + }; + 65F44C4F1AF24B780093A3E9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 65F44C131AF24B440093A3E9 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 65F44C431AF24B770093A3E9; + remoteInfo = GulpsToday; + }; + 65F44C6B1AF24B8A0093A3E9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 65F44C131AF24B440093A3E9 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 65F44C681AF24B8A0093A3E9; + remoteInfo = "Gulps WatchKit App"; + }; + 65F44C751AF24B8A0093A3E9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 65F44C131AF24B440093A3E9 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 65F44C591AF24B8A0093A3E9; + remoteInfo = "Gulps WatchKit Extension"; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXCopyFilesBuildPhase section */ + 65F44C551AF24B780093A3E9 /* Embed App Extensions */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = ""; + dstSubfolderSpec = 13; + files = ( + 65F44C511AF24B780093A3E9 /* GulpsToday.appex in Embed App Extensions */, + 65F44C771AF24B8A0093A3E9 /* Gulps WatchKit Extension.appex in Embed App Extensions */, + ); + name = "Embed App Extensions"; + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXCopyFilesBuildPhase section */ + +/* Begin PBXFileReference section */ + 285054092056F8C15C023459 /* Pods-Gulps WatchKit Extension.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Gulps WatchKit Extension.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Gulps WatchKit Extension/Pods-Gulps WatchKit Extension.debug.xcconfig"; sourceTree = ""; }; + 2895AC59AC7E84643B88E562 /* Pods-GulpsTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GulpsTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-GulpsTests/Pods-GulpsTests.debug.xcconfig"; sourceTree = ""; }; + 2F55270E9B720F5F8B911EBA /* Pods-Gulps.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Gulps.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Gulps/Pods-Gulps.debug.xcconfig"; sourceTree = ""; }; + 4A4925FCD5463140CD8FE9BC /* Pods_GulpsTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_GulpsTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 5A701E98A87809500CB34BF4 /* Pods_Gulps.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Gulps.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 6537A80C1AF24CA700EC16E9 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Onboarding.storyboard; sourceTree = ""; }; + 6537A8101AF24CC800EC16E9 /* Entry.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Entry.swift; sourceTree = ""; }; + 6537A8111AF24CC800EC16E9 /* EntryHandler.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EntryHandler.swift; sourceTree = ""; }; + 6537A8121AF24CC800EC16E9 /* Gulp.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Gulp.swift; sourceTree = ""; }; + 6537A8151AF24CC800EC16E9 /* KaushanScript.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = KaushanScript.ttf; sourceTree = ""; }; + 6537A8161AF24CC800EC16E9 /* Lato-Light.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Lato-Light.ttf"; sourceTree = ""; }; + 6537A8181AF24CC800EC16E9 /* Colors.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Colors.swift; sourceTree = ""; }; + 6537A8191AF24CC800EC16E9 /* Globals.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Globals.swift; sourceTree = ""; }; + 6537A81A1AF24CC800EC16E9 /* NotificationHelper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NotificationHelper.swift; sourceTree = ""; }; + 6537A81B1AF24CC800EC16E9 /* NSUserDefaults-BigGulp.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSUserDefaults-BigGulp.swift"; sourceTree = ""; }; + 6537A81C1AF24CC800EC16E9 /* ProgressMeter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProgressMeter.swift; sourceTree = ""; }; + 6537A81D1AF24CC800EC16E9 /* Settings.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Settings.swift; sourceTree = ""; }; + 6537A81F1AF24CC800EC16E9 /* CalendarViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CalendarViewController.swift; sourceTree = ""; }; + 6537A8201AF24CC800EC16E9 /* DrinkViewController+Animations.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "DrinkViewController+Animations.swift"; sourceTree = ""; }; + 6537A8211AF24CC800EC16E9 /* DrinkViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DrinkViewController.swift; sourceTree = ""; }; + 6537A8231AF24CC800EC16E9 /* GoalViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GoalViewController.swift; sourceTree = ""; }; + 6537A8241AF24CC800EC16E9 /* GulpsViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GulpsViewController.swift; sourceTree = ""; }; + 6537A8251AF24CC800EC16E9 /* MeasureViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MeasureViewController.swift; sourceTree = ""; }; + 6537A8261AF24CC800EC16E9 /* NotificationViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NotificationViewController.swift; sourceTree = ""; }; + 6537A8271AF24CC800EC16E9 /* OnboardingViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OnboardingViewController.swift; sourceTree = ""; }; + 6537A8281AF24CC800EC16E9 /* SettingsViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SettingsViewController.swift; sourceTree = ""; }; + 6537A8481AF24D2000EC16E9 /* Gulps.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = Gulps.entitlements; sourceTree = ""; }; + 654764B41AF267D100C68C2A /* GulpsTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = GulpsTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 654764B71AF267D100C68C2A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 6591D8C51AF2684A0069E198 /* DrinkViewControllerTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DrinkViewControllerTests.swift; sourceTree = ""; }; + 65A234FD1AF25376002A35F3 /* GulpsToday.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = GulpsToday.entitlements; sourceTree = ""; }; + 65A234FE1AF253D1002A35F3 /* TodayViewController+Animation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "TodayViewController+Animation.swift"; sourceTree = ""; }; + 65A235001AF25422002A35F3 /* ActionInterfaceController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ActionInterfaceController.swift; sourceTree = ""; }; + 65A235021AF2543B002A35F3 /* Gulps WatchKit Extension.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "Gulps WatchKit Extension.entitlements"; sourceTree = ""; }; + 65F44C1B1AF24B440093A3E9 /* Gulps.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Gulps.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 65F44C1F1AF24B440093A3E9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 65F44C201AF24B440093A3E9 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; + 65F44C251AF24B440093A3E9 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + 65F44C271AF24B440093A3E9 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; + 65F44C2A1AF24B440093A3E9 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = ""; }; + 65F44C441AF24B770093A3E9 /* GulpsToday.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = GulpsToday.appex; sourceTree = BUILT_PRODUCTS_DIR; }; + 65F44C461AF24B770093A3E9 /* NotificationCenter.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NotificationCenter.framework; path = System/Library/Frameworks/NotificationCenter.framework; sourceTree = SDKROOT; }; + 65F44C4A1AF24B770093A3E9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 65F44C4B1AF24B770093A3E9 /* TodayViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TodayViewController.swift; sourceTree = ""; }; + 65F44C4D1AF24B780093A3E9 /* MainInterface.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = MainInterface.storyboard; sourceTree = ""; }; + 65F44C5A1AF24B8A0093A3E9 /* Gulps WatchKit Extension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = "Gulps WatchKit Extension.appex"; sourceTree = BUILT_PRODUCTS_DIR; }; + 65F44C5D1AF24B8A0093A3E9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 65F44C5E1AF24B8A0093A3E9 /* PushNotificationPayload.apns */ = {isa = PBXFileReference; lastKnownFileType = text; path = PushNotificationPayload.apns; sourceTree = ""; }; + 65F44C5F1AF24B8A0093A3E9 /* InterfaceController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InterfaceController.swift; sourceTree = ""; }; + 65F44C611AF24B8A0093A3E9 /* NotificationController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationController.swift; sourceTree = ""; }; + 65F44C631AF24B8A0093A3E9 /* GlanceController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GlanceController.swift; sourceTree = ""; }; + 65F44C651AF24B8A0093A3E9 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; + 65F44C691AF24B8A0093A3E9 /* Gulps WatchKit App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Gulps WatchKit App.app"; sourceTree = BUILT_PRODUCTS_DIR; }; + 65F44C6F1AF24B8A0093A3E9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 65F44C711AF24B8A0093A3E9 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Interface.storyboard; sourceTree = ""; }; + 65F44C731AF24B8A0093A3E9 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; + 8339035B8C2DA7AA7C151C33 /* Pods-GulpsTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GulpsTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-GulpsTests/Pods-GulpsTests.release.xcconfig"; sourceTree = ""; }; + 8DBD3FD569F60612DAAFEA5D /* Pods-GulpsToday.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GulpsToday.release.xcconfig"; path = "Pods/Target Support Files/Pods-GulpsToday/Pods-GulpsToday.release.xcconfig"; sourceTree = ""; }; + A223BA8DAB2EF6307E53D3BE /* Pods_Gulps_WatchKit_Extension.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Gulps_WatchKit_Extension.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + BA8387913D2ED60BBFB252AB /* Pods_GulpsToday.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_GulpsToday.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + C916E6FEBE9F3B2034FA5E16 /* Pods-Gulps.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Gulps.release.xcconfig"; path = "Pods/Target Support Files/Pods-Gulps/Pods-Gulps.release.xcconfig"; sourceTree = ""; }; + DE2874C8F5031CE649AEE26F /* Pods-Gulps WatchKit Extension.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Gulps WatchKit Extension.release.xcconfig"; path = "Pods/Target Support Files/Pods-Gulps WatchKit Extension/Pods-Gulps WatchKit Extension.release.xcconfig"; sourceTree = ""; }; + F66B6A3F01F3E088F4039DAB /* Pods-GulpsToday.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GulpsToday.debug.xcconfig"; path = "Pods/Target Support Files/Pods-GulpsToday/Pods-GulpsToday.debug.xcconfig"; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 654764B11AF267D100C68C2A /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 00612DD0922770ADF791FB36 /* Pods_GulpsTests.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 65F44C181AF24B440093A3E9 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 800E72B73F54FA65CABC4BD6 /* Pods_Gulps.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 65F44C411AF24B770093A3E9 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 65F44C471AF24B770093A3E9 /* NotificationCenter.framework in Frameworks */, + 68E60B8EFF8DE0CF3FBDEDE6 /* Pods_GulpsToday.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 65F44C571AF24B8A0093A3E9 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 5E4469D077A66ADEA309FA4C /* Pods_Gulps_WatchKit_Extension.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 22F2459053E11D898935B997 /* Pods */ = { + isa = PBXGroup; + children = ( + 2F55270E9B720F5F8B911EBA /* Pods-Gulps.debug.xcconfig */, + C916E6FEBE9F3B2034FA5E16 /* Pods-Gulps.release.xcconfig */, + 285054092056F8C15C023459 /* Pods-Gulps WatchKit Extension.debug.xcconfig */, + DE2874C8F5031CE649AEE26F /* Pods-Gulps WatchKit Extension.release.xcconfig */, + 2895AC59AC7E84643B88E562 /* Pods-GulpsTests.debug.xcconfig */, + 8339035B8C2DA7AA7C151C33 /* Pods-GulpsTests.release.xcconfig */, + F66B6A3F01F3E088F4039DAB /* Pods-GulpsToday.debug.xcconfig */, + 8DBD3FD569F60612DAAFEA5D /* Pods-GulpsToday.release.xcconfig */, + ); + name = Pods; + sourceTree = ""; + }; + 6537A80E1AF24CAB00EC16E9 /* Storyboards */ = { + isa = PBXGroup; + children = ( + 65F44C241AF24B440093A3E9 /* Main.storyboard */, + 65F44C291AF24B440093A3E9 /* LaunchScreen.xib */, + 6537A80B1AF24CA700EC16E9 /* Onboarding.storyboard */, + ); + name = Storyboards; + sourceTree = ""; + }; + 6537A80F1AF24CC800EC16E9 /* Model */ = { + isa = PBXGroup; + children = ( + 6537A8101AF24CC800EC16E9 /* Entry.swift */, + 6537A8111AF24CC800EC16E9 /* EntryHandler.swift */, + 6537A8121AF24CC800EC16E9 /* Gulp.swift */, + ); + path = Model; + sourceTree = ""; + }; + 6537A8131AF24CC800EC16E9 /* Resources */ = { + isa = PBXGroup; + children = ( + 6537A8141AF24CC800EC16E9 /* Fonts */, + ); + path = Resources; + sourceTree = ""; + }; + 6537A8141AF24CC800EC16E9 /* Fonts */ = { + isa = PBXGroup; + children = ( + 6537A8151AF24CC800EC16E9 /* KaushanScript.ttf */, + 6537A8161AF24CC800EC16E9 /* Lato-Light.ttf */, + ); + path = Fonts; + sourceTree = ""; + }; + 6537A8171AF24CC800EC16E9 /* Support */ = { + isa = PBXGroup; + children = ( + 6537A8181AF24CC800EC16E9 /* Colors.swift */, + 6537A8191AF24CC800EC16E9 /* Globals.swift */, + 6537A81A1AF24CC800EC16E9 /* NotificationHelper.swift */, + 6537A81B1AF24CC800EC16E9 /* NSUserDefaults-BigGulp.swift */, + 6537A81C1AF24CC800EC16E9 /* ProgressMeter.swift */, + 6537A81D1AF24CC800EC16E9 /* Settings.swift */, + ); + path = Support; + sourceTree = ""; + }; + 6537A81E1AF24CC800EC16E9 /* ViewControllers */ = { + isa = PBXGroup; + children = ( + 6537A81F1AF24CC800EC16E9 /* CalendarViewController.swift */, + 6537A8201AF24CC800EC16E9 /* DrinkViewController+Animations.swift */, + 6537A8211AF24CC800EC16E9 /* DrinkViewController.swift */, + 6537A8221AF24CC800EC16E9 /* Onboarding */, + 6537A8281AF24CC800EC16E9 /* SettingsViewController.swift */, + ); + path = ViewControllers; + sourceTree = ""; + }; + 6537A8221AF24CC800EC16E9 /* Onboarding */ = { + isa = PBXGroup; + children = ( + 6537A8231AF24CC800EC16E9 /* GoalViewController.swift */, + 6537A8241AF24CC800EC16E9 /* GulpsViewController.swift */, + 6537A8251AF24CC800EC16E9 /* MeasureViewController.swift */, + 6537A8261AF24CC800EC16E9 /* NotificationViewController.swift */, + 6537A8271AF24CC800EC16E9 /* OnboardingViewController.swift */, + ); + path = Onboarding; + sourceTree = ""; + }; + 654764B51AF267D100C68C2A /* GulpsTests */ = { + isa = PBXGroup; + children = ( + 6591D8C51AF2684A0069E198 /* DrinkViewControllerTests.swift */, + 654764B61AF267D100C68C2A /* Supporting Files */, + ); + path = GulpsTests; + sourceTree = ""; + }; + 654764B61AF267D100C68C2A /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 654764B71AF267D100C68C2A /* Info.plist */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 65F44C121AF24B440093A3E9 = { + isa = PBXGroup; + children = ( + 65F44C1D1AF24B440093A3E9 /* Gulps */, + 65F44C481AF24B770093A3E9 /* GulpsToday */, + 65F44C5B1AF24B8A0093A3E9 /* Gulps WatchKit Extension */, + 65F44C6D1AF24B8A0093A3E9 /* Gulps WatchKit App */, + 654764B51AF267D100C68C2A /* GulpsTests */, + 65F44C451AF24B770093A3E9 /* Frameworks */, + 65F44C1C1AF24B440093A3E9 /* Products */, + 22F2459053E11D898935B997 /* Pods */, + ); + sourceTree = ""; + }; + 65F44C1C1AF24B440093A3E9 /* Products */ = { + isa = PBXGroup; + children = ( + 65F44C1B1AF24B440093A3E9 /* Gulps.app */, + 65F44C441AF24B770093A3E9 /* GulpsToday.appex */, + 65F44C5A1AF24B8A0093A3E9 /* Gulps WatchKit Extension.appex */, + 65F44C691AF24B8A0093A3E9 /* Gulps WatchKit App.app */, + 654764B41AF267D100C68C2A /* GulpsTests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 65F44C1D1AF24B440093A3E9 /* Gulps */ = { + isa = PBXGroup; + children = ( + 6537A80F1AF24CC800EC16E9 /* Model */, + 6537A8131AF24CC800EC16E9 /* Resources */, + 6537A8171AF24CC800EC16E9 /* Support */, + 6537A81E1AF24CC800EC16E9 /* ViewControllers */, + 6537A80E1AF24CAB00EC16E9 /* Storyboards */, + 65F44C201AF24B440093A3E9 /* AppDelegate.swift */, + 65F44C271AF24B440093A3E9 /* Images.xcassets */, + 65F44C1E1AF24B440093A3E9 /* Supporting Files */, + ); + path = Gulps; + sourceTree = ""; + }; + 65F44C1E1AF24B440093A3E9 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 6537A8481AF24D2000EC16E9 /* Gulps.entitlements */, + 65F44C1F1AF24B440093A3E9 /* Info.plist */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 65F44C451AF24B770093A3E9 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 65F44C461AF24B770093A3E9 /* NotificationCenter.framework */, + 5A701E98A87809500CB34BF4 /* Pods_Gulps.framework */, + A223BA8DAB2EF6307E53D3BE /* Pods_Gulps_WatchKit_Extension.framework */, + 4A4925FCD5463140CD8FE9BC /* Pods_GulpsTests.framework */, + BA8387913D2ED60BBFB252AB /* Pods_GulpsToday.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 65F44C481AF24B770093A3E9 /* GulpsToday */ = { + isa = PBXGroup; + children = ( + 65F44C4B1AF24B770093A3E9 /* TodayViewController.swift */, + 65A234FE1AF253D1002A35F3 /* TodayViewController+Animation.swift */, + 65F44C4D1AF24B780093A3E9 /* MainInterface.storyboard */, + 65F44C491AF24B770093A3E9 /* Supporting Files */, + ); + path = GulpsToday; + sourceTree = ""; + }; + 65F44C491AF24B770093A3E9 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 65A234FD1AF25376002A35F3 /* GulpsToday.entitlements */, + 65F44C4A1AF24B770093A3E9 /* Info.plist */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 65F44C5B1AF24B8A0093A3E9 /* Gulps WatchKit Extension */ = { + isa = PBXGroup; + children = ( + 65A235001AF25422002A35F3 /* ActionInterfaceController.swift */, + 65F44C5F1AF24B8A0093A3E9 /* InterfaceController.swift */, + 65F44C611AF24B8A0093A3E9 /* NotificationController.swift */, + 65F44C631AF24B8A0093A3E9 /* GlanceController.swift */, + 65F44C651AF24B8A0093A3E9 /* Images.xcassets */, + 65F44C5C1AF24B8A0093A3E9 /* Supporting Files */, + ); + path = "Gulps WatchKit Extension"; + sourceTree = ""; + }; + 65F44C5C1AF24B8A0093A3E9 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 65A235021AF2543B002A35F3 /* Gulps WatchKit Extension.entitlements */, + 65F44C5D1AF24B8A0093A3E9 /* Info.plist */, + 65F44C5E1AF24B8A0093A3E9 /* PushNotificationPayload.apns */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 65F44C6D1AF24B8A0093A3E9 /* Gulps WatchKit App */ = { + isa = PBXGroup; + children = ( + 65F44C701AF24B8A0093A3E9 /* Interface.storyboard */, + 65F44C731AF24B8A0093A3E9 /* Images.xcassets */, + 65F44C6E1AF24B8A0093A3E9 /* Supporting Files */, + ); + path = "Gulps WatchKit App"; + sourceTree = ""; + }; + 65F44C6E1AF24B8A0093A3E9 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 65F44C6F1AF24B8A0093A3E9 /* Info.plist */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 654764B31AF267D100C68C2A /* GulpsTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 654764BE1AF267D100C68C2A /* Build configuration list for PBXNativeTarget "GulpsTests" */; + buildPhases = ( + 4DD97826222A172759061B06 /* Check Pods Manifest.lock */, + 654764B01AF267D100C68C2A /* Sources */, + 654764B11AF267D100C68C2A /* Frameworks */, + 654764B21AF267D100C68C2A /* Resources */, + 370ADBA65A9592D39680DCF5 /* Embed Pods Frameworks */, + AD0AAEF0A3C6E92AC4A7BD92 /* Copy Pods Resources */, + ); + buildRules = ( + ); + dependencies = ( + 654764BB1AF267D100C68C2A /* PBXTargetDependency */, + ); + name = GulpsTests; + productName = GulpsTests; + productReference = 654764B41AF267D100C68C2A /* GulpsTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; + 65F44C1A1AF24B440093A3E9 /* Gulps */ = { + isa = PBXNativeTarget; + buildConfigurationList = 65F44C3A1AF24B440093A3E9 /* Build configuration list for PBXNativeTarget "Gulps" */; + buildPhases = ( + 3B2C47B134CBDFB7BE3B3335 /* Check Pods Manifest.lock */, + 65F44C171AF24B440093A3E9 /* Sources */, + 65F44C181AF24B440093A3E9 /* Frameworks */, + 65F44C191AF24B440093A3E9 /* Resources */, + 65F44C551AF24B780093A3E9 /* Embed App Extensions */, + 6B6AF88C106CF70B20D20372 /* Embed Pods Frameworks */, + 06E6943317C6B36A9014DF37 /* Copy Pods Resources */, + ); + buildRules = ( + ); + dependencies = ( + 65F44C501AF24B780093A3E9 /* PBXTargetDependency */, + 65F44C761AF24B8A0093A3E9 /* PBXTargetDependency */, + ); + name = Gulps; + productName = Gulps; + productReference = 65F44C1B1AF24B440093A3E9 /* Gulps.app */; + productType = "com.apple.product-type.application"; + }; + 65F44C431AF24B770093A3E9 /* GulpsToday */ = { + isa = PBXNativeTarget; + buildConfigurationList = 65F44C521AF24B780093A3E9 /* Build configuration list for PBXNativeTarget "GulpsToday" */; + buildPhases = ( + 3229446692910C3DA02166E8 /* Check Pods Manifest.lock */, + 65F44C401AF24B770093A3E9 /* Sources */, + 65F44C411AF24B770093A3E9 /* Frameworks */, + 65F44C421AF24B770093A3E9 /* Resources */, + 99E24DEB7A72A662525AE6D7 /* Embed Pods Frameworks */, + 3E9C1CF45C28E7EE2768E103 /* Copy Pods Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = GulpsToday; + productName = GulpsToday; + productReference = 65F44C441AF24B770093A3E9 /* GulpsToday.appex */; + productType = "com.apple.product-type.app-extension"; + }; + 65F44C591AF24B8A0093A3E9 /* Gulps WatchKit Extension */ = { + isa = PBXNativeTarget; + buildConfigurationList = 65F44C7B1AF24B8A0093A3E9 /* Build configuration list for PBXNativeTarget "Gulps WatchKit Extension" */; + buildPhases = ( + BE3941FA658F9540A32337EC /* Check Pods Manifest.lock */, + 65F44C561AF24B8A0093A3E9 /* Sources */, + 65F44C571AF24B8A0093A3E9 /* Frameworks */, + 65F44C581AF24B8A0093A3E9 /* Resources */, + 69F67248221C2B22F4646EE5 /* Embed Pods Frameworks */, + C96120B894EB7988530A0A12 /* Copy Pods Resources */, + ); + buildRules = ( + ); + dependencies = ( + 65F44C6C1AF24B8A0093A3E9 /* PBXTargetDependency */, + ); + name = "Gulps WatchKit Extension"; + productName = "Gulps WatchKit Extension"; + productReference = 65F44C5A1AF24B8A0093A3E9 /* Gulps WatchKit Extension.appex */; + productType = "com.apple.product-type.watchkit-extension"; + }; + 65F44C681AF24B8A0093A3E9 /* Gulps WatchKit App */ = { + isa = PBXNativeTarget; + buildConfigurationList = 65F44C781AF24B8A0093A3E9 /* Build configuration list for PBXNativeTarget "Gulps WatchKit App" */; + buildPhases = ( + 65F44C671AF24B8A0093A3E9 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "Gulps WatchKit App"; + productName = "Gulps WatchKit App"; + productReference = 65F44C691AF24B8A0093A3E9 /* Gulps WatchKit App.app */; + productType = "com.apple.product-type.application.watchapp"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 65F44C131AF24B440093A3E9 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0630; + ORGANIZATIONNAME = "Fancy Pixel"; + TargetAttributes = { + 654764B31AF267D100C68C2A = { + CreatedOnToolsVersion = 6.3.1; + TestTargetID = 65F44C1A1AF24B440093A3E9; + }; + 65F44C1A1AF24B440093A3E9 = { + CreatedOnToolsVersion = 6.3.1; + DevelopmentTeam = H72GR44F4M; + SystemCapabilities = { + com.apple.ApplicationGroups.iOS = { + enabled = 1; + }; + }; + }; + 65F44C431AF24B770093A3E9 = { + CreatedOnToolsVersion = 6.3.1; + DevelopmentTeam = H72GR44F4M; + SystemCapabilities = { + com.apple.ApplicationGroups.iOS = { + enabled = 1; + }; + }; + }; + 65F44C591AF24B8A0093A3E9 = { + CreatedOnToolsVersion = 6.3.1; + DevelopmentTeam = H72GR44F4M; + SystemCapabilities = { + com.apple.ApplicationGroups.iOS = { + enabled = 1; + }; + }; + }; + 65F44C681AF24B8A0093A3E9 = { + CreatedOnToolsVersion = 6.3.1; + DevelopmentTeam = H72GR44F4M; + }; + }; + }; + buildConfigurationList = 65F44C161AF24B440093A3E9 /* Build configuration list for PBXProject "Gulps" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 65F44C121AF24B440093A3E9; + productRefGroup = 65F44C1C1AF24B440093A3E9 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 65F44C1A1AF24B440093A3E9 /* Gulps */, + 65F44C431AF24B770093A3E9 /* GulpsToday */, + 65F44C591AF24B8A0093A3E9 /* Gulps WatchKit Extension */, + 65F44C681AF24B8A0093A3E9 /* Gulps WatchKit App */, + 654764B31AF267D100C68C2A /* GulpsTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 654764B21AF267D100C68C2A /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 65F44C191AF24B440093A3E9 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 65F44C261AF24B440093A3E9 /* Main.storyboard in Resources */, + 65F44C2B1AF24B440093A3E9 /* LaunchScreen.xib in Resources */, + 6537A82C1AF24CC800EC16E9 /* KaushanScript.ttf in Resources */, + 6537A82D1AF24CC800EC16E9 /* Lato-Light.ttf in Resources */, + 65F44C281AF24B440093A3E9 /* Images.xcassets in Resources */, + 6537A80D1AF24CA700EC16E9 /* Onboarding.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 65F44C421AF24B770093A3E9 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 65F44C4E1AF24B780093A3E9 /* MainInterface.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 65F44C581AF24B8A0093A3E9 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 65F44C6A1AF24B8A0093A3E9 /* Gulps WatchKit App.app in Resources */, + 65F44C661AF24B8A0093A3E9 /* Images.xcassets in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 65F44C671AF24B8A0093A3E9 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 65F44C721AF24B8A0093A3E9 /* Interface.storyboard in Resources */, + 65F44C741AF24B8A0093A3E9 /* Images.xcassets in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 06E6943317C6B36A9014DF37 /* Copy Pods Resources */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Copy Pods Resources"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Gulps/Pods-Gulps-resources.sh\"\n"; + showEnvVarsInLog = 0; + }; + 3229446692910C3DA02166E8 /* Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Check Pods Manifest.lock"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; + showEnvVarsInLog = 0; + }; + 370ADBA65A9592D39680DCF5 /* Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Embed Pods Frameworks"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-GulpsTests/Pods-GulpsTests-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; + 3B2C47B134CBDFB7BE3B3335 /* Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Check Pods Manifest.lock"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; + showEnvVarsInLog = 0; + }; + 3E9C1CF45C28E7EE2768E103 /* Copy Pods Resources */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Copy Pods Resources"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-GulpsToday/Pods-GulpsToday-resources.sh\"\n"; + showEnvVarsInLog = 0; + }; + 4DD97826222A172759061B06 /* Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Check Pods Manifest.lock"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; + showEnvVarsInLog = 0; + }; + 69F67248221C2B22F4646EE5 /* Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Embed Pods Frameworks"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Gulps WatchKit Extension/Pods-Gulps WatchKit Extension-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; + 6B6AF88C106CF70B20D20372 /* Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Embed Pods Frameworks"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Gulps/Pods-Gulps-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; + 99E24DEB7A72A662525AE6D7 /* Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Embed Pods Frameworks"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-GulpsToday/Pods-GulpsToday-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; + AD0AAEF0A3C6E92AC4A7BD92 /* Copy Pods Resources */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Copy Pods Resources"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-GulpsTests/Pods-GulpsTests-resources.sh\"\n"; + showEnvVarsInLog = 0; + }; + BE3941FA658F9540A32337EC /* Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Check Pods Manifest.lock"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; + showEnvVarsInLog = 0; + }; + C96120B894EB7988530A0A12 /* Copy Pods Resources */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Copy Pods Resources"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Gulps WatchKit Extension/Pods-Gulps WatchKit Extension-resources.sh\"\n"; + showEnvVarsInLog = 0; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 654764B01AF267D100C68C2A /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 6591D8C61AF2684A0069E198 /* DrinkViewControllerTests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 65F44C171AF24B440093A3E9 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 6537A8351AF24CC800EC16E9 /* DrinkViewController+Animations.swift in Sources */, + 6537A8381AF24CC800EC16E9 /* GulpsViewController.swift in Sources */, + 6537A8291AF24CC800EC16E9 /* Entry.swift in Sources */, + 6537A82E1AF24CC800EC16E9 /* Colors.swift in Sources */, + 6537A82F1AF24CC800EC16E9 /* Globals.swift in Sources */, + 6537A83C1AF24CC800EC16E9 /* SettingsViewController.swift in Sources */, + 6537A8341AF24CC800EC16E9 /* CalendarViewController.swift in Sources */, + 6537A82B1AF24CC800EC16E9 /* Gulp.swift in Sources */, + 6537A83B1AF24CC800EC16E9 /* OnboardingViewController.swift in Sources */, + 6537A8391AF24CC800EC16E9 /* MeasureViewController.swift in Sources */, + 6537A8331AF24CC800EC16E9 /* Settings.swift in Sources */, + 6537A8371AF24CC800EC16E9 /* GoalViewController.swift in Sources */, + 6537A82A1AF24CC800EC16E9 /* EntryHandler.swift in Sources */, + 65F44C211AF24B440093A3E9 /* AppDelegate.swift in Sources */, + 6537A83A1AF24CC800EC16E9 /* NotificationViewController.swift in Sources */, + 6537A8311AF24CC800EC16E9 /* NSUserDefaults-BigGulp.swift in Sources */, + 6537A8361AF24CC800EC16E9 /* DrinkViewController.swift in Sources */, + 6537A8321AF24CC800EC16E9 /* ProgressMeter.swift in Sources */, + 6537A8301AF24CC800EC16E9 /* NotificationHelper.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 65F44C401AF24B770093A3E9 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 6537A8461AF24D0200EC16E9 /* Gulp.swift in Sources */, + 65A234FF1AF253D1002A35F3 /* TodayViewController+Animation.swift in Sources */, + 6537A8431AF24CFD00EC16E9 /* Entry.swift in Sources */, + 6537A8441AF24CFF00EC16E9 /* EntryHandler.swift in Sources */, + 6537A83E1AF24CE800EC16E9 /* Settings.swift in Sources */, + 65F44C4C1AF24B780093A3E9 /* TodayViewController.swift in Sources */, + 6537A8411AF24CEF00EC16E9 /* NSUserDefaults-BigGulp.swift in Sources */, + 6537A83D1AF24CE100EC16E9 /* Colors.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 65F44C561AF24B8A0093A3E9 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 6537A8421AF24CFC00EC16E9 /* Entry.swift in Sources */, + 6537A8401AF24CEF00EC16E9 /* NSUserDefaults-BigGulp.swift in Sources */, + 65F44C621AF24B8A0093A3E9 /* NotificationController.swift in Sources */, + 6537A8451AF24CFF00EC16E9 /* EntryHandler.swift in Sources */, + 65F44C601AF24B8A0093A3E9 /* InterfaceController.swift in Sources */, + 6537A8471AF24D0200EC16E9 /* Gulp.swift in Sources */, + 65A235011AF25422002A35F3 /* ActionInterfaceController.swift in Sources */, + 6537A83F1AF24CE900EC16E9 /* Settings.swift in Sources */, + 65F44C641AF24B8A0093A3E9 /* GlanceController.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 654764BB1AF267D100C68C2A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 65F44C1A1AF24B440093A3E9 /* Gulps */; + targetProxy = 654764BA1AF267D100C68C2A /* PBXContainerItemProxy */; + }; + 65F44C501AF24B780093A3E9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 65F44C431AF24B770093A3E9 /* GulpsToday */; + targetProxy = 65F44C4F1AF24B780093A3E9 /* PBXContainerItemProxy */; + }; + 65F44C6C1AF24B8A0093A3E9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 65F44C681AF24B8A0093A3E9 /* Gulps WatchKit App */; + targetProxy = 65F44C6B1AF24B8A0093A3E9 /* PBXContainerItemProxy */; + }; + 65F44C761AF24B8A0093A3E9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 65F44C591AF24B8A0093A3E9 /* Gulps WatchKit Extension */; + targetProxy = 65F44C751AF24B8A0093A3E9 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 6537A80B1AF24CA700EC16E9 /* Onboarding.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 6537A80C1AF24CA700EC16E9 /* Base */, + ); + name = Onboarding.storyboard; + sourceTree = ""; + }; + 65F44C241AF24B440093A3E9 /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 65F44C251AF24B440093A3E9 /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + 65F44C291AF24B440093A3E9 /* LaunchScreen.xib */ = { + isa = PBXVariantGroup; + children = ( + 65F44C2A1AF24B440093A3E9 /* Base */, + ); + name = LaunchScreen.xib; + sourceTree = ""; + }; + 65F44C701AF24B8A0093A3E9 /* Interface.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 65F44C711AF24B8A0093A3E9 /* Base */, + ); + name = Interface.storyboard; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 654764BC1AF267D100C68C2A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 2895AC59AC7E84643B88E562 /* Pods-GulpsTests.debug.xcconfig */; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + ); + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = GulpsTests/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 8.3; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Gulps.app/Gulps"; + }; + name = Debug; + }; + 654764BD1AF267D100C68C2A /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 8339035B8C2DA7AA7C151C33 /* Pods-GulpsTests.release.xcconfig */; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + ); + INFOPLIST_FILE = GulpsTests/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 8.3; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Gulps.app/Gulps"; + }; + name = Release; + }; + 65F44C381AF24B440093A3E9 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEFINES_MODULE = YES; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + MTL_ENABLE_DEBUG_INFO = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + }; + name = Debug; + }; + 65F44C391AF24B440093A3E9 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEFINES_MODULE = YES; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + MTL_ENABLE_DEBUG_INFO = NO; + SDKROOT = iphoneos; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 65F44C3B1AF24B440093A3E9 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 2F55270E9B720F5F8B911EBA /* Pods-Gulps.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_ENTITLEMENTS = Gulps/Gulps.entitlements; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + EMBEDDED_CONTENT_CONTAINS_SWIFT = YES; + INFOPLIST_FILE = Gulps/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE = ""; + }; + name = Debug; + }; + 65F44C3C1AF24B440093A3E9 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C916E6FEBE9F3B2034FA5E16 /* Pods-Gulps.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_ENTITLEMENTS = Gulps/Gulps.entitlements; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + EMBEDDED_CONTENT_CONTAINS_SWIFT = YES; + INFOPLIST_FILE = Gulps/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE = ""; + }; + name = Release; + }; + 65F44C531AF24B780093A3E9 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F66B6A3F01F3E088F4039DAB /* Pods-GulpsToday.debug.xcconfig */; + buildSettings = { + CODE_SIGN_ENTITLEMENTS = GulpsToday/GulpsToday.entitlements; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = GulpsToday/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks"; + PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE = ""; + SKIP_INSTALL = YES; + }; + name = Debug; + }; + 65F44C541AF24B780093A3E9 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 8DBD3FD569F60612DAAFEA5D /* Pods-GulpsToday.release.xcconfig */; + buildSettings = { + CODE_SIGN_ENTITLEMENTS = GulpsToday/GulpsToday.entitlements; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + INFOPLIST_FILE = GulpsToday/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks"; + PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE = ""; + SKIP_INSTALL = YES; + }; + name = Release; + }; + 65F44C791AF24B8A0093A3E9 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "iPhone Developer"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + IBSC_MODULE = Gulps_WatchKit_Extension; + INFOPLIST_FILE = "Gulps WatchKit App/Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 8.2; + PRODUCT_NAME = "$(TARGET_NAME)"; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = 4; + "TARGETED_DEVICE_FAMILY[sdk=iphonesimulator*]" = "1,4"; + }; + name = Debug; + }; + 65F44C7A1AF24B8A0093A3E9 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "iPhone Developer"; + IBSC_MODULE = Gulps_WatchKit_Extension; + INFOPLIST_FILE = "Gulps WatchKit App/Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 8.2; + PRODUCT_NAME = "$(TARGET_NAME)"; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = 4; + "TARGETED_DEVICE_FAMILY[sdk=iphonesimulator*]" = "1,4"; + }; + name = Release; + }; + 65F44C7C1AF24B8A0093A3E9 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 285054092056F8C15C023459 /* Pods-Gulps WatchKit Extension.debug.xcconfig */; + buildSettings = { + CODE_SIGN_ENTITLEMENTS = "Gulps WatchKit Extension/Gulps WatchKit Extension.entitlements"; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = "Gulps WatchKit Extension/Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 8.2; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks"; + PRODUCT_NAME = "${TARGET_NAME}"; + PROVISIONING_PROFILE = ""; + SKIP_INSTALL = YES; + }; + name = Debug; + }; + 65F44C7D1AF24B8A0093A3E9 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DE2874C8F5031CE649AEE26F /* Pods-Gulps WatchKit Extension.release.xcconfig */; + buildSettings = { + CODE_SIGN_ENTITLEMENTS = "Gulps WatchKit Extension/Gulps WatchKit Extension.entitlements"; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + INFOPLIST_FILE = "Gulps WatchKit Extension/Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 8.2; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks"; + PRODUCT_NAME = "${TARGET_NAME}"; + PROVISIONING_PROFILE = ""; + SKIP_INSTALL = YES; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 654764BE1AF267D100C68C2A /* Build configuration list for PBXNativeTarget "GulpsTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 654764BC1AF267D100C68C2A /* Debug */, + 654764BD1AF267D100C68C2A /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 65F44C161AF24B440093A3E9 /* Build configuration list for PBXProject "Gulps" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 65F44C381AF24B440093A3E9 /* Debug */, + 65F44C391AF24B440093A3E9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 65F44C3A1AF24B440093A3E9 /* Build configuration list for PBXNativeTarget "Gulps" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 65F44C3B1AF24B440093A3E9 /* Debug */, + 65F44C3C1AF24B440093A3E9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 65F44C521AF24B780093A3E9 /* Build configuration list for PBXNativeTarget "GulpsToday" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 65F44C531AF24B780093A3E9 /* Debug */, + 65F44C541AF24B780093A3E9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 65F44C781AF24B8A0093A3E9 /* Build configuration list for PBXNativeTarget "Gulps WatchKit App" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 65F44C791AF24B8A0093A3E9 /* Debug */, + 65F44C7A1AF24B8A0093A3E9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 65F44C7B1AF24B8A0093A3E9 /* Build configuration list for PBXNativeTarget "Gulps WatchKit Extension" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 65F44C7C1AF24B8A0093A3E9 /* Debug */, + 65F44C7D1AF24B8A0093A3E9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 65F44C131AF24B440093A3E9 /* Project object */; +} diff --git a/BigGulp/AppDelegate.swift b/Gulps/AppDelegate.swift similarity index 100% rename from BigGulp/AppDelegate.swift rename to Gulps/AppDelegate.swift diff --git a/BigGulp/Base.lproj/LaunchScreen.xib b/Gulps/Base.lproj/LaunchScreen.xib similarity index 93% rename from BigGulp/Base.lproj/LaunchScreen.xib rename to Gulps/Base.lproj/LaunchScreen.xib index 4f16bfe..cea32a2 100644 --- a/BigGulp/Base.lproj/LaunchScreen.xib +++ b/Gulps/Base.lproj/LaunchScreen.xib @@ -1,7 +1,7 @@ - + - + diff --git a/BigGulp/Base.lproj/Main.storyboard b/Gulps/Base.lproj/Main.storyboard similarity index 100% rename from BigGulp/Base.lproj/Main.storyboard rename to Gulps/Base.lproj/Main.storyboard diff --git a/BigGulp/Onboarding.storyboard b/Gulps/Base.lproj/Onboarding.storyboard similarity index 100% rename from BigGulp/Onboarding.storyboard rename to Gulps/Base.lproj/Onboarding.storyboard diff --git a/BigGulp/BigGulp.entitlements b/Gulps/Gulps.entitlements similarity index 100% rename from BigGulp/BigGulp.entitlements rename to Gulps/Gulps.entitlements diff --git a/BigGulp/Images.xcassets/AppIcon.appiconset/Contents.json b/Gulps/Images.xcassets/AppIcon.appiconset/Contents.json similarity index 100% rename from BigGulp/Images.xcassets/AppIcon.appiconset/Contents.json rename to Gulps/Images.xcassets/AppIcon.appiconset/Contents.json diff --git a/BigGulp/Images.xcassets/AppIcon.appiconset/Icon-120-1.png b/Gulps/Images.xcassets/AppIcon.appiconset/Icon-120-1.png similarity index 100% rename from BigGulp/Images.xcassets/AppIcon.appiconset/Icon-120-1.png rename to Gulps/Images.xcassets/AppIcon.appiconset/Icon-120-1.png diff --git a/BigGulp/Images.xcassets/AppIcon.appiconset/Icon-120.png b/Gulps/Images.xcassets/AppIcon.appiconset/Icon-120.png similarity index 100% rename from BigGulp/Images.xcassets/AppIcon.appiconset/Icon-120.png rename to Gulps/Images.xcassets/AppIcon.appiconset/Icon-120.png diff --git a/BigGulp/Images.xcassets/AppIcon.appiconset/Icon-180.png b/Gulps/Images.xcassets/AppIcon.appiconset/Icon-180.png similarity index 100% rename from BigGulp/Images.xcassets/AppIcon.appiconset/Icon-180.png rename to Gulps/Images.xcassets/AppIcon.appiconset/Icon-180.png diff --git a/BigGulp/Images.xcassets/AppIcon.appiconset/Icon-58.png b/Gulps/Images.xcassets/AppIcon.appiconset/Icon-58.png similarity index 100% rename from BigGulp/Images.xcassets/AppIcon.appiconset/Icon-58.png rename to Gulps/Images.xcassets/AppIcon.appiconset/Icon-58.png diff --git a/BigGulp/Images.xcassets/AppIcon.appiconset/Icon-80.png b/Gulps/Images.xcassets/AppIcon.appiconset/Icon-80.png similarity index 100% rename from BigGulp/Images.xcassets/AppIcon.appiconset/Icon-80.png rename to Gulps/Images.xcassets/AppIcon.appiconset/Icon-80.png diff --git a/BigGulp/Images.xcassets/AppIcon.appiconset/Icon-87.png b/Gulps/Images.xcassets/AppIcon.appiconset/Icon-87.png similarity index 100% rename from BigGulp/Images.xcassets/AppIcon.appiconset/Icon-87.png rename to Gulps/Images.xcassets/AppIcon.appiconset/Icon-87.png diff --git a/BigGulp/Images.xcassets/big-tiny-icon.imageset/Contents.json b/Gulps/Images.xcassets/big-tiny-icon.imageset/Contents.json similarity index 100% rename from BigGulp/Images.xcassets/big-tiny-icon.imageset/Contents.json rename to Gulps/Images.xcassets/big-tiny-icon.imageset/Contents.json diff --git a/BigGulp/Images.xcassets/big-tiny-icon.imageset/big-tiny-icon.pdf b/Gulps/Images.xcassets/big-tiny-icon.imageset/big-tiny-icon.pdf similarity index 100% rename from BigGulp/Images.xcassets/big-tiny-icon.imageset/big-tiny-icon.pdf rename to Gulps/Images.xcassets/big-tiny-icon.imageset/big-tiny-icon.pdf diff --git a/BigGulp/Images.xcassets/blue-check-icon.imageset/Contents.json b/Gulps/Images.xcassets/blue-check-icon.imageset/Contents.json similarity index 100% rename from BigGulp/Images.xcassets/blue-check-icon.imageset/Contents.json rename to Gulps/Images.xcassets/blue-check-icon.imageset/Contents.json diff --git a/BigGulp/Images.xcassets/blue-check-icon.imageset/blue-check-icon.pdf b/Gulps/Images.xcassets/blue-check-icon.imageset/blue-check-icon.pdf similarity index 100% rename from BigGulp/Images.xcassets/blue-check-icon.imageset/blue-check-icon.pdf rename to Gulps/Images.xcassets/blue-check-icon.imageset/blue-check-icon.pdf diff --git a/BigGulp/Images.xcassets/calendar-icon.imageset/Contents.json b/Gulps/Images.xcassets/calendar-icon.imageset/Contents.json similarity index 100% rename from BigGulp/Images.xcassets/calendar-icon.imageset/Contents.json rename to Gulps/Images.xcassets/calendar-icon.imageset/Contents.json diff --git a/BigGulp/Images.xcassets/calendar-icon.imageset/calendar-icon.pdf b/Gulps/Images.xcassets/calendar-icon.imageset/calendar-icon.pdf similarity index 100% rename from BigGulp/Images.xcassets/calendar-icon.imageset/calendar-icon.pdf rename to Gulps/Images.xcassets/calendar-icon.imageset/calendar-icon.pdf diff --git a/BigGulp/Images.xcassets/check-icon.imageset/Contents.json b/Gulps/Images.xcassets/check-icon.imageset/Contents.json similarity index 100% rename from BigGulp/Images.xcassets/check-icon.imageset/Contents.json rename to Gulps/Images.xcassets/check-icon.imageset/Contents.json diff --git a/BigGulp/Images.xcassets/check-icon.imageset/check-icon.pdf b/Gulps/Images.xcassets/check-icon.imageset/check-icon.pdf similarity index 100% rename from BigGulp/Images.xcassets/check-icon.imageset/check-icon.pdf rename to Gulps/Images.xcassets/check-icon.imageset/check-icon.pdf diff --git a/BigGulp/Images.xcassets/drink-icon.imageset/Contents.json b/Gulps/Images.xcassets/drink-icon.imageset/Contents.json similarity index 100% rename from BigGulp/Images.xcassets/drink-icon.imageset/Contents.json rename to Gulps/Images.xcassets/drink-icon.imageset/Contents.json diff --git a/BigGulp/Images.xcassets/drink-icon.imageset/drink-icon.pdf b/Gulps/Images.xcassets/drink-icon.imageset/drink-icon.pdf similarity index 100% rename from BigGulp/Images.xcassets/drink-icon.imageset/drink-icon.pdf rename to Gulps/Images.xcassets/drink-icon.imageset/drink-icon.pdf diff --git a/BigGulp/Images.xcassets/large-icon.imageset/Contents.json b/Gulps/Images.xcassets/large-icon.imageset/Contents.json similarity index 100% rename from BigGulp/Images.xcassets/large-icon.imageset/Contents.json rename to Gulps/Images.xcassets/large-icon.imageset/Contents.json diff --git a/BigGulp/Images.xcassets/large-icon.imageset/large-icon.pdf b/Gulps/Images.xcassets/large-icon.imageset/large-icon.pdf similarity index 100% rename from BigGulp/Images.xcassets/large-icon.imageset/large-icon.pdf rename to Gulps/Images.xcassets/large-icon.imageset/large-icon.pdf diff --git a/BigGulp/Images.xcassets/minus-icon.imageset/Contents.json b/Gulps/Images.xcassets/minus-icon.imageset/Contents.json similarity index 100% rename from BigGulp/Images.xcassets/minus-icon.imageset/Contents.json rename to Gulps/Images.xcassets/minus-icon.imageset/Contents.json diff --git a/BigGulp/Images.xcassets/minus-icon.imageset/minus-icon.pdf b/Gulps/Images.xcassets/minus-icon.imageset/minus-icon.pdf similarity index 100% rename from BigGulp/Images.xcassets/minus-icon.imageset/minus-icon.pdf rename to Gulps/Images.xcassets/minus-icon.imageset/minus-icon.pdf diff --git a/BigGulp/Images.xcassets/next-icon.imageset/Contents.json b/Gulps/Images.xcassets/next-icon.imageset/Contents.json similarity index 100% rename from BigGulp/Images.xcassets/next-icon.imageset/Contents.json rename to Gulps/Images.xcassets/next-icon.imageset/Contents.json diff --git a/BigGulp/Images.xcassets/next-icon.imageset/next-icon.pdf b/Gulps/Images.xcassets/next-icon.imageset/next-icon.pdf similarity index 100% rename from BigGulp/Images.xcassets/next-icon.imageset/next-icon.pdf rename to Gulps/Images.xcassets/next-icon.imageset/next-icon.pdf diff --git a/BigGulp/Images.xcassets/plus-icon.imageset/Contents.json b/Gulps/Images.xcassets/plus-icon.imageset/Contents.json similarity index 100% rename from BigGulp/Images.xcassets/plus-icon.imageset/Contents.json rename to Gulps/Images.xcassets/plus-icon.imageset/Contents.json diff --git a/BigGulp/Images.xcassets/plus-icon.imageset/plus-icon.pdf b/Gulps/Images.xcassets/plus-icon.imageset/plus-icon.pdf similarity index 100% rename from BigGulp/Images.xcassets/plus-icon.imageset/plus-icon.pdf rename to Gulps/Images.xcassets/plus-icon.imageset/plus-icon.pdf diff --git a/BigGulp/Images.xcassets/prev-icon.imageset/Contents.json b/Gulps/Images.xcassets/prev-icon.imageset/Contents.json similarity index 100% rename from BigGulp/Images.xcassets/prev-icon.imageset/Contents.json rename to Gulps/Images.xcassets/prev-icon.imageset/Contents.json diff --git a/BigGulp/Images.xcassets/prev-icon.imageset/prev-icon.pdf b/Gulps/Images.xcassets/prev-icon.imageset/prev-icon.pdf similarity index 100% rename from BigGulp/Images.xcassets/prev-icon.imageset/prev-icon.pdf rename to Gulps/Images.xcassets/prev-icon.imageset/prev-icon.pdf diff --git a/BigGulp/Images.xcassets/settings-icon.imageset/Contents.json b/Gulps/Images.xcassets/settings-icon.imageset/Contents.json similarity index 100% rename from BigGulp/Images.xcassets/settings-icon.imageset/Contents.json rename to Gulps/Images.xcassets/settings-icon.imageset/Contents.json diff --git a/BigGulp/Images.xcassets/settings-icon.imageset/settings-icon.pdf b/Gulps/Images.xcassets/settings-icon.imageset/settings-icon.pdf similarity index 100% rename from BigGulp/Images.xcassets/settings-icon.imageset/settings-icon.pdf rename to Gulps/Images.xcassets/settings-icon.imageset/settings-icon.pdf diff --git a/BigGulp/Images.xcassets/small-icon.imageset/Contents.json b/Gulps/Images.xcassets/small-icon.imageset/Contents.json similarity index 100% rename from BigGulp/Images.xcassets/small-icon.imageset/Contents.json rename to Gulps/Images.xcassets/small-icon.imageset/Contents.json diff --git a/BigGulp/Images.xcassets/small-icon.imageset/small-icon.pdf b/Gulps/Images.xcassets/small-icon.imageset/small-icon.pdf similarity index 100% rename from BigGulp/Images.xcassets/small-icon.imageset/small-icon.pdf rename to Gulps/Images.xcassets/small-icon.imageset/small-icon.pdf diff --git a/BigGulp/Images.xcassets/small-tiny-icon.imageset/Contents.json b/Gulps/Images.xcassets/small-tiny-icon.imageset/Contents.json similarity index 100% rename from BigGulp/Images.xcassets/small-tiny-icon.imageset/Contents.json rename to Gulps/Images.xcassets/small-tiny-icon.imageset/Contents.json diff --git a/BigGulp/Images.xcassets/small-tiny-icon.imageset/small-tiny-icon.pdf b/Gulps/Images.xcassets/small-tiny-icon.imageset/small-tiny-icon.pdf similarity index 100% rename from BigGulp/Images.xcassets/small-tiny-icon.imageset/small-tiny-icon.pdf rename to Gulps/Images.xcassets/small-tiny-icon.imageset/small-tiny-icon.pdf diff --git a/BigGulp/Images.xcassets/tiny-check.imageset/Contents.json b/Gulps/Images.xcassets/tiny-check.imageset/Contents.json similarity index 100% rename from BigGulp/Images.xcassets/tiny-check.imageset/Contents.json rename to Gulps/Images.xcassets/tiny-check.imageset/Contents.json diff --git a/BigGulp/Images.xcassets/tiny-check.imageset/tiny-check.pdf b/Gulps/Images.xcassets/tiny-check.imageset/tiny-check.pdf similarity index 100% rename from BigGulp/Images.xcassets/tiny-check.imageset/tiny-check.pdf rename to Gulps/Images.xcassets/tiny-check.imageset/tiny-check.pdf diff --git a/BigGulp/Images.xcassets/tiny-x.imageset/Contents.json b/Gulps/Images.xcassets/tiny-x.imageset/Contents.json similarity index 100% rename from BigGulp/Images.xcassets/tiny-x.imageset/Contents.json rename to Gulps/Images.xcassets/tiny-x.imageset/Contents.json diff --git a/BigGulp/Images.xcassets/tiny-x.imageset/tiny-x.pdf b/Gulps/Images.xcassets/tiny-x.imageset/tiny-x.pdf similarity index 100% rename from BigGulp/Images.xcassets/tiny-x.imageset/tiny-x.pdf rename to Gulps/Images.xcassets/tiny-x.imageset/tiny-x.pdf diff --git a/BigGulp/Info.plist b/Gulps/Info.plist similarity index 97% rename from BigGulp/Info.plist rename to Gulps/Info.plist index 76538bf..f7b6c6b 100644 --- a/BigGulp/Info.plist +++ b/Gulps/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.1.1 + 1.1.2 CFBundleSignature ???? CFBundleVersion - 9 + 10 LSRequiresIPhoneOS UIAppFonts diff --git a/BigGulp/Model/Entry.swift b/Gulps/Model/Entry.swift similarity index 100% rename from BigGulp/Model/Entry.swift rename to Gulps/Model/Entry.swift diff --git a/BigGulp/Model/EntryHandler.swift b/Gulps/Model/EntryHandler.swift similarity index 100% rename from BigGulp/Model/EntryHandler.swift rename to Gulps/Model/EntryHandler.swift diff --git a/BigGulp/Model/Gulp.swift b/Gulps/Model/Gulp.swift similarity index 100% rename from BigGulp/Model/Gulp.swift rename to Gulps/Model/Gulp.swift diff --git a/BigGulp/Resources/Fonts/KaushanScript.ttf b/Gulps/Resources/Fonts/KaushanScript.ttf similarity index 100% rename from BigGulp/Resources/Fonts/KaushanScript.ttf rename to Gulps/Resources/Fonts/KaushanScript.ttf diff --git a/BigGulp/Resources/Fonts/Lato-Light.ttf b/Gulps/Resources/Fonts/Lato-Light.ttf similarity index 100% rename from BigGulp/Resources/Fonts/Lato-Light.ttf rename to Gulps/Resources/Fonts/Lato-Light.ttf diff --git a/BigGulp/Support/Colors.swift b/Gulps/Support/Colors.swift similarity index 100% rename from BigGulp/Support/Colors.swift rename to Gulps/Support/Colors.swift diff --git a/BigGulp/Support/Globals.swift b/Gulps/Support/Globals.swift similarity index 100% rename from BigGulp/Support/Globals.swift rename to Gulps/Support/Globals.swift diff --git a/BigGulp/Support/NSUserDefaults-BigGulp.swift b/Gulps/Support/NSUserDefaults-BigGulp.swift similarity index 100% rename from BigGulp/Support/NSUserDefaults-BigGulp.swift rename to Gulps/Support/NSUserDefaults-BigGulp.swift diff --git a/BigGulp/Support/NotificationHelper.swift b/Gulps/Support/NotificationHelper.swift similarity index 100% rename from BigGulp/Support/NotificationHelper.swift rename to Gulps/Support/NotificationHelper.swift diff --git a/BigGulp/Support/ProgressMeter.swift b/Gulps/Support/ProgressMeter.swift similarity index 100% rename from BigGulp/Support/ProgressMeter.swift rename to Gulps/Support/ProgressMeter.swift diff --git a/BigGulp/Support/Settings.swift b/Gulps/Support/Settings.swift similarity index 100% rename from BigGulp/Support/Settings.swift rename to Gulps/Support/Settings.swift diff --git a/BigGulp/ViewControllers/CalendarViewController.swift b/Gulps/ViewControllers/CalendarViewController.swift similarity index 100% rename from BigGulp/ViewControllers/CalendarViewController.swift rename to Gulps/ViewControllers/CalendarViewController.swift diff --git a/BigGulp/ViewControllers/DrinkViewController+Animations.swift b/Gulps/ViewControllers/DrinkViewController+Animations.swift similarity index 100% rename from BigGulp/ViewControllers/DrinkViewController+Animations.swift rename to Gulps/ViewControllers/DrinkViewController+Animations.swift diff --git a/BigGulp/ViewControllers/DrinkViewController.swift b/Gulps/ViewControllers/DrinkViewController.swift similarity index 100% rename from BigGulp/ViewControllers/DrinkViewController.swift rename to Gulps/ViewControllers/DrinkViewController.swift diff --git a/BigGulp/ViewControllers/Onboarding/GoalViewController.swift b/Gulps/ViewControllers/Onboarding/GoalViewController.swift similarity index 100% rename from BigGulp/ViewControllers/Onboarding/GoalViewController.swift rename to Gulps/ViewControllers/Onboarding/GoalViewController.swift diff --git a/BigGulp/ViewControllers/Onboarding/GulpsViewController.swift b/Gulps/ViewControllers/Onboarding/GulpsViewController.swift similarity index 100% rename from BigGulp/ViewControllers/Onboarding/GulpsViewController.swift rename to Gulps/ViewControllers/Onboarding/GulpsViewController.swift diff --git a/BigGulp/ViewControllers/Onboarding/MeasureViewController.swift b/Gulps/ViewControllers/Onboarding/MeasureViewController.swift similarity index 100% rename from BigGulp/ViewControllers/Onboarding/MeasureViewController.swift rename to Gulps/ViewControllers/Onboarding/MeasureViewController.swift diff --git a/BigGulp/ViewControllers/Onboarding/NotificationViewController.swift b/Gulps/ViewControllers/Onboarding/NotificationViewController.swift similarity index 100% rename from BigGulp/ViewControllers/Onboarding/NotificationViewController.swift rename to Gulps/ViewControllers/Onboarding/NotificationViewController.swift diff --git a/BigGulp/ViewControllers/Onboarding/OnboardingViewController.swift b/Gulps/ViewControllers/Onboarding/OnboardingViewController.swift similarity index 100% rename from BigGulp/ViewControllers/Onboarding/OnboardingViewController.swift rename to Gulps/ViewControllers/Onboarding/OnboardingViewController.swift diff --git a/BigGulp/ViewControllers/SettingsViewController.swift b/Gulps/ViewControllers/SettingsViewController.swift similarity index 100% rename from BigGulp/ViewControllers/SettingsViewController.swift rename to Gulps/ViewControllers/SettingsViewController.swift diff --git a/BigGulpTests/DrinkViewControllerTests.swift b/GulpsTests/DrinkViewControllerTests.swift similarity index 100% rename from BigGulpTests/DrinkViewControllerTests.swift rename to GulpsTests/DrinkViewControllerTests.swift diff --git a/BigGulpTests/Info.plist b/GulpsTests/Info.plist similarity index 100% rename from BigGulpTests/Info.plist rename to GulpsTests/Info.plist diff --git a/BigGulpTests/ReferenceImages/DrinkViewControllerTests/when_a_big_gulp_is_added__should_update_the_progress_label@2x.png b/GulpsTests/ReferenceImages/DrinkViewControllerTests/when_a_big_gulp_is_added__should_update_the_progress_label@2x.png similarity index 100% rename from BigGulpTests/ReferenceImages/DrinkViewControllerTests/when_a_big_gulp_is_added__should_update_the_progress_label@2x.png rename to GulpsTests/ReferenceImages/DrinkViewControllerTests/when_a_big_gulp_is_added__should_update_the_progress_label@2x.png diff --git a/BigGulpTests/ReferenceImages/DrinkViewControllerTests/when_a_small_gulp_is_added__should_update_the_progress@2x.png b/GulpsTests/ReferenceImages/DrinkViewControllerTests/when_a_small_gulp_is_added__should_update_the_progress@2x.png similarity index 100% rename from BigGulpTests/ReferenceImages/DrinkViewControllerTests/when_a_small_gulp_is_added__should_update_the_progress@2x.png rename to GulpsTests/ReferenceImages/DrinkViewControllerTests/when_a_small_gulp_is_added__should_update_the_progress@2x.png diff --git a/BigGulpTests/ReferenceImages/DrinkViewControllerTests/when_the_controller_loads__should_present_an_empty_meter@2x.png b/GulpsTests/ReferenceImages/DrinkViewControllerTests/when_the_controller_loads__should_present_an_empty_meter@2x.png similarity index 100% rename from BigGulpTests/ReferenceImages/DrinkViewControllerTests/when_the_controller_loads__should_present_an_empty_meter@2x.png rename to GulpsTests/ReferenceImages/DrinkViewControllerTests/when_the_controller_loads__should_present_an_empty_meter@2x.png diff --git a/BigGulpToday/BigGulpToday.entitlements b/GulpsToday/GulpsToday.entitlements similarity index 100% rename from BigGulpToday/BigGulpToday.entitlements rename to GulpsToday/GulpsToday.entitlements diff --git a/BigGulpToday/Info.plist b/GulpsToday/Info.plist similarity index 95% rename from BigGulpToday/Info.plist rename to GulpsToday/Info.plist index 51c2328..d4222f9 100644 --- a/BigGulpToday/Info.plist +++ b/GulpsToday/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 1.1.1 + 1.1.2 CFBundleSignature ???? CFBundleVersion - 9 + 10 NSExtension NSExtensionMainStoryboard diff --git a/BigGulpToday/MainInterface.storyboard b/GulpsToday/MainInterface.storyboard similarity index 100% rename from BigGulpToday/MainInterface.storyboard rename to GulpsToday/MainInterface.storyboard diff --git a/BigGulpToday/TodayViewController+Animation.swift b/GulpsToday/TodayViewController+Animation.swift similarity index 100% rename from BigGulpToday/TodayViewController+Animation.swift rename to GulpsToday/TodayViewController+Animation.swift diff --git a/BigGulpToday/TodayViewController.swift b/GulpsToday/TodayViewController.swift similarity index 100% rename from BigGulpToday/TodayViewController.swift rename to GulpsToday/TodayViewController.swift diff --git a/Podfile b/Podfile index af8af9a..e98d48e 100644 --- a/Podfile +++ b/Podfile @@ -1,22 +1,40 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' -pod 'pop', '~> 1.0' -pod 'MMWormhole', '~> 1.1' -pod 'Realm', '~> 0.91' -pod 'AMPopTip', '~> 0.7' -pod 'UICountingLabel', '~> 1.2' -pod 'Realm', '~> 0.91' -pod 'JTCalendar', git: 'https://github.com/andreamazz/JTCalendar', branch: 'develop' -pod 'AMWaveTransition', '~> 0.5' -pod 'AHKActionSheet', '~> 0.5' -pod 'DPMeterView', git: 'https://github.com/andreamazz/DPMeterView' +def common_pods + pod 'Realm', '~> 0.91' + pod 'AMWaveTransition', '~> 0.5' + pod 'AHKActionSheet', '~> 0.5' + pod 'pop', '~> 1.0' + pod 'MMWormhole', '~> 1.1' + pod 'AMPopTip', '~> 0.7' + pod 'UICountingLabel', '~> 1.2' + pod 'JTCalendar', git: 'https://github.com/andreamazz/JTCalendar', branch: 'develop' + pod 'DPMeterView', git: 'https://github.com/andreamazz/DPMeterView' +end + +target 'Gulps' do + common_pods +end -target 'BigGulpTests', exclusive: true do +target 'GulpsTests' do + common_pods pod 'Nimble' pod 'Quick' pod 'Nimble-Snapshots' end +target 'GulpsToday' do + pod 'Realm', '~> 0.91' + pod 'pop', '~> 1.0' + pod 'MMWormhole', '~> 1.1' +end + +target 'Gulps WatchKit Extension' do + pod 'Realm', '~> 0.91' + pod 'MMWormhole', '~> 1.1' +end + inhibit_all_warnings! use_frameworks! + diff --git a/Rakefile b/Rakefile new file mode 100644 index 0000000..53b38c8 --- /dev/null +++ b/Rakefile @@ -0,0 +1,12 @@ +desc "Run the test suite" + +task :test do + build = "xcodebuild \ + -workspace Gulps.xcworkspace \ + -scheme Gulps \ + -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=8.3'" + system "#{build} test | xcpretty --test --color" +end + +task :default => :test +