Bridgecraft icon indicating copy to clipboard operation
Bridgecraft copied to clipboard

Generate Swift interface for ObjC bridging headers

Results 6 Bridgecraft issues
Sort by recently updated
recently updated
newest added

I am trying to use Bridgecraft to get the generated Swift interface for Objective-C and mixed source frameworks, because we have tooling that requires Swift source or swiftinterface format. To...

Hi, Is there a way to convert a single header file to swift in command-line ? Given a path for the source file and a path for the generated swift...

One of SourceKitten's dependency didn't respect semantic versioning and bumped Swift to v5 without bumping the major version. This makes Bridgecraft builds also depend on the availability of Swift 5...

Hey, Now that Xcode 11 is out with support for Swift Package Manager, I'm moving away from cocoapods. It would be nice to support other installation method like homebrew.

Bridgecraft uses the legacy build system because the new one, doesn't support `-dry-run`. https://github.com/lvsti/Bridgecraft/blob/d047af14511440869a21ace4806eea9ad481ec8f/Bridgecraft/GenerateCommand.swift#L248 This isn't an issue right now, but it can be in the future, if the legacy...

Sudden realization: the generated interface is not valid swift because: - class definitions don't have method bodies - protocol definitions are syntactically incorrect (because of the `public` modifier) - global...

question