Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Check for NSBundle type before sending message It seems the given `bundle` object may not be an NSBundle at times (appears to be capable of being at least an NSString), so we check to ensure the given parameter is of the expected type before we attempt to send a message with a potentially unkown selector. * If we encounter an unloaded bundle, log it.
- Loading branch information