ollieatkinson / Guise

A tool to generate the Swift public interface for Frameworks and Libraries
MIT License
53 stars 5 forks source link

Adding support for watchOS and tvOS #31

Open janigro opened 4 years ago

janigro commented 4 years ago

For Guise to work with watchOS and tvOS, it requires the addition of two environment variables: WATCHOS_DEPLOYMENT_TARGET and TVOS_DEPLOYMENT_TARGET.

I made the changes locally and they work fine (tests included). If you accept contributions let me know and I'll fork it. Cheers!

ollieatkinson commented 4 years ago

Thanks @janigro if you can make a P/R I'll review and merge it!