Adam Demasi

Results 239 comments of Adam Demasi

This seems necessary on iOS 11 now. Pretty much all of LSApplicationWorkspace, LSApplicationProxy, etc. is restricted.

Can't reproduce. Can you provide a sample project, or at least your makefile(s), as well as the command line you're using to invoke `make`? Also, most importantly – what is...

Seems that's due to a makedeps failure, not a relative path. As with #9, you _should_ still be able to build. Can you confirm it still happens after you update...

Fixed in 48a999a, please update again. In future, please create a new issue instead of hijacking an existing one.

I would consider that a case where you should be working out how to compile those separately rather than as one big file. I originally wrote TypeStatus that way but...

This is due to a limitation in the old version of dpkg included with Cydia. The warning assumes that you'll be installing on a device with a version of dpkg...

Gzip is old and doesn’t compress as well as newer formats such as lzma and lzma2 (xz). The fact that dpkg-deb doesn’t warn about it is most likely a bug....

Swift has been supported for a while, actually! The way it’s structured is that you hopefully have the Swift runtime libraries in `/usr/lib/libswift/`. You can grab those from Xcode easily...

gdiplus.dll definitely does seem to be the main culprit, or at least the one users were reporting crash dialogs for before I added the check for non-SSE2. Perhaps scanning each...

The estimate is just for download, not anything else like install time. Even then, I hardcoded it to assume your connection is 15 Mbps (or something like that). That seemed...