return @"Not Registered";
}else if([today compare:expDate] == NSOrderedAscending) {
[gotoButton setEnabled:YES]; return [licenseDictionary objectForKey:@"Name"];
} else{
return @"License Expired";
}
afconvert
tool to convert sounds. For example, to convert the 16-bit linear PCM system sound Submarine.aiff
to IMA4 audio in a CAF file, use the following command in the Terminal application:afconvert /System/Library/Sounds/Submarine.aiff ~/Desktop/sub.caf -d ima4 -f caff -v |