LTHPasscodeViewController
LTHPasscodeViewController copied to clipboard
Add Package.swift to target exclude list
Hello!
I am using this library through Tuist, but when trying to use it via Tuist's SPM, the Package.swift file gets included, resulting in the error: no such module 'PackageDescription'.
With this commit, I am excluding the Package.swift file from the target sources to resolve the issue.
Please review it! Thanks:)
@rolandleth Can we merge this PR?
Properly fixed in https://github.com/rolandleth/LTHPasscodeViewController/pull/213, give it a try and let me know, please.