xamarin-macios/msbuild/Xamarin.iOS.Tasks.Windows
Mauro Agnoletti 495ebc9ffd
[main] Hot Restart fixes (#18317)
- Update Hot Restart client to 1.0.119: bring latest isignsharp fix 71220d490a

- Added missing app markers back:
    - Added .stamp files to make incremental deployments work again and to avoid re-installing the application. We use .stamp files to know which files to copy on incremental deployments and also to avoid unnecessary app installations
    - Added .hotrestartapp file back to identify the main app entry point. We need this since the main entry point to dynamically load the app might change between Forms and MAUI (could be a .dll or an .exe), so we need a way to let the Hot Restart app to know which is the main assembly to load
    
- Fixed outputs in _CodesignHotRestartAppBundle target: the codesign was being executed always, causing the incremental builds to not work as expected.

- Ensure the _CodesignHotRestartAppBundle target is executed before the copy of the content files and not after: Hot Restart content files doesn't affect the code signing, so they don't need to be copied before the signing process. Copying the content files before the code sign was causing unwanted behaviors and errors since the code sign logic will try to clear the signing folder before the execution, to avoid mixing old and new content
2023-05-26 16:24:30 +02:00
..
Properties [msbuild] Remove the CollectDynamicFrameworks task, it's no longer used. 2023-04-20 18:21:17 +02:00
Tasks Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
Xamarin.Messaging.Apple.targets Avoid executing _VerifyXcodeVersion when there's no connection to a Mac (#15026) 2022-05-16 12:30:49 +02:00
Xamarin.iOS.Common.After.props [dotnet] Initial support for .NET6 from Windows (#10590) 2021-02-12 07:43:17 +01:00
Xamarin.iOS.Common.After.targets [msbuild] Add a missing 'UsingTask' for the FindILLink task. (#18334) 2023-05-25 18:32:25 +02:00
Xamarin.iOS.Common.Before.props [dotnet] Initial support for .NET6 from Windows (#10590) 2021-02-12 07:43:17 +01:00
Xamarin.iOS.Common.Before.targets [dotnet] Initial support for .NET6 from Windows (#10590) 2021-02-12 07:43:17 +01:00
Xamarin.iOS.HotRestart.props [msbuild] Change the logic about how the prebuilt app bundle is decompressed. 2023-04-20 18:21:18 +02:00
Xamarin.iOS.HotRestart.targets [main] Hot Restart fixes (#18317) 2023-05-26 16:24:30 +02:00
Xamarin.iOS.ObjCBinding.CSharp.After.props Fixed iOS Binding projects build in Windows 2021-03-18 18:20:24 -03:00
Xamarin.iOS.ObjCBinding.CSharp.After.targets Fixed iOS Binding projects build in Windows 2021-03-18 18:20:24 -03:00
Xamarin.iOS.ObjCBinding.Common.After.props [msbuild/dotnet] Fix building binding projects on Windows in .NET (#14704) 2022-04-22 16:17:03 +02:00
Xamarin.iOS.ObjCBinding.Common.Before.targets [msbuild/dotnet] Fix building binding projects on Windows in .NET (#14704) 2022-04-22 16:17:03 +02:00
Xamarin.iOS.Tasks.Windows.csproj [msbuild/dotnet] Rework Hot Restart builds. 2023-04-20 18:21:17 +02:00
Xamarin.iOS.WatchApp.Common.After.targets [dotnet] Initial support for .NET6 from Windows (#10590) 2021-02-12 07:43:17 +01:00
Xamarin.iOS.Windows.After.targets Added Hot Restart support into the SDK (#12293) 2021-08-05 09:19:51 +02:00
Xamarin.iOS.Windows.Before.targets [dotnet] Initial support for .NET6 from Windows (#10590) 2021-02-12 07:43:17 +01:00
Xamarin.iOS.Windows.props [build] Create Microsoft.iOS.Windows.Sdk workload pack (#11251) 2021-04-27 07:44:51 +02:00
Zip.cs Autoformat msbuild projects. (#16132) 2022-09-28 16:25:35 +02:00