I need to associate particular folders with my application in order to launch the app by a double-click on the folder, as if it were a bundle folder. Those folders should even have their own icon.
I've been able to achieve this by providing the folder with an extension and setting up the document type part of the application's Info.plist
file.
Unfortunately, I don't want to add an extension to the folder, I want to associate regular folders with my application. To be precise I want to associate every folder which contains a subfolder called "Subfolder" (for example).
Is there a way to achieve this?