xamarin-macios/docs
Rolf Bjarne Kvinge c303a9c7c7
[dotnet] Multi target with Xcode 15.0 (#20155)
Add multi-targeting support for our initial .NET 8 packs (for Xcode
15.0).

This means a library/binding project can do:

```xml
<TargetFrameworks>net8.0-ios17.0;net8.0-ios17.2</TargetFrameworks>
```

and the library will be built in two varieties: once using our iOS 17.0
bindings, and once using our iOS 17.2 bindings.

An app project can also do:

```xml
<TargetFramework>net8.0-ios17.0</TargetFramework>
```

to build with the iOS 17.0 bindings (which is typically not very useful,
since building with the latest iOS SDK is usually best).
2024-02-28 09:03:53 +01:00
..
website [src] Remove the Protocolize attribute. (#19684) 2024-01-11 16:23:15 +01:00
CORECLR.md [configure] Add option to use a locally built dotnet/runtime. (#11643) 2021-05-21 22:18:25 +02:00
bindas.md [docs] Document how to add support for new BindAs types. 2017-09-25 16:38:21 +02:00
bug-repro.md [fabricbot] Handle the 'need-repro' label. (#17272) 2023-01-18 18:33:48 +01:00
code-sharing-with-user-frameworks.md [docs] Clearify wording a bit about code sharing occuring once per architecture. 2017-02-20 17:14:14 +01:00
configuration-properties.md [docs] Document properties for configurations (#17940) 2023-03-30 12:22:32 -07:00
managed-static-registrar.md [docs] Improve a few things in the managed static registrar doc. (#19368) 2023-10-29 13:09:03 -04:00
multi-target-framework.md [dotnet] Multi target with Xcode 15.0 (#20155) 2024-02-28 09:03:53 +01:00
nativeaot.md [docs] Document NativeAOT support. Fixes #18585. (#19362) 2023-11-09 16:05:54 +01:00
preparing-your-app-for-testflight.md [docs]Created a doc for preparing an app for TestFlight (#18125) 2023-05-30 17:46:10 -04:00