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

Convert Xcode project to "Cocoa Framework" #8

Closed
beltex opened this issue Oct 27, 2014 · 2 comments
Closed

Convert Xcode project to "Cocoa Framework" #8

beltex opened this issue Oct 27, 2014 · 2 comments

Comments

@beltex
Copy link
Owner

beltex commented Oct 27, 2014

  • Add install instructions as seen here
  • This will setup test dir for us as well
  • Note possible problem with iOS 7 frameworks
@beltex
Copy link
Owner Author

beltex commented Nov 3, 2014

Factor in this when making framework - #9

beltex pushed a commit that referenced this issue Nov 4, 2014
- In ref to - #8
- Example target added
- The target is a command line tool and it uses SystemKit via source compile,
  not as framework (dylib). This is not ideal, but keeps things simple given the
  current requirement of Swift runtime dylibs. See below for more:

  https://github.com/ksm/SwiftInFlux#runtime-dynamic-libraries
@beltex
Copy link
Owner Author

beltex commented Nov 4, 2014

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.

@beltex beltex closed this as completed Nov 4, 2014
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

1 participant