6 lines
51 B
Bash
6 lines
51 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
bundle install
|
||
|
|
||
|
bundle exec pod install
|