xamarin-macios/tests/apitest
Sebastien Pouliot b7f1903ca1
[appkit] Allow `null` on `NSAppearanceCustomization.Appearance`. Fixes #5403 (#5431)
> The default value for this property is nil, which means that the
> receiver uses the appearance it inherits from the nearest ancestor that
> has set an appearance. When you set appearance to a non-nil value, the
> receiver and the views it contains use the specified appearance.
> https://developer.apple.com/documentation/appkit/nsappearancecustomization/1533925-appearance?language=objc

reference: https://github.com/xamarin/xamarin-macios/issues/5403

Unit test added. Without it we would not have found it did not work until
it was reported again (since it would have been silently ignored).

reference: https://github.com/xamarin/xamarin-macios/issues/5408
2019-01-17 16:00:47 -05:00
..
src [appkit] Allow `null` on `NSAppearanceCustomization.Appearance`. Fixes #5403 (#5431) 2019-01-17 16:00:47 -05:00
.gitignore [tests] Import 2016-05-26 15:06:52 +02:00
Info.plist Mono 2018-08 requires macOS 10.9+, so Xamarin.Mac must as well. 2018-10-25 09:54:43 +02:00
apitest.csproj Xcode9 appkit (#2245) 2017-07-19 09:00:13 -05:00
apitest.sln [tests] Don't create test packages by default. (#1941) 2017-03-30 18:01:15 +02:00