Skip to content

Commit 617aef5

Browse files
committed
Remove Brewfile
1 parent 8c9832d commit 617aef5

File tree

5 files changed

+2
-20
lines changed

5 files changed

+2
-20
lines changed

.slather.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ cache:
77
- Pods
88
before_install:
99
- export LANG=en_US.UTF-8
10-
- brew tap homebrew/bundle
11-
- brew bundle
1210
install:
1311
- bundle install --without development --deployment --jobs=3 --retry=3
1412
- bundle exec pod install

Brewfile

Lines changed: 0 additions & 2 deletions
This file was deleted.

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
bootstrap:
2-
brew tap homebrew/bundle
3-
brew bundle
2+
gem install bundler
43
bundle install
54
# pod install
65
bundle exec pod keys set BaseAPIURL "https://polydice.com/iCook-tvOS/demo/"

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ A tvOS app that plays [iCook TV](https://tv.icook.tw/) videos.
1010

1111
## Setup
1212

13-
Install [Homebrew](http://brew.sh/) and [Bundler](http://bundler.io/):
13+
Install [Bundler](http://bundler.io/):
1414

1515
```
16-
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
1716
gem install bundler
1817
```
1918

@@ -30,8 +29,6 @@ make bootstrap
3029
If you work at Polydice, instead of `make bootstrap`, set up the project step by step with the following commands. Fill in the credentials and ask admin for required files.
3130

3231
```
33-
brew tap homebrew/bundle
34-
brew bundle
3532
bundle install
3633
bundle exec pod install
3734
```

0 commit comments

Comments
 (0)