=============================================================================
CCFileUtils
=============================================================================
NSString *ccRemoveHDSuffixFromFile( NSString *path )
{
#if CC_IS_RETINA_DISPLAY_SUPPORTED
if(CC_CONTENT_SCALE_FACTOR() ==2 ||UI_USER_INTERFACE_IDIOM() ==UIUserInterfaceIdiomPad ) {
+(NSString*) getDoubleResolutionImage:(NSString*)path
{
#if CC_IS_RETINA_DISPLAY_SUPPORTED
if(CC_CONTENT_SCALE_FACTOR() ==2 ||UI_USER_INTERFACE_IDIOM() ==UIUserInterfaceIdiomPad)
=============================================================================
AppDelegate.m
=============================================================================
if(UI_USER_INTERFACE_IDIOM() !=UIUserInterfaceIdiomPad )
{
if( ! [director enableRetinaDisplay:YES] )
CCLOG(@"Retina Display Not supported");
}