Skip to content

Commit

Permalink
fix not support
Browse files Browse the repository at this point in the history
  • Loading branch information
leminlimez committed Aug 31, 2023
1 parent d5f3704 commit 8664acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cardinal/Views/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ struct ContentView: View {
.padding()
.onAppear {
if ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] != "1" {
if #available(iOS 16.5.1, *) {
if #available(iOS 16.6.1, *) {
UIApplication.shared.alert(title: "Device Not Supported", body: "Your device is not supported by the MDC or KFD exploits, the app will not function, sorry.")
} else if #available(iOS 16.2, *) {
// kfd stuff
Expand Down

0 comments on commit 8664acd

Please sign in to comment.