From cb835fbe9ede7bdf054108e6eda21cc06c3b9af4 Mon Sep 17 00:00:00 2001 From: Zeus Date: Wed, 24 Jul 2024 12:45:39 +0800 Subject: [PATCH] Update AppDelegate.swift 1 --- source/ios/Runner/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ios/Runner/AppDelegate.swift b/source/ios/Runner/AppDelegate.swift index c047f1c..1c5a9fe 100644 --- a/source/ios/Runner/AppDelegate.swift +++ b/source/ios/Runner/AppDelegate.swift @@ -9,7 +9,7 @@ import os _ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? ) -> Bool { -// GeneratedPluginRegistrant.register(with: self) + GeneratedPluginRegistrant.register(with: self) let controller : FlutterViewController = window?.rootViewController as! FlutterViewController; let vpnManagerChannel = FlutterMethodChannel.init(name: "com.vpntunnel.vpnzeus/vpn_manager",