xamarin-macios/tests/dotnet/WidgetConsumer
Eric Sink b84b80902c
Build fixes (-dotnet) for app extensions (#14685)
Resolves #14285 

1.  Make sure `libextension-dotnet.a` gets built, and with the `-DEXTENSION` flag.
2.  Make sure `libextension-dotnet.a` gets included in the package alongside `libxamarin-dotnet.a`
3. At build time, make sure to link with the correct lib[tv]extension-dotnet.a library depending when we need to.
4. Add some tests.

Co-authored-by: Eric Sink <eric@Erics-MacBook-Pro.local>
Co-authored-by: Manuel de la Pena <mandel@microsoft.com>
Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
2022-04-25 16:56:52 +02:00
..
iOS Build fixes (-dotnet) for app extensions (#14685) 2022-04-25 16:56:52 +02:00
macOS Build fixes (-dotnet) for app extensions (#14685) 2022-04-25 16:56:52 +02:00
AppDelegate.cs Build fixes (-dotnet) for app extensions (#14685) 2022-04-25 16:56:52 +02:00
Makefile Build fixes (-dotnet) for app extensions (#14685) 2022-04-25 16:56:52 +02:00
README.md Build fixes (-dotnet) for app extensions (#14685) 2022-04-25 16:56:52 +02:00
shared.csproj Build fixes (-dotnet) for app extensions (#14685) 2022-04-25 16:56:52 +02:00
shared.mk Build fixes (-dotnet) for app extensions (#14685) 2022-04-25 16:56:52 +02:00

README.md

An app project with a widget extension project.

Widget extensions are only available on iOS and macOS, so this project is also only available on iOS and macOS.