- Produce a reproducible iOS NuGet package for Facebook Login interop.
- Do not commit secrets.
- Public OSS repo: keep docs/sample generic and not app-specific.
- The NuGet ships the required
xcframeworks and references them viaNativeReference. - Consuming apps must not download native deps at build time.
- The repo may use SwiftPM during CI/build to fetch the upstream Facebook iOS SDK, but consuming apps must not download native deps at build time.
src/Kapusch.FacebookApisForiOSComponents/— NuGet project (managed API + buildTransitive MSBuild)src/Kapusch.FacebookApisForiOSComponents/Native/iOS/— Swift wrapper source + scripts (repo-only)Docs/— integration docssamples/— optional sample template (no secrets committed)
- Do not add new dependency ingestion paths without documenting them in
README.md. - Do not commit real app ids/secrets.