Lightmann

Results 118 comments of Lightmann

This seems to spawn from your plist converter. Can you run ```sh if command -v plutil &> /dev/null; then echo $(which plutil) elif command -v ply &> /dev/null; then echo...

I don't believe Linux has a functioning `plutil`, so you may want to try either [`plistutil`](https://github.com/libimobiledevice/libplist) or [`ply`](https://github.com/DHowett/go-plist/tree/main/cmd/ply). The former can be installed by cloning and running ``` ./autogen.sh --without-cython...

Okay. In order to fix the issue you're seeing with release builds, you'll need to prioritize that over the plutil you have. That can be done a number of ways,...

> If you use the "elvis" operator, you can reduce the number of calls to `objc_getProtocol()`: > > ```c > objc_getProtocol(\"$_\") ?: \@protocol($_) > ``` Today I learned that's a...

It appears this exact fix has been proposed on two separate occasions and both times Dustin pointed out potential problems that would need to be addressed: - https://github.com/theos/theos/pull/115#issuecomment-75299087 - https://github.com/theos/theos/pull/201#issuecomment-245500920

Yes. Sorry, edited right as you commented

This looks like it fulfills Lillie's request (#25)

@LillieH1000 would it be possible for you to confirm the functionality of this template? I am not familiar enough with safari extensions to be able to judge myself