Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Swift Package Manager #224

Open
fulldecent opened this issue Oct 20, 2019 · 3 comments
Open

Support Swift Package Manager #224

fulldecent opened this issue Oct 20, 2019 · 3 comments

Comments

@fulldecent
Copy link

Please support Swift Package Manager.

There is a guide on how to release modular projects which also includes making it work with SPM: https://github.com/fulldecent/swift5-module-template

@woxtu
Copy link

woxtu commented Nov 20, 2020

EAIntroView written in Objective-C depends EARestrictedScrollView written in Swift, but unfortunately Objective-C code cannot import Swift package at least now.

So, adding SPM support to this library needs more time.

@fulldecent
Copy link
Author

For now I'm trying to translate to Swift and paste into my project. Let's see if that works.

For smaller files, ChatGPT is pretty good. But I just have to go in pieces for EAIntroView.m.

@fulldecent
Copy link
Author

There's some ideas to steal from

https://github.com/BenEmdon/CenteredCollectionView

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants