mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 15:30:18 +00:00
credits
This commit is contained in:
@@ -133,6 +133,9 @@
|
||||
if (gitversion)
|
||||
[dict addEntriesFromDictionary:[[NSDictionary alloc] initWithObjectsAndKeys:gitversion, @"Version", nil]];
|
||||
|
||||
[dict addEntriesFromDictionary:[[NSDictionary alloc] initWithObjectsAndKeys:@"GitX (L)", @"ApplicationName", nil]];
|
||||
[dict addEntriesFromDictionary:[[NSDictionary alloc] initWithObjectsAndKeys:@"(c) Pieter de Bie,2008\n(c) German Laullon,2011\nAnd more...", @"Copyright", nil]];
|
||||
|
||||
#ifdef DEBUG_BUILD
|
||||
[dict addEntriesFromDictionary:[[NSDictionary alloc] initWithObjectsAndKeys:@"GitX (DEBUG)", @"ApplicationName", nil]];
|
||||
#endif
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
<a href="http://GitX.frim.nl">GitX Homepage</a>
|
||||
<a href="http://GitX.laullon.com">GitX (L) Homepage</a>
|
||||
Reference in New Issue
Block a user