add lfs .a
add lfs .a
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user