diff --git a/Classes/CommitController.m b/Classes/CommitController.m index 10cde586..8b353002 100644 --- a/Classes/CommitController.m +++ b/Classes/CommitController.m @@ -43,8 +43,11 @@ - (void)viewDidLoad { [commit addObserver:self forKeyPath:kResourceLoadingStatusKeyPath options:NSKeyValueObservingOptionNew context:nil]; self.title = [commit.commitID substringToIndex:8]; self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemAction target:self action:@selector(showActions:)]; - self.tableView.tableHeaderView = tableHeaderView; (commit.isLoaded) ? [self displayCommit] : [commit loadData]; + // Background + UIColor *background = [UIColor colorWithPatternImage:[UIImage imageNamed:@"HeadBackground90.png"]]; + tableHeaderView.backgroundColor = background; + self.tableView.tableHeaderView = tableHeaderView; } - (void)viewDidUnload { diff --git a/Classes/FeedEntryController.h b/Classes/FeedEntryController.h index 605c7712..4dbef0fe 100644 --- a/Classes/FeedEntryController.h +++ b/Classes/FeedEntryController.h @@ -10,6 +10,7 @@ @private IBOutlet UILabel *dateLabel; IBOutlet UILabel *titleLabel; + IBOutlet UIView *headView; IBOutlet UIImageView *iconView; IBOutlet UIImageView *gravatarView; IBOutlet UIWebView *contentView; diff --git a/Classes/FeedEntryController.m b/Classes/FeedEntryController.m index 373afe17..843b89e3 100644 --- a/Classes/FeedEntryController.m +++ b/Classes/FeedEntryController.m @@ -33,6 +33,9 @@ - (void)viewDidLoad { [super viewDidLoad]; if (feed) self.navigationItem.rightBarButtonItem = controlItem; self.entry = [feed.entries objectAtIndex:currentIndex]; + // Background + UIColor *background = [UIColor colorWithPatternImage:[UIImage imageNamed:@"HeadBackground90.png"]]; + headView.backgroundColor = background; } - (void)setEntry:(GHFeedEntry *)theEntry { @@ -96,6 +99,7 @@ - (void)dealloc { [dateLabel release], dateLabel = nil; [titleLabel release], titleLabel = nil; [iconView release], iconView = nil; + [headView release], headView = nil; [gravatarView release], gravatarView = nil; [super dealloc]; diff --git a/Classes/IssueController.m b/Classes/IssueController.m index e7f0768c..2cd84478 100644 --- a/Classes/IssueController.m +++ b/Classes/IssueController.m @@ -29,6 +29,9 @@ - (id)initWithIssue:(GHIssue *)theIssue andIssuesController:(IssuesController *) - (void)viewDidLoad { [super viewDidLoad]; self.title = [NSString stringWithFormat:@"Issue #%d", issue.num]; + // Background + UIColor *background = [UIColor colorWithPatternImage:[UIImage imageNamed:@"HeadBackground80.png"]]; + tableHeaderView.backgroundColor = background; self.tableView.tableHeaderView = tableHeaderView; self.tableView.tableFooterView = tableFooterView; } diff --git a/Classes/OrganizationController.m b/Classes/OrganizationController.m index 8ec938a3..f158c1cd 100644 --- a/Classes/OrganizationController.m +++ b/Classes/OrganizationController.m @@ -39,8 +39,11 @@ - (void)viewDidLoad { if (!organization.publicRepositories.isLoaded) [organization.publicRepositories loadData]; if (!organization.publicMembers.isLoaded) [organization.publicMembers loadData]; self.navigationItem.title = organization.login; - self.tableView.tableHeaderView = tableHeaderView; self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemAction target:self action:@selector(showActions:)]; + // Background + UIColor *background = [UIColor colorWithPatternImage:[UIImage imageNamed:@"HeadBackground80.png"]]; + tableHeaderView.backgroundColor = background; + self.tableView.tableHeaderView = tableHeaderView; } - (void)dealloc { diff --git a/Classes/RepositoryController.m b/Classes/RepositoryController.m index 8c4e5c5f..16cd1124 100644 --- a/Classes/RepositoryController.m +++ b/Classes/RepositoryController.m @@ -39,9 +39,12 @@ - (void)viewDidLoad { [repository.branches addObserver:self forKeyPath:kResourceLoadingStatusKeyPath options:NSKeyValueObservingOptionNew context:nil]; self.title = repository.name; self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemAction target:self action:@selector(showActions:)]; - self.tableView.tableHeaderView = tableHeaderView; (repository.isLoaded) ? [self displayRepository] : [repository loadData]; if (!repository.branches.isLoaded) [repository.branches loadData]; + // Background + UIColor *background = [UIColor colorWithPatternImage:[UIImage imageNamed:@"HeadBackground80.png"]]; + tableHeaderView.backgroundColor = background; + self.tableView.tableHeaderView = tableHeaderView; } - (void)dealloc { diff --git a/Classes/UserController.m b/Classes/UserController.m index a15620e0..dbedcad9 100644 --- a/Classes/UserController.m +++ b/Classes/UserController.m @@ -45,8 +45,11 @@ - (void)viewDidLoad { if (!user.repositories.isLoaded) [user.repositories loadData]; if (!user.organizations.isLoaded) [user.organizations loadData]; self.navigationItem.title = (self.user == self.currentUser) ? @"Profile" : user.login; - self.tableView.tableHeaderView = tableHeaderView; self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemAction target:self action:@selector(showActions:)]; + // Background + UIColor *background = [UIColor colorWithPatternImage:[UIImage imageNamed:@"HeadBackground80.png"]]; + tableHeaderView.backgroundColor = background; + self.tableView.tableHeaderView = tableHeaderView; } - (void)dealloc { diff --git a/IBFiles/Commit.xib b/IBFiles/Commit.xib index 9add1861..9ec0d6fc 100644 --- a/IBFiles/Commit.xib +++ b/IBFiles/Commit.xib @@ -46,18 +46,39 @@ 294 YES - + 292 - {320, 90} + {{10, 36}, {32, 32}} + + + + 3 + MQA + NO - 5 NO IBCocoaTouchFramework NSImage - CommitHeadBackground.png + AvatarBackground32.png + + + + + 292 + {{24, 10}, {16, 16}} + + + + + NO + NO + IBCocoaTouchFramework + + NSImage + commit.png @@ -65,10 +86,9 @@ 292 {{12, 38}, {28, 28}} - - 3 - MQA - + + + NO NO IBCocoaTouchFramework @@ -78,6 +98,8 @@ 294 {{50, 8}, {250, 21}} + + NO YES NO @@ -105,6 +127,8 @@ 294 {{50, 30}, {230, 43}} + + NO YES NO @@ -123,6 +147,8 @@ {320, 90} + + 3 MQA @@ -142,6 +168,8 @@ 274 {320, 247} + + 10 @@ -206,6 +234,8 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA 294 {{40, 11}, {168, 21}} + + NO YES NO @@ -229,6 +259,8 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA 292 {{12, 11}, {20, 20}} + + NO NO NO @@ -240,6 +272,8 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA {320, 44} + + NO YES @@ -250,6 +284,8 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA {320, 44} + + NO IBCocoaTouchFramework @@ -272,6 +308,8 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA 292 {{10, 12}, {65, 21}} + + NO YES NO @@ -300,6 +338,8 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA 294 {{86, 11}, {200, 21}} + + NO YES NO @@ -319,6 +359,8 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA {300, 44} + + NO YES @@ -329,6 +371,8 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA {320, 44} + + NO IBCocoaTouchFramework @@ -351,6 +395,8 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA 292 {{13, 12}, {65, 21}} + + NO YES NO @@ -375,6 +421,8 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA 294 {{86, 11}, {200, 21}} + + NO YES NO @@ -390,6 +438,8 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA {300, 44} + + NO YES @@ -400,6 +450,8 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA {320, 44} + + NO IBCocoaTouchFramework @@ -417,6 +469,8 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA 256 {300, 44} + + NO YES @@ -427,6 +481,8 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA {320, 44} + + 1 MSAxIDEAA @@ -451,6 +507,8 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA 256 {300, 44} + + NO YES @@ -461,6 +519,8 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA {320, 44} + + NO IBCocoaTouchFramework @@ -482,6 +542,8 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA 256 {300, 44} + + NO YES @@ -492,6 +554,8 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA {320, 44} + + NO IBCocoaTouchFramework @@ -754,9 +818,10 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA YES - + + @@ -765,11 +830,6 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA - - 78 - - - 79 @@ -795,6 +855,16 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA + + 92 + + + + + 93 + + + @@ -822,7 +892,6 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA 76.IBEditorWindowLastContentRect 76.IBPluginDependency 77.IBPluginDependency - 78.IBPluginDependency 79.IBPluginDependency 80.IBPluginDependency 86.CustomClassName @@ -834,6 +903,8 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA 88.CustomClassName 88.IBEditorWindowLastContentRect 88.IBPluginDependency + 92.IBPluginDependency + 93.IBPluginDependency YES @@ -860,7 +931,6 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA com.apple.InterfaceBuilder.IBCocoaTouchPlugin com.apple.InterfaceBuilder.IBCocoaTouchPlugin com.apple.InterfaceBuilder.IBCocoaTouchPlugin - com.apple.InterfaceBuilder.IBCocoaTouchPlugin FilesCell {{519, 510}, {320, 44}} com.apple.InterfaceBuilder.IBCocoaTouchPlugin @@ -870,6 +940,8 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA FilesCell {{519, 510}, {320, 44}} com.apple.InterfaceBuilder.IBCocoaTouchPlugin + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + com.apple.InterfaceBuilder.IBCocoaTouchPlugin @@ -884,9 +956,182 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA - 91 + 93 + + + + YES + + CommitController + UITableViewController + + showActions: + id + + + showActions: + + showActions: + id + + + + YES + + YES + addedCell + authorCell + authorLabel + committerCell + committerLabel + dateLabel + gravatarView + loadingCell + modifiedCell + removedCell + tableHeaderView + titleLabel + + + YES + FilesCell + LabeledCell + UILabel + LabeledCell + UILabel + UILabel + UIImageView + UITableViewCell + FilesCell + FilesCell + UIView + UILabel + + + + YES + + YES + addedCell + authorCell + authorLabel + committerCell + committerLabel + dateLabel + gravatarView + loadingCell + modifiedCell + removedCell + tableHeaderView + titleLabel + + + YES + + addedCell + FilesCell + + + authorCell + LabeledCell + + + authorLabel + UILabel + + + committerCell + LabeledCell + + + committerLabel + UILabel + + + dateLabel + UILabel + + + gravatarView + UIImageView + + + loadingCell + UITableViewCell + + + modifiedCell + FilesCell + + + removedCell + FilesCell + + + tableHeaderView + UIView + + + titleLabel + UILabel + + + + + IBProjectSource + ./Classes/CommitController.h + + + + FilesCell + UITableViewCell + + IBProjectSource + ./Classes/FilesCell.h + + + + LabeledCell + UITableViewCell + + YES + + YES + content + label + + + YES + UILabel + UILabel + + + + YES + + YES + content + label + + + YES + + content + UILabel + + + label + UILabel + + + + + IBProjectSource + ./Classes/LabeledCell.h + + + - 0 IBCocoaTouchFramework @@ -907,14 +1152,16 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA YES YES - CommitHeadBackground.png + AvatarBackground32.png + commit.png file_added.png file_modified.png file_removed.png YES - {320, 90} + {32, 32} + {16, 16} {20, 19} {20, 19} {20, 19} diff --git a/IBFiles/FeedEntry.xib b/IBFiles/FeedEntry.xib index 41242ab0..bc4bf976 100644 --- a/IBFiles/FeedEntry.xib +++ b/IBFiles/FeedEntry.xib @@ -52,21 +52,6 @@ 290 YES - - - 292 - {320, 90} - - - NO - 5 - NO - IBCocoaTouchFramework - - NSImage - FeedEntryDetailsHeadBackground.png - - 292 @@ -149,13 +134,10 @@ {320, 90} - + - 3 - MQA - - 2 - + 2 + MC45NjA3ODQzNzU3IDAuOTYwNzg0Mzc1NyAwLjk2MDc4NDM3NTcAA NO IBCocoaTouchFramework @@ -195,7 +177,9 @@ 3 MQA - + + 2 + @@ -507,6 +491,14 @@ 68 + + + headView + + + + 69 + @@ -547,7 +539,6 @@ - @@ -577,11 +568,6 @@ - - 7 - - - 24 @@ -672,7 +658,6 @@ 6.IBPluginDependency 61.IBPluginDependency 65.IBPluginDependency - 7.IBPluginDependency YES @@ -696,7 +681,6 @@ com.apple.InterfaceBuilder.IBCocoaTouchPlugin com.apple.InterfaceBuilder.IBCocoaTouchPlugin com.apple.InterfaceBuilder.IBCocoaTouchPlugin - com.apple.InterfaceBuilder.IBCocoaTouchPlugin @@ -711,7 +695,7 @@ - 68 + 69 0 @@ -734,7 +718,6 @@ YES YES - FeedEntryDetailsHeadBackground.png ToolbarCommit.png ToolbarCompass.png ToolbarDown.png @@ -746,7 +729,6 @@ YES - {320, 90} {20, 20} {23, 23} {17, 16} diff --git a/IBFiles/Issue.xib b/IBFiles/Issue.xib index e7605111..081d5c2f 100644 --- a/IBFiles/Issue.xib +++ b/IBFiles/Issue.xib @@ -47,21 +47,6 @@ 290 YES - - - 292 - {320, 80} - - - NO - 4 - NO - IBCocoaTouchFramework - - NSImage - IssueDetailsHeadBackground.png - - 290 @@ -391,7 +376,7 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA YES - 274 + 294 {{15, 10}, {275, 21}} @@ -891,7 +876,6 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA YES - @@ -904,11 +888,6 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA - - 23 - - - 6 @@ -1055,7 +1034,6 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA -1.CustomClassName -2.CustomClassName 21.IBPluginDependency - 23.IBPluginDependency 24.IBPluginDependency 3.IBEditorWindowLastContentRect 3.IBPluginDependency @@ -1098,7 +1076,6 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA UIResponder com.apple.InterfaceBuilder.IBCocoaTouchPlugin com.apple.InterfaceBuilder.IBCocoaTouchPlugin - com.apple.InterfaceBuilder.IBCocoaTouchPlugin {{503, 624}, {320, 80}} com.apple.InterfaceBuilder.IBCocoaTouchPlugin com.apple.InterfaceBuilder.IBCocoaTouchPlugin @@ -1439,10 +1416,6 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA YES 3 - - IssueDetailsHeadBackground.png - {320, 80} - 300 diff --git a/IBFiles/Organization.xib b/IBFiles/Organization.xib index 24b42dc4..82961bd4 100644 --- a/IBFiles/Organization.xib +++ b/IBFiles/Organization.xib @@ -100,20 +100,22 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA 294 YES - + 292 - {320, 80} + {{10, 10}, {50, 50}} - + + 3 + MQA + NO - 5 NO IBCocoaTouchFramework NSImage - OrganizationTableHeadBackground.png + AvatarBackground50.png @@ -123,10 +125,7 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA - - 3 - MQA - + NO NO IBCocoaTouchFramework @@ -184,7 +183,7 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA {320, 80} - + 3 MQA @@ -986,7 +985,7 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA - + @@ -1006,11 +1005,6 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA Label - - 19 - - - 20 @@ -1159,6 +1153,11 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA + + 101 + + + @@ -1167,10 +1166,10 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA YES -1.CustomClassName -2.CustomClassName + 101.IBPluginDependency 13.IBPluginDependency 14.IBPluginDependency 15.IBPluginDependency - 19.IBPluginDependency 20.CustomClassName 20.IBEditorWindowLastContentRect 20.IBPluginDependency @@ -1268,7 +1267,7 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA - 100 + 101 @@ -1521,8 +1520,8 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA YES 3 - OrganizationTableHeadBackground.png - {320, 80} + AvatarBackground50.png + {50, 50} 300 diff --git a/IBFiles/Repository.xib b/IBFiles/Repository.xib index 8eacd95a..35d0ffeb 100644 --- a/IBFiles/Repository.xib +++ b/IBFiles/Repository.xib @@ -46,7 +46,6 @@ 274 {{0, 44}, {320, 387}} - 10 @@ -100,27 +99,11 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA 290 YES - - - 292 - {320, 80} - - - NO - 5 - NO - IBCocoaTouchFramework - - NSImage - RepositoryTableHeadBackground.png - - - 292 + 289 {{290, 15}, {16, 16}} - NO NO 4 @@ -132,7 +115,6 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA 294 {{20, 8}, {262, 29}} - NO YES NO @@ -156,7 +138,6 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA 294 {{20, 38}, {228, 20}} - NO YES NO @@ -181,7 +162,6 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA 291 {{256, 38}, {50, 20}} - NO YES NO @@ -200,7 +180,6 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA {320, 80} - 3 MQA @@ -230,7 +209,6 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA 292 {{10, 12}, {53, 21}} - NO YES NO @@ -259,7 +237,6 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA 294 {{71, 11}, {205, 21}} - NO YES NO @@ -279,7 +256,6 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA {320, 44} - NO YES @@ -290,7 +266,6 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA {320, 44} - 3 MQA @@ -315,7 +290,6 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA 292 {{13, 12}, {53, 21}} - NO YES NO @@ -340,7 +314,6 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA 294 {{71, 11}, {205, 21}} - NO YES NO @@ -356,7 +329,6 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA {320, 44} - NO YES @@ -367,7 +339,6 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA {320, 44} - NO IBCocoaTouchFramework @@ -386,10 +357,9 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA YES - 290 + 294 {{15, 10}, {275, 21}} - NO YES 1 @@ -408,7 +378,6 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA {320, 44} - NO YES @@ -419,7 +388,6 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA {320, 44} - NO IBCocoaTouchFramework @@ -442,7 +410,6 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA 294 {{40, 12}, {168, 21}} - NO YES NO @@ -466,7 +433,6 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA 292 {{12, 12}, {20, 20}} - NO NO NO @@ -478,7 +444,6 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA {320, 44} - NO YES @@ -489,7 +454,6 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA {320, 44} - NO IBCocoaTouchFramework @@ -512,7 +476,6 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA 294 {{35, 12}, {260, 21}} - NO YES NO @@ -529,7 +492,6 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA 292 {{12, 15}, {16, 16}} - NO NO 4 @@ -543,7 +505,6 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA {300, 44} - NO YES @@ -554,7 +515,6 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA {320, 44} - NO IBCocoaTouchFramework @@ -577,7 +537,6 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA 294 {{35, 12}, {260, 21}} - NO YES NO @@ -594,7 +553,6 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA 292 {{12, 15}, {16, 16}} - NO NO 4 @@ -608,7 +566,6 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA {300, 44} - NO YES @@ -619,7 +576,6 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA {320, 44} - NO IBCocoaTouchFramework @@ -830,7 +786,6 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA YES - @@ -848,11 +803,6 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA - - 19 - - - 21 @@ -994,7 +944,6 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA 110.IBPluginDependency 13.IBPluginDependency 14.IBPluginDependency - 19.IBPluginDependency 21.CustomClassName 21.IBEditorWindowLastContentRect 21.IBPluginDependency @@ -1034,7 +983,6 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA com.apple.InterfaceBuilder.IBCocoaTouchPlugin com.apple.InterfaceBuilder.IBCocoaTouchPlugin com.apple.InterfaceBuilder.IBCocoaTouchPlugin - com.apple.InterfaceBuilder.IBCocoaTouchPlugin LabeledCell {{159, 751}, {320, 44}} com.apple.InterfaceBuilder.IBCocoaTouchPlugin @@ -1076,198 +1024,7 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA 111 - - - YES - - LabeledCell - UITableViewCell - - YES - - YES - content - label - - - YES - UILabel - UILabel - - - - YES - - YES - content - label - - - YES - - content - UILabel - - - label - UILabel - - - - - IBProjectSource - ./Classes/LabeledCell.h - - - - RepositoryController - UITableViewController - - showActions: - id - - - showActions: - - showActions: - id - - - - YES - - YES - descriptionCell - forkLabel - iconView - issuesCell - loadingCell - nameLabel - networkCell - numbersLabel - ownerCell - ownerLabel - tableHeaderView - websiteCell - websiteLabel - - - YES - TextCell - UILabel - UIImageView - UITableViewCell - UITableViewCell - UILabel - UITableViewCell - UILabel - LabeledCell - UILabel - UIView - LabeledCell - UILabel - - - - YES - - YES - descriptionCell - forkLabel - iconView - issuesCell - loadingCell - nameLabel - networkCell - numbersLabel - ownerCell - ownerLabel - tableHeaderView - websiteCell - websiteLabel - - - YES - - descriptionCell - TextCell - - - forkLabel - UILabel - - - iconView - UIImageView - - - issuesCell - UITableViewCell - - - loadingCell - UITableViewCell - - - nameLabel - UILabel - - - networkCell - UITableViewCell - - - numbersLabel - UILabel - - - ownerCell - LabeledCell - - - ownerLabel - UILabel - - - tableHeaderView - UIView - - - websiteCell - LabeledCell - - - websiteLabel - UILabel - - - - - IBProjectSource - ./Classes/RepositoryController.h - - - - TextCell - UITableViewCell - - contentTextLabel - UILabel - - - contentTextLabel - - contentTextLabel - UILabel - - - - IBProjectSource - ./Classes/TextCell.h - - - - + 0 IBCocoaTouchFramework @@ -1288,13 +1045,11 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA YES YES - RepositoryTableHeadBackground.png fork.png issue.png YES - {320, 80} {16, 16} {16, 16} diff --git a/IBFiles/User.xib b/IBFiles/User.xib index 5d1409df..7be61522 100644 --- a/IBFiles/User.xib +++ b/IBFiles/User.xib @@ -47,6 +47,7 @@ {{0, 44}, {320, 387}} + 10 @@ -100,20 +101,23 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA 292 YES - + 292 - {320, 80} + {{10, 10}, {50, 50}} - + + + 3 + MQA + NO - 5 NO IBCocoaTouchFramework NSImage - UserTableHeadBackground.png + AvatarBackground50.png @@ -123,10 +127,7 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA - - 3 - MQA - + NO NO IBCocoaTouchFramework @@ -162,6 +163,7 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA {{70, 39}, {230, 21}} + NO YES NO @@ -184,7 +186,7 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA {320, 80} - + 3 MQA @@ -245,6 +247,7 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA {{71, 11}, {205, 21}} + NO YES NO @@ -326,6 +329,7 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA {{71, 11}, {205, 21}} + NO YES NO @@ -403,6 +407,7 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA {{71, 11}, {205, 21}} + NO YES NO @@ -454,6 +459,7 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA {{34, 12}, {260, 21}} + NO YES NO @@ -526,6 +532,7 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA {{34, 12}, {260, 21}} + NO YES NO @@ -594,6 +601,7 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA {{34, 12}, {260, 21}} + NO YES NO @@ -662,6 +670,7 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA {{40, 12}, {113, 21}} + NO YES NO @@ -731,6 +740,7 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA {{40, 12}, {168, 21}} + NO YES NO @@ -800,6 +810,7 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA {{40, 12}, {168, 21}} + NO YES NO @@ -869,6 +880,7 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA {{40, 12}, {168, 21}} + NO YES NO @@ -938,6 +950,7 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA {{20, 12}, {280, 21}} + NO YES NO @@ -993,6 +1006,7 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA {{20, 12}, {280, 21}} + NO YES NO @@ -1286,7 +1300,7 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA - + @@ -1305,11 +1319,6 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA - - 19 - - - 20 @@ -1538,6 +1547,11 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA + + 98 + + + @@ -1549,7 +1563,6 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA 13.IBPluginDependency 14.IBPluginDependency 15.IBPluginDependency - 19.IBPluginDependency 20.CustomClassName 20.IBEditorWindowLastContentRect 20.IBPluginDependency @@ -1603,6 +1616,7 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA 94.IBPluginDependency 95.IBPluginDependency 96.IBPluginDependency + 98.IBPluginDependency YES @@ -1611,7 +1625,6 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA com.apple.InterfaceBuilder.IBCocoaTouchPlugin com.apple.InterfaceBuilder.IBCocoaTouchPlugin com.apple.InterfaceBuilder.IBCocoaTouchPlugin - com.apple.InterfaceBuilder.IBCocoaTouchPlugin LabeledCell {{21, 667}, {320, 44}} com.apple.InterfaceBuilder.IBCocoaTouchPlugin @@ -1665,6 +1678,7 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA com.apple.InterfaceBuilder.IBCocoaTouchPlugin com.apple.InterfaceBuilder.IBCocoaTouchPlugin com.apple.InterfaceBuilder.IBCocoaTouchPlugin + com.apple.InterfaceBuilder.IBCocoaTouchPlugin @@ -1679,7 +1693,7 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA - 97 + 98 @@ -1956,14 +1970,14 @@ AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA YES YES - UserTableHeadBackground.png + AvatarBackground50.png feed.png member.png user.png YES - {320, 80} + {50, 50} {16, 16} {16, 16} {16, 16} diff --git a/Images/AvatarBackground32.png b/Images/AvatarBackground32.png new file mode 100644 index 00000000..0e22c361 Binary files /dev/null and b/Images/AvatarBackground32.png differ diff --git a/Images/AvatarBackground32@2x.png b/Images/AvatarBackground32@2x.png new file mode 100644 index 00000000..31d7594a Binary files /dev/null and b/Images/AvatarBackground32@2x.png differ diff --git a/Images/AvatarBackground50.png b/Images/AvatarBackground50.png new file mode 100644 index 00000000..b4f36f5c Binary files /dev/null and b/Images/AvatarBackground50.png differ diff --git a/Images/AvatarBackground50@2x.png b/Images/AvatarBackground50@2x.png new file mode 100644 index 00000000..961a4f3b Binary files /dev/null and b/Images/AvatarBackground50@2x.png differ diff --git a/Images/CommitHeadBackground.png b/Images/CommitHeadBackground.png deleted file mode 100644 index 62e726a4..00000000 Binary files a/Images/CommitHeadBackground.png and /dev/null differ diff --git a/Images/CommitHeadBackground@2x.png b/Images/CommitHeadBackground@2x.png deleted file mode 100644 index 2c2af76c..00000000 Binary files a/Images/CommitHeadBackground@2x.png and /dev/null differ diff --git a/Images/FeedEntryDetailsHeadBackground.png b/Images/FeedEntryDetailsHeadBackground.png deleted file mode 100644 index a36f6d59..00000000 Binary files a/Images/FeedEntryDetailsHeadBackground.png and /dev/null differ diff --git a/Images/FeedEntryDetailsHeadBackground@2x.png b/Images/FeedEntryDetailsHeadBackground@2x.png deleted file mode 100644 index 309f3249..00000000 Binary files a/Images/FeedEntryDetailsHeadBackground@2x.png and /dev/null differ diff --git a/Images/HeadBackground80.png b/Images/HeadBackground80.png new file mode 100644 index 00000000..ce3ea7fc Binary files /dev/null and b/Images/HeadBackground80.png differ diff --git a/Images/HeadBackground80@2x.png b/Images/HeadBackground80@2x.png new file mode 100644 index 00000000..af1a1964 Binary files /dev/null and b/Images/HeadBackground80@2x.png differ diff --git a/Images/HeadBackground90.png b/Images/HeadBackground90.png new file mode 100644 index 00000000..2a8382fb Binary files /dev/null and b/Images/HeadBackground90.png differ diff --git a/Images/HeadBackground90@2x.png b/Images/HeadBackground90@2x.png new file mode 100644 index 00000000..9b642bae Binary files /dev/null and b/Images/HeadBackground90@2x.png differ diff --git a/Images/IssueDetailsHeadBackground.png b/Images/IssueDetailsHeadBackground.png deleted file mode 100644 index 90c7823e..00000000 Binary files a/Images/IssueDetailsHeadBackground.png and /dev/null differ diff --git a/Images/IssueDetailsHeadBackground@2x.png b/Images/IssueDetailsHeadBackground@2x.png deleted file mode 100644 index 429eda4a..00000000 Binary files a/Images/IssueDetailsHeadBackground@2x.png and /dev/null differ diff --git a/Images/LoginBackground.png b/Images/LoginBackground.png deleted file mode 100644 index 4f40f92b..00000000 Binary files a/Images/LoginBackground.png and /dev/null differ diff --git a/Images/OrganizationTableHeadBackground.png b/Images/OrganizationTableHeadBackground.png deleted file mode 100644 index 5b5a2711..00000000 Binary files a/Images/OrganizationTableHeadBackground.png and /dev/null differ diff --git a/Images/OrganizationTableHeadBackground@2x.png b/Images/OrganizationTableHeadBackground@2x.png deleted file mode 100644 index ed598bed..00000000 Binary files a/Images/OrganizationTableHeadBackground@2x.png and /dev/null differ diff --git a/Images/RepositoryTableHeadBackground.png b/Images/RepositoryTableHeadBackground.png deleted file mode 100644 index 4e68094a..00000000 Binary files a/Images/RepositoryTableHeadBackground.png and /dev/null differ diff --git a/Images/RepositoryTableHeadBackground@2x.png b/Images/RepositoryTableHeadBackground@2x.png deleted file mode 100644 index a0f03bd5..00000000 Binary files a/Images/RepositoryTableHeadBackground@2x.png and /dev/null differ diff --git a/Images/UserTableHeadBackground.png b/Images/UserTableHeadBackground.png deleted file mode 100644 index 5b5a2711..00000000 Binary files a/Images/UserTableHeadBackground.png and /dev/null differ diff --git a/Images/UserTableHeadBackground@2x.png b/Images/UserTableHeadBackground@2x.png deleted file mode 100644 index ed598bed..00000000 Binary files a/Images/UserTableHeadBackground@2x.png and /dev/null differ diff --git a/iOctocat.xcodeproj/project.pbxproj b/iOctocat.xcodeproj/project.pbxproj index f8f7d617..eb29ed35 100755 --- a/iOctocat.xcodeproj/project.pbxproj +++ b/iOctocat.xcodeproj/project.pbxproj @@ -18,7 +18,6 @@ 6F0BEB58111090D300E95E5A /* GHBranch.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F0BEB57111090D300E95E5A /* GHBranch.m */; }; 6F0BEB7F111098A000E95E5A /* BranchCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F0BEB7E111098A000E95E5A /* BranchCell.m */; }; 6F15FAA4123E3EE600E56F92 /* download.png in Resources */ = {isa = PBXBuildFile; fileRef = 6F15FAA3123E3EE600E56F92 /* download.png */; }; - 6F1BCC310FAC5C2C00D66E02 /* IssueDetailsHeadBackground.png in Resources */ = {isa = PBXBuildFile; fileRef = 6F1BCC300FAC5C2C00D66E02 /* IssueDetailsHeadBackground.png */; }; 6F1DC39B0F7E52F000FCD26D /* Settings.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 6F1DC39A0F7E52F000FCD26D /* Settings.bundle */; }; 6F1DC4460F7E5A8A00FCD26D /* GHFeed.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F1DC4450F7E5A8A00FCD26D /* GHFeed.m */; }; 6F1DC4490F7E5AA000FCD26D /* GHFeedEntry.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F1DC4480F7E5AA000FCD26D /* GHFeedEntry.m */; }; @@ -33,7 +32,6 @@ 6F1DC6740F7E8E1900FCD26D /* WebController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F1DC6730F7E8E1900FCD26D /* WebController.m */; }; 6F20089B111A12FF00623EC0 /* ToolbarDown.png in Resources */ = {isa = PBXBuildFile; fileRef = 6F200899111A12FF00623EC0 /* ToolbarDown.png */; }; 6F20089C111A12FF00623EC0 /* ToolbarUp.png in Resources */ = {isa = PBXBuildFile; fileRef = 6F20089A111A12FF00623EC0 /* ToolbarUp.png */; }; - 6F2C76AE1114E65A002665DA /* CommitHeadBackground.png in Resources */ = {isa = PBXBuildFile; fileRef = 6F2C76AD1114E65A002665DA /* CommitHeadBackground.png */; }; 6F2C76EC1114EDEF002665DA /* file_added.png in Resources */ = {isa = PBXBuildFile; fileRef = 6F2C76E81114EDEF002665DA /* file_added.png */; }; 6F2C76ED1114EDEF002665DA /* file_modified.png in Resources */ = {isa = PBXBuildFile; fileRef = 6F2C76E91114EDEF002665DA /* file_modified.png */; }; 6F2C76EE1114EDEF002665DA /* file_removed.png in Resources */ = {isa = PBXBuildFile; fileRef = 6F2C76EA1114EDEF002665DA /* file_removed.png */; }; @@ -66,7 +64,6 @@ 6F5A41750F90C38300427ED7 /* RepositoryController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F5A41740F90C38300427ED7 /* RepositoryController.m */; }; 6F5A41790F90C42800427ED7 /* Repository.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6F5A41780F90C42800427ED7 /* Repository.xib */; }; 6F5A420E0F90CE0500427ED7 /* TextCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F5A420D0F90CE0500427ED7 /* TextCell.m */; }; - 6F5A427D0F90D66D00427ED7 /* RepositoryTableHeadBackground.png in Resources */ = {isa = PBXBuildFile; fileRef = 6F5A427C0F90D66D00427ED7 /* RepositoryTableHeadBackground.png */; }; 6F5E9ABB1119A96000752560 /* CDataScanner_Extensions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F5E9A991119A96000752560 /* CDataScanner_Extensions.m */; }; 6F5E9ABC1119A96000752560 /* NSCharacterSet_Extensions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F5E9A9B1119A96000752560 /* NSCharacterSet_Extensions.m */; }; 6F5E9ABD1119A96000752560 /* NSDate+Nibware.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F5E9A9D1119A96000752560 /* NSDate+Nibware.m */; }; @@ -86,6 +83,14 @@ 6F5E9C7A1119D43E00752560 /* TabBarNetwork.png in Resources */ = {isa = PBXBuildFile; fileRef = 6F5E9C761119D43E00752560 /* TabBarNetwork.png */; }; 6F5E9C7E1119D4AF00752560 /* ToolbarIssue.png in Resources */ = {isa = PBXBuildFile; fileRef = 6F5E9C7C1119D4AF00752560 /* ToolbarIssue.png */; }; 6F5E9C7F1119D4AF00752560 /* ToolbarUser.png in Resources */ = {isa = PBXBuildFile; fileRef = 6F5E9C7D1119D4AF00752560 /* ToolbarUser.png */; }; + 6F61F534139E3EE8005DBE67 /* HeadBackground90.png in Resources */ = {isa = PBXBuildFile; fileRef = 6F61F530139E3EE8005DBE67 /* HeadBackground90.png */; }; + 6F61F535139E3EE8005DBE67 /* HeadBackground90@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6F61F531139E3EE8005DBE67 /* HeadBackground90@2x.png */; }; + 6F61F53E139E43FD005DBE67 /* AvatarBackground32.png in Resources */ = {isa = PBXBuildFile; fileRef = 6F61F538139E43FB005DBE67 /* AvatarBackground32.png */; }; + 6F61F53F139E43FD005DBE67 /* AvatarBackground32@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6F61F539139E43FB005DBE67 /* AvatarBackground32@2x.png */; }; + 6F61F540139E43FD005DBE67 /* AvatarBackground50.png in Resources */ = {isa = PBXBuildFile; fileRef = 6F61F53A139E43FC005DBE67 /* AvatarBackground50.png */; }; + 6F61F541139E43FD005DBE67 /* AvatarBackground50@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6F61F53B139E43FC005DBE67 /* AvatarBackground50@2x.png */; }; + 6F61F542139E43FD005DBE67 /* HeadBackground80.png in Resources */ = {isa = PBXBuildFile; fileRef = 6F61F53C139E43FC005DBE67 /* HeadBackground80.png */; }; + 6F61F543139E43FD005DBE67 /* HeadBackground80@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6F61F53D139E43FC005DBE67 /* HeadBackground80@2x.png */; }; 6F6F175311E316B3008B319F /* Reachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F6F175211E316B3008B319F /* Reachability.m */; }; 6F6F176511E316C5008B319F /* ASIAuthenticationDialog.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F6F175611E316C5008B319F /* ASIAuthenticationDialog.m */; }; 6F6F176611E316C5008B319F /* ASIDownloadCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F6F175911E316C5008B319F /* ASIDownloadCache.m */; }; @@ -96,7 +101,6 @@ 6F6F177011E316F3008B319F /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6F6F176F11E316F3008B319F /* SystemConfiguration.framework */; }; 6F6F177411E316FE008B319F /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6F6F177311E316FE008B319F /* MobileCoreServices.framework */; }; 6F72FAE80F9B47730069F092 /* FeedEntryController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F72FAE70F9B47730069F092 /* FeedEntryController.m */; }; - 6F72FB210F9B51FE0069F092 /* FeedEntryDetailsHeadBackground.png in Resources */ = {isa = PBXBuildFile; fileRef = 6F72FB200F9B51FE0069F092 /* FeedEntryDetailsHeadBackground.png */; }; 6F72FB2F0F9B53810069F092 /* FeedEntryCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F72FB2E0F9B53810069F092 /* FeedEntryCell.m */; }; 6F74DD890FA76CCA00FD90AB /* FeedEntryCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6F74DD880FA76CCA00FD90AB /* FeedEntryCell.xib */; }; 6F7961AE132EC90D00C9446E /* GHResource.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F7961AA132EC90D00C9446E /* GHResource.m */; }; @@ -147,15 +151,10 @@ 6F9DD87E1334BDB200D1E35E /* NSURL+Extensions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F9DD87D1334BDB200D1E35E /* NSURL+Extensions.m */; }; 6F9DD8801334DBF500D1E35E /* OrganizationCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6F9DD87F1334DBF500D1E35E /* OrganizationCell.xib */; }; 6F9DD8831334DC4100D1E35E /* OrganizationCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F9DD8821334DC4100D1E35E /* OrganizationCell.m */; }; - 6F9DD88D1334E0F300D1E35E /* CommitHeadBackground@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6F9DD8841334E0F300D1E35E /* CommitHeadBackground@2x.png */; }; 6F9DD88E1334E0F300D1E35E /* FeedEntryCellBackground@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6F9DD8851334E0F300D1E35E /* FeedEntryCellBackground@2x.png */; }; - 6F9DD88F1334E0F300D1E35E /* FeedEntryDetailsHeadBackground@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6F9DD8861334E0F300D1E35E /* FeedEntryDetailsHeadBackground@2x.png */; }; - 6F9DD8901334E0F300D1E35E /* IssueDetailsHeadBackground@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6F9DD8871334E0F300D1E35E /* IssueDetailsHeadBackground@2x.png */; }; 6F9DD8911334E0F300D1E35E /* OrganizationCellBackground.png in Resources */ = {isa = PBXBuildFile; fileRef = 6F9DD8881334E0F300D1E35E /* OrganizationCellBackground.png */; }; 6F9DD8921334E0F300D1E35E /* OrganizationCellBackground@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6F9DD8891334E0F300D1E35E /* OrganizationCellBackground@2x.png */; }; - 6F9DD8931334E0F300D1E35E /* RepositoryTableHeadBackground@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6F9DD88A1334E0F300D1E35E /* RepositoryTableHeadBackground@2x.png */; }; 6F9DD8941334E0F300D1E35E /* UserCellBackground@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6F9DD88B1334E0F300D1E35E /* UserCellBackground@2x.png */; }; - 6F9DD8951334E0F300D1E35E /* UserTableHeadBackground@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6F9DD88C1334E0F300D1E35E /* UserTableHeadBackground@2x.png */; }; 6F9DD8981334E1BA00D1E35E /* OrganizationsController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F9DD8971334E1AF00D1E35E /* OrganizationsController.m */; }; 6FA92AFE0FACD51A001B1D1D /* FeedEntry.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6FA92AFC0FACD51A001B1D1D /* FeedEntry.xib */; }; 6FA92AFF0FACD51A001B1D1D /* Issue.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6FA92AFD0FACD51A001B1D1D /* Issue.xib */; }; @@ -172,8 +171,6 @@ 6FB93A960FB2231E002B43AD /* RepositoryCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FB93A950FB2231E002B43AD /* RepositoryCell.m */; }; 6FB9CBE3133543FD00C8DE29 /* OrganizationController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FB9CBE2133543FD00C8DE29 /* OrganizationController.m */; }; 6FB9CBE513354AC200C8DE29 /* Organization.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6FB9CBE413354AC200C8DE29 /* Organization.xib */; }; - 6FB9CBE813354B0500C8DE29 /* OrganizationTableHeadBackground.png in Resources */ = {isa = PBXBuildFile; fileRef = 6FB9CBE613354B0500C8DE29 /* OrganizationTableHeadBackground.png */; }; - 6FB9CBE913354B0500C8DE29 /* OrganizationTableHeadBackground@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6FB9CBE713354B0500C8DE29 /* OrganizationTableHeadBackground@2x.png */; }; 6FB9CBF713355FB300C8DE29 /* Organizations.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6FB9CBF613355FB200C8DE29 /* Organizations.xib */; }; 6FB9CBFA133565D200C8DE29 /* team_add.png in Resources */ = {isa = PBXBuildFile; fileRef = 6FB9CBF8133565D200C8DE29 /* team_add.png */; }; 6FB9CBFB133565D200C8DE29 /* team_add@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6FB9CBF9133565D200C8DE29 /* team_add@2x.png */; }; @@ -182,7 +179,6 @@ 6FC0D42C11581A5200511B7F /* IssueComment.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6FC0D42B11581A5200511B7F /* IssueComment.xib */; }; 6FC465170F9D1445003A8E7B /* GHCommit.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FC465160F9D1445003A8E7B /* GHCommit.m */; }; 6FC95F1F0F8905F500FC0968 /* UserController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FC95F1E0F8905F500FC0968 /* UserController.m */; }; - 6FC95F280F8908ED00FC0968 /* UserTableHeadBackground.png in Resources */ = {isa = PBXBuildFile; fileRef = 6FC95F270F8908ED00FC0968 /* UserTableHeadBackground.png */; }; 6FC9610C0F8935DC00FC0968 /* LabeledCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FC9610B0F8935DC00FC0968 /* LabeledCell.m */; }; 6FCAF1660F895756005E1173 /* GravatarLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FCAF1650F895756005E1173 /* GravatarLoader.m */; }; 6FCDC6400FC04D330024E498 /* feed.png in Resources */ = {isa = PBXBuildFile; fileRef = 6FCDC63F0FC04D330024E498 /* feed.png */; }; @@ -201,7 +197,6 @@ 6FE7D2B511568951004B4D68 /* GHIssueComments.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FE7D2B411568951004B4D68 /* GHIssueComments.m */; }; 6FE7D35A1156AE16004B4D68 /* NSString+Extensions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FE7D3591156AE16004B4D68 /* NSString+Extensions.m */; }; 6FE91E190FAD088600749370 /* Login.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6FE91E180FAD088600749370 /* Login.xib */; }; - 6FE91E470FAD115300749370 /* LoginBackground.png in Resources */ = {isa = PBXBuildFile; fileRef = 6FE91E460FAD115300749370 /* LoginBackground.png */; }; 6FE91E4C0FAD13D500749370 /* LoginController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FE91E4B0FAD13D500749370 /* LoginController.m */; }; 6FE931D60FC72444008545A2 /* Archiver.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FE931D50FC72444008545A2 /* Archiver.m */; }; 6FED82970FACA1E700BE5C81 /* IssuesController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FED82960FACA1E700BE5C81 /* IssuesController.m */; }; @@ -249,7 +244,6 @@ 6F0BEB7D111098A000E95E5A /* BranchCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BranchCell.h; sourceTree = ""; }; 6F0BEB7E111098A000E95E5A /* BranchCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BranchCell.m; sourceTree = ""; }; 6F15FAA3123E3EE600E56F92 /* download.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = download.png; path = Images/Icons/download.png; sourceTree = ""; }; - 6F1BCC300FAC5C2C00D66E02 /* IssueDetailsHeadBackground.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = IssueDetailsHeadBackground.png; path = Images/IssueDetailsHeadBackground.png; sourceTree = ""; }; 6F1C379A0FCA8F4A00F2FFBF /* Archiving.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Archiving.h; sourceTree = ""; }; 6F1DC39A0F7E52F000FCD26D /* Settings.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = Settings.bundle; sourceTree = ""; }; 6F1DC4440F7E5A8A00FCD26D /* GHFeed.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GHFeed.h; sourceTree = ""; }; @@ -269,7 +263,6 @@ 6F1DC6730F7E8E1900FCD26D /* WebController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WebController.m; sourceTree = ""; }; 6F200899111A12FF00623EC0 /* ToolbarDown.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ToolbarDown.png; sourceTree = ""; }; 6F20089A111A12FF00623EC0 /* ToolbarUp.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ToolbarUp.png; sourceTree = ""; }; - 6F2C76AD1114E65A002665DA /* CommitHeadBackground.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = CommitHeadBackground.png; path = Images/CommitHeadBackground.png; sourceTree = ""; }; 6F2C76E81114EDEF002665DA /* file_added.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = file_added.png; path = Images/Icons/file_added.png; sourceTree = ""; }; 6F2C76E91114EDEF002665DA /* file_modified.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = file_modified.png; path = Images/Icons/file_modified.png; sourceTree = ""; }; 6F2C76EA1114EDEF002665DA /* file_removed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = file_removed.png; path = Images/Icons/file_removed.png; sourceTree = ""; }; @@ -311,7 +304,6 @@ 6F5A41780F90C42800427ED7 /* Repository.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Repository.xib; path = IBFiles/Repository.xib; sourceTree = ""; }; 6F5A420C0F90CE0500427ED7 /* TextCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TextCell.h; sourceTree = ""; }; 6F5A420D0F90CE0500427ED7 /* TextCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TextCell.m; sourceTree = ""; }; - 6F5A427C0F90D66D00427ED7 /* RepositoryTableHeadBackground.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = RepositoryTableHeadBackground.png; path = Images/RepositoryTableHeadBackground.png; sourceTree = ""; }; 6F5E9A981119A96000752560 /* CDataScanner_Extensions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDataScanner_Extensions.h; sourceTree = ""; }; 6F5E9A991119A96000752560 /* CDataScanner_Extensions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CDataScanner_Extensions.m; sourceTree = ""; }; 6F5E9A9A1119A96000752560 /* NSCharacterSet_Extensions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NSCharacterSet_Extensions.h; sourceTree = ""; }; @@ -342,6 +334,14 @@ 6F5E9C761119D43E00752560 /* TabBarNetwork.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = TabBarNetwork.png; sourceTree = ""; }; 6F5E9C7C1119D4AF00752560 /* ToolbarIssue.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ToolbarIssue.png; sourceTree = ""; }; 6F5E9C7D1119D4AF00752560 /* ToolbarUser.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ToolbarUser.png; sourceTree = ""; }; + 6F61F530139E3EE8005DBE67 /* HeadBackground90.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = HeadBackground90.png; path = Images/HeadBackground90.png; sourceTree = ""; }; + 6F61F531139E3EE8005DBE67 /* HeadBackground90@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "HeadBackground90@2x.png"; path = "Images/HeadBackground90@2x.png"; sourceTree = ""; }; + 6F61F538139E43FB005DBE67 /* AvatarBackground32.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = AvatarBackground32.png; path = Images/AvatarBackground32.png; sourceTree = ""; }; + 6F61F539139E43FB005DBE67 /* AvatarBackground32@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "AvatarBackground32@2x.png"; path = "Images/AvatarBackground32@2x.png"; sourceTree = ""; }; + 6F61F53A139E43FC005DBE67 /* AvatarBackground50.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = AvatarBackground50.png; path = Images/AvatarBackground50.png; sourceTree = ""; }; + 6F61F53B139E43FC005DBE67 /* AvatarBackground50@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "AvatarBackground50@2x.png"; path = "Images/AvatarBackground50@2x.png"; sourceTree = ""; }; + 6F61F53C139E43FC005DBE67 /* HeadBackground80.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = HeadBackground80.png; path = Images/HeadBackground80.png; sourceTree = ""; }; + 6F61F53D139E43FC005DBE67 /* HeadBackground80@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "HeadBackground80@2x.png"; path = "Images/HeadBackground80@2x.png"; sourceTree = ""; }; 6F6F175111E316B3008B319F /* Reachability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Reachability.h; sourceTree = ""; }; 6F6F175211E316B3008B319F /* Reachability.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Reachability.m; sourceTree = ""; }; 6F6F175511E316C5008B319F /* ASIAuthenticationDialog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASIAuthenticationDialog.h; sourceTree = ""; }; @@ -364,7 +364,6 @@ 6F6F177311E316FE008B319F /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; }; 6F72FAE60F9B47730069F092 /* FeedEntryController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FeedEntryController.h; sourceTree = ""; }; 6F72FAE70F9B47730069F092 /* FeedEntryController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FeedEntryController.m; sourceTree = ""; }; - 6F72FB200F9B51FE0069F092 /* FeedEntryDetailsHeadBackground.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = FeedEntryDetailsHeadBackground.png; path = Images/FeedEntryDetailsHeadBackground.png; sourceTree = ""; }; 6F72FB2E0F9B53810069F092 /* FeedEntryCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FeedEntryCell.m; sourceTree = ""; }; 6F74DD880FA76CCA00FD90AB /* FeedEntryCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = FeedEntryCell.xib; path = IBFiles/FeedEntryCell.xib; sourceTree = ""; }; 6F74DD8A0FA76CE000FD90AB /* MIT-LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "MIT-LICENSE"; sourceTree = ""; }; @@ -425,18 +424,13 @@ 6F9DD87F1334DBF500D1E35E /* OrganizationCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = OrganizationCell.xib; path = IBFiles/OrganizationCell.xib; sourceTree = ""; }; 6F9DD8811334DC4100D1E35E /* OrganizationCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OrganizationCell.h; sourceTree = ""; }; 6F9DD8821334DC4100D1E35E /* OrganizationCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OrganizationCell.m; sourceTree = ""; }; - 6F9DD8841334E0F300D1E35E /* CommitHeadBackground@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "CommitHeadBackground@2x.png"; path = "Images/CommitHeadBackground@2x.png"; sourceTree = ""; }; 6F9DD8851334E0F300D1E35E /* FeedEntryCellBackground@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "FeedEntryCellBackground@2x.png"; path = "Images/FeedEntryCellBackground@2x.png"; sourceTree = ""; }; - 6F9DD8861334E0F300D1E35E /* FeedEntryDetailsHeadBackground@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "FeedEntryDetailsHeadBackground@2x.png"; path = "Images/FeedEntryDetailsHeadBackground@2x.png"; sourceTree = ""; }; - 6F9DD8871334E0F300D1E35E /* IssueDetailsHeadBackground@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "IssueDetailsHeadBackground@2x.png"; path = "Images/IssueDetailsHeadBackground@2x.png"; sourceTree = ""; }; 6F9DD8881334E0F300D1E35E /* OrganizationCellBackground.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = OrganizationCellBackground.png; path = Images/OrganizationCellBackground.png; sourceTree = ""; }; 6F9DD8891334E0F300D1E35E /* OrganizationCellBackground@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "OrganizationCellBackground@2x.png"; path = "Images/OrganizationCellBackground@2x.png"; sourceTree = ""; }; - 6F9DD88A1334E0F300D1E35E /* RepositoryTableHeadBackground@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "RepositoryTableHeadBackground@2x.png"; path = "Images/RepositoryTableHeadBackground@2x.png"; sourceTree = ""; }; 6F9DD88B1334E0F300D1E35E /* UserCellBackground@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "UserCellBackground@2x.png"; path = "Images/UserCellBackground@2x.png"; sourceTree = ""; }; - 6F9DD88C1334E0F300D1E35E /* UserTableHeadBackground@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "UserTableHeadBackground@2x.png"; path = "Images/UserTableHeadBackground@2x.png"; sourceTree = ""; }; 6F9DD8961334E1AB00D1E35E /* OrganizationsController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OrganizationsController.h; sourceTree = ""; }; 6F9DD8971334E1AF00D1E35E /* OrganizationsController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OrganizationsController.m; sourceTree = ""; }; - 6FA512F01332657400C16D95 /* Platform.h */ = {isa = PBXFileReference; fileEncoding = 4; path = Platform.h; sourceTree = ""; }; + 6FA512F01332657400C16D95 /* Platform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Platform.h; sourceTree = ""; }; 6FA512F11332659000C16D95 /* AppConstants.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppConstants.h; sourceTree = ""; }; 6FA92AFC0FACD51A001B1D1D /* FeedEntry.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = FeedEntry.xib; path = IBFiles/FeedEntry.xib; sourceTree = ""; }; 6FA92AFD0FACD51A001B1D1D /* Issue.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Issue.xib; path = IBFiles/Issue.xib; sourceTree = ""; }; @@ -455,8 +449,6 @@ 6FB9CBE1133543FD00C8DE29 /* OrganizationController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OrganizationController.h; sourceTree = ""; }; 6FB9CBE2133543FD00C8DE29 /* OrganizationController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OrganizationController.m; sourceTree = ""; }; 6FB9CBE413354AC200C8DE29 /* Organization.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = Organization.xib; path = IBFiles/Organization.xib; sourceTree = ""; }; - 6FB9CBE613354B0500C8DE29 /* OrganizationTableHeadBackground.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = OrganizationTableHeadBackground.png; path = Images/OrganizationTableHeadBackground.png; sourceTree = ""; }; - 6FB9CBE713354B0500C8DE29 /* OrganizationTableHeadBackground@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "OrganizationTableHeadBackground@2x.png"; path = "Images/OrganizationTableHeadBackground@2x.png"; sourceTree = ""; }; 6FB9CBF613355FB200C8DE29 /* Organizations.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = Organizations.xib; path = IBFiles/Organizations.xib; sourceTree = ""; }; 6FB9CBF8133565D200C8DE29 /* team_add.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = team_add.png; path = Images/Icons/team_add.png; sourceTree = ""; }; 6FB9CBF9133565D200C8DE29 /* team_add@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "team_add@2x.png"; path = "Images/Icons/team_add@2x.png"; sourceTree = ""; }; @@ -468,7 +460,6 @@ 6FC465160F9D1445003A8E7B /* GHCommit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = GHCommit.m; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; 6FC95F1D0F8905F500FC0968 /* UserController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UserController.h; sourceTree = ""; }; 6FC95F1E0F8905F500FC0968 /* UserController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UserController.m; sourceTree = ""; }; - 6FC95F270F8908ED00FC0968 /* UserTableHeadBackground.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = UserTableHeadBackground.png; path = Images/UserTableHeadBackground.png; sourceTree = ""; }; 6FC9610A0F8935DC00FC0968 /* LabeledCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LabeledCell.h; sourceTree = ""; }; 6FC9610B0F8935DC00FC0968 /* LabeledCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LabeledCell.m; sourceTree = ""; }; 6FCAF1640F895756005E1173 /* GravatarLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GravatarLoader.h; sourceTree = ""; }; @@ -496,7 +487,6 @@ 6FE7D3581156AE16004B4D68 /* NSString+Extensions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+Extensions.h"; sourceTree = ""; }; 6FE7D3591156AE16004B4D68 /* NSString+Extensions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+Extensions.m"; sourceTree = ""; }; 6FE91E180FAD088600749370 /* Login.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Login.xib; path = IBFiles/Login.xib; sourceTree = ""; }; - 6FE91E460FAD115300749370 /* LoginBackground.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = LoginBackground.png; path = Images/LoginBackground.png; sourceTree = ""; }; 6FE91E4A0FAD13D500749370 /* LoginController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoginController.h; sourceTree = ""; }; 6FE91E4B0FAD13D500749370 /* LoginController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LoginController.m; sourceTree = ""; }; 6FE931D40FC72444008545A2 /* Archiver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Archiver.h; sourceTree = ""; }; @@ -945,25 +935,20 @@ 6F74DD750FA76C4200FD90AB /* Backgrounds */ = { isa = PBXGroup; children = ( - 6FB9CBE613354B0500C8DE29 /* OrganizationTableHeadBackground.png */, - 6FB9CBE713354B0500C8DE29 /* OrganizationTableHeadBackground@2x.png */, - 6F9DD8841334E0F300D1E35E /* CommitHeadBackground@2x.png */, - 6F9DD8851334E0F300D1E35E /* FeedEntryCellBackground@2x.png */, - 6F9DD8861334E0F300D1E35E /* FeedEntryDetailsHeadBackground@2x.png */, - 6F9DD8871334E0F300D1E35E /* IssueDetailsHeadBackground@2x.png */, + 6F61F530139E3EE8005DBE67 /* HeadBackground90.png */, + 6F61F531139E3EE8005DBE67 /* HeadBackground90@2x.png */, + 6F61F538139E43FB005DBE67 /* AvatarBackground32.png */, + 6F61F539139E43FB005DBE67 /* AvatarBackground32@2x.png */, + 6F61F53A139E43FC005DBE67 /* AvatarBackground50.png */, + 6F61F53B139E43FC005DBE67 /* AvatarBackground50@2x.png */, + 6F61F53C139E43FC005DBE67 /* HeadBackground80.png */, + 6F61F53D139E43FC005DBE67 /* HeadBackground80@2x.png */, 6F9DD8881334E0F300D1E35E /* OrganizationCellBackground.png */, 6F9DD8891334E0F300D1E35E /* OrganizationCellBackground@2x.png */, - 6F9DD88A1334E0F300D1E35E /* RepositoryTableHeadBackground@2x.png */, - 6F9DD88B1334E0F300D1E35E /* UserCellBackground@2x.png */, - 6F9DD88C1334E0F300D1E35E /* UserTableHeadBackground@2x.png */, - 6F2C76AD1114E65A002665DA /* CommitHeadBackground.png */, 6F879AB00FB6184500EBD9BD /* UserCellBackground.png */, - 6FE91E460FAD115300749370 /* LoginBackground.png */, - 6F1BCC300FAC5C2C00D66E02 /* IssueDetailsHeadBackground.png */, - 6FC95F270F8908ED00FC0968 /* UserTableHeadBackground.png */, - 6F5A427C0F90D66D00427ED7 /* RepositoryTableHeadBackground.png */, + 6F9DD88B1334E0F300D1E35E /* UserCellBackground@2x.png */, 6F5653140F99DD75001B6703 /* FeedEntryCellBackground.png */, - 6F72FB200F9B51FE0069F092 /* FeedEntryDetailsHeadBackground.png */, + 6F9DD8851334E0F300D1E35E /* FeedEntryCellBackground@2x.png */, ); name = Backgrounds; sourceTree = ""; @@ -1137,18 +1122,14 @@ 6FCE4D2A0F7FD48700451D6E /* follow.png in Resources */, 6FCE4D2B0F7FD48700451D6E /* gist.png in Resources */, 6FCE4DB70F7FE5C600451D6E /* member.png in Resources */, - 6FC95F280F8908ED00FC0968 /* UserTableHeadBackground.png in Resources */, 6FF651980F8A9DA200C20E2D /* Entitlements.plist in Resources */, 6F5A40890F90B25F00427ED7 /* User.xib in Resources */, 6F5A41790F90C42800427ED7 /* Repository.xib in Resources */, - 6F5A427D0F90D66D00427ED7 /* RepositoryTableHeadBackground.png in Resources */, 6F5653030F99CB52001B6703 /* issue.png in Resources */, 6F5653060F99CB62001B6703 /* private.png in Resources */, 6F5653070F99CB62001B6703 /* public.png in Resources */, 6F5653150F99DD75001B6703 /* FeedEntryCellBackground.png in Resources */, - 6F72FB210F9B51FE0069F092 /* FeedEntryDetailsHeadBackground.png in Resources */, 6F74DD890FA76CCA00FD90AB /* FeedEntryCell.xib in Resources */, - 6F1BCC310FAC5C2C00D66E02 /* IssueDetailsHeadBackground.png in Resources */, 6FED829A0FACA2F000BE5C81 /* Issues.xib in Resources */, 6FA92AFE0FACD51A001B1D1D /* FeedEntry.xib in Resources */, 6FA92AFF0FACD51A001B1D1D /* Issue.xib in Resources */, @@ -1157,7 +1138,6 @@ 6FA92B320FACD6EA001B1D1D /* MyFeeds.xib in Resources */, 6FA92B4E0FACD7ED001B1D1D /* IssueCell.xib in Resources */, 6FE91E190FAD088600749370 /* Login.xib in Resources */, - 6FE91E470FAD115300749370 /* LoginBackground.png in Resources */, 6F358BFB0FB1EA6F004D2828 /* DefaultGravatar.png in Resources */, 6F358C090FB1EAE0004D2828 /* Overlay.xib in Resources */, 6F358C0A0FB1EAE0004D2828 /* Search.xib in Resources */, @@ -1172,7 +1152,6 @@ 6F0AEFB7100CAAE500FB323E /* Networks.xib in Resources */, 6F0AEFC1100CF61500FB323E /* IssueForm.xib in Resources */, 6F797C7E1110E842007E5A8D /* Commit.xib in Resources */, - 6F2C76AE1114E65A002665DA /* CommitHeadBackground.png in Resources */, 6F2C76EC1114EDEF002665DA /* file_added.png in Resources */, 6F2C76ED1114EDEF002665DA /* file_modified.png in Resources */, 6F2C76EE1114EDEF002665DA /* file_removed.png in Resources */, @@ -1230,18 +1209,11 @@ 6F9DD8761334B03400D1E35E /* Default.png in Resources */, 6F9DD8781334B09800D1E35E /* Default@2x.png in Resources */, 6F9DD8801334DBF500D1E35E /* OrganizationCell.xib in Resources */, - 6F9DD88D1334E0F300D1E35E /* CommitHeadBackground@2x.png in Resources */, 6F9DD88E1334E0F300D1E35E /* FeedEntryCellBackground@2x.png in Resources */, - 6F9DD88F1334E0F300D1E35E /* FeedEntryDetailsHeadBackground@2x.png in Resources */, - 6F9DD8901334E0F300D1E35E /* IssueDetailsHeadBackground@2x.png in Resources */, 6F9DD8911334E0F300D1E35E /* OrganizationCellBackground.png in Resources */, 6F9DD8921334E0F300D1E35E /* OrganizationCellBackground@2x.png in Resources */, - 6F9DD8931334E0F300D1E35E /* RepositoryTableHeadBackground@2x.png in Resources */, 6F9DD8941334E0F300D1E35E /* UserCellBackground@2x.png in Resources */, - 6F9DD8951334E0F300D1E35E /* UserTableHeadBackground@2x.png in Resources */, 6FB9CBE513354AC200C8DE29 /* Organization.xib in Resources */, - 6FB9CBE813354B0500C8DE29 /* OrganizationTableHeadBackground.png in Resources */, - 6FB9CBE913354B0500C8DE29 /* OrganizationTableHeadBackground@2x.png in Resources */, 6FB9CBF713355FB300C8DE29 /* Organizations.xib in Resources */, 6FB9CBFA133565D200C8DE29 /* team_add.png in Resources */, 6FB9CBFB133565D200C8DE29 /* team_add@2x.png in Resources */, @@ -1259,6 +1231,14 @@ 6FB3CBF7139780D600CB0EAE /* Icon-Small-50.png in Resources */, 6FB3CBF8139780D600CB0EAE /* Icon-Small.png in Resources */, 6FB3CC001397853B00CB0EAE /* Default-Portrait~ipad.png in Resources */, + 6F61F534139E3EE8005DBE67 /* HeadBackground90.png in Resources */, + 6F61F535139E3EE8005DBE67 /* HeadBackground90@2x.png in Resources */, + 6F61F53E139E43FD005DBE67 /* AvatarBackground32.png in Resources */, + 6F61F53F139E43FD005DBE67 /* AvatarBackground32@2x.png in Resources */, + 6F61F540139E43FD005DBE67 /* AvatarBackground50.png in Resources */, + 6F61F541139E43FD005DBE67 /* AvatarBackground50@2x.png in Resources */, + 6F61F542139E43FD005DBE67 /* HeadBackground80.png in Resources */, + 6F61F543139E43FD005DBE67 /* HeadBackground80@2x.png in Resources */, ); runOnlyForDeploymentPostprocessing = 0; };