Changes between Version 11 and Version 12 of WikiStart
- Timestamp:
- 05/23/07 17:45:12 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v11 v12 3 3 BridgeSupport files are XML files that describe the API symbols of frameworks or libraries that cannot be introspected at runtime. These are generally ANSI C symbols that is, non-object-oriented items such as constants, enumerations, structures, and functions but can also include some additional information about Objective-C classes, methods, and informal protocols. 4 4 5 BridgeSupport files are a major component of some Objective-C bridges such as [http://pyobjc.sourceforge.net/ PyObjC] and [http://rubycocoa.sourceforge.net/ RubyCocoa], respectively for the Python and Ruby programming languages.5 BridgeSupport files are a major component of the [http://rubycocoa.sourceforge.net/ RubyCocoa] Objective-C bridge, and are currently examined to be used in other bridges such as [http://pyobjc.sourceforge.net/ PyObjC] and [http://camelbones.sourceforge.net/ CamelBones]. 6 6 7 7 BridgeSupport is a new project from Apple. This homepage hosts the Tiger version of the project, which is less complete than the one we are working on for the upcoming Mac OS X releases, but which can still be used as a technology preview.

