The latest version of MacVim includes a file Contents/Frameworks/Sparkle.framework/XPCServices, which is a symlink to Contents/Frameworks/Sparkle.framework/Versions/Current/XPCServices, but that file does not exist. (Since Current is technically a symlink to B, the equivalent file in B is also missing.)
This doesn't appear to be a problem in the normal user workflow of using Finder to install the package, but does break on unattended automated installation using a package manager we deploy internally to our fleet of Macs. (A recursive chmod chokes on the broken symlink.)
The latest version of MacVim includes a file
Contents/Frameworks/Sparkle.framework/XPCServices, which is a symlink toContents/Frameworks/Sparkle.framework/Versions/Current/XPCServices, but that file does not exist. (SinceCurrentis technically a symlink toB, the equivalent file inBis also missing.)This doesn't appear to be a problem in the normal user workflow of using Finder to install the package, but does break on unattended automated installation using a package manager we deploy internally to our fleet of Macs. (A recursive
chmodchokes on the broken symlink.)