| name: SwiftClassTestLibrary | |
| description: 'Tests Swift classes' | |
| language: objc | |
| output: 'swift_class_bindings.dart' | |
| exclude-all-by-default: true | |
| objc-interfaces: | |
| include: | |
| - MySwiftClass | |
| module: | |
| 'MySwiftClass': 'swift_class_test' | |
| member-filter: | |
| NSURLProtectionSpace: | |
| # TODO(https://github.com/dart-lang/native/issues/1220): Remove this. | |
| exclude: | |
| - isProxy | |
| headers: | |
| entry-points: | |
| - 'swift_class_test-Swift.h' |