OSDN Git Service

Mac: correct comment about when the generated .nib file is a directory macos-2-2-1 vmacos2.2.1-7i
authorEric Branlund <ebranlund@fastmail.com>
Wed, 3 May 2023 23:03:45 +0000 (17:03 -0600)
committerEric Branlund <ebranlund@fastmail.com>
Thu, 4 May 2023 03:30:40 +0000 (21:30 -0600)
src/cocoa/AppDelegate.m

index c4061fe..ad6c5eb 100644 (file)
  *    is something like
  *    ~/Library/Developer/Xcode/DerivedData/<product_name>-<some_string>/Build/Products/Debug/<product_name>.app
  *    You can use it to replace the src/cocoa/Base.lproj/MainMenu.nib in the
- *    Hengband source files.  With Xcode 13 (though seemingly not in Xcode 14),
- *    the generated .nib files are directories.  In the build results from that
- *    version of Xcode, copy Contents/Resources/Base.lproj/MainMenu.nib/keyedobjects.nib
+ *    Hengband source files.  With Xcode 13 and later and if the development
+ *    target is macOS 10.13 or earlier, the generated .nib files are
+ *    directories.  In that case, copy
+ *    Contents/Resources/Base.lproj/MainMenu.nib/keyedobjects.nib
  *    to replace src/cocoa/Base.lproj/MainMenu.nib in the Hengband source files
  *    (the keyedobjects-101300.nib file in the build results is for macOS 10.13
  *    or later).