Add settings bundle

This commit is contained in:
Jackson Coxson
2022-11-15 22:59:39 -07:00
committed by Joseph Mattello
parent 9b671cb1a9
commit 161d3a795d
5 changed files with 26 additions and 3 deletions

View File

@@ -87,8 +87,6 @@ class LaunchViewController: RSTLaunchViewController
func setAnisetteServer() {
if let anisetteUrl = Bundle.main.object(forInfoDictionaryKey: "customAnisetteURL") as? String {
UserDefaults.standard.set(anisetteUrl, forKey: "customAnisetteURL")
} else {
UserDefaults.standard.set("https://sideloadly.io/anisette/irGb3Quww8zrhgqnzmrx", forKey: "customAnisetteURL")
}
}