diff --git a/Geranium.xcodeproj/project.xcworkspace/xcuserdata/cclerc.xcuserdatad/UserInterfaceState.xcuserstate b/Geranium.xcodeproj/project.xcworkspace/xcuserdata/cclerc.xcuserdatad/UserInterfaceState.xcuserstate index 0c1d106..97ad177 100644 Binary files a/Geranium.xcodeproj/project.xcworkspace/xcuserdata/cclerc.xcuserdatad/UserInterfaceState.xcuserstate and b/Geranium.xcodeproj/project.xcworkspace/xcuserdata/cclerc.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Geranium/GeraniumApp.swift b/Geranium/GeraniumApp.swift index e08a18d..491ce9c 100644 --- a/Geranium/GeraniumApp.swift +++ b/Geranium/GeraniumApp.swift @@ -19,7 +19,7 @@ struct GeraniumApp: App { UIApplication.shared.alert(title:"Geranium wasn't installed with TrollStore", body:"Unable to create test file. The app cannot work without the correct entitlements. Please use TrollStore to install it.", withButton:true) } // thanks sourceloc again - if !updBypass, let version = Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String, let url = URL(string: "https://api.github.com/repos/leminlimez/Cowabunga/releases/latest") { + if !updBypass, let version = Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String, let url = URL(string: "https://api.github.com/repos/c22dev/Geranium/releases/latest") { let task = URLSession.shared.dataTask(with: url) {(data, response, error) in guard let data = data else { return }