> On 8 Sep 2018, at 21:20, Andreas Falkenhahn <andr...@falkenhahn.com> wrote:
> 
> Unfortunately not. I can see my app in the lsdump and the path points to the
> network share but purging the LS database doesn't have any effect. macOS
> still loads the old version of my app, not the latest one on the share. Only
> by rebooting or by re-copying the bundle's executable can I force macOS to
> use the latest copy.

I don’t think there’s any “application cache” here, it’s just the filesystem 
cache getting in the way (on some level).

I haven’t been successful in disabling the SMB client side cache to achieve 
what you want, but this works for me:

 sshfs -o cache=no,nolocalcaches,volname=buildmachine buildmachine.local:/ 
/mnt/buildmachine/

Cheers,
Tor Arne 

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to