My sparkle config in my app has SUFeedURL set to http://shine.foobar.com/appcast.php
This fails as appcast.php is extracting the 'id' of the application
from the request.
So my question is - how are people setting this up?
Sparkle from the client doesn't know anything about 'id'
Redirects? Hardcoding?
Thanks in advance.
-jeff
set the SUFeedURL = http://shine.foobar.com/appcast.php?id=1 where 1
is the application id in Shine
-jeff
On Jan 8, 12:28 pm, JeffSchilling <jeff.schill...@gmail.com> wrote:
> I've got shine up and running let's say http://shine.foobar.com
>
> My sparkle config in my app has SUFeedURL set tohttp://shine.foobar.com/appcast.php
Tyler