Skip to content

Commit

Permalink
oh
Browse files Browse the repository at this point in the history
  • Loading branch information
Lrdsnow committed Mar 27, 2024
1 parent a345669 commit 9bc14fc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion PurePKG/Backend/Jailbreak.swift
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public class Jailbreak {

static func type(_ appData: AppData? = nil) -> (jbType) {
#if targetEnvironment(simulator)
return .rootless
return .tvOS_rootful
#else
var jbtype: jbType = .unknown
if let appData = appData {
Expand Down
1 change: 1 addition & 0 deletions Repo/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
purepkg

0 comments on commit 9bc14fc

Please sign in to comment.