Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove JNI macos directory #1122

Merged
merged 3 commits into from
May 6, 2024
Merged

Remove JNI macos directory #1122

merged 3 commits into from
May 6, 2024

Commits on May 6, 2024

  1. Remove JNI macos directory

    Currently, macOS is not supported. Having this directory here breaks builds on apps that import jni and build macOS (among other platforms), even though if they don't need jni/jnigen for macOS specifically (and only use it on Android, for example).
    
    Therefore, removing this directory should fix the issue for now before macOS support is actually added to the package.
    
    ```
    macos/Classes/jni.c:3:10: fatal error: '../../src/jni.c' file not found
    #include "../../src/jni.c"
             ^~~~~~~~~~~~~~~~~
    ```
    vaind committed May 6, 2024
    Configuration menu
    Copy the full SHA
    83576cd View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    vaind committed May 6, 2024
    Configuration menu
    Copy the full SHA
    f08e131 View commit details
    Browse the repository at this point in the history
  3. Update pubspec.yaml

    vaind committed May 6, 2024
    Configuration menu
    Copy the full SHA
    966a9d1 View commit details
    Browse the repository at this point in the history