Bridges the worlds of .NET with the native APIs of macOS, iOS, tvOS, and watchOS.
Перейти к файлу
Rolf Bjarne Kvinge d775794fd2
[dotnet] Create and parse runtimeconfig.bin when using CoreCLR. (#12122)
We need to process the runtimeconfig.json file somehow when using CoreCLR, and
the embedding API we use (coreclr_initialize) won't parse it for us. So re-use
the logic we already have to process runtimeconfig.json for MonoVM (which
involves converting it to a binary format at build time, which we then process
at runtime).
2021-07-16 16:15:17 +02:00
.github/workflows
Localize
builds
docs
dotnet [dotnet] Create and parse runtimeconfig.bin when using CoreCLR. (#12122) 2021-07-16 16:15:17 +02:00
eng
external
fsharp
jenkins
mk Bump maccore. (#12127) 2021-07-16 09:30:01 +02:00
mono
msbuild
opentk
runtime [dotnet] Create and parse runtimeconfig.bin when using CoreCLR. (#12122) 2021-07-16 16:15:17 +02:00
src [ObjCRuntime] Fix Runtime.GetIsARM64CallingConvention to be correct on M1. (#12124) 2021-07-16 09:33:22 +02:00
tests
tools [devops] Fix detection of breaking changes in the api comparison. (#12123) 2021-07-16 09:34:11 +02:00
.editorconfig
.gitignore
.gitmodules
CODEOWNERS
ISSUE_TEMPLATE.md
LICENSE
Make.config
Make.versions
Makefile
NOTICE.txt
NuGet.config
README.md
SECURITY.MD
Versions-ios.plist.in
Versions-mac.plist.in
Xamarin.Mac.sln
Xamarin.iOS.sln
banner.png
configure
global.json
mac-entitlements.plist
product.snk
system-dependencies.sh
versions-check.csharp

README.md

Xamarin.iOS + Xamarin.Mac logo

Xamarin.iOS & Xamarin.Mac

Welcome!

This module is the main repository for both Xamarin.iOS and Xamarin.Mac.

These SDKs allow us to create native iOS, tvOS, watchOS and macOS 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—Visual Studio for Mac and Visual Studio—at our fingertips.

This repository is where we do development for the Xamarin.iOS and Xamarin.Mac SDKs. There are a few ways that you can contribute, for example:

Contributing

If you are interested in fixing issues and contributing directly to the code base, please see the document How to Contribute, which covers the following:

Downloads

The preferred method for installing Xamarin.iOS and Mac is to use the Visual Studio installers (Windows, Mac).

The team also strongly recommends using the latest Xamarin SDK and Xcode whenever possible.

However, we provide links to older Xamarin.iOS and Mac packages for macOS downgrades and build machine configuration.

Version Xamarin.iOS Xamarin.Mac
d16.9 (Xcode 12.5) 14.16.0.5 7.10.0.5
d16.9 14.14.2.5 7.8.2.5
d16.8 (Xcode 12.4) 14.10.0.4 7.4.0.10
d16.8 (Xcode 12.3) 14.8.0.3 7.2.0.3
d16.8 (Xcode 12.2) 14.6.0.15 7.0.0.15
d16.8 14.4.1.3 6.22.1.26
d16.7 14.2.0.12 6.20.2.2
d16.6 13.18.2.1 6.18.2.1
d16.5 13.16.0.13 6.16.0.13
d16.4 13.10.0.21 6.10.0.21
d16.3 13.6.0.12 6.6.0.12
d16.2 12.14.0.114 5.14.0.114
d16.1 12.10.0.157 5.10.0.157
d16.0 12.8.0.2 5.8.0.0

Feedback

Discord

License

Copyright (c) .NET Foundation Contributors. All rights reserved. Licensed under the MIT License.