-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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: macOS support #2074
Comments
This is something we want to do but there are two sticking points:
In the meantime, the XCFrameworks vended by SPM are available on the releases and can be used directly in a Catalyst project. Also, if I am missing an obvious fix for this please let us know via a pull request or by commenting here. Thanks! |
Please add non-catalyst macOS. For now I'm making my users migrate off FB login. Apple has made it far too compelling to launch multi-platform including native macOS with recent SwiftUI maturation, and they've signaled Catalyst is not the future / has slowed momentum. Thanks |
Hello, We are working on a SwiftUI multiplatform migration and I'm also looking for MacOS support. |
I moved to the safari based auth method apple provides |
Hey! Any updates on the issue? We're developing a macOS app that needs FacebookSDK for Facebook App Events, but it seems the SDK doesn't support this platform 🙈 |
@mattisssa use something like https://github.com/stleamist/BetterSafariView |
How is this relevant? As mentioned earlier, I don't require sign-in functionality in the app. I only need the SDK installed to enable Facebook App Events functionality. |
@mattisssa it's not relevant |
Checklist before submitting a feature request
Goals
I would like to be able to run my app on MacOS, but it's missing support in
Package.swift
(Swift Package Manager).Expected results
The library should be compilable / run under mac os
Code samples & details
No response
The text was updated successfully, but these errors were encountered: