File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
install : brew-install bundle-install pod-install
2
2
3
3
brew-install :
4
- brew update
5
4
brew tap homebrew/bundle
6
5
brew bundle
7
6
@@ -11,7 +10,10 @@ bundle-install:
11
10
pod-install :
12
11
bundle exec pod install --no-repo-update
13
12
14
- setup : brew-install
13
+ bootstrap :
14
+ brew tap homebrew/bundle
15
+ brew bundle
16
+ gem install bundler
15
17
bundle install
16
18
bundle exec pod install --no-repo-update
17
19
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ The displayed delimiter string can be customized by:
155
155
* Set up dependencies by running the following command in the project root:
156
156
157
157
```
158
- make setup
158
+ make bootstrap
159
159
```
160
160
161
161
* Open ** ICInputAccessory.xcworkspace** and run the demo app with the ` Example ` scheme.
You can’t perform that action at this time.
0 commit comments