chore: workaround CocoaPods CDN issue

This commit is contained in:
CMK 2022-05-11 19:39:58 +08:00
parent 66d23432c1
commit 9d0e2b68b4
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
#!/bin/bash
# workaround https://github.com/CocoaPods/CocoaPods/issues/11355
echo "$(echo -n 'source "https://github.com/CocoaPods/Specs.git"\n'; cat Podfile)" > Podfile
# Install Ruby Bundler
gem install bundler:2.3.11