• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to clear macOS app bundle cache
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to clear macOS app bundle cache


  • Subject: Re: How to clear macOS app bundle cache
  • From: Sean McBride <email@hidden>
  • Date: Fri, 07 Sep 2018 17:45:01 -0400
  • Organization: Rogue Research Inc.

On Mon, 3 Sep 2018 15:31:37 +0200, Andreas Falkenhahn said:

>Optimally, I'm looking for a solution to flush the app bundle cache on
>the iMac from the makefile that I run on the Mac Mini I use for building.

Not sure what "the app bundle cache" is, but maybe nuking the LaunchServices db
would help?

Dump LS database:
/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister
 -dump > ~/lsdump.txt

Purge LS database:
/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister
 -kill -r -domain local -domain system -domain user


Cheers,

--
____________________________________________________________
Sean McBride, B. Eng                 email@hidden
Rogue Research                        www.rogue-research.com
Mac Software Developer              Montréal, Québec, Canada


_______________________________________________

Cocoa-dev mailing list (email@hidden)

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:

This email sent to email@hidden

  • Follow-Ups:
    • Re: How to clear macOS app bundle cache
      • From: Andreas Falkenhahn <email@hidden>
References: 
 >How to clear macOS app bundle cache (From: Andreas Falkenhahn <email@hidden>)

  • Prev by Date: Re: C++ pointer to Cocoa object
  • Next by Date: Re: C++ pointer to Cocoa object
  • Previous by thread: Re: How to clear macOS app bundle cache
  • Next by thread: Re: How to clear macOS app bundle cache
  • Index(es):
    • Date
    • Thread