xamarin-macios/msbuild
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
..
Messaging/Xamarin.Messaging.Build Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
Xamarin.HotRestart.PreBuilt [dotnet] Create an MSBuild property for the current min OS version. (#17034) 2023-01-10 21:18:39 +01:00
Xamarin.Localization.MSBuild Localized file check-in by OneLocBuild Task: Build definition ID 17751: Build ID 7800490 (#18306) 2023-05-23 08:26:52 +02:00
Xamarin.Mac.Tasks Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
Xamarin.MacDev.Tasks [msbuild] Make the GetFileSystemEntries task capable of copying files to the Mac. (#18324) 2023-05-25 16:34:04 +02:00
Xamarin.ObjcBinding.Tasks [msbuild] Remove support for XI/Classic. (#976) 2016-10-13 10:47:46 +02:00
Xamarin.Shared [msbuild] Use the right trailing slash for _AppContainerDir according to the current platform. 2023-04-20 18:21:18 +02:00
Xamarin.iOS.Tasks [msbuild] Bump ILStrip and add a maestro dependency to keep it updated. (#18291) 2023-05-25 16:33:16 +02:00
Xamarin.iOS.Tasks.Windows [main] Hot Restart fixes (#18317) 2023-05-26 16:24:30 +02:00
.gitignore [msbuild] Sign Xamarin.iOS.Tasks.dll and Xamarin.Mac.Tasks.dll. Fixes #9835. (#12831) 2021-09-28 17:31:35 +02:00
Directory.Build.props [main] Hot Restart fixes (#18317) 2023-05-26 16:24:30 +02:00
ILMerge.targets [msbuild] Bump ILStrip and add a maestro dependency to keep it updated. (#18291) 2023-05-25 16:33:16 +02:00
Makefile [msbuild] Move *.targets, *.props and FrameworkList.xml files to a common directory. (#17860) 2023-03-30 18:25:14 +02:00
Xamarin.MacDev.Tasks.sln [msbuild] Remove the Xamarin.*.Task.Core assemblies. (#15768) 2022-08-29 11:59:28 +02:00