mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-07 02:09:06 +00:00
858ade2eee
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()
|
|
}
|
|
}
|