Standalone app for MacOS contains many empty .lproj files in ./Contents/Resources
1 次查看(过去 30 天)
显示 更早的评论
Hello all,
I've recently re-compiled a stand-alone application for MacOS using R2019b (previously compiled with R2018a). The app ran well, but when I went to copy it to a NAS (through VPN), the process took 20 minutes for a 1.8 MB file! I then zipped the file and noted that there were several thousand files within the .app. The zip file uploaded to the NAS in a couple of seconds, as expected.
Within the .app, I discovered that the ./Contents/Resources directory contained hundreds of directories (mostly empty) such as: aa.lproj, ab.lproj, abr.lproj, etc. This contrasts radically to the R2018a compile in which the ./Contents/Resources directory only contained /Base.lproj (containing 4 .nib files).
What changed? Is there any way to suppress most of the .lproj directories? It's not fun having file copy operations taking a very long time. The NAS treats the .app as several thousand individual files.
Thanks, Mike
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!