forked from MixinNetwork/flutter-plugins
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathffigen.yaml
20 lines (19 loc) · 827 Bytes
/
ffigen.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Run with `flutter pub run ffigen --config ffigen.yaml`.
name: UIDeviceBindings
description: |
Bindings for `src/ui_device.h`.
Regenerate bindings with `flutter pub run ffigen --config ffigen.yaml`.
output: 'lib/src/ui_device_bindings_generated.dart'
language: objc
exclude-all-by-default: true
objc-interfaces:
include:
- 'UIDevice'
headers:
entry-points:
- '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h'
preamble: |
// ignore_for_file: camel_case_types, non_constant_identifier_names, unused_element, unused_field, return_of_invalid_type, void_checks, annotate_overrides, no_leading_underscores_for_local_identifiers, library_private_types_in_public_api, constant_identifier_names
comments:
style: any
length: full