I developing Photoshop Plug-in(xcode bundle project).
I want to get the path of own bundle program.
My ideal is that returns such as "MyPlugin.plugin". But, follow code returns "Photoshop.app".
NSString *mpath = [[NSBundle mainBundle]bundlePath];
Please teach me.
I want to get the path of own bundle program.
My ideal is that returns such as "MyPlugin.plugin". But, follow code returns "Photoshop.app".
NSString *mpath = [[NSBundle mainBundle]bundlePath];
Please teach me.