I'm developing a FinderSync extension based on the following documentation:
https://developer.apple.com/library/ios/documentation/General/Conceptual/ExtensibilityPG/Finder.html
I'm failing to add a sidebar icon.
I've followed the steps: Created the .iconset
folder and filled it with the requested PNG
s. Added the folder to my info.plist
etc.
But I don't see any icon in the sidebar on my monitored folders.
Context menu, toolbar button and badges works fine.
What could I be missing? Is there any limitation that the documentation fails to mention? Anything tricky with step 4?