mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 15:09:31 +02:00
Updated fastlane file to launch xcodegen
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user