Modifications after review

This commit is contained in:
Gil Eluard
2020-12-20 23:03:20 +01:00
parent 2f5357faa2
commit 190b2b4e81
11 changed files with 632 additions and 160 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
#!/bin/bash
cp IDETemplateMacros.plist Riot.xcodeproj/xcshareddata/
if [ $(gem list bundler -i) ]; then
bundle install
bundle exec pod install
else
pod install
fi
fi