Skip to content

Commit 7e97b2e

Browse files
committed
Merge branch 'meta-dev' into meta
2 parents 29ce285 + 298a4ab commit 7e97b2e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

ClashX.xcodeproj/xcshareddata/xcschemes/com.metacubex.ClashX.ProxyConfigHelper.xcscheme

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
buildConfiguration = "Debug"
3535
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
3636
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
37+
debugAsWhichUser = "root"
3738
launchStyle = "0"
3839
useCustomWorkingDirectory = "NO"
3940
ignoresPersistentStateOnLaunch = "NO"

ProxyConfigHelper/Helper-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<key>CFBundleName</key>
1010
<string>com.metacubex.ClashX.ProxyConfigHelper</string>
1111
<key>CFBundleShortVersionString</key>
12-
<string>1.21</string>
12+
<string>1.22</string>
1313
<key>CFBundleVersion</key>
14-
<string>27</string>
14+
<string>28</string>
1515
<key>SMAuthorizedClients</key>
1616
<array>
1717
<string>anchor apple generic and identifier &quot;com.metacubex.ClashX.ProxyConfigHelper&quot; and (certificate leaf[field.1.2.840.113635.100.6.1.9] /* exists */ or certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = MEWHFZ92DY)</string>

ProxyConfigHelper/MetaTask.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ class MetaTask: NSObject {
181181
if controllerReady {
182182
let logs = await startSession.logsString()
183183
await startSession.finish(encodeServerResult(with: logs))
184-
return
185184
}
186185
}
187186
}

0 commit comments

Comments
 (0)