public
Description: A Gitk-like application written in RubyCocoa that looks like it belongs on a Mac. See the wiki for downloads and screenshots.
Homepage: http://alternateidea.com
Clone URL: git://github.com/Caged/gitnub.git
Search Repo:
Click here to lend your support to: gitnub and make a donation at www.pledgie.com !
Update the plist, adding the correct sparkle url
Caged (author)
Thu Mar 13 03:24:49 -0700 2008
commit  f2fcad49cf7e6e57bec0dff827f042edc96fffb7
tree    e76f0c73801ab82bc00855e32668e17eb4a557e8
parent  68febe8fcbfeaa28bce44e0c6d383444f20edd7e
...
15
16
17
18
 
19
20
21
22
 
23
24
25
26
27
28
 
29
30
 
31
32
...
15
16
17
 
18
19
20
21
 
22
23
24
25
26
27
 
28
29
 
30
31
32
0
@@ -15,19 +15,19 @@
0
   <key>CFBundlePackageType</key>
0
   <string>APPL</string>
0
   <key>CFBundleShortVersionString</key>
0
- <string>0.7.0</string>
0
+ <string>0.7.0 Beta</string>
0
   <key>CFBundleSignature</key>
0
   <string>????</string>
0
   <key>CFBundleVersion</key>
0
- <string>Beta</string>
0
+ <string>0.7.0</string>
0
   <key>NSMainNibFile</key>
0
   <string>MainMenu</string>
0
   <key>NSPrincipalClass</key>
0
   <string>NSApplication</string>
0
   <key>SUFeedURL</key>
0
- <string>http://www.example.com/gitnub.xml</string>
0
+ <string>http://s3.amazonaws.com/gitnub/appcast.xml</string>
0
   <key>SUScheduledCheckInterval</key>
0
- <integer>86400</integer>
0
+ <integer>200</integer>
0
 </dict>
0
 </plist>
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0
@@ -1,26 +1 @@
0
-<?xml version="1.0"?>
0
-
0
-<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"
0
- xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle">
0
-
0
- <channel>
0
- <title>Updates for GitNub</title>
0
- <link>http://www.example.com/gitnub.xml</link>
0
- <description>Recent changes to GitNub.</description>
0
- <language>en</language>
0
- <item>
0
- <title>Version 0.7.0</title>
0
- <description>
0
- &lt;p>
0
- Release 0.7.0 in all its glory.
0
- &lt;/p>
0
- </description>
0
- <!-- date -u +"%a, %d %b %Y %H:%M:%S GMT" -->
0
- <pubDate>Thu, 13 Mar 2008 07:25:34 GMT</pubDate>
0
- <enclosure
0
- url="http://s3.amazonaws.com/caged/releases/gitnub-0.7.0.zip"
0
- length="426378" type="application/octet-stream"/>
0
- </item>
0
- </channel>
0
-</rss>

Comments

    No one has commented yet.