mirror of
https://mirror.suhoan.cn/https://github.com/EasyTier/EasyTier.git
synced 2025-12-13 05:07:23 +08:00
1. Add vpnservice tauri plugin for android. 2. add workflow for android. 3. Easytier Core support android, allow set tun fd.
9 lines
168 B
Swift
9 lines
168 B
Swift
import XCTest
|
|
@testable import ExamplePlugin
|
|
|
|
final class ExamplePluginTests: XCTestCase {
|
|
func testExample() throws {
|
|
let plugin = ExamplePlugin()
|
|
}
|
|
}
|