mirror of
https://github.com/ypresto/SwiftLintXcode.git
synced 2026-03-25 08:55:51 +00:00
🔧 NSNotification.Name.NSApplicationDidFinishLaunching naming update
This commit is contained in:
parent
782cbe71de
commit
5cb965ea10
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ class SwiftLintXcode: NSObject {
|
|||
self.bundle = bundle
|
||||
|
||||
super.init()
|
||||
center.addObserver(self, selector: #selector(SwiftLintXcode.onApplicationDidFinishLaunching), name: NSNotification.Name.NSApplicationDidFinishLaunching, object: nil)
|
||||
center.addObserver(self, selector: #selector(SwiftLintXcode.onApplicationDidFinishLaunching), name: NSApplication.didFinishLaunchingNotification, object: nil)
|
||||
}
|
||||
|
||||
deinit {
|
||||
|
|
|
|||
Loading…
Reference in a new issue