Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My system version number 14.5 has been changed to 15.7, which has caused me to be unable to escape and clear the escape. I don't know what to do now. Can you create a software to clear the escape? #43

Open
Da3142499905 opened this issue Sep 24, 2023 · 5 comments

Comments

@Da3142499905
Copy link

My system version number 14.5 has been changed to 15.7, which has caused me to be unable to escape and clear the escape. I don't know what to do now. Can you create a software to clear the escape?

@FreQRiDeR
Copy link

FreQRiDeR commented Sep 24, 2023 via email

@Da3142499905
Copy link
Author

如果您使用的是ios 15,请使用palera1n。*
...
But the phone I'm using is iPhone12

@Da3142499905
Copy link
Author

如果您使用的是ios 15,请使用palera1n。*
...

I changed 14.5 to 15.0

@Da3142499905
Copy link
Author

如果您使用的是ios 15,请使用palera1n。*
...

After restarting the phone, the Taurine tool no longer works

@UInt2048
Copy link

It sounds like you’re really on 14.5 but you changed SystemVersion.plist to 15.0?

Replace UIDevice.current.systemVersion with your true version here:

lazy var availableExploits: [Exploit] = exploits.filter {
UIDevice.current.systemVersion >= $0.minVersion &&
UIDevice.current.systemVersion <= $0.maxVersion
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants