mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-08 22:33:26 +01:00
Clean up unneeded guard
This commit is contained in:
@@ -112,11 +112,6 @@ func enableJITSideJITServer(serverURL: URL, installedApp: InstalledApp, completi
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
guard serverURL.hasPrefix("http") else {
|
|
||||||
completion(.failure(.invalidURL))
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
let serverURLWithUDID = serverURL.appendingPathComponent(udid)
|
let serverURLWithUDID = serverURL.appendingPathComponent(udid)
|
||||||
let fullURL = serverURLWithUDID.appendingPathComponent(installedApp.resignedBundleIdentifier)
|
let fullURL = serverURLWithUDID.appendingPathComponent(installedApp.resignedBundleIdentifier)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user