Ryan Pendleton

Results 28 comments of Ryan Pendleton

Thanks. I finally got around to testing the changes in those two commits, and while I can confirm `=` can be used to specify arguments now, it seems it doesn't...

I looked into this a bit more and think I know what's going on. When HFS+ and APFS compress files, an extended attribute named `com.apple.decmpfs` is added to the file....

I agree with all of those points. In addition to moving away from the cache, I think there are a few more changes that should be made: * It seems...

I haven't opened a PR yet since I still have to fix the loss of timestamp metadata and actually test my most recent changes. Once I've done that though, I'll...

This will result in different filenames, so depending on the release cycle of the project, it may be considered a breaking change. It might be good to disable the indexes...

I agree that some way of disabling the extension or changing its priority would be good. When my phone is dead or doesn't have service/wifi, the extension seems to just...

Hmm.. I happened to be developing a plugin when I noticed this, so I guess it's possible that it only happens then. If you look at the actual contents of...

Perhaps this is discussed somewhere else, but is there a reason SIMBL must be injected using ScriptingAdditions? I've always used the `DYLD_INSERT_LIBRARIES` environment variable. (Although, I guess if an app...

@godzfire We know it was working fine before the update happened, but that doesn't mean it's any easier to fix. At this point, updating EasySIMBL to work with the newly...

@catlan @d235j I don't have the beta installed, but the WWDC slides say System Integrity Protection will "Prevent runtime attachment and code injection into system binaries." It wouldn't surprise me...