]> git.ipfire.org Git - thirdparty/wireguard-apple.git/commit
macOS: Remove MainMenu.xib
authorRoopesh Chander <roop@roopc.net>
Sun, 25 Nov 2018 13:12:51 +0000 (18:42 +0530)
committerRoopesh Chander <roop@roopc.net>
Mon, 14 Jan 2019 09:22:29 +0000 (14:52 +0530)
commit5c7a149167802902c1632b8062df2969f4680b04
tree3df44642568ceef663f17f13d9e4805256a94a6f
parent629009d3be1229ad503cc795c9c088044efa0aea
macOS: Remove MainMenu.xib

When there's no xib, we should explicitly set the app delegate, so we
override NSApplication and set the app delegate in NSApplication.shared

Signed-off-by: Roopesh Chander <roop@roopc.net>
WireGuard/WireGuard.xcodeproj/project.pbxproj
WireGuard/WireGuard/UI/macOS/AppDelegate.swift
WireGuard/WireGuard/UI/macOS/Application.swift [new file with mode: 0644]
WireGuard/WireGuard/UI/macOS/Base.lproj/MainMenu.xib [deleted file]
WireGuard/WireGuard/UI/macOS/Info.plist