I wrote a commandline tool for a jailbroken iPhone.for use settings in this tool i create a info.plist file and embed to the binary file(same tool).
Now i have a question.
How can i read the info.plist data in the same tool?
i test some methods.but not working.like:
id someValue =[[NSBundle mainBundle] objectForInfoDictionaryKey:someKey];
regards
Now i have a question.
How can i read the info.plist data in the same tool?
i test some methods.but not working.like:
id someValue =[[NSBundle mainBundle] objectForInfoDictionaryKey:someKey];
regards