fix: use xib file to construct macOS Menu (#20615)

This commit is contained in:
Shelley Vohr 2019-10-21 14:11:09 -07:00 committed by GitHub
parent 138af75ff8
commit 9a5cd4c8d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 330 additions and 65 deletions

View file

@ -24,6 +24,8 @@
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
<string>10.10.0</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>AtomApplication</string>
<key>NSSupportsAutomaticGraphicsSwitching</key>