cocoapods: 1.5.3 -> 1.6.0

Fixes #55458.
Fixes #55461.
This commit is contained in:
Lily Ballard
2019-02-10 20:03:00 -08:00
parent baf6ba553f
commit 51edcce46c
3 changed files with 60 additions and 41 deletions
+7 -6
View File
@@ -1,10 +1,11 @@
#!/usr/bin/env nix-shell
#! nix-shell -i bash -p bash ruby bundler bundix
rm Gemfile.lock
bundler install
bundix
BUNDIX_CACHE="$(mktemp -d)"
if [ "clean" == "$1" ]; then
rm -rf ~/.gem
fi
rm -f Gemfile.lock
bundler package --path "$BUNDIX_CACHE"
bundix --bundle-pack-path="$BUNDIX_CACHE"
rm -rf "$BUNDIX_CACHE"
rm -rf .bundle