mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
Set anisette URL from plist value
This commit is contained in:
committed by
Joseph Mattello
parent
efabe7f536
commit
07d9a9f2c3
@@ -33,6 +33,7 @@ class FetchAnisetteDataOperation: ResultOperation<ALTAnisetteData>
|
||||
}
|
||||
|
||||
let urlString = UserDefaults.standard.string(forKey: "customAnisetteURL") ?? "https://sideloadly.io/anisette/irGb3Quww8zrhgqnzmrx"
|
||||
print("Anisette URL: " + urlString)
|
||||
guard let url = URL(string: urlString) else { return }
|
||||
|
||||
let task = URLSession.shared.dataTask(with: url) { data, response, error in
|
||||
|
||||
Reference in New Issue
Block a user