Frage

I'm building an iPhone app on windows, but have a macbook air that I keep around so that I can build my .ipk when I need to.

My question is: how (if it's possible) do I make my macbook build remotely (either by calling a command through ssh or similar), all the files are being synced already by dropbox, so i'm not concerned about how to get the files back and forth, just how to make my mac build remotely.

Thanks everyone!

War es hilfreich?

Lösung

You can build your project using xcodebuild. Log through ssh, go to project catalog and just run xcodebuild. You may add some parameters if required.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top