paescebu / CustomKeyboardKit

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

Package Dependencies #1

Closed ducduy20 closed 1 year ago

ducduy20 commented 1 year ago

There is a problem when I add to the project with package Dependencies

paescebu commented 1 year ago

@ducduy20 Hey! Thanks for trying out my Swift Package. Can you elaborate how the "problem" manifests itself? :) Do you have an ssh key properly setup in your Xcode instance? (I'm anyway thinking of switching to HTTPS for the dependencies of this particular package as i open sourced it)

paescebu commented 1 year ago

@ducduy20 i changed the SwiftUI-Introspect Dependency to use HTTPS for fetching the dependency. That should remove the requirement to setup anything special in Xcode (like SSH keys). I also changed the minimum required iOS version to iOS15, to extend compatibility.

Try out the latest commit on master. (I might introduce versioning and tagging later in this project, if it gains traction)

Did this solve the issue for you?

paescebu commented 1 year ago

Due to inactivity, i am closing this issue and mark it as completed.