mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
add experimental safari compilation (xcode project)
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// SceneDelegate.swift
|
||||
// iOS (App)
|
||||
//
|
||||
// Created by Seth Burkart on 10/9/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