akaffenberger / firebase-ios-sdk-xcframeworks

A small mirror for https://github.com/firebase/firebase-ios-sdk, to add support for binary (xcframework) distribution with swift package manager.
MIT License
134 stars 32 forks source link

macCatalyst Support (GoogleSignIn) #78

Open am-play opened 2 months ago

am-play commented 2 months ago

Hello!

We are using GoogleSignIn with macCatalyst and noticed that this package does not build when using macCatalyst and GoogleSignIn. We're adding the module as a dependency in our own Swift pacakage. I was able to get it to build with a small change in a fork of this repo. Curious if you could add support for macCatalyst. That requires bumping minimum swift-tools-version to 5.5, and adding macCatalyst platform to the depencencies and platform targets. Example of the change we made specific to GoogleSignIn: Screenshot 2024-04-24 at 11 24 29 AM

Thanks!