If the application name under the icon on the home screen is \"My Awesome App\" how do you get that string within the application at runtime?
#include // work for iOS and MacOSX and ~23 times faster than get name from bundle NSString *app = [NSString stringWithUTF8String:getprogname()];