class - What's the standard way to define an Objective-C library version number? -
i'm creating objective-c library distributed various apps, , i'd consumers of library able check version. see there +version
method on nsobject, it’s integer; think nsnumber or semantic version more useful. initial thought define +version
method on library's main class , have return nsnumber. thought maybe there standard-ish way define library or class versions in objective-c. there?
Comments
Post a Comment