6ab6972c1e
Bumps the shorebird_code_push-deps group in /shorebird_code_push with 1 update: [ffigen](https://github.com/dart-lang/native/tree/main/pkgs). Updates `ffigen` from 11.0.0 to 12.0.0 - [Release notes](https://github.com/dart-lang/native/releases) - [Commits](https://github.com/dart-lang/native/commits/HEAD/pkgs) --- updated-dependencies: - dependency-name: ffigen dependency-type: direct:production update-type: version-update:semver-major dependency-group: shorebird_code_push-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
28 lines
662 B
YAML
28 lines
662 B
YAML
name: shorebird_code_push
|
|
description: Check for and download Shorebird code push updates from your app.
|
|
version: 1.1.3
|
|
homepage: https://shorebird.dev
|
|
repository: https://github.com/shorebirdtech/updater/tree/main/shorebird_code_push
|
|
|
|
environment:
|
|
sdk: ">=3.0.0 <4.0.0"
|
|
|
|
dependencies:
|
|
ffi: ^2.0.2
|
|
meta: ^1.9.1
|
|
|
|
dev_dependencies:
|
|
ffigen: ">=8.0.2 <13.0.0"
|
|
mocktail: ">=0.3.0 <2.0.0"
|
|
test: ^1.19.2
|
|
very_good_analysis: ^5.0.0
|
|
|
|
ffigen:
|
|
output: "lib/src/generated/updater_bindings.g.dart"
|
|
name: "UpdaterBindings"
|
|
headers:
|
|
entry-points:
|
|
- "../library/include/updater.h"
|
|
preamble: |
|
|
// ignore_for_file: unused_element, unused_field
|