Update iOS/AppDelegate.swift

This commit is contained in:
Tim Johnsen
2024-04-25 10:18:10 -07:00
committed by GitHub
parent fb42b80276
commit 626652c421

View File

@@ -23,6 +23,7 @@ final class AppDelegate: UIResponder, UIApplicationDelegate {
func application(_ app: UIApplication, open url: URL, options: [UIApplication.OpenURLOptionsKey : Any] = [:]) -> Bool {
if url.scheme == "yattee" {
OpenURLHandler.handle(url)
return true
}
return false
}