setup.sh 333 B

12345678910111213141516
  1. #!/bin/bash
  2. # workaround https://github.com/CocoaPods/CocoaPods/issues/11355
  3. # sed -i '' $'1s/^/source "https:\\/\\/github.com\\/CocoaPods\\/Specs.git"\\\n\\\n/' Podfile
  4. # Install Ruby Bundler
  5. gem install bundler:2.3.11
  6. # Install Ruby Gems
  7. bundle install
  8. # Setup notification endpoint
  9. bundle exec arkana
  10. bundle exec pod install