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: macOS support #2074

Open
3 tasks done
mschinis opened this issue Jun 8, 2022 · 8 comments
Open
3 tasks done

Feature Request: macOS support #2074

mschinis opened this issue Jun 8, 2022 · 8 comments

Comments

@mschinis
Copy link

mschinis commented Jun 8, 2022

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

@joesus
Copy link
Contributor

joesus commented Jul 11, 2022

This is something we want to do but there are two sticking points:

  1. We currently vend a tvOS library that cannot support Catalyst.
  2. 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!

@aehlke
Copy link

aehlke commented Jul 11, 2022

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

@floriangbh
Copy link

Hello,

We are working on a SwiftUI multiplatform migration and I'm also looking for MacOS support.
Hope to see this soon !

@aehlke
Copy link

aehlke commented Sep 14, 2022

I moved to the safari based auth method apple provides

@mattisssa
Copy link

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 🙈

@aehlke
Copy link

aehlke commented Mar 15, 2024

@mattisssa use something like https://github.com/stleamist/BetterSafariView

@mattisssa
Copy link

@aehlke

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.

@aehlke
Copy link

aehlke commented Mar 19, 2024

@mattisssa it's not relevant

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

5 participants