fastred / IBAnalyzer

Find common xib and storyboard-related problems without running your app or writing unit tests.
http://holko.pl
MIT License
951 stars 26 forks source link

Decide on a distribution model #3

Closed fastred closed 7 years ago

fastred commented 7 years ago

Building the project from scratch to be able to use it is cumbersome. We should come up with a better way to distribute it, e.g. by building a binary the way SwiftGen does.

postmechanical commented 7 years ago

Would love to see it installable via homebrew.

ldiqual commented 7 years ago

A pod installation would be absolutely great since you could do version pinning. Installing would be as simple as adding pod IBAnalyzer in your podfile.

fastred commented 7 years ago

@postmechanical @ldiqual Thanks, that's what I was thinking too! I'm closing this ticket in favor of https://github.com/fastred/IBAnalyzer/issues/13, https://github.com/fastred/IBAnalyzer/issues/14 and https://github.com/fastred/IBAnalyzer/issues/15.