Add Facebook Login interop with CI and sample project#1
Merged
Conversation
…tation for Facebook Login interop - Created CI workflow for building and packaging the iOS NuGet. - Added publish workflow for releasing the package to GitHub Packages. - Introduced .gitignore to exclude build artifacts and sensitive files. - Documented goals, packaging constraints, and repo layout in AGENTS.md. - Added contributing guidelines in CONTRIBUTING.md. - Created integration documentation for iOS in Docs/Integration.md. - Updated README.md with package details and usage instructions. - Established security policy in SECURITY.md for reporting vulnerabilities. - Included third-party notices for the Facebook iOS SDK in THIRD_PARTY_NOTICES.md. - Defined .NET SDK version in global.json. - Added sample app README for usage examples. - Implemented Facebook tracking mode enum and native login functionality. - Created NativeFacebookLogin class for handling Facebook login operations. - Defined NativeFacebookSignInResult for encapsulating sign-in results. - Configured project file for the Kapusch.FacebookApisForiOSComponents library. - Resolved package dependencies for Facebook SDK in Package.resolved. - Created Swift package manifest for KapuschFacebookAuthInterop. - Implemented interop functions in Swift for Facebook login. - Added build scripts for creating xcframeworks and collecting Facebook SDK frameworks. - Defined NativeSignInStatus enum for representing sign-in outcomes. - Configured build transitive properties and targets for native references. - Added NuGet readme for package description and integration guidance.
…ling for Facebook SDK integration
…structure for kfb.xcframework
- Implement AppDelegate for sample app lifecycle management - Create Info.template.plist for app configuration - Add project file for sample app with necessary properties - Include README.md for sample project instructions - Update main README.md to reference the new iOS sample - Enhance CI workflow to build the iOS sample
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implement Facebook Login interop for iOS, including CI workflows for building and packaging. Introduce documentation for integration and contribution guidelines, and provide a sample project for usage demonstration. Enhance project structure and ensure proper handling of dependencies and security policies.