From cd851f9a98e557f6d30c3cc6347446a1de953082 Mon Sep 17 00:00:00 2001 From: jjolano Date: Sat, 8 Apr 2023 11:17:16 -0400 Subject: [PATCH] bump version --- README.md | 8 ++++---- control | 2 +- vendor/HookKit.framework | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index efa9750..cb7060e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,6 @@ While Shadow does work fine on palera1n, please note the following potential iss * Re-jailbreaking does not reactivate `libSandy` due to the lack of userspace rebooting. To fix this issue, you will need to reinstall the `libSandy` package after activating the jailbreak. This affects Shadow's ability to load preferences. * On iOS 16.2 (and probably future versions), Substitute appears to have issues hooking C functions. This may be fixed in a future update to the jailbreak if/when it switches to ElleKit. In this case, please use the `fishhook` hooking library. -* You may see `shdw: Killed: 9` in your package manager. It is safe to ignore this error message. ## Troubleshooting @@ -37,9 +36,10 @@ Add my [repo](https://ios.jjolano.me) to your package manager and install the Sh You may need additional repositories for dependencies - these are the current dependencies: -* `libSandy` from [opa334's Repo](https://opa334.github.io) -* `AltList` from [opa334‘s Repo](https://opa334.github.io) -* `HookKit Framework` +* `libSandy` from [opa334's Repo](https://opa334.github.io) (preferences) +* `AltList` from [opa334‘s Repo](https://opa334.github.io) (preferences) +* `HookKit Framework` (hooking + hooking library feature) +* `RootBridge Framework` (rootless compatibility) A recommended (but not required) package is `Injection Foundation` from PoomSmart's Repo (`https://poomsmart.github.io/repo`). This package ensures that Shadow is injected properly into certain apps. diff --git a/control b/control index ea08a89..81da5ed 100644 --- a/control +++ b/control @@ -7,7 +7,7 @@ Recommends: mobilesubstrate, preferenceloader, me.jjolano.hkmodule.fishhook Provides: me.jjolano.shadow.beta Replaces: me.jjolano.shadow.beta Conflicts: me.jjolano.shadow.beta, me.jjolano.shadow.legacy -Version: 3.7.2 +Version: 3.7.3 Architecture: iphoneos-arm Description: A modern jailbreak detection bypass. Maintainer: jjolano diff --git a/vendor/HookKit.framework b/vendor/HookKit.framework index d3cc6ff..d513a98 160000 --- a/vendor/HookKit.framework +++ b/vendor/HookKit.framework @@ -1 +1 @@ -Subproject commit d3cc6ff6c301eabcb378c5bbf1f802331645963c +Subproject commit d513a980627685270ab308427c31a5c9c709dc98