Adam Demasi

Results 91 comments of Adam Demasi

Cherry-picked the noisy Logos intermediate cleanup into 287e7eb, still undecided on what to do with fakeroot.

I don’t think we need to go too elaborate on this. SSH configs (`ssh_config(5)`) do what we need. In my case, I use this in my global `~/.ssh/config`: ``` Host...

Specifying by UDID would be beyond what Theos should be responsible for I think, since we’d need to add a dependency (Python tcprelay which is slow in my experience, or...

This was brought up a while back, but I can't seem to find where the PR is… CFLog already supports Class when used with %@. This isn't needed.

@foxfortmobile `THEOS_PLATFORM_SDK_ROOT` expects a Developer directory rather than a bare xctoolchain, since this value gets passed to `xcrun` when we later start calling things in the toolchain. You may be...

You can still use its command line tools by using `xcode-select -switch`, you just won’t be able to use Xcode.app itself. See our [arm64e docs](https://github.com/theos/theos/wiki/arm64e-Deployment) for instructions on that. Of...

Is the `control` in your project missing a final blank line at the end of the file, or is it possibly using Windows (CRLF) or Classic Mac OS (CR) line...

I think this has been a long-term bug that hasn’t really ever been fixed, though perhaps it did get fixed at one point and later was broken again. Hard to...