fastred / IBAnalyzer

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

Building releasable binary #13

Closed fastred closed 7 years ago

fastred commented 7 years ago

The current way of distribution is obviously too cumbersome. To be able to easily distribute IBAnalyzer through CocoaPods or Homebrew we have to be able to build a single binary containing all required dynamic frameworks.

I didn't look into that yet but I think that Sourcery and SwiftGen have this already figured out.

fastred commented 7 years ago

Fixed in https://github.com/fastred/IBAnalyzer/pull/17.