Hi Bram, On Thu, Aug 20, 2020 at 7:17 AM Bram Moolenaar <[email protected]> wrote:
> > There is still a section in the Makefile, starting with: > > > > ############################################################################### > ### MacOS X installation > ### > ### This installs a runnable Vim.app in $(prefix) > > REZ = /Developer/Tools/Rez > RESDIR = $(APPDIR)/Contents/Resources > VERSION = $(VIMMAJOR).$(VIMMINOR) > > > It appears setting $APPDIR was removed previously, thus it seems this > section is now dead code. Can we delete this? > > BTW, the Vim source tree used by Apple for MacOS 10.15.3 is at: https://opensource.apple.com/source/vim/vim-78.40.1/ This uses the following Xcode project: https://opensource.apple.com/source/vim/vim-78.40.1/vim.xcodeproj/ There are also some scripts: https://opensource.apple.com/source/vim/vim-78.40.1/xcodescripts/ I don't know whether any of these can be merged into the Vim tree to enable building installable packages on MacOS. - Yegappan -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/CAAW7x7%3DBwbu1-c9yt4gZJ_4UewBPy%3D_TseA2w_EG24UWCK9pHg%40mail.gmail.com.
