Objective C launchApplicationAtUrl arguments not working – Photoshop
I would like to open Photoshop app with some arguments via launchApplicationAtURL. Photoshop is opened but the image that I specified in the parameter list is not opened. NSWorkspace *workspace = [NSWorkspace sharedWorkspace]; NSString *urlString = [NSString stringWithUTF8String:imageEditorPath.GetPlatformString().c_str()]; NSURL *url…