mirror of
https://github.com/EasyTier/EasyTier.git
synced 2025-10-06 01:06:51 +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()
|
|
}
|
|
}
|