fluttercommunity / plus_plugins

Flutter Community Plus Plugins
BSD 3-Clause "New" or "Revised" License
1.62k stars 975 forks source link

[Bug]: The macOS privacy manifest explicitly does not need `NSPrivacyAccessedAPITypes`. #3263

Closed kjxbyz closed 1 month ago

kjxbyz commented 1 month ago

Platform

macOS

Plugin

all

Version

all

Flutter SDK

3.24.3

Steps to reproduce

The macOS privacy manifest explicitly does not require NSPrivacyAccessedAPITypes.

Related issues: https://github.com/flutter/flutter/issues/155563

Related PRs: https://github.com/flutter/flutter/pull/155570

Code Sample

No response

Logs

Not provided

Flutter Doctor

[✓] Flutter (Channel stable, 3.24.3, on macOS 15.0 24A335 darwin-x64, locale zh-Hans-CN)
    • Flutter version 3.24.3 on channel stable at /Users/ying/flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision 2663184aa7 (12 天前), 2024-09-11 16:27:48 -0500
    • Engine revision 36335019a8
    • Dart version 3.5.3
    • DevTools version 2.37.3

[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
    • Android SDK at /Users/ying/Android/sdk
    • Platform android-35, build-tools 35.0.0
    • ANDROID_SDK_ROOT = /Users/ying/Library/Android/sdk
    • Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 17.0.11+0-17.0.11b1207.24-11852314)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 16.0)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Build 16A242d
    • CocoaPods version 1.15.2

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2024.1)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 17.0.11+0-17.0.11b1207.24-11852314)

[✓] VS Code (version 1.93.1)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.96.0

[!] Proxy Configuration
    • HTTP_PROXY is set
    ! NO_PROXY is not set

[✓] Connected device (3 available)
    • Kimmy's iPhone (mobile) • 00008020-000A1D110A32002E • ios            • iOS 18.0 22A3354
    • macOS (desktop)         • macos                     • darwin-x64     • macOS 15.0 24A335 darwin-x64
    • Chrome (web)            • chrome                    • web-javascript • Google Chrome 129.0.6668.59

[✓] Network resources
    • All expected network resources are available.

! Doctor found issues in 1 category.

Checklist before submitting a bug

miquelbeltran commented 1 month ago

Hello. Yeah, that looks fine, we can remove the keys from the manifests. I will change this from bug to enhancement since it isn't breaking anything as far as I understand, but it'd be nice to clean up the manifests.