intuit / CardParts

A reactive, card-based UI framework built on UIKit for iOS developers.
Other
2.52k stars 224 forks source link

Swift Package Manager #172

Open croossin opened 5 years ago

croossin commented 5 years ago

Be able to distribute CardParts via SPM!

lwdupont commented 5 years ago

Hacktoberfest? :)

croossin commented 5 years ago

Yup @lwdupont 😄 If you want to participate!

lwdupont commented 5 years ago

Ah, this? https://hacktoberfest.digitalocean.com/ ? Ya I just might. 😄👍

henrik-dmg commented 5 years ago

I'm afraid adding SPM support won't be possible for now, unless we replace the included assets with images drawn in code :( (SPM doesn't support assets yet)

mike011 commented 5 years ago

https://bugs.swift.org/browse/SR-2866

lkeude96 commented 5 years ago

👋 As a temporary solution/workaround, i opened #189 . :)

lkeude96 commented 5 years ago

@croossin from the test project i was referring to in my comment ☝️ Screen Shot 2019-10-24 at 11 47 28 AM

lkeude96 commented 5 years ago

most likely will want to exclude the Example from the target 😅

lkeude96 commented 4 years ago

Update: packages with resources should be part of swift 5.3. https://forums.swift.org/t/se-0271-package-manager-resources/30730 🥳

lwdupont commented 4 years ago

Nice!