mirror of
https://github.com/ypresto/SwiftLintXcode.git
synced 2026-04-24 14:27:41 +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
|
self.bundle = bundle
|
||||||
|
|
||||||
super.init()
|
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 {
|
deinit {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue