In my Mac OS X app I deleted all default menu items, added my own.
But in View menu at the bottom I can still see Enter Full Screen menu item,
View
Enter Full Screen
For Swift 4
func applicationWillFinishLaunching(_ notification: Notification) { UserDefaults.standard.set(false, forKey: "NSFullScreenMenuItemEverywhere") }