paescebu / CustomKeyboardKit

Creating custom In App Keyboards with SwiftUI has never been easier!
GNU General Public License v3.0
201 stars 20 forks source link

SwiftUI-Introspect dependency outdate #7

Closed wenweih closed 1 year ago

wenweih commented 1 year ago

The library doesn't work for latest version of SwiftUI-Introspect (0.10.0)

paescebu commented 1 year ago

Hi @wenweih! Thanks for your feedback! It uses an exact version dependency 0.7.0 of SwiftUIIntrospect currently. Can you elaborate what exactly you mean by it not working with 0.10.0? :)

Do you wish for it to be updated to support 0.10.0?

paescebu commented 1 year ago

@wenweih, I updated the package to consume the latest SwiftUI-Introspect version. Just clone the latest commit on master :). Does that solve your issue?

wenweih commented 1 year ago

Hi @paescebu , thank you so much. it works.

paescebu commented 1 year ago

Thank you @wenweih for reaching out and using my package 😄