Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS version of Greenkeeper #27

Open
SD10 opened this issue May 7, 2018 · 1 comment
Open

iOS version of Greenkeeper #27

SD10 opened this issue May 7, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@SD10
Copy link
Member

SD10 commented May 7, 2018

Now that I'm dabbling with JavaScript, I see the greenkeeper bot installed everywhere. It would be nice to do something similar for iOS dependencies.

One problem is the multiple package management systems for iOS:

  • CocoaPods
  • Carthage
  • Swift Package Manager

This could be solved by having peril run a daily job that checks the releases of other repositories your project depends on.

It would have to fetch the latest release tag, then check the version of your package file.

Bonus points if it automatically opens a PR and all that jazz like greenkeeper

See Moya/Moya#1657

EDIT:
If it's going to make a PR, some useful information would be:

  • CHANGELOG if it exists
  • Any release notes
@SD10 SD10 added the enhancement New feature or request label May 7, 2018
@yhkaplan
Copy link

The only solution I’ve come across so far is Tachikoma, free OSS I use at work: https://github.com/sanemat/tachikoma/blob/master/README.md

It doesn’t appear to support Swift Package Manager, but that could potentially be added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants