xamarin-macios/dotnet/targets
Rolf Bjarne Kvinge bb465c38ef
[msbuild] Don't add frameworks with static libraries to Hot Restart apps. (#19300)
The main problem is that an app with unsigned executable code will fail any signing
verification, and the app won't install on device.

This is implemented by doing two changes:

1. Augment the FilterStaticFrameworks task to only filter out frameworks with
   static libraries (and thus keeping everything that's not a static framework, even
   if it's not even a framework).

2. Execute the FilterStaticFrameworks task to filter out static frameworks from
   the entire list of files to bundle in the hot restart app bundle.
2023-10-25 08:46:20 +02:00
..
.gitignore [dotnet] Templateify some build logic. (#10618) 2021-02-11 20:17:12 +01:00
AutoImport.template.props [dotnet] Generate the AutoImport.props file for each platform. (#15387) 2022-07-12 10:00:35 +02:00
Microsoft.Sdk.DefaultItems.template.props [net8.0] Revert multi-targeting support. (#19145) 2023-10-10 17:20:09 +02:00
Microsoft.Sdk.ImplicitNamespaceImports.template.props Merge remote-tracking branch 'origin/main' into net7.0 2022-07-12 11:18:39 +02:00
Microsoft.Sdk.Versions.template.props [net8.0] Revert multi-targeting support. (#19145) 2023-10-10 17:20:09 +02:00
Xamarin.Shared.Sdk.DefaultItems.targets [dotnet] Remove support for MtouchArch and XamMacArch. (#19319) 2023-10-25 08:33:06 +02:00
Xamarin.Shared.Sdk.Publish.targets [net8.0] Change the default RuntimeIdentifier. (#18495) 2023-08-07 17:51:37 +02:00
Xamarin.Shared.Sdk.TargetFrameworkInference.props [dotnet] Normalize the casing of the 'TargetPlatformIdentifier' value on Mac Catalyst. (#10617) 2021-02-11 20:19:36 +01:00
Xamarin.Shared.Sdk.props [dotnet] Complete support for universal builds when using NativeAOT. (#19183) 2023-10-16 10:19:55 +02:00
Xamarin.Shared.Sdk.targets [msbuild] Don't add frameworks with static libraries to Hot Restart apps. (#19300) 2023-10-25 08:46:20 +02:00