uroboro

Results 44 comments of uroboro

@kabiroberai published Orion as v0.9 to have developer feedback so Orion can be finalized as a tool in itself. Once that’s done, we can start planning support for SPM

Maybe have a `_THEOS_PLATFORM_PLUTIL` on each makefiles/platform/*.mk?

`plutil` isn't a builtin tool on iOS either so it requires Erica Utilities.

One issue you have is that `_FRAMEWORKS = UIKit,CoreLoaction,MapKit` should be space separated, not comma separated.

Regarding storyboards, here's a [python ibtool](https://github.com/davidquesada/ibtool). Potentially combine with this [py2perl](https://github.com/bwright/python-to-perl) project so we don't add another dependency.

The liblaunch issue has always eluded me. For that one, this would be a duplicate of #333 which is already a pinned issue. For the libcrypto one, you're using a...

`export ARCHS = armv7 arm64` has to go before the `include $(THEOS)/makefiles/common.mk` line. Otherwise it is ignored

A possible implementation of this would be to parse the `Dependency` field of the control file and instruct apt to install the listed dependencies. If conditionals exist, it'd be a...

This was an old commit, but I'm still checking for formatting errors.