mirror of
https://github.com/SagerNet/sing-box-for-apple.git
synced 2026-06-03 11:37:44 +00:00
12 lines
171 B
Swift
12 lines
171 B
Swift
import Foundation
|
|
import Library
|
|
import NetworkExtension
|
|
|
|
Variant.useSystemExtension = true
|
|
|
|
autoreleasepool {
|
|
NEProvider.startSystemExtensionMode()
|
|
}
|
|
|
|
dispatchMain()
|