This pull-request is the beginning of a series of changes where I rework the builders to take options and generate framework-specific helpers. I'm opening this pull request already so that we have the chance to talk about the directions it's taking.
This first patch just adds the --framework options and includes them in the FileBuilder.
As indicated in https://github.com/kaandedeoglu/Shark/issues/37, I really want Shark to support AppKit and SwiftUI.
This pull-request is the beginning of a series of changes where I rework the builders to take options and generate framework-specific helpers. I'm opening this pull request already so that we have the chance to talk about the directions it's taking.
This first patch just adds the
--framework
options and includes them in theFileBuilder
.