How can this be achieved? I would like to get the name so i can display it within an app, without having to change it in code each time i change a name, of course.
The following code would be better.
NSBundle *bundle = [NSBundle mainBundle]; NSDictionary *info = [bundle infoDictionary]; self.appName = [info objectForKey:@"CFBundleExecutable"];