kareman / SwiftShell

A Swift framework for shell scripting.
https://kareman.github.io/SwiftShell
MIT License
1.03k stars 87 forks source link

Can this framework call xctool cmd? #30

Closed myafer closed 7 years ago

myafer commented 7 years ago

I want use this for call xctool to build my project and then uplaod to my sever. Could you give me some suggestion or a demo for me. Thanks!

kareman commented 7 years ago

Sure, do you want to make a commandline application written in Swift to do this? What xctool commands do you want to run? What type of server are you uploading to?

myafer commented 7 years ago

Thx for your reply. I had call the xcbuild to build and package the project. Your framework is very good ! And could you me some suggestion about this https://github.com/myafer/HHSSJJ/blob/master/HHSSJJ/main.swift

kareman commented 7 years ago

Okay, I have some comments:

myafer commented 7 years ago

OK, thank you very much!