We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93927e3 commit 1218602Copy full SHA for 1218602
2 files changed
Makefile
@@ -1,7 +1,6 @@
1
install: brew-install bundle-install pod-install
2
3
brew-install:
4
- brew update
5
brew tap homebrew/bundle
6
brew bundle
7
@@ -11,7 +10,10 @@ bundle-install:
11
10
pod-install:
12
bundle exec pod install --no-repo-update
13
14
-setup: brew-install
+bootstrap:
+ brew tap homebrew/bundle
15
+ brew bundle
16
+ gem install bundler
17
bundle install
18
19
README.md
@@ -155,7 +155,7 @@ The displayed delimiter string can be customized by:
155
* Set up dependencies by running the following command in the project root:
156
157
```
158
- make setup
+ make bootstrap
159
160
161
* Open **ICInputAccessory.xcworkspace** and run the demo app with the `Example` scheme.
0 commit comments