Adam Demasi

Results 91 comments of Adam Demasi

Good idea. Sorta ties in with #176 which I haven't gotten around to yet. Wondering if we should add this as a prompt ("Initialise a Git repository for the project?...

@andrewwiik, (I guess you deleted your comments…) I'd rather Theos not be super intrusive/opinionated on things like whether you should have CI, which CI provider to use, etc. (Also we're...

Solid work, thanks so much for doing this. Squashed and merged.

I reckon each component should have its own GitHub wiki. The docs build process would clone the wiki git repos (eg https://github.com/theos/theos.wiki.git) and directly use their markdown contents. The Dash...

I managed to fix the issue with iTunes 12.9. iTunes was using `@rpath` for libgnsdk (Gracenote SDK I guess), but rpath is considered dangerous, so nowadays its use is discouraged....

Based on Console.app output, I think the issue is that now iTunes is no longer signed by an Apple cert. This all works fine on my Intel Mac because iTunes.app...

Not fully fixed, it still redownloads files every time, but this has been improved in 1.1 as it’ll only download the files specific to your iOS version, rather than downloading...

I’ll need to recall why I did that instead of using LMResponseConsumePropertyList, it may have been that the logic wasn’t ARC-friendly but I believe those issues were fixed. Could even...

I happened to notice 1.2.0 is [missing](https://github.com/leodido/postcss-clean/blob/122c86bc71a9a6aa73fb9bd8499e3f673403f0e6/CHANGELOG.md) from the changelog on master, but 1.2.1 and 1.2.2 are present. It seems @leodido released 1.2.0 on npm from the release/2.x branch, but...

It's public as of iOS 5. [Documentation](https://developer.apple.com/library/ios/documentation/CoreBluetooth/Reference/CoreBluetooth_Framework/_index.html)