facebook-ios-sdk
facebook-ios-sdk copied to clipboard
Feature Request: macOS support
Checklist before submitting a feature request
- [X] I've updated to the latest released version of the SDK
- [X] I've searched for existing Github issues
- [X] I've read the Code of Conduct
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
This is something we want to do but there are two sticking points:
- We currently vend a tvOS library that cannot support Catalyst.
- The Package file API won't allow for target-specific platforms. Our only option is to wait until the tvOS-specific kit is deprecated and removed. This is a likely eventuality.
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. Hope to see this soon !
I moved to the safari based auth method apple provides