VS MobileTools Engineering Service 2
VS MobileTools Engineering Service 2
* Ignore anything Chip-related, the framework was removed from macOS. * Fix reporting errors some protocol-related errors so that they're actually reported as errors (by calling 'ReportError' instead of just...
Apple has deprecated bitcode, and will apparently reject app submissions containing bitcode starting with Xcode 14. So automatically disable bitcode if building using Xcode 14+ (and show a warning so...
Apple has deprecated bitcode, and will apparently reject app submissions containing bitcode starting with Xcode 14. So automatically disable bitcode if building using Xcode 14+ (and show a warning so...
A `Xamarin.Shared.Sdk.MultiTarget.targets` file has been added to update the ref/runtime pack versions associated with the .NET 6 SDK. This file will ship as part of the .NET 7 SDK but...
Context: https://github.com/xamarin/xamarin-macios/commit/9013ae4f83a9236ac91a8fe857a2403371993534 We've decided hold off on this change until .NET 10. Backport of #21476