12 lines
192 B
Swift
12 lines
192 B
Swift
![]() |
//
|
||
|
// main.swift
|
||
|
// com.metacubex.ClashX.ProxyConfigHelper
|
||
|
|
||
|
|
||
|
import Foundation
|
||
|
|
||
|
ProcessInfo.processInfo.disableSuddenTermination()
|
||
|
ProxyConfigHelper().run()
|
||
|
|
||
|
print("ProxyConfigHelper exit")
|