xamarin-macios/msbuild/Xamarin.iOS.Tasks.Core/Tasks
Rolf Bjarne Kvinge 170ab44c7c
[msbuild] Unify the Archive task between iOS and Mac. (#12200)
The iOS version and the Mac version were slightly different in that they were
adding different things to the archive, but both seemed to be resilient to
those files not existing, so I just merged both implementations to try to add
everything to the archive.
2021-07-26 09:19:01 +02:00
..
ALToolUploadTaskBase.cs [msbuild] Make sure all the Base/Core tasks are abstract. (#8888) 2020-06-19 17:40:18 +02:00
ALToolValidateTaskBase.cs [msbuild] Make sure all the Base/Core tasks are abstract. (#8888) 2020-06-19 17:40:18 +02:00
CodesignVerifyTaskBase.cs [msbuild] Don't manually quote, instead rely on CommandLineArgumentBuilder's logic. (#7749) 2020-01-24 08:53:13 +01:00
CollectAssetPacksTaskBase.cs [msbuild] Make sure all the Base/Core tasks are abstract. (#8888) 2020-06-19 17:40:18 +02:00
CollectITunesArtworkTaskBase.cs [msbuild] Don't use exceptions as control flow in CollectITunesArtworkTaskBase. (#9837) 2020-10-13 09:14:40 +02:00
CollectITunesSourceFilesTaskBase.cs [msbuild] Make sure all the Base/Core tasks are abstract. (#8888) 2020-06-19 17:40:18 +02:00
CompileAppManifestTaskCore.cs [msbuild] Bump Xamarin.MacDev and use AppleSdkVersion instead of MacOSXSdkVersion/IPhoneSdkVersion. (#10622) 2021-02-12 07:34:41 +01:00
CompileITunesMetadataTaskBase.cs [msbuild] Inherit from Xamarin[Tool]Task instead of [Tool]Task in a most tasks. (#8582) 2020-05-13 15:44:59 +02:00
CompileSceneKitAssetsTaskBase.cs [msbuild] Provide the correct value for the operating system for tvOS and watchOS to a few tasks. Fixes #6200. (#7226) 2019-10-16 22:14:11 +02:00
CreateAssetPackTaskBase.cs [msbuild] Make sure all the Base/Core tasks are abstract. (#8888) 2020-06-19 17:40:18 +02:00
CreateDebugConfigurationTaskBase.cs [msbuild] Inherit from Xamarin[Tool]Task instead of [Tool]Task in a most tasks. (#8582) 2020-05-13 15:44:59 +02:00
CreateDebugSettingsTaskBase.cs [msbuild] Inherit from Xamarin[Tool]Task instead of [Tool]Task in a most tasks. (#8582) 2020-05-13 15:44:59 +02:00
DetectDebugNetworkConfigurationTaskBase.cs [msbuild] Only execute DetectDebugNetworkConfigurationTask for debug builds (#10194) 2020-12-04 11:01:37 -05:00
DetectSdkLocationsTaskBase.cs [msbuild/dotnet] Fix build logic when using .NET to not try to use nor require any version of installed Xamarin.iOS/Xamarin.Mac. Fixes #10827. (#11433) 2021-05-04 21:36:48 -04:00
FindWatchOS2AppBundleTaskBase.cs [msbuild] Move PathUtils.cs to tools/common so that other code can use it too. (#9801) 2020-10-09 08:32:10 +02:00
GetFilesTaskBase.cs [msbuild] Inherit from Xamarin[Tool]Task instead of [Tool]Task in a most tasks. (#8582) 2020-05-13 15:44:59 +02:00
GetMlaunchArgumentsTaskBase.cs [msbuild] Use localized strings in a few more places. (#10613) 2021-02-11 15:57:40 +01:00
GetPropertyValueTaskBase.cs [msbuild] Inherit from Xamarin[Tool]Task instead of [Tool]Task in a most tasks. (#8582) 2020-05-13 15:44:59 +02:00
IBToolTaskBase.cs [msbuild] Add a GetMinimumOSVersion target that reads the app manifest and outputs the MinimumOSVersion. (#8858) 2020-06-16 17:40:04 +02:00
ILLinkBase.cs [dotnet] Initial support for .NET6 from Windows (#10590) 2021-02-12 07:43:17 +01:00
MTouchTaskBase.cs [msbuild] Move the GccOptions out of MTOuchTaskBase to make it re-usable from elsewhere. 2021-05-18 09:11:31 +02:00
MetalLibTaskBase.cs [xcode11] Fix several issues to make the mtouch tests pass. Fixes #6259. (#6332) 2019-06-19 07:20:02 +02:00
MetalTaskBase.cs [msbuild] Add a GetMinimumOSVersion target that reads the app manifest and outputs the MinimumOSVersion. (#8858) 2020-06-16 17:40:04 +02:00
OptimizeImageTaskBase.cs [msbuild] Inherit from Xamarin[Tool]Task instead of [Tool]Task in a most tasks. (#8582) 2020-05-13 15:44:59 +02:00
ParseDeviceSpecificBuildInformationTaskBase.cs [msbuild] Inherit from Xamarin[Tool]Task instead of [Tool]Task in a most tasks. (#8582) 2020-05-13 15:44:59 +02:00
ResolveNativeWatchAppTaskBase.cs [msbuild] Bump Xamarin.MacDev and use AppleSdkVersion instead of MacOSXSdkVersion/IPhoneSdkVersion. (#10622) 2021-02-12 07:34:41 +01:00
ScnToolTaskBase.cs [msbuild] Provide the correct value for the operating system for tvOS and watchOS to a few tasks. Fixes #6200. (#7226) 2019-10-16 22:14:11 +02:00
ValidateAppBundleTaskBase.cs [msbuild] Fix error message MSBStrings.W0073 -> W0074 (#11585) 2021-05-17 23:09:07 -04:00
WriteAssetPackManifestTaskBase.cs [msbuild] Make sure all the Base/Core tasks are abstract. (#8888) 2020-06-19 17:40:18 +02:00