Soneé John
Soneé John
Spent about 20 mins figuring out why `NSHumanReadableCopyright` which was localized with my in my InfoPlist.strings wasn't appearing. See documentation here: https://developer.apple.com/documentation/foundation/nsbundle/1407645-localizedinfodictionary?language=objc
I am assuming this doesn't work with Objective-C projects? If so it would be great if it could. 🙂
I think exposing the [`NSDictionary` ](https://github.com/0xced/XCDYouTubeKit/blob/master/XCDYouTubeKit/XCDYouTubeVideo.m#L98) object that the `XCDYouTubeVideo` class is initialized with would be really helpful. For instance, this would make it more flexible to use features that...
The current magic keyboard and trackpad doesn't appear to pair the same way the old ones do.
`VCRURLConnection` is an elegant way to replay the HTTP interactions that some of the unit tests attempt to recreate.