cocoapods: init at 1.3.1 (#32583)
* cocoapods: init at 1.3.1 * requires xcode
This commit is contained in:
committed by
Matthew Justin Bauer
parent
aeff4242db
commit
f5b3f9962e
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env nix-shell
|
||||
#! nix-shell -i bash -p bash ruby bundler bundix
|
||||
|
||||
rm Gemfile.lock
|
||||
bundler install
|
||||
bundix
|
||||
|
||||
if [ "clean" == "$1" ]; then
|
||||
rm -rf ~/.gem
|
||||
fi
|
||||
Reference in New Issue
Block a user