rundfunk47 / stinsen

Coordinators in SwiftUI. Simple, powerful and elegant.
MIT License
822 stars 87 forks source link

Add Carthage support? #87

Open emartinson opened 1 year ago

emartinson commented 1 year ago

Could you please add Carthage support apart from SPM and Cocoapods?

rundfunk47 commented 1 year ago

What is needed for Carthage support? If I remember correctly, it should work out of the box, by just specifying the repository URL and target?

emartinson commented 1 year ago

No, to support Carthage publisher should provide XCode Project with shared schema which can produce XCFramework as build result.

Without this carthage will fail with Dependency "stinsen" has no shared framework schemes

What is needed for Carthage support?

Carthage is still the best solution in terms of build time. Once built it won't require you to rebuild itself after clean build artefacts or derived data.

SPM is not so good for this at all.