pmusolino / PMAlertController

PMAlertController is a great and customizable alert that can substitute UIAlertController
MIT License
2.52k stars 187 forks source link

Missing SPM Support #98

Open Sidetalker opened 3 years ago

Sidetalker commented 3 years ago

If anyone is interested in SPM support, my fork here has it working with Xcode 12.2 and Swift 5.3.

I wiped out support for Carthage and Cocoapods to simplify things which I why I didn't open a PR. @pmusolino if you are interested in merging this support in, I wouldn't mind running the last mile and restoring support for the functionality I removed with my quick implementation.

pateldhruvil96 commented 3 years ago

Can you please check my fork: Click here It supports both SPM as well as Pods

Bersaelor commented 2 years ago

@pateldhruvil96 thank you for the link, I tried your fork with Xcode 13 and got:

Screenshot 2021-10-10 at 13 30 03
danielshaffer commented 2 years ago

Having the same issue. Not compiling on Xcode 13 on M1 MBP :( SPM would fix this.