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

[EXTERNAL] Cocoapods support for privacy manifest (#3772) via @sdurban #3775

Merged
merged 1 commit into from
Mar 27, 2024

Commits on Mar 26, 2024

  1. [EXTERNAL] Cocoapods support for privacy manifest (#3772)

    ### Motivation
    The library already includes Privacy.xcprivacy in SPM, but when used
    with CocoaPods (mandatory in Flutter), these files are not exported as
    the podspec does not include that file as a resource bundle.
    
    ### Description
    Listing the PrivacyInfo.xcprivacy file inside the resource_bundles
    specification in the podspec allows to distribute the file correctly.
    Ref.
    CocoaPods/CocoaPods#10325 (comment)
    
    This GitHub issue contains the entire discussion on how to add these
    xcprivacy files and is referenced in multiple places; many libraries
    already follow this approach:
    
    
    https://github.com/firebase/firebase-ios-sdk/blob/main/FirebaseCrashlytics.podspec
    SDWebImage/SDWebImage#3649
    flutter/packages#5846
    Baseflow/flutter-permission-handler#1291
    Baseflow/flutter-geolocator#1462
    sdurban authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    ed3aa96 View commit details
    Browse the repository at this point in the history