wip: support safari
This commit is contained in:
18
Nostr Connect/iOS (App)/SceneDelegate.swift
Normal file
18
Nostr Connect/iOS (App)/SceneDelegate.swift
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// SceneDelegate.swift
|
||||
// iOS (App)
|
||||
//
|
||||
// Created by Phong on 27/11/2023.
|
||||
//
|
||||
|
||||
import UIKit
|
||||
|
||||
class SceneDelegate: UIResponder, UIWindowSceneDelegate {
|
||||
|
||||
var window: UIWindow?
|
||||
|
||||
func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) {
|
||||
guard let _ = (scene as? UIWindowScene) else { return }
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user