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

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -