lib/stanwood/project_creator.rb in stanwood-0.2.1 vs lib/stanwood/project_creator.rb in stanwood-0.3.0
- old
+ new
@@ -3,18 +3,20 @@
class ProjectCreator
def execute(project_name, platform)
case
when platform == "--ios"
- # system("echo Cloning Xcode Template")
+ puts "\nššš"
+ system("ls")
+ system("sh /Users/talzion/Stanwood/stanwood-xctemplate/lib/stanwood/create.sh " + project_name)
# system("git clone git@github.com:stanwood/Xcode_Templates_iOS.git /echo tmp/xcode_template")
#
# system("Running...")
# system("chmod +x ruby /tmp/xcode_template/Template/configure ", project_name)
#
# system("echo Finishing installation")
# system("rm -rf /tmp/xcode_template")
- puts "\nššš We are working on this awesome feature for iOS. Stay tuned!!! ššš\n\n"
+ puts "\nššš"
exit
when platform == "--backend"
puts "\nššš We are working on this awesome feature for Backend. Stay tuned!!! ššš\n\n"
exit
when platform == "--android"