apasccon / SearchTextField

UITextField subclass with autocompletion suggestions list
MIT License
1.15k stars 253 forks source link

Add SwiftPM support, GitHub Actions CI. #189

Open BrentMifsud opened 4 years ago

BrentMifsud commented 4 years ago
BrentMifsud commented 4 years ago

The Github action I added is very simple.

As there are no pre-existing test cases, I just run a build, and SwiftLint.

If the build is successful and there are no serious code quality complaints from SwiftLint, the GitHub action will succeed.

For the SPM support, best practice would be to cut a release. On the fork I created, I added a 1.2.6 tag. I would suggest doing the same here once this branch is merged. Otherwise users will have to use a branch or a commit SHA with SPM.