Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 496 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 496 Bytes

Swift plugins architecture example

Build Status

Example code of dynamically loading external frameworks/bundle in Swift

Inspired by: https://github.com/pendowski/SwiftPluginsExample, improved removing any reference to obj-c constructs and built with last Swift 5, Xcode 11.

Build in order:

  • CommonInterface
  • One (Plugin)
  • PluginHostSwift