joncardasis / cocoapods-user-defined-build-types

⚒ A cocoapods plugin that can selectively sets build type per pod (static/dynamic library, static/dynamic framework)
MIT License
135 stars 10 forks source link

Bump maximum CocoaPods to 1.10.0-rc.1 #7

Open davidgovea opened 3 years ago

davidgovea commented 3 years ago

Hi again @joncardasis!

I've been using this plugin without issue on the latest CocoaPods 1.9.3 as well as the recent prerelease 1.10.0-rc.1.

Initially, I downgraded my installed version due to the currently-listed limitation, but everything seems fine on the latest versions too.

Didn't want to come across as a "spamtoberfest" docs-only PR, so I made sure to hit a real bug first with #6 :stuck_out_tongue_closed_eyes: Keeping this as a draft for now too, pending discussion.

It could make sense to ignore the prerelease version, and since this is an ongoing maintenance responsibility, perhaps we could come up with a way to use Github actions to test some stub Podfiles on different CocoaPods versions. Let me know what you think.

And again, thanks so much for this plugin!