Please bear with me – I’ve never really used a Mac for more than a few hours at a time.
If I have a somewhat new Mac with OS X and Xcode setup in my network, would it be possible for me to push code to it to build/compile iOS apps, from non-OSX computers?
Thanks
I run Hudson on a mac. When I push code to the repository on github it is notified by github about the changes. Hudson will then pull the new code and build it using the xcodebuild command. Afterwards the app is uploaded to testflightapp.
Does that sound like what you mean when you say “push code to it” ?