> On 25 Oct 2018, at 14:31, Georg Seifert <georg.seif...@gmx.de> wrote:
> 
> When I build my app with Xcode 10, Mojave uses the new layer backed windows. 
> My view drawing is (not yet) able to dealt with layer backed views. 
> 
> So is there a way to disable the new window system? The only way I fond is 
> not to link against the 10.14 SDK. But that is the SDK Xcode 10 is using even 
> in 10.13. 

Unless there’s been some fixes on this, you probably don’t want that. I recall 
that since 10.14 all NSViews are expected to be layer backed (WWDC 18 “What’s 
new in Cocoa” session, I think ?), and in my case I got random crashes on 
scrollviews when running an app under Mojave where scrollviews hadn’t yet been 
updated to layer-backed.

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to