[jnigen] Remove macos plugin from package:jni (https://github.com/dart-lang/jnigen/issues/415)
diff --git a/pkgs/jni/CHANGELOG.md b/pkgs/jni/CHANGELOG.md index 982f626..e4f919c 100644 --- a/pkgs/jni/CHANGELOG.md +++ b/pkgs/jni/CHANGELOG.md
@@ -19,6 +19,9 @@ - **Breaking Change**: `JArray.filled` now uses the generated type class of the `fill` object and not its Java runtime type. +## 0.7.1 +- Removed macOS Flutter plugin until package:jni supports it ([#41](https://github.com/dart-lang/jnigen/issues/41)). + ## 0.7.0 - **Breaking Change** ([#387](https://github.com/dart-lang/jnigen/issues/387)):
diff --git a/pkgs/jni/pubspec.yaml b/pkgs/jni/pubspec.yaml index 1d99a40..6efae3d 100644 --- a/pkgs/jni/pubspec.yaml +++ b/pkgs/jni/pubspec.yaml
@@ -41,8 +41,6 @@ ffiPlugin: true windows: ffiPlugin: true - macos: - ffiPlugin: true android: ffiPlugin: true package: com.github.dart_lang.jni