OSDN Git Service

Revert "Added stub files, cocoa/AppDelegate.h and cocoa/AppDelegate.m, and an XML...
authorEric Branlund <ebranlund@fastmail.com>
Wed, 26 Aug 2020 16:59:35 +0000 (09:59 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Wed, 26 Aug 2020 16:59:35 +0000 (09:59 -0700)
commit6ff1c6c0a7fa82f04afa563e25141a874187407c
treeae600e05f19316f82914246255518fc6499716ae
parent0979afb8f15b8d43ba7171cc32f1bcf73e72b1eb
Revert "Added stub files, cocoa/AppDelegate.h and cocoa/AppDelegate.m, and an XML Interface BUilder file, cocoa/Base.lproj/MainMenu.xib, so that it's easier to regenerate MainMenu.nib if making substantial changes to the Cocoa menus.  Comments in cocoa/AppDelegate.m outline the procedure.  The former src/cocoa/en.lproj/MainMenu.nib (as a directory) has been replaced by src/cocoa/Base.lproj/MainMenu.nib.  The version in this commit was generated with Xcode 11.3 with a deployment target of 10.8.  There is no longer a separate nib, src/cocoa/ja.lproj/MainMenu.nib, for Japanese.  Instead have src/cocoa/ja.lproj/MainMenu.strings to specify the Japanese versions of the menu labels.  Since Base localization is supposed to only be available in 10.8 and later, set the deployment target flags in Makefile.am to be 10.8 rather than 10.7."

This reverts commit 3888ee6aaa741422547468d116fcc68797acde9a.
src/Makefile.am
src/cocoa/AppDelegate.h [deleted file]
src/cocoa/AppDelegate.m [deleted file]
src/cocoa/Base.lproj/MainMenu.nib [deleted file]
src/cocoa/en.lproj/MainMenu.nib/designable.nib [moved from src/cocoa/Base.lproj/MainMenu.xib with 65% similarity]
src/cocoa/en.lproj/MainMenu.nib/keyedobjects.nib [new file with mode: 0644]
src/cocoa/ja.lproj/MainMenu.nib/designable.nib [new file with mode: 0644]
src/cocoa/ja.lproj/MainMenu.nib/keyedobjects.nib [new file with mode: 0644]
src/cocoa/ja.lproj/MainMenu.strings [deleted file]