new shows

This commit is contained in:
Sami Samhuri 2012-03-24 10:58:03 -07:00
parent 4f6975a6f6
commit be24f1c3b4
10 changed files with 10 additions and 7 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

BIN
5by5Browser/Images/bb.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

View file

@ -24,13 +24,16 @@
self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
FiveByFive *fiveByFive = [[FiveByFive alloc] initWithBaseURL: @"http:/feeds.feedburner.com/"];
[fiveByFive addShow: [Show showWithName: @"Back to Work" feedPath: @"back2work" webPath: @"b2w"]];
[fiveByFive addShow: [Show showWithName: @"Build and Analyze" feedPath: @"buildanalyze" webPath: @"buildanalyze"]];
[fiveByFive addShow: [Show showWithName: @"The Critical Path" feedPath: @"criticalpath" webPath: @"criticalpath"]];
[fiveByFive addShow: [Show showWithName: @"Geek Friday" feedPath: @"GeekFriday" webPath: @"geekfriday"]];
[fiveByFive addShow: [Show showWithName: @"Hypercritical" feedPath: @"hypercritical" webPath: @"hypercritical"]];
[fiveByFive addShow: [Show showWithName: @"The Talk Show" feedPath: @"thetalkshow" webPath: @"talkshow"]];
[fiveByFive addShow: [Show showWithName: @"The Web Ahead" feedPath: @"TheWebAhead" webPath: @"webahead"]];
[fiveByFive addShow: [Show showWithName: @"After Dark" feedPath: @"5by5-afterdark" webPath: @"afterdark"]];
[fiveByFive addShow: [Show showWithName: @"Back to Work" feedPath: @"back2work" webPath: @"b2w"]];
[fiveByFive addShow: [Show showWithName: @"Build and Analyze" feedPath: @"buildanalyze" webPath: @"buildanalyze"]];
[fiveByFive addShow: [Show showWithName: @"The B&B Podcast" feedPath: @"thebbpodcast" webPath: @"bb"]];
[fiveByFive addShow: [Show showWithName: @"The Critical Path" feedPath: @"criticalpath" webPath: @"criticalpath"]];
[fiveByFive addShow: [Show showWithName: @"Geek Friday" feedPath: @"GeekFriday" webPath: @"geekfriday"]];
[fiveByFive addShow: [Show showWithName: @"Hypercritical" feedPath: @"hypercritical" webPath: @"hypercritical"]];
[fiveByFive addShow: [Show showWithName: @"The Talk Show" feedPath: @"thetalkshow" webPath: @"talkshow"]];
[fiveByFive addShow: [Show showWithName: @"5by5 Specials" feedPath: @"5by5-specials" webPath: @"specials"]];
[fiveByFive addShow: [Show showWithName: @"5by5 at the Movies" feedPath: @"5by5AtTheMovies" webPath: @"movies"]];
// Override point for customization after application launch.
if ([[UIDevice currentDevice] userInterfaceIdiom] == UIUserInterfaceIdiomPhone) {