Chris Hamons
Chris Hamons
- I disabled LabToRGBFilter and RGBtoLabFilter to get everything else in - https://github.com/xamarin/xamarin-macios/issues/15662 - The Beta1 and Beta3 diffs are the same for each platform - There are no beta5...
In Xcode 14 Beta 1, Apple introduced an unorthodox pair of CoreImage filters: ``` ++ (CIFilter*) convertLabToRGBFilter NS_AVAILABLE(13_0, 16_0); ++ (CIFilter*) convertRGBtoLabFilter NS_AVAILABLE(13_0, 16_0); ``` These are two separate filters...
In this [PR](https://github.com/xamarin/xamarin-macios/pull/15608) the dotnet test failed with this error: ``` ILLINK : error MT2362: The linker step 'Registrar' failed during processing: One or more errors occurred. (The type 'Photos.PHPersistentObjectChangeDetails'...
As part of Xcode 13's Foundation changes (originally in https://github.com/xamarin/xamarin-macios/pull/13328 but later in Xcode 14) this callback is needed: ``` internal delegate NSOrderedCollectionDifference? NSOrderedCollectionDifferenceGetDifferenceHandlerProxy (IntPtr blockLiteral, /* NSOrderedCollectionChange */ IntPtr...
As part of the fix for https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1581365 (fixed in https://github.com/xamarin/xamarin-macios/pull/15566) we should backfill a test. Something that uses `stat -c` in the makefile would be good enough.
Both [CryptoKit](https://developer.apple.com/documentation/cryptokit) and [RealityKit](https://developer.apple.com/documentation/realitykit) are Swift-only, with no Objective-C binding. Infrastructure to work on swift is in work but not public currently. If we wish to support these libraries, we...
Apple has announced "Independent Apps", where watchOS application can be installed independently of iOS devices. It appears to be a checkbox in the IDE, but that might require mtouch/mlunch/msbuild changes...
There is [code in legacy msbuild](https://github.com/xamarin/xamarin-macios/blob/main/msbuild/Xamarin.MacDev.Tasks.Core/VerbosityUtils.cs#L105-L106) which tries to set the correct verbosity in mtouch/mmp based on VSfM's/msbuild debug levels. In https://github.com/xamarin/xamarin-macios/issues/14872 I noted that the customer appears to have...
In https://github.com/xamarin/xamarin-macios/issues/15485 it was found that a customer did this: ``` ``` while trying to work around https://github.com/xamarin/xamarin-macios/issues/15489. We should warn or error when the native reference starts with "/System/Library/Frameworks/"...