-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
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
CONTRIBUTING: explain how to add appcasts #16689
Comments
I can tackle this as part of an upcoming (further) rewrite of CONTRIBUTING |
@adityadalal924 Will leave the documentation to you, then. As for the script, adding it in #16701. |
AppcastsAppcasts provide a mechanism for updates to applications. There are a few different ways these can be determined:
Appcasts have a required If the application has a |
@vitorgalvao Documentation above should now be ready, according to recent updates. |
@adityadalal924 I saw. I was editing your post (after editing the top one) and github warned me “the content you’re trying to edit has changed”. |
@adityadalal924 Oh, you called it |
Still undecided about |
Whatever you prefer. You’ve been working more on CONTRIBUTING, so I trust the decision to you. I somewhat prefer |
Made another change (addition) to the command. |
Will update as script is updated in |
|
Expands on #16464. That one was about updating, this is about creating.
There are some doubts as to how to create
appcast
s. That is merely an example of someone that expressed it, though, as I also see new contributions that could easily have anappcast
added (github releases), but don’t. We should really add a how to add them.app
stanza, look inside itsInfo.plist
for theSUFeedURL
./developer/bin
script for it.appcast
will be of the formhttps://github.com/{{user}}/{{project}}/releases.atom
.appcast
can be any URL hosted by the app’s developer that changes every time a new release is out (e.g. a changelog).:checkpoint
(curl --compressed '{{appcast_url}} | sed 's|<pubDate>[^<]*</pubDate>||g' | shasum --algorithm 256 | awk '{print $1}'
).The text was updated successfully, but these errors were encountered: