diff --git a/5by5Browser/Images/afterdark.jpg b/5by5Browser/Images/afterdark.jpg new file mode 100644 index 0000000..42fc2c5 Binary files /dev/null and b/5by5Browser/Images/afterdark.jpg differ diff --git a/5by5Browser/Images/afterdark@2x.jpg b/5by5Browser/Images/afterdark@2x.jpg new file mode 100644 index 0000000..452c463 Binary files /dev/null and b/5by5Browser/Images/afterdark@2x.jpg differ diff --git a/5by5Browser/Images/bb.jpg b/5by5Browser/Images/bb.jpg new file mode 100644 index 0000000..f030c57 Binary files /dev/null and b/5by5Browser/Images/bb.jpg differ diff --git a/5by5Browser/Images/bb@2x.jpg b/5by5Browser/Images/bb@2x.jpg new file mode 100644 index 0000000..24e3968 Binary files /dev/null and b/5by5Browser/Images/bb@2x.jpg differ diff --git a/5by5Browser/Images/movies.jpg b/5by5Browser/Images/movies.jpg new file mode 100644 index 0000000..99ef43a Binary files /dev/null and b/5by5Browser/Images/movies.jpg differ diff --git a/5by5Browser/Images/movies@2x.jpg b/5by5Browser/Images/movies@2x.jpg new file mode 100644 index 0000000..7af1e19 Binary files /dev/null and b/5by5Browser/Images/movies@2x.jpg differ diff --git a/5by5Browser/Images/specials.jpg b/5by5Browser/Images/specials.jpg new file mode 100644 index 0000000..4a84f8c Binary files /dev/null and b/5by5Browser/Images/specials.jpg differ diff --git a/5by5Browser/Images/specials@2x.jpg b/5by5Browser/Images/specials@2x.jpg new file mode 100644 index 0000000..f08e7a8 Binary files /dev/null and b/5by5Browser/Images/specials@2x.jpg differ diff --git a/5by5Browser/Images/webahead.jpg b/5by5Browser/Images/webahead.jpg deleted file mode 100644 index 505ae82..0000000 Binary files a/5by5Browser/Images/webahead.jpg and /dev/null differ diff --git a/5by5Browser/SSAppDelegate.m b/5by5Browser/SSAppDelegate.m index 04212ec..f5b67c6 100644 --- a/5by5Browser/SSAppDelegate.m +++ b/5by5Browser/SSAppDelegate.m @@ -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) {