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:
manuroe
2021-02-05 09:31:18 +01:00
parent ac424153b5
commit 833a6faa7a
2 changed files with 1 additions and 1 deletions
+8
View File
@@ -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