mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 02:52:45 +02:00
XcodeGen: Move createWorkspace.sh into Tools/XcodeGen
To keep the root folder clean. Rename it because it does not do same things anymore.
This commit is contained in:
@@ -0,0 +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
|
||||
Reference in New Issue
Block a user