Skip to content

Commit 202b96d

Browse files
committed
Fix archiving release build
1 parent 2843478 commit 202b96d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EditorExtension/SourceEditorExtension.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class SourceEditorExtension: NSObject, XCSourceEditorExtension {
3838
Task.detached {
3939
try await Task.sleep(nanoseconds: 1_000_000_000)
4040
let service = try getService()
41-
_ = try await service.checkStatus()
41+
_ = try await service.getXPCServiceVersion()
4242
}
4343
#endif
4444
}

0 commit comments

Comments
 (0)