SwiftPlate icon indicating copy to clipboard operation
SwiftPlate copied to clipboard

Objective-C Support?

Open SoneeJohn opened this issue 9 years ago • 1 comments

I am assuming this doesn't work with Objective-C projects? If so it would be great if it could. 🙂

SoneeJohn avatar Nov 20 '16 22:11 SoneeJohn

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. 🤔

JohnSundell avatar Nov 20 '16 23:11 JohnSundell