I am trying to read information about the dock and retrieve the applications and their positions on the dock.
Can anyone give me a pointer on how to do this?
Edit: From ~/Library/Preferences/com.apple.dock.plist, I can get all information related to static(fixed) apps and folder but not about launched and minimized application tiles.
For launched apps, we can use NSWorkspace.
Big question is still minimized application tiles?