Suppose I want to determine the versions of applications that are installed on a user's machine.
Is it "correct" to take the application's bundle identifier, go to the application bundle directory, and then pull the Info.plist out of the bundle and look at the version number there?
Or is there a better way?
Frank
Is it "correct" to take the application's bundle identifier, go to the application bundle directory, and then pull the Info.plist out of the bundle and look at the version number there?
Or is there a better way?
Frank