nixpkgs/pkgs/development/mobile/cocoapods/update
Lily Ballard 51edcce46c cocoapods: 1.5.3 -> 1.6.0
Fixes #55458.
Fixes #55461.
2019-02-10 20:03:00 -08:00

12 lines
243 B
Plaintext
Executable file

#!/usr/bin/env nix-shell
#! nix-shell -i bash -p bash ruby bundler bundix
BUNDIX_CACHE="$(mktemp -d)"
rm -f Gemfile.lock
bundler package --path "$BUNDIX_CACHE"
bundix --bundle-pack-path="$BUNDIX_CACHE"
rm -rf "$BUNDIX_CACHE"
rm -rf .bundle