mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 18:42:47 +02:00
833a6faa7a
To keep the root folder clean. Rename it because it does not do same things anymore.
9 lines
178 B
Bash
9 lines
178 B
Bash
#!/bin/bash
|
|
cp IDETemplateMacros.plist Riot.xcodeproj/xcshareddata/
|
|
# if [ $(gem list bundler -i) ]; then
|
|
# bundle install
|
|
# bundle exec pod install
|
|
# else
|
|
# pod install
|
|
# fi
|