Replies: 3 comments 5 replies
-
@marting07 |
Beta Was this translation helpful? Give feedback.
5 replies
-
@marting07 sorry for late response; SPM is not supported. Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
-
After more than 1 year I was wondering if it is planned to support Swift Package Manager at some point @jwoo-msft. Thank you very much! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
Right now we're using AdaptiveCards framework for a chat app and we're using cocoapods as a dependency manager. We want to move away from it and use Swift Package Manager (SPM) instead. We spotted that this amazing team added the capability to support this.
We tried to add the AdaptiveCards framework using SPM via versions (2020.0.0), also pointing to master branch of the repo and we weren’t able to do it, SPM throws some errors.
We started to review open and close issues and discussions (https://github.com/microsoft/AdaptiveCards/issues?q=is%3Aissue+spm), we spotted a comment from @jwoo-msft about using a commit hash. We tried with 58d7c41 and 830fa1f this last commit seems that worked but we couldn’t find any final guide or we don't know if we're using the correct commit hash.
What would be the correct commit hash we need to include AdaptiveCards framework to our app?
(note sure if we can ask you directly @jwoo-msft?)
Beta Was this translation helpful? Give feedback.
All reactions