This repository has been archived by the owner on Oct 15, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
653936a
commit 228e260
Showing
126 changed files
with
1,348 additions
and
1,349 deletions.
There are no files selected for viewing
Binary file removed
BIN
-5.04 KB
BigGulp WatchKit App/Images.xcassets/AppIcon.appiconset/Icon-watch-172 copy.png
Binary file not shown.
Binary file removed
BIN
-5.76 KB
BigGulp WatchKit App/Images.xcassets/AppIcon.appiconset/Icon-watch-196 copy.png
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
source 'https://rubygems.org' | ||
|
||
gem 'cocoapods', '0.37.0.rc.1' | ||
gem 'xcpretty' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
BigGulp/Base.lproj/LaunchScreen.xib → Gulps/Base.lproj/LaunchScreen.xib
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,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! | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|