Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where are the header files of the ios SDK located? and where of OSX?

Tags:

macos

ios

header

I can open the header files by command-clicking in XCode - but I want to know where they are located.

I want to parse them for a project (as text files, not as header files).

I've looked all over on my disk - to find them.

For instance - where is UIViewController.h located?

like image 912
Vincent Avatar asked Aug 04 '12 18:08

Vincent


1 Answers

SDK headers are located in the Xcode installation.

For example:

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h
like image 51
Kevin Grant Avatar answered Sep 21 '22 05:09

Kevin Grant