SwiftPlate
SwiftPlate copied to clipboard
Objective-C Support?
I am assuming this doesn't work with Objective-C projects? If so it would be great if it could. 🙂
The only thing you need to do to use Objective-C is to replace the 2 generated Swift files (one for source + one for tests) with Objective-C ones, so it's very easy. 👍 But we could always make it even easier by letting the user supply a -objc flag or something when running swiftplate, and if so generate Objective-C files intead of Swift ones. 🤔