<https://github.com/GitLiveApp/firebase-kotlin-sdk...
# ios
m
a
We do indeed have a public plan to deprecate x64 target on apple family, but that is a plan for 2.4.0. the actual deprecation is planned for September 2026, and before that we do continue to support that target.
👍 3
r
Seems like it'd be worth a note about that on https://kotlinlang.org/docs/native-target-support.html. I hadn't seen that ticket yet so I didn't realize this was coming.
(still on an Intel mac for non-work projects here, BTW. But probably not for much longer)
m
Looks like gitlive firebase maintainer removed it a bit earlier 😂
r
Yeah, I don't use that lib, but if I did, I would link the youtrack ticket and ask them to continue maintaining the target through Kotlin 2.3.20
👍 1
a
it'd be worth a note about that on https://kotlinlang.org/docs/native-target-support.html.
Yes, the change will be done with 2.2.20 release, obviously.
👍 1
m
@Andrew Reed what do you think about reverting iosx64 targets back in firebase gitlive . Is that possible?
a
Firebase SDK only supports mobile platforms, so no need for intel based targets anymore, unless you are on an old mac(intel) and using the simulator
one of the main issues is the compile time for the firebase sdk, for both the ci and building locally. When we add additional targets, it can make it painful. Given its an unfunded project, we have only our personal computers.
🥲 1
m
yeah, I get it. from my side personally it is not a problem, but probably there are some people who uses simulator in old mac. And I was using GitLive Firebase as part of KMPAuth library, and I don't want to drop x64 target yet in that lib. Looks like then I have to create/fork firebase auth implementation inside that lib Thanks for the reply
👍 1
a
i will try to re-add the target for you
❤️ 1
full time job and personal life comes first at the moment
👍 1