jbsf / blindside

Blindside provides dependency injection capabilities for Objective-C on iOS and OS X
MIT License
71 stars 43 forks source link

Declare that Blindside can be used in app extensions #26

Closed zacclark closed 9 years ago

zacclark commented 9 years ago

Without this flag, having an app extension depend on Blindside causes warnings. The only possible downside is you cannot depend on a few pieces of UIKit that are not allowed to be used in app extensions. The only example I know of is UIApplication. All the specs still passed after we made this change.

akitchen commented 9 years ago

Thanks @zacclark !

zacclark commented 9 years ago

Fast work Mr Kitchen. Thanks!