Lightmann

Results 118 comments of Lightmann

Since the fakeroot situation is kinda tricky, `fakeroot.sh` will now present a notice to the user when fakeroot is not installed and the 'required' flag is _not_ specified (so as...

Sounds good, thanks! Would you like me to close this pr?

Closing as fakeroot fix will likely want to be more than just a prompt. Note: #325 can be closed now as [287e7eb](https://github.com/theos/theos/commit/287e7eb46a8dd1417d4146b8d0da500641c3afb1) was cherry-picked.

So a few things: 1) -L specifies an additional *library* search path, you want -F to specify an additional *framework* search path; 2) -F expects a directory with .frameworks, not...

> If [`ply`](https://github.com/dhowett/go-plist/tree/main/cmd/ply) is available, it might be a reasonable alternative. It's fairly well cross-platform, though it being written in Go does limit its ease of installation somewhat. > >...

A couple things: 1) $THEOS should be set in your shell's profile (~/.profile if you're using bash or ~/.zshenv if you're using zsh -- test with ```echo $SHELL```), not in...

> @tomasreimers That’s really useful, thanks! Too bad xcbuild was abandoned, there’s some solid work in there. Good to see people step up to maintaining forks of those tools. >...

Gotcha. Okay, I might try and implement some or all of that when I get some free time. Will make a pr if I make any progress

I don't necessarily think adding explicit support for a platform-dependent tool is worthwhile when alternatives like `ply` exist and work on all of the platforms supported by theos. If you...

Three things: - User-added libraries and frameworks should be placed in $THEOS/lib, not $THEOS/vendor/lib - The frameworks you've added and are linking against are built for, at minimum, iOS 8/9...