add lfs .a

add lfs .a
This commit is contained in:
Zeus
2024-07-24 10:24:29 +08:00
parent a723ebb0ff
commit 22ff62e567
24 changed files with 454 additions and 208 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import os
GeneratedPluginRegistrant.register(with: self)
let controller : FlutterViewController = window?.rootViewController as! FlutterViewController;
let vpnManagerChannel = FlutterMethodChannel.init(name: "com.sail_tunnel.sail/vpn_manager",
let vpnManagerChannel = FlutterMethodChannel.init(name: "com.vpntunnel.vpnzeus/vpn_manager",
binaryMessenger: controller.binaryMessenger);
let manager = VPNManager.shared()
+1
View File
@@ -30,6 +30,7 @@
<true/>
<key>UIBackgroundModes</key>
<array>
<string>fetch</string>
<string>remote-notification</string>
</array>
<key>UILaunchStoryboardName</key>
@@ -1 +1,12 @@
//
// Runner-Bridging-Header.h
// Runner
//
// Created by Zeus on 2024/7/10.
//
#ifndef Runner_Bridging_Header_h
#define Runner_Bridging_Header_h
#import "GeneratedPluginRegistrant.h"
#endif /* Runner_Bridging_Header_h */
+1 -1
View File
@@ -10,7 +10,7 @@
</array>
<key>com.apple.security.application-groups</key>
<array>
<string>group.com.sail-tunnel.vpnzeus</string>
<string>group.com.vpntunnel.vpnzeus</string>
</array>
</dict>
</plist>