Replies: 3 comments 1 reply
-
Hi @tw0po1nt, thanks for bringing this up. We do plan on updating this library eventually, but thanks to That is the direction we want to go, but we also want it to play nicely with the dependency management system in TCA. So, we plan on breaking that piece into its own library (very soon), and then we will be in a better position to update this library. |
Beta Was this translation helpful? Give feedback.
-
Also, I'm going to convert this to a discussion. |
Beta Was this translation helpful? Give feedback.
-
After today’s episode I got all excited and updated my project to the Do you have any tips on how to proceed in a situation like this? Is it best to wait on both to be updated? I was going to attempt the update, but then I realized that you are also working on async/await updates, and that is not something that I can undertake. Your tips and suggestions are welcome! |
Beta Was this translation helpful? Give feedback.
-
I am currently building an app in TCA to keep my chops fresh on the latest in Apple Platforms development. The app needs to hook into CoreLocation, and hence I found this repository. But just from searching, it appears that this library has not been updated to support newer versions of TCA (updated concurrency, reducer protocol, etc).
Are there plans to update this library? Or can anyone direct me to an example of implementing the delegation pattern of CoreLocation (and many other Apple APIs) within newer versions of TCA? The closest example I could find was in the audio recorder case study.
Beta Was this translation helpful? Give feedback.
All reactions