Skip navigation.
 
mlRe: App Kit Framework version
FROM : Finlay Dobbie
DATE : Sun Dec 22 12:41:29 2002

On Sunday, December 22, 2002, at 11:12  am, Prashanth Rao wrote:

> I know this could be a wrong forum for this question but can anyone
> let me
> know how do we get the App Kit Framework version ( through code or
> otherwise ) present in my machine ?
>
> I am looking into Info.plist file of AppKit.framework/Resources folder
> in
> my machine ( System/Library/Frameworks folder ). Is this the correct
> location I need to look for to get the version no. ?


From NSApplication.h:
APPKIT_EXTERN const double NSAppKitVersionNumber;

  -- Finlay
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlApp Kit Framework version Prashanth Rao Dec 22, 12:12
mlRe: App Kit Framework version Finlay Dobbie Dec 22, 12:41
mlRe: App Kit Framework version Chris Ridd Dec 22, 12:42