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
Right now, CoreGraphics and CoreText build as Objective-C and use Foundation collections and CGColor bridges UIColor in reverse (that is: CGColor lazy-loads UIColor even though UIKit depends on CoreGraphics).
In an ideal world, CG and CT would be C++ frameworks depending only on CoreFoundation.
The text was updated successfully, but these errors were encountered:
Right now, CoreGraphics and CoreText build as Objective-C and use Foundation collections and CGColor bridges UIColor in reverse (that is: CGColor lazy-loads UIColor even though UIKit depends on CoreGraphics).
In an ideal world, CG and CT would be C++ frameworks depending only on CoreFoundation.
The text was updated successfully, but these errors were encountered: