Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Break CoreGraphics and CoreText's dependencies on Foundation + UIKit #2026

Closed
DHowett-MSFT opened this issue Feb 22, 2017 · 1 comment
Closed

Comments

@DHowett-MSFT
Copy link

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.

@msft-Jeyaram
Copy link
Contributor

This can be closed as per the below pull requests:

#2427, #2437, #2586, #2479,#2437,#2379, #2511, #2374, #2361, #2364, #2538

@msft-Jeyaram msft-Jeyaram self-assigned this Apr 27, 2017
@msft-Jeyaram msft-Jeyaram modified the milestones: 1704, Backlog Apr 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants