NuBridgeSupport
A reader for Apple's BridgeSupport files.
Superclass: NSObject
Declared in: objc/bridgesupport.h
Methods of this class are used to read Apple's BridgeSupport files.
Methods
| + |
(void) |
importFramework: |
(NSString *) framework |
|
fromPath: |
(NSString *) path |
|
intoDictionary: |
(NSMutableDictionary *) BridgeSupport |
Import a BridgeSupport description of a framework from a specified path. Store the results in the specified dictionary.
in objc/bridgesupport.h
| + |
(void) |
importLibrary: |
(NSString *) libraryPath |
Import a dynamic library at the specified path.
in objc/bridgesupport.h