Hello all!
Need to get access to the parameters of main function from application delegate method "willFinishLaunchingWithOptions". How it could be?
Fond in ProcessInfo this functionality:
NSArray* oArguments = [[NSProcessInfo processInfo] arguments];
But how to get original int argc and const char* argv[]? Or how to convert NSArray* to const char* argv[]?