danielsaidi / SwiftUIKit

SwiftUIKit is a Swift SDK that adds extra functionality to Swift & SwiftUI.
MIT License
1.4k stars 54 forks source link

Documenation Zip File is missing #7

Closed matthiaszarzecki closed 2 years ago

matthiaszarzecki commented 2 years ago

Hello, I just wanted to download the documentation, but it turns out the link https://github.com/danielsaidi/SwiftUIKit/raw/master/Docs/SwiftUIKit.doccarchive.zip in the readme is returning a 404, and the file does not seem to exist within th repository.

Would love to be able to download and read it! :)

Best, Matthias

danielsaidi commented 2 years ago

Hi @matthiaszarzecki

Oh, I must have forgotten to update it. Thanks for notifying me!

Since the documentation files become large for some projects, I don't want to bloat the repo with these huge files. I tried using git LFS (https://git-lfs.github.com) which worked great, but unfortunately Xcode couldn't handle packages from repos that used it, so I had to backtrack.

I will therefore setup a separate repo, where I'll place all pre-build documentation files. Until then, you can just download SwiftUIKit and either build the documentation with Fastlane or open it in Xcode and build the documentation from there.

I'll keep this issue around until I've fixed this.

danielsaidi commented 2 years ago

@matthiaszarzecki - the documentation is available once more 👍

matthiaszarzecki commented 2 years ago

Sweet, thanks for updating! :)