new shows
BIN
5by5Browser/Images/afterdark.jpg
Normal file
|
After Width: | Height: | Size: 37 KiB |
BIN
5by5Browser/Images/afterdark@2x.jpg
Normal file
|
After Width: | Height: | Size: 98 KiB |
BIN
5by5Browser/Images/bb.jpg
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
5by5Browser/Images/bb@2x.jpg
Normal file
|
After Width: | Height: | Size: 77 KiB |
BIN
5by5Browser/Images/movies.jpg
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
5by5Browser/Images/movies@2x.jpg
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
5by5Browser/Images/specials.jpg
Normal file
|
After Width: | Height: | Size: 38 KiB |
BIN
5by5Browser/Images/specials@2x.jpg
Normal file
|
After Width: | Height: | Size: 137 KiB |
|
Before Width: | Height: | Size: 8.2 KiB |
|
|
@ -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) {
|
||||
|
|
|
|||