Updated fastlane file to launch xcodegen

This commit is contained in:
Gil Eluard
2021-01-05 09:44:07 +01:00
parent a4f7f0cfc9
commit f8b6c08304

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
# if [ $(gem list bundler -i) ]; then
# bundle install
# bundle exec pod install
# else
# pod install
# fi