Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcf9c422

Browse files
committed
rename misleading function
1 parent470826c commitcf9c422

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎Coder Desktop/Coder Desktop/SystemExtension.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ extension CoderVPNService: SystemExtensionAsyncRecorder {
7373
return extensionBundle
7474
}
7575

76-
funccheckSystemExtensionStatus(){
76+
funcattemptSystemExtensionInstall(){
7777
logger.info("checking SystemExtension status")
7878
guardlet bundleID= extensionBundle.bundleIdentifierelse{
7979
logger.error("Bundle has no identifier")

‎Coder Desktop/Coder Desktop/VPNService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ final class CoderVPNService: NSObject, VPNService {
6565

6666
overrideinit(){
6767
super.init()
68-
checkSystemExtensionStatus()
68+
attemptSystemExtensionInstall()
6969
NotificationCenter.default.addObserver(
7070
self,
7171
selector: #selector(vpnDidUpdate(_:)),

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp