From acb57749e6950b8e997da036b52d34bb42556cc8 Mon Sep 17 00:00:00 2001 From: Vincent Dondain Date: Mon, 16 May 2016 13:04:29 +0200 Subject: [PATCH] Update README.md - Add description of the frameworks. (copied from https://developer.xamarin.com/guides/ios/getting_started/) - Mention tvOS and watchOS. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 244700136cd4..cc69f2b69750 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Xamarin.iOS & Xamarin.Mac # -This module is the main repository for both Xamarin.iOS and Xamarin.Mac. +This module is the main repository for both **Xamarin.iOS** and **Xamarin.Mac**. + +These frameworks allow us to create native iOS, tvOS, watchOS and Mac applications using the same UI controls we would in Objective-C and Xcode, except with the flexibility and elegance of a modern language (C#), the power of the .NET Base Class Library (BCL), and two first-class IDEs—Xamarin Studio and Visual Studio—at our fingertips. ## Build requirements ##