Projects
Wiki     Timeline     Browse Source     View Tickets     Search     New Ticket

Changes between Version 11 and Version 12 of WikiStart

Show
Ignore:
Timestamp:
05/23/07 17:45:12 (3 years ago)
Author:
lsansonetti@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v11 v12  
    33BridgeSupport 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. 
    44 
    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. 
     5BridgeSupport 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]. 
    66 
    77BridgeSupport 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.