Create version with get information

This commit is contained in:
Quentin Millardet
2024-06-03 22:48:48 +02:00
parent b5e3b5e011
commit 53d5be6a02
8 changed files with 256 additions and 136 deletions

View File

@@ -11,6 +11,7 @@ import UIKit
class AppDelegate: UIResponder, UIApplicationDelegate {
var model : LightshowModel?;
var teslacamFolder : Bool = false;
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.