diff --git a/src/macosx/UnrealIRCd.xcodeproj/project.pbxproj b/src/macosx/UnrealIRCd.xcodeproj/project.pbxproj index 27d247279..48090d314 100644 --- a/src/macosx/UnrealIRCd.xcodeproj/project.pbxproj +++ b/src/macosx/UnrealIRCd.xcodeproj/project.pbxproj @@ -160,6 +160,7 @@ 1FE784E71B3DF0DD006CB6DD /* Project object */ = { isa = PBXProject; attributes = { + LastSwiftUpdateCheck = 0700; LastUpgradeCheck = 0630; ORGANIZATIONNAME = "UnrealIRCd Team"; TargetAttributes = { diff --git a/src/macosx/UnrealIRCd/AppDelegate.swift b/src/macosx/UnrealIRCd/AppDelegate.swift index 510318a44..8727f5164 100644 --- a/src/macosx/UnrealIRCd/AppDelegate.swift +++ b/src/macosx/UnrealIRCd/AppDelegate.swift @@ -26,21 +26,21 @@ class AppDelegate: NSObject, NSApplicationDelegate { } - @IBAction func startDaemon(sender: AnyObject) { + @IBAction func startDaemon(sender: NSMenuItem) { } - @IBAction func stopDaemon(sender: AnyObject) { + @IBAction func stopDaemon(sender: NSMenuItem) { } - @IBAction func configureDaemon(sender: AnyObject) { + @IBAction func configureDaemon(sender: NSMenuItem) { let storyboard = NSStoryboard(name: "Main", bundle:nil) let controller = storyboard!.instantiateControllerWithIdentifier("Configuration") controller!.showWindow(self) } - @IBAction func help(sender: AnyObject) { + @IBAction func help(sender: NSMenuItem) { } diff --git a/src/macosx/UnrealIRCd/Base.lproj/Main.storyboard b/src/macosx/UnrealIRCd/Base.lproj/Main.storyboard index 00ab067a0..45382d8ae 100644 --- a/src/macosx/UnrealIRCd/Base.lproj/Main.storyboard +++ b/src/macosx/UnrealIRCd/Base.lproj/Main.storyboard @@ -10,29 +10,36 @@ - + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -42,7 +49,7 @@ - +