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
- 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
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.
The text was updated successfully, but these errors were encountered: