You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QuickTime/QTKit is deprecated by Apple. Applications using it are rejected on the Mac App Store.
We cannot remove the API, without causing breaking changes, from Xamarin.Mac.dll but we can add an option to mmp to remove (as much as necessary of) QTKit bits to allow successful submissions.
Note: when using the managed linker (e.g. Link Framework SDKs only) then QTKit is removed (unless the application needs it). As such this enhancement is mostly for applications that can't (or do not want, e.g. extensibility) use the managed linker.
The text was updated successfully, but these errors were encountered:
…ore. Fixdotnet#6039
So far this only applies to `QTKit`...
XM will now, by default, avoid natively link with QTKit unless it's
instructed to so explicitly using `--link-prohibited-frameworks`
ref: dotnet#6039
QuickTime/QTKit is deprecated by Apple. Applications using it are rejected on the Mac App Store.
We cannot remove the API, without causing breaking changes, from
Xamarin.Mac.dll
but we can add an option tommp
to remove (as much as necessary of) QTKit bits to allow successful submissions.Note: when using the managed linker (e.g. Link Framework SDKs only) then QTKit is removed (unless the application needs it). As such this enhancement is mostly for applications that can't (or do not want, e.g. extensibility) use the managed linker.
The text was updated successfully, but these errors were encountered: