seanhenry / SwiftMockGeneratorForXcode

An Xcode extension (plugin) to generate Swift test doubles automatically.
MIT License
748 stars 47 forks source link

Roadmap - what would you like to see next? #13

Closed seanhenry closed 6 years ago

seanhenry commented 6 years ago

I have a few ideas on what to work on next but would like to get some input as to what you, the users of this app, would like. Please comment if you have a feature that you would like to see next.

Feature Effort
Custom mock templates L
Class support M
Resolve items from 3rd party/system frameworks XL

Custom mock templates

Class support

Resolve items from 3rd party/system frameworks

This would rely on creating a custom resolve library since I don't think SourceKit is up for the challenge.