Does this mean a patch is imminent so that the assertion does not happen anymore?
#if __MAC_OS_X_VERSION_MAX_ALLOWED > __MAC_10_6
case 1024:
dataType = kIconServices1024PixelDataARGB ;
break;
#endif
PicHandle pic = GetPictHandle() ;
SetIconFamilyData( iconFamily, 'PICT' , (Handle) pic ) ;
wxCHECK_MSG( err == noErr, NULL, wxT("Error when constructing icon ref") );
I believe this will do it:
#if __MAC_OS_X_VERSION_MAX_ALLOWED > __MAC_10_6
case 1024:
dataType = kIconServices1024PixelDataARGB ;
break;
#endif
strange, I thought I still had the old QD code for 32 bit, generating PICTs, but it doesn't seem to be in there anymore, I'll check