Top

FAKE Tag

Continuous delivery for Xamarin.iOS projects with TeamCity, FAKE and HockeyApp

With this new post we are going to learn how to add continuous delivery to a Xamarin.iOS project. Main components are FAKE as build automation system, TeamCity as continuous integration and deployment server and HockeyApp as storage, distribution and notification service of our client deliveries.         The advantages of continuous delivery are huge, provides visibility to projects that make use of it and speed up their development process, apart from saving time turning the delivery management into an easy task. I suppose the reader of this article has some experience configuring projects and build configurations in TeamCity. These are the ingredients and cooking procedure: -A Mac/Mac Mini with OSX and Xamarin.iOS installed. (Check you have mono and curl in your PATH environment variable) -Install TeamCity Agent in OSX. (I suggest you to install it as a login item, to ensure it gets executed...

With this new post we are goi...

Read More