Dynamic release notes with 1.5b4?

Asked by hawkwood

I saw in the <a href="http://sparkle.andymatuschak.org/oldsite/wiki/Documentation/ReleaseNotes">old documentation</a> how to do dynamic release notes from <ahref="http://www.likethought.com/blog/2006/05/dynamic-sparkle-release-notes">Jacob's article</a>. I was going to try this but it looks as if the new Sparkle has some method to set parameters that get passed along to the feed URL, but I do not know how to set that up. Suggestions?

Question information

Language:
English Edit question
Status:
Answered
For:
Sparkle Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Andy Matuschak (andymatuschak) said :
#1

Sure, there's a delegate method for SUUpdater ([[SUUpdater sharedUpdater] setDelegate:foo])

// This method allows you to add extra parameters to the appcast URL, potentially based on whether or not
// Sparkle will also be sending along the system profile. This method should return an array of dictionaries with the following keys:
- (NSArray *)feedParametersForUpdater:(SUUpdater *)updater sendingSystemProfile:(BOOL)sendingProfile;

Can you help with this problem?

Provide an answer of your own, or ask hawkwood for more information if necessary.

To post a message you must log in.