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.
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 mails | Author | Date |
|---|---|---|
| Prashanth Rao | Dec 22, 12:12 | |
| Finlay Dobbie | Dec 22, 12:41 | |
| Chris Ridd | Dec 22, 12:42 |






Cocoa mail archive

