File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,5 +3,4 @@ source "http://rubygems.org"
33gem "cocoapods"
44gem "fastlane"
55gem "jazzy" , ">= 0.9.0"
6- gem "rake"
76gem "xcpretty"
Original file line number Diff line number Diff line change 198198 os (1.1.0 )
199199 plist (3.5.0 )
200200 public_suffix (2.0.5 )
201- rake (13.0.1 )
202201 redcarpet (3.5.0 )
203202 representable (3.0.4 )
204203 declarative (< 0.1.0 )
@@ -259,7 +258,6 @@ DEPENDENCIES
259258 cocoapods
260259 fastlane
261260 jazzy (>= 0.9.0 )
262- rake
263261 xcpretty
264262
265263BUNDLED WITH
Original file line number Diff line number Diff line change @@ -3,14 +3,12 @@ default: test
33test : unit-test ui-test
44
55unit-test :
6- bundle exec rake \
7- " test:ios[QuickTableViewController-iOS]" \
8- " test:tvos[QuickTableViewController-tvOS]" \
6+ bundle exec fastlane ios unit_tests
7+ bundle exec fastlane tvos unit_tests
98
109ui-test :
11- bundle exec rake \
12- " test:ios[Example-iOS]" \
13- " test:tvos[Example-tvOS]"
10+ bundle exec fastlane ios ui_tests
11+ bundle exec fastlane tvos ui_tests
1412
1513ci-test : unit-test ui-test
1614 make -B carthage
2826carthage :
2927 set -o pipefail && carthage build --no-skip-current --verbose | bundle exec xcpretty -c
3028
31- coverage :
32- slather coverage -s --input-format profdata --workspace QuickTableViewController.xcworkspace --scheme QuickTableViewController-iOS QuickTableViewController.xcodeproj
33-
3429docs :
3530 test -d docs || git clone -b gh-pages --single-branch https://github.com/bcylin/QuickTableViewController.git docs
3631 cd docs && git fetch origin gh-pages && git clean -f -d
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments