pivotal-legacy / PivotalCoreKit

Shared library and test code for iOS and macOS projects
http://pivotallabs.com
Other
168 stars 85 forks source link

Initial support for new platforms #167

Closed briancroom closed 8 years ago

briancroom commented 8 years ago

This massive PR adds dynamic framework targets for watchOS and tvOS for the various PCK projects, as applicable. Foundation and CoreLocation are now usable on all 4 platforms. UIKit now supports tvOS, albeit with some classes excluded because of being prohibited on that platform.

akitchen commented 8 years ago

Thanks @briancroom !