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

Feature Request: Distribute FBAudienceNetwork via SPM #2504

Open
3 tasks done
chwo opened this issue Nov 18, 2024 · 0 comments
Open
3 tasks done

Feature Request: Distribute FBAudienceNetwork via SPM #2504

chwo opened this issue Nov 18, 2024 · 0 comments

Comments

@chwo
Copy link

chwo commented Nov 18, 2024

Checklist before submitting a feature request

Goals

In want to integrate FBAudienceNetwork via SPM because we are moving away from CocoaPods. You already provide a "manual download" option but the zip file contains two xcframework subfolders (one static and one dynamic). This folder structure makes it impossible to use the xcframework as a remote (URL-based) binary target in SPM.

Expected results

A) Ideally, you as the framework vendor would provide the SPM support directly. E.g. like Google does it for their ads sdk where they have a repository with SPM support which uses the pre-build a binary. See https://github.com/googleads/swift-package-manager-google-mobile-ads
B) Another option would be, that you provide two separate binary zip files as the "manual download" option (one for the static xcframework and one for the dynamic xcframework). The xcframework should be at the top-level of the zip. This way, we as consumers can access it as a binary target in our package file.

Code samples & details

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant