fix(sdk): pin SkiaSharp to 3.119.2 and exclude it from auto-update (iOS <26.2)#2159
Merged
Merged
Conversation
Member
Author
Why SkiaSharp is excluded from the auto-updaterSkiaSharp is held at 3.119.2 (the last iOS-safe version) on purpose. 3.119.4 ships its Apple assets targeting iOS 26.2 ( Adding Related:
When to remove this exclude (and let SkiaSharp move forward again): whichever comes first —
Until then, we deliberately hold the SkiaSharp bump at 3.119.2. |
agneszitte
marked this pull request as draft
July 10, 2026 21:05
agneszitte
force-pushed
the
dev/agzi/pin-skiasharp-3.119.2-main
branch
from
July 13, 2026 15:42
e8dc0c2 to
882fdd7
Compare
…de from auto-update SkiaSharp 3.119.4 ships iOS-26.2 assets that break iOS <26.2 (Xcode <26.2) builds (uno#23680, uno.chefs#1750). Pin SkiaSharp to 3.119.2 and bump Hot Design to 1.20.0-dev.477 (post uno.hotdesign#7206, floors SkiaSharp 3.119.2) so the pin resolves without NU1605. Add SkiaSharp to the Uno.Sdk.Updater exclude list (+ JSONC support) so automated SDK-update PRs stop re-bumping it. Remove on SkiaSharp 3.119.5 (mono/SkiaSharp#3798) or the v4 move at Uno.Sdk 7.0 (mono/SkiaSharp#4031). Related to unoplatform/uno#23680 Related to unoplatform/uno.chefs#1750 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
agneszitte
marked this pull request as ready for review
July 13, 2026 15:42
nickrandolph
approved these changes
Jul 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What & why
Two changes on
main:Pin SkiaSharp
3.119.4→3.119.2in the Uno.Sdk (packages.jsonSkiaSharp group + generatedReadMe.md).3.119.4ships its Apple assets targeting iOS 26.2 (net10.0-ios26.2), incompatible with iOS < 26.2 (Xcode < 26.2) builds → NuGet falls back to the neutralnet10.0SkiaSharp assembly with no nativelibSkiaSharp→ iOS apps break (runtimeDllNotFoundException: libSkiaSharp/MT0099/NU1605).3.119.2is the last iOS-safe version (as shipped by public Uno.Sdk 6.5.36).Add
SkiaSharpto.github/sdk-update-exclude.jsonso the Uno.Sdk.Updater stops re-bumping it in the automated "Uno.Sdk Update" PRs (same mechanism already used forSvgSkia/WinAppSdk— the updater action reads this file via--exclude-file). Without this, the next automated update would revert the pin back to3.119.4.This holds SkiaSharp at 3.119.2 until either the 3.119.5 backport (mono/SkiaSharp#3798, corrects the asset TFM to
ios26.0) lands, or the v4 move in Uno.Sdk 7.0 — at which point theSkiaSharpexclude entry should be removed.Files
src/Uno.Sdk/packages.json— SkiaSharp group→ 3.119.2src/Uno.Sdk/ReadMe.md— regenerated version table + embedded manifest.github/sdk-update-exclude.json— addSkiaSharpRelated to unoplatform/uno#23680
Related to unoplatform/uno.chefs#1750
Related to https://github.com/unoplatform/uno-private/issues/1957#issuecomment-4938024224