beltex / SystemKit

macOS system library in Swift
MIT License
351 stars 65 forks source link

Convert Xcode project to "Cocoa Framework" #8

Closed beltex closed 10 years ago

beltex commented 10 years ago
beltex commented 10 years ago

Factor in this when making framework - https://github.com/beltex/SystemKit/issues/9

beltex commented 10 years ago

Completed.

NOTE: For iOS support, just have to change target, from an Xcode project perspective. There are other issues however, like I/O Kit being a private framework on iOS. Those are for #9.