Monobjc / monobjc

Git Repository for the Monobjc Project
http://www.monobjc.net/
17 stars 3 forks source link

CoreFoundation classes are being generated with invalid type names. #391

Open aarononeal opened 11 years ago

aarononeal commented 11 years ago

CoreFoundation.xml defines the following invalid type names:

    <Type name="Base Utilities">
    <Type name="Byte-Order Utilities">
    <Type name="Core Foundation URL Access Utilities">
    <Type name="Preferences Utilities">
    <Type name="Socket Name Server Utilities">
    <Type name="Time Utilities">

These should be given valid type names (e.g. no spaces, match the docset ref, etc.). Additionally, it may be useful to provide access to all CoreFoundation types as currently types from that framework are generated but not compiled.