From d5d9fd97c697e01e7475fae551301222e08f1ffd Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Fri, 18 Feb 2022 02:18:54 +0800 Subject: [PATCH] So many issues resolved (#1958) --- .../maccatalyst/HarfBuzzSharp.Local.targets | 10 ---- .../build/maccatalyst/HarfBuzzSharp.targets | 58 ------------------- .../build/maccatalyst/SkiaSharp.Local.targets | 10 ---- .../nuget/build/maccatalyst/SkiaSharp.targets | 58 ------------------- 4 files changed, 136 deletions(-) diff --git a/binding/HarfBuzzSharp/nuget/build/maccatalyst/HarfBuzzSharp.Local.targets b/binding/HarfBuzzSharp/nuget/build/maccatalyst/HarfBuzzSharp.Local.targets index 34a5dbb1..6d520f85 100644 --- a/binding/HarfBuzzSharp/nuget/build/maccatalyst/HarfBuzzSharp.Local.targets +++ b/binding/HarfBuzzSharp/nuget/build/maccatalyst/HarfBuzzSharp.Local.targets @@ -26,14 +26,4 @@ - - - - <_HarfBuzzSharpNativeAssetPath>$(_FrameworksDirectory)\libHarfBuzzSharp.framework\libHarfBuzzSharp - <_HarfBuzzSharpIsSymlink Condition="$([MSBuild]::BitwiseAnd(1024, $([System.IO.File]::GetAttributes('$(_HarfBuzzSharpNativeAssetPath)')))) == '1024'">true - - - - - \ No newline at end of file diff --git a/binding/HarfBuzzSharp/nuget/build/maccatalyst/HarfBuzzSharp.targets b/binding/HarfBuzzSharp/nuget/build/maccatalyst/HarfBuzzSharp.targets index cf0a0959..33ebb029 100644 --- a/binding/HarfBuzzSharp/nuget/build/maccatalyst/HarfBuzzSharp.targets +++ b/binding/HarfBuzzSharp/nuget/build/maccatalyst/HarfBuzzSharp.targets @@ -1,62 +1,4 @@ - - <_HarfBuzzSharpExpandNativeReferencesStamp>$(IntermediateOutputPath)harfbuzzsharpextract.stamp - <_HarfBuzzSharpExpandNativeReferencesPath>$(IntermediateOutputPath)harfbuzzsharpextract\ - - - - - - - <_HarfBuzzSharpPossibleNativeFramework - Include="@(ResolvedFileToPublish)" - Condition=" - '%(ResolvedFileToPublish.AssetType)' == 'native' and - '%(ResolvedFileToPublish.Filename)' == 'libHarfBuzzSharp.framework' and - '%(ResolvedFileToPublish.Extension)' == '.zip' and - '%(ResolvedFileToPublish.NuGetPackageId)' != '' and - '%(ResolvedFileToPublish.PathInPackage)' != ''"> - $(_HarfBuzzSharpExpandNativeReferencesPath) - $(_HarfBuzzSharpExpandNativeReferencesPath)%(ResolvedFileToPublish.Filename) - - - - - - - - - - - Framework - %(NuGetPackageId) - %(NuGetPackageVersion) - %(AssetType) - $([System.Text.RegularExpressions.Regex]::Match('%(_HarfBuzzSharpPossibleNativeFramework.PathInPackage)', 'runtimes/([^/]+)/native/.*').Groups[1].Value) - - - - - - - - - <_PossibleNativeFramework Remove="@(_PossibleNativeFramework)" /> - - - - - - - - <_HarfBuzzSharpNativeAssetPath>$(_FrameworksDirectory)\libHarfBuzzSharp.framework\libHarfBuzzSharp - <_HarfBuzzSharpIsSymlink Condition="$([MSBuild]::BitwiseAnd(1024, $([System.IO.File]::GetAttributes('$(_HarfBuzzSharpNativeAssetPath)')))) == '1024'">true - - - - - \ No newline at end of file diff --git a/binding/SkiaSharp/nuget/build/maccatalyst/SkiaSharp.Local.targets b/binding/SkiaSharp/nuget/build/maccatalyst/SkiaSharp.Local.targets index f6e9534e..36fc4e1f 100644 --- a/binding/SkiaSharp/nuget/build/maccatalyst/SkiaSharp.Local.targets +++ b/binding/SkiaSharp/nuget/build/maccatalyst/SkiaSharp.Local.targets @@ -26,14 +26,4 @@ - - - - <_SkiaSharpNativeAssetPath>$(_FrameworksDirectory)\libSkiaSharp.framework\libSkiaSharp - <_SkiaSharpIsSymlink Condition="$([MSBuild]::BitwiseAnd(1024, $([System.IO.File]::GetAttributes('$(_SkiaSharpNativeAssetPath)')))) == '1024'">true - - - - - \ No newline at end of file diff --git a/binding/SkiaSharp/nuget/build/maccatalyst/SkiaSharp.targets b/binding/SkiaSharp/nuget/build/maccatalyst/SkiaSharp.targets index 7196571d..33ebb029 100644 --- a/binding/SkiaSharp/nuget/build/maccatalyst/SkiaSharp.targets +++ b/binding/SkiaSharp/nuget/build/maccatalyst/SkiaSharp.targets @@ -1,62 +1,4 @@ - - <_SkiaSharpExpandNativeReferencesStamp>$(IntermediateOutputPath)skiasharpextract.stamp - <_SkiaSharpExpandNativeReferencesPath>$(IntermediateOutputPath)skiasharpextract\ - - - - - - - <_SkiaSharpPossibleNativeFramework - Include="@(ResolvedFileToPublish)" - Condition=" - '%(ResolvedFileToPublish.AssetType)' == 'native' and - '%(ResolvedFileToPublish.Filename)' == 'libSkiaSharp.framework' and - '%(ResolvedFileToPublish.Extension)' == '.zip' and - '%(ResolvedFileToPublish.NuGetPackageId)' != '' and - '%(ResolvedFileToPublish.PathInPackage)' != ''"> - $(_SkiaSharpExpandNativeReferencesPath) - $(_SkiaSharpExpandNativeReferencesPath)%(ResolvedFileToPublish.Filename) - - - - - - - - - - - Framework - %(NuGetPackageId) - %(NuGetPackageVersion) - %(AssetType) - $([System.Text.RegularExpressions.Regex]::Match('%(_SkiaSharpPossibleNativeFramework.PathInPackage)', 'runtimes/([^/]+)/native/.*').Groups[1].Value) - - - - - - - - - <_PossibleNativeFramework Remove="@(_PossibleNativeFramework)" /> - - - - - - - - <_SkiaSharpNativeAssetPath>$(_FrameworksDirectory)\libSkiaSharp.framework\libSkiaSharp - <_SkiaSharpIsSymlink Condition="$([MSBuild]::BitwiseAnd(1024, $([System.IO.File]::GetAttributes('$(_SkiaSharpNativeAssetPath)')))) == '1024'">true - - - - - \ No newline at end of file