Skip to content

Commit

Permalink
Hardcode apt.procurs.us
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakr233 committed Aug 29, 2024
1 parent 8b61aba commit de02e55
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ extension Repository {
mutating func applyNoneFlatWellKnownRepositoryIfNeeded() {
switch url.host {
case "apt.procurs.us":
var magic: Double = floor(kCFCoreFoundationVersionNumber / 100.0 + 0.5) * 100.0
while magic > kCFCoreFoundationVersionNumber {
magic -= 100.0
}
distribution = "iphoneos-arm64-rootless/\(Int(magic))"
distribution = "1900" // hard coded for rootless
component = "main"
return
case "apt.thebigboss.org", "apt.modmyi.com", "cydia.zodttd.com":
Expand Down

0 comments on commit de02e55

Please sign in to comment.