mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 18:27:17 +01:00
committed cocoa unit conversions, and which can also be used to translate
the iOS SDK 3.2 headers
+ scripts (make-cocoa-headers.sh, make-ios-headers.sh) to (re)build the
Cocoa/iOS headers, along with skeleton directories that contain the
necessary helper files and a few required patches
+ frameworks.xml used by the conversion script
* updated build instructions
git-svn-id: trunk@16522 -
7 lines
263 B
Plaintext
7 lines
263 B
Plaintext
To (re)build the Objective-Pascal Cocoa headers from source (note: only
|
|
tested against the Mac OS X 10.6 headers):
|
|
1) cd to the directory which contains parser.php (this directory)
|
|
2) ./make-cocoa-headers.sh
|
|
|
|
The built headers will be placed under cocoa-skel/src
|