I'm trying to compare a software version... let's say 5.4.9
companysettings.software is a nsstring
if ([companysettings.software version //some type of value] < 5.4.9) {
//you need to update blah blah blah
} else {
//proceed with app flow
}
How do I compare a number that has more than one decimal?