diff --git a/5by5Browser.xcodeproj/project.pbxproj b/5by5Browser.xcodeproj/project.pbxproj index 7f41974..c41458a 100644 --- a/5by5Browser.xcodeproj/project.pbxproj +++ b/5by5Browser.xcodeproj/project.pbxproj @@ -7,12 +7,6 @@ objects = { /* Begin PBXBuildFile section */ - 7B043E87149D6984004B52E8 /* back.png in Resources */ = {isa = PBXBuildFile; fileRef = 7B043E83149D6984004B52E8 /* back.png */; }; - 7B043E88149D6984004B52E8 /* back@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7B043E84149D6984004B52E8 /* back@2x.png */; }; - 7B043E89149D6984004B52E8 /* forward.png in Resources */ = {isa = PBXBuildFile; fileRef = 7B043E85149D6984004B52E8 /* forward.png */; }; - 7B043E8A149D6984004B52E8 /* forward@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7B043E86149D6984004B52E8 /* forward@2x.png */; }; - 7B043E8E149D6FA0004B52E8 /* icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 7B043E8C149D6FA0004B52E8 /* icon.png */; }; - 7B043E8F149D6FA0004B52E8 /* icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7B043E8D149D6FA0004B52E8 /* icon@2x.png */; }; 7B1A6ECF149D140600FC5105 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7B1A6ECE149D140600FC5105 /* UIKit.framework */; }; 7B1A6ED1149D140600FC5105 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7B1A6ED0149D140600FC5105 /* Foundation.framework */; }; 7B1A6ED3149D140600FC5105 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7B1A6ED2149D140600FC5105 /* CoreGraphics.framework */; }; @@ -28,45 +22,52 @@ 7B1A6EF9149D148800FC5105 /* FiveByFive.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B1A6EF8149D148800FC5105 /* FiveByFive.m */; }; 7B1A6EFC149D14C500FC5105 /* Show.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B1A6EFB149D14C500FC5105 /* Show.m */; }; 7B4CADE9149FE797007E7941 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7B4CADE8149FE797007E7941 /* Security.framework */; }; - 7B4CADF0149FE944007E7941 /* UIAlertView+marshmallows.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B4CADEE149FE944007E7941 /* UIAlertView+marshmallows.h */; }; - 7B4CADF1149FE944007E7941 /* UIAlertView+marshmallows.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B4CADEF149FE944007E7941 /* UIAlertView+marshmallows.m */; }; - 7B4CADF5149FEAE5007E7941 /* UIAlertViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B4CADF3149FEAE5007E7941 /* UIAlertViewDelegate.h */; }; - 7B4CADF6149FEAE5007E7941 /* UIAlertViewDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B4CADF4149FEAE5007E7941 /* UIAlertViewDelegate.m */; }; - 7B7302F2149D670A003547E5 /* GTMNSString+HTML.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B7302EA149D670A003547E5 /* GTMNSString+HTML.h */; }; - 7B7302F3149D670A003547E5 /* GTMNSString+HTML.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B7302EB149D670A003547E5 /* GTMNSString+HTML.m */; }; - 7B7302F4149D670A003547E5 /* NSDate+InternetDateTime.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B7302EC149D670A003547E5 /* NSDate+InternetDateTime.h */; }; - 7B7302F5149D670A003547E5 /* NSDate+InternetDateTime.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B7302ED149D670A003547E5 /* NSDate+InternetDateTime.m */; }; - 7B7302F6149D670A003547E5 /* NSString+HTML.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B7302EE149D670A003547E5 /* NSString+HTML.h */; }; - 7B7302F7149D670A003547E5 /* NSString+HTML.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B7302EF149D670A003547E5 /* NSString+HTML.m */; }; - 7B7302F8149D670A003547E5 /* NSString+XMLEntities.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B7302F0149D670A003547E5 /* NSString+XMLEntities.h */; }; - 7B7302F9149D670A003547E5 /* NSString+XMLEntities.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B7302F1149D670A003547E5 /* NSString+XMLEntities.m */; }; - 7B730301149D6714003547E5 /* MWFeedInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B7302FA149D6714003547E5 /* MWFeedInfo.h */; }; - 7B730302149D6714003547E5 /* MWFeedInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B7302FB149D6714003547E5 /* MWFeedInfo.m */; }; - 7B730303149D6714003547E5 /* MWFeedItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B7302FC149D6714003547E5 /* MWFeedItem.h */; }; - 7B730304149D6714003547E5 /* MWFeedItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B7302FD149D6714003547E5 /* MWFeedItem.m */; }; - 7B730305149D6714003547E5 /* MWFeedParser_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B7302FE149D6714003547E5 /* MWFeedParser_Private.h */; }; - 7B730306149D6714003547E5 /* MWFeedParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B7302FF149D6714003547E5 /* MWFeedParser.h */; }; - 7B730307149D6714003547E5 /* MWFeedParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B730300149D6714003547E5 /* MWFeedParser.m */; }; 7B81722014B137D6003EC770 /* MediaPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7B81721F14B137D6003EC770 /* MediaPlayer.framework */; }; + 7B81723514B167BF003EC770 /* b2w.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 7B81722714B167BF003EC770 /* b2w.jpg */; }; + 7B81723614B167BF003EC770 /* back.png in Resources */ = {isa = PBXBuildFile; fileRef = 7B81722814B167BF003EC770 /* back.png */; }; + 7B81723714B167BF003EC770 /* back@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7B81722914B167BF003EC770 /* back@2x.png */; }; + 7B81723814B167BF003EC770 /* buildanalyze.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 7B81722A14B167BF003EC770 /* buildanalyze.jpg */; }; + 7B81723914B167BF003EC770 /* criticalpath.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 7B81722B14B167BF003EC770 /* criticalpath.jpg */; }; + 7B81723A14B167BF003EC770 /* forward.png in Resources */ = {isa = PBXBuildFile; fileRef = 7B81722C14B167BF003EC770 /* forward.png */; }; + 7B81723B14B167BF003EC770 /* forward@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7B81722D14B167BF003EC770 /* forward@2x.png */; }; + 7B81723C14B167BF003EC770 /* geekfriday.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 7B81722E14B167BF003EC770 /* geekfriday.jpg */; }; + 7B81723D14B167BF003EC770 /* hypercritical.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 7B81722F14B167BF003EC770 /* hypercritical.jpg */; }; + 7B81723E14B167BF003EC770 /* icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 7B81723014B167BF003EC770 /* icon.png */; }; + 7B81723F14B167BF003EC770 /* icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7B81723114B167BF003EC770 /* icon@2x.png */; }; + 7B81724014B167BF003EC770 /* talkshow.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 7B81723214B167BF003EC770 /* talkshow.jpg */; }; + 7B81724114B167BF003EC770 /* webahead.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 7B81723314B167BF003EC770 /* webahead.jpg */; }; + 7B81725E14B1688D003EC770 /* MMHTTPClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B81724314B1688D003EC770 /* MMHTTPClient.h */; }; + 7B81725F14B1688D003EC770 /* MMHTTPClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B81724414B1688D003EC770 /* MMHTTPClient.m */; }; + 7B81726014B1688D003EC770 /* MMHTTPRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B81724514B1688D003EC770 /* MMHTTPRequest.h */; }; + 7B81726114B1688D003EC770 /* MMHTTPRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B81724614B1688D003EC770 /* MMHTTPRequest.m */; }; + 7B81726214B1688D003EC770 /* NSString+marshmallows.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B81724714B1688D003EC770 /* NSString+marshmallows.h */; }; + 7B81726314B1688D003EC770 /* NSString+marshmallows.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B81724814B1688D003EC770 /* NSString+marshmallows.m */; }; + 7B81726414B1688D003EC770 /* UIAlertView+marshmallows.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B81724914B1688D003EC770 /* UIAlertView+marshmallows.h */; }; + 7B81726514B1688D003EC770 /* UIAlertView+marshmallows.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B81724A14B1688D003EC770 /* UIAlertView+marshmallows.m */; }; + 7B81726614B1688D003EC770 /* UIAlertViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B81724B14B1688D003EC770 /* UIAlertViewDelegate.h */; }; + 7B81726714B1688D003EC770 /* UIAlertViewDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B81724C14B1688D003EC770 /* UIAlertViewDelegate.m */; }; + 7B81726814B1688D003EC770 /* GTMNSString+HTML.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B81724F14B1688D003EC770 /* GTMNSString+HTML.h */; }; + 7B81726914B1688D003EC770 /* GTMNSString+HTML.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B81725014B1688D003EC770 /* GTMNSString+HTML.m */; }; + 7B81726A14B1688D003EC770 /* NSDate+InternetDateTime.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B81725114B1688D003EC770 /* NSDate+InternetDateTime.h */; }; + 7B81726B14B1688D003EC770 /* NSDate+InternetDateTime.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B81725214B1688D003EC770 /* NSDate+InternetDateTime.m */; }; + 7B81726C14B1688D003EC770 /* NSString+HTML.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B81725314B1688D003EC770 /* NSString+HTML.h */; }; + 7B81726D14B1688D003EC770 /* NSString+HTML.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B81725414B1688D003EC770 /* NSString+HTML.m */; }; + 7B81726E14B1688D003EC770 /* NSString+XMLEntities.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B81725514B1688D003EC770 /* NSString+XMLEntities.h */; }; + 7B81726F14B1688D003EC770 /* NSString+XMLEntities.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B81725614B1688D003EC770 /* NSString+XMLEntities.m */; }; + 7B81727014B1688D003EC770 /* MWFeedInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B81725714B1688D003EC770 /* MWFeedInfo.h */; }; + 7B81727114B1688D003EC770 /* MWFeedInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B81725814B1688D003EC770 /* MWFeedInfo.m */; }; + 7B81727214B1688D003EC770 /* MWFeedItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B81725914B1688D003EC770 /* MWFeedItem.h */; }; + 7B81727314B1688D003EC770 /* MWFeedItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B81725A14B1688D003EC770 /* MWFeedItem.m */; }; + 7B81727414B1688D003EC770 /* MWFeedParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B81725B14B1688D003EC770 /* MWFeedParser.h */; }; + 7B81727514B1688D003EC770 /* MWFeedParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B81725C14B1688D003EC770 /* MWFeedParser.m */; }; + 7B81727614B1688D003EC770 /* MWFeedParser_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B81725D14B1688D003EC770 /* MWFeedParser_Private.h */; }; 7B868946149D593C00F3A2C6 /* Episode.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B868945149D593C00F3A2C6 /* Episode.m */; }; 7B86894B149D5C1000F3A2C6 /* ShowViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B868949149D5C0F00F3A2C6 /* ShowViewController.m */; }; 7B868951149D5C6F00F3A2C6 /* ShowViewController_iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7B86894D149D5C6F00F3A2C6 /* ShowViewController_iPad.xib */; }; 7B868952149D5C6F00F3A2C6 /* ShowViewController_iPhone.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7B86894F149D5C6F00F3A2C6 /* ShowViewController_iPhone.xib */; }; - 7BDCFA03149E695E00DDF1B3 /* MMHTTPRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BDCFA01149E695E00DDF1B3 /* MMHTTPRequest.h */; }; - 7BDCFA04149E695E00DDF1B3 /* MMHTTPRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BDCFA02149E695E00DDF1B3 /* MMHTTPRequest.m */; }; - 7BDCFA07149E69E700DDF1B3 /* MMHTTPClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BDCFA05149E69E700DDF1B3 /* MMHTTPClient.h */; }; - 7BDCFA08149E69E700DDF1B3 /* MMHTTPClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BDCFA06149E69E700DDF1B3 /* MMHTTPClient.m */; }; - 7BDCFA0B149E6A2B00DDF1B3 /* NSString+marshmallows.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BDCFA09149E6A2A00DDF1B3 /* NSString+marshmallows.h */; }; - 7BDCFA0C149E6A2B00DDF1B3 /* NSString+marshmallows.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BDCFA0A149E6A2B00DDF1B3 /* NSString+marshmallows.m */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ - 7B043E83149D6984004B52E8 /* back.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = back.png; sourceTree = ""; }; - 7B043E84149D6984004B52E8 /* back@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "back@2x.png"; sourceTree = ""; }; - 7B043E85149D6984004B52E8 /* forward.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = forward.png; sourceTree = ""; }; - 7B043E86149D6984004B52E8 /* forward@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "forward@2x.png"; sourceTree = ""; }; - 7B043E8C149D6FA0004B52E8 /* icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = icon.png; sourceTree = ""; }; - 7B043E8D149D6FA0004B52E8 /* icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "icon@2x.png"; sourceTree = ""; }; 7B1A6ECA149D140600FC5105 /* 5by5Browser.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = 5by5Browser.app; sourceTree = BUILT_PRODUCTS_DIR; }; 7B1A6ECE149D140600FC5105 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; 7B1A6ED0149D140600FC5105 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; @@ -90,26 +91,45 @@ 7B1A6EFA149D14C500FC5105 /* Show.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Show.h; sourceTree = ""; }; 7B1A6EFB149D14C500FC5105 /* Show.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Show.m; sourceTree = ""; }; 7B4CADE8149FE797007E7941 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; }; - 7B4CADEE149FE944007E7941 /* UIAlertView+marshmallows.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIAlertView+marshmallows.h"; sourceTree = ""; }; - 7B4CADEF149FE944007E7941 /* UIAlertView+marshmallows.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIAlertView+marshmallows.m"; sourceTree = ""; }; - 7B4CADF3149FEAE5007E7941 /* UIAlertViewDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UIAlertViewDelegate.h; sourceTree = ""; }; - 7B4CADF4149FEAE5007E7941 /* UIAlertViewDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UIAlertViewDelegate.m; sourceTree = ""; }; - 7B7302EA149D670A003547E5 /* GTMNSString+HTML.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "GTMNSString+HTML.h"; sourceTree = ""; }; - 7B7302EB149D670A003547E5 /* GTMNSString+HTML.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GTMNSString+HTML.m"; sourceTree = ""; }; - 7B7302EC149D670A003547E5 /* NSDate+InternetDateTime.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSDate+InternetDateTime.h"; sourceTree = ""; }; - 7B7302ED149D670A003547E5 /* NSDate+InternetDateTime.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSDate+InternetDateTime.m"; sourceTree = ""; }; - 7B7302EE149D670A003547E5 /* NSString+HTML.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+HTML.h"; sourceTree = ""; }; - 7B7302EF149D670A003547E5 /* NSString+HTML.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+HTML.m"; sourceTree = ""; }; - 7B7302F0149D670A003547E5 /* NSString+XMLEntities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+XMLEntities.h"; sourceTree = ""; }; - 7B7302F1149D670A003547E5 /* NSString+XMLEntities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+XMLEntities.m"; sourceTree = ""; }; - 7B7302FA149D6714003547E5 /* MWFeedInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MWFeedInfo.h; sourceTree = ""; }; - 7B7302FB149D6714003547E5 /* MWFeedInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MWFeedInfo.m; sourceTree = ""; }; - 7B7302FC149D6714003547E5 /* MWFeedItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MWFeedItem.h; sourceTree = ""; }; - 7B7302FD149D6714003547E5 /* MWFeedItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MWFeedItem.m; sourceTree = ""; }; - 7B7302FE149D6714003547E5 /* MWFeedParser_Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MWFeedParser_Private.h; sourceTree = ""; }; - 7B7302FF149D6714003547E5 /* MWFeedParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MWFeedParser.h; sourceTree = ""; }; - 7B730300149D6714003547E5 /* MWFeedParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MWFeedParser.m; sourceTree = ""; }; 7B81721F14B137D6003EC770 /* MediaPlayer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MediaPlayer.framework; path = System/Library/Frameworks/MediaPlayer.framework; sourceTree = SDKROOT; }; + 7B81722714B167BF003EC770 /* b2w.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = b2w.jpg; path = Images/b2w.jpg; sourceTree = ""; }; + 7B81722814B167BF003EC770 /* back.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = back.png; path = Images/back.png; sourceTree = ""; }; + 7B81722914B167BF003EC770 /* back@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "back@2x.png"; path = "Images/back@2x.png"; sourceTree = ""; }; + 7B81722A14B167BF003EC770 /* buildanalyze.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = buildanalyze.jpg; path = Images/buildanalyze.jpg; sourceTree = ""; }; + 7B81722B14B167BF003EC770 /* criticalpath.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = criticalpath.jpg; path = Images/criticalpath.jpg; sourceTree = ""; }; + 7B81722C14B167BF003EC770 /* forward.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = forward.png; path = Images/forward.png; sourceTree = ""; }; + 7B81722D14B167BF003EC770 /* forward@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "forward@2x.png"; path = "Images/forward@2x.png"; sourceTree = ""; }; + 7B81722E14B167BF003EC770 /* geekfriday.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = geekfriday.jpg; path = Images/geekfriday.jpg; sourceTree = ""; }; + 7B81722F14B167BF003EC770 /* hypercritical.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = hypercritical.jpg; path = Images/hypercritical.jpg; sourceTree = ""; }; + 7B81723014B167BF003EC770 /* icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = icon.png; path = Images/icon.png; sourceTree = ""; }; + 7B81723114B167BF003EC770 /* icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "icon@2x.png"; path = "Images/icon@2x.png"; sourceTree = ""; }; + 7B81723214B167BF003EC770 /* talkshow.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = talkshow.jpg; path = Images/talkshow.jpg; sourceTree = ""; }; + 7B81723314B167BF003EC770 /* webahead.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = webahead.jpg; path = Images/webahead.jpg; sourceTree = ""; }; + 7B81724314B1688D003EC770 /* MMHTTPClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MMHTTPClient.h; sourceTree = ""; }; + 7B81724414B1688D003EC770 /* MMHTTPClient.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MMHTTPClient.m; sourceTree = ""; }; + 7B81724514B1688D003EC770 /* MMHTTPRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MMHTTPRequest.h; sourceTree = ""; }; + 7B81724614B1688D003EC770 /* MMHTTPRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MMHTTPRequest.m; sourceTree = ""; }; + 7B81724714B1688D003EC770 /* NSString+marshmallows.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+marshmallows.h"; sourceTree = ""; }; + 7B81724814B1688D003EC770 /* NSString+marshmallows.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+marshmallows.m"; sourceTree = ""; }; + 7B81724914B1688D003EC770 /* UIAlertView+marshmallows.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIAlertView+marshmallows.h"; sourceTree = ""; }; + 7B81724A14B1688D003EC770 /* UIAlertView+marshmallows.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIAlertView+marshmallows.m"; sourceTree = ""; }; + 7B81724B14B1688D003EC770 /* UIAlertViewDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UIAlertViewDelegate.h; sourceTree = ""; }; + 7B81724C14B1688D003EC770 /* UIAlertViewDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UIAlertViewDelegate.m; sourceTree = ""; }; + 7B81724F14B1688D003EC770 /* GTMNSString+HTML.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "GTMNSString+HTML.h"; sourceTree = ""; }; + 7B81725014B1688D003EC770 /* GTMNSString+HTML.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GTMNSString+HTML.m"; sourceTree = ""; }; + 7B81725114B1688D003EC770 /* NSDate+InternetDateTime.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSDate+InternetDateTime.h"; sourceTree = ""; }; + 7B81725214B1688D003EC770 /* NSDate+InternetDateTime.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSDate+InternetDateTime.m"; sourceTree = ""; }; + 7B81725314B1688D003EC770 /* NSString+HTML.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+HTML.h"; sourceTree = ""; }; + 7B81725414B1688D003EC770 /* NSString+HTML.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+HTML.m"; sourceTree = ""; }; + 7B81725514B1688D003EC770 /* NSString+XMLEntities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+XMLEntities.h"; sourceTree = ""; }; + 7B81725614B1688D003EC770 /* NSString+XMLEntities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+XMLEntities.m"; sourceTree = ""; }; + 7B81725714B1688D003EC770 /* MWFeedInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MWFeedInfo.h; sourceTree = ""; }; + 7B81725814B1688D003EC770 /* MWFeedInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MWFeedInfo.m; sourceTree = ""; }; + 7B81725914B1688D003EC770 /* MWFeedItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MWFeedItem.h; sourceTree = ""; }; + 7B81725A14B1688D003EC770 /* MWFeedItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MWFeedItem.m; sourceTree = ""; }; + 7B81725B14B1688D003EC770 /* MWFeedParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MWFeedParser.h; sourceTree = ""; }; + 7B81725C14B1688D003EC770 /* MWFeedParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MWFeedParser.m; sourceTree = ""; }; + 7B81725D14B1688D003EC770 /* MWFeedParser_Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MWFeedParser_Private.h; sourceTree = ""; }; 7B868944149D593C00F3A2C6 /* Episode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Episode.h; sourceTree = ""; }; 7B868945149D593C00F3A2C6 /* Episode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Episode.m; sourceTree = ""; }; 7B868948149D5C0F00F3A2C6 /* ShowViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ShowViewController.h; sourceTree = ""; }; @@ -117,12 +137,6 @@ 7B86894E149D5C6F00F3A2C6 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ShowViewController_iPad.xib; sourceTree = ""; }; 7B868950149D5C6F00F3A2C6 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ShowViewController_iPhone.xib; sourceTree = ""; }; 7BDCFA00149E688600DDF1B3 /* InstapaperCredentials.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InstapaperCredentials.h; sourceTree = ""; }; - 7BDCFA01149E695E00DDF1B3 /* MMHTTPRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MMHTTPRequest.h; sourceTree = ""; }; - 7BDCFA02149E695E00DDF1B3 /* MMHTTPRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MMHTTPRequest.m; sourceTree = ""; }; - 7BDCFA05149E69E700DDF1B3 /* MMHTTPClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MMHTTPClient.h; sourceTree = ""; }; - 7BDCFA06149E69E700DDF1B3 /* MMHTTPClient.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MMHTTPClient.m; sourceTree = ""; }; - 7BDCFA09149E6A2A00DDF1B3 /* NSString+marshmallows.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+marshmallows.h"; sourceTree = ""; }; - 7BDCFA0A149E6A2B00DDF1B3 /* NSString+marshmallows.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+marshmallows.m"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -144,8 +158,8 @@ 7B1A6EBF149D140600FC5105 = { isa = PBXGroup; children = ( - 7B7302E9149D66ED003547E5 /* MWFeedParser */, - 7B4CADF2149FE954007E7941 /* Marshmallows */, + 7B81724214B1688D003EC770 /* Marshmallows */, + 7B81724D14B1688D003EC770 /* MWFeedParser */, 7B1A6ED4149D140600FC5105 /* 5by5Browser */, 7B1A6ECD149D140600FC5105 /* Frameworks */, 7B1A6ECB149D140600FC5105 /* Products */, @@ -204,12 +218,19 @@ 7B1A6ED5149D140600FC5105 /* Supporting Files */ = { isa = PBXGroup; children = ( - 7B043E8C149D6FA0004B52E8 /* icon.png */, - 7B043E8D149D6FA0004B52E8 /* icon@2x.png */, - 7B043E83149D6984004B52E8 /* back.png */, - 7B043E84149D6984004B52E8 /* back@2x.png */, - 7B043E85149D6984004B52E8 /* forward.png */, - 7B043E86149D6984004B52E8 /* forward@2x.png */, + 7B81722714B167BF003EC770 /* b2w.jpg */, + 7B81722814B167BF003EC770 /* back.png */, + 7B81722914B167BF003EC770 /* back@2x.png */, + 7B81722A14B167BF003EC770 /* buildanalyze.jpg */, + 7B81722B14B167BF003EC770 /* criticalpath.jpg */, + 7B81722C14B167BF003EC770 /* forward.png */, + 7B81722D14B167BF003EC770 /* forward@2x.png */, + 7B81722E14B167BF003EC770 /* geekfriday.jpg */, + 7B81722F14B167BF003EC770 /* hypercritical.jpg */, + 7B81723014B167BF003EC770 /* icon.png */, + 7B81723114B167BF003EC770 /* icon@2x.png */, + 7B81723214B167BF003EC770 /* talkshow.jpg */, + 7B81723314B167BF003EC770 /* webahead.jpg */, 7B1A6ED6149D140600FC5105 /* 5by5Browser-Info.plist */, 7B1A6ED7149D140600FC5105 /* InfoPlist.strings */, 7B1A6EDA149D140600FC5105 /* main.m */, @@ -218,52 +239,51 @@ name = "Supporting Files"; sourceTree = ""; }; - 7B4CADF2149FE954007E7941 /* Marshmallows */ = { + 7B81724214B1688D003EC770 /* Marshmallows */ = { isa = PBXGroup; children = ( - 7BDCFA05149E69E700DDF1B3 /* MMHTTPClient.h */, - 7BDCFA06149E69E700DDF1B3 /* MMHTTPClient.m */, - 7BDCFA01149E695E00DDF1B3 /* MMHTTPRequest.h */, - 7BDCFA02149E695E00DDF1B3 /* MMHTTPRequest.m */, - 7BDCFA09149E6A2A00DDF1B3 /* NSString+marshmallows.h */, - 7BDCFA0A149E6A2B00DDF1B3 /* NSString+marshmallows.m */, - 7B4CADF3149FEAE5007E7941 /* UIAlertViewDelegate.h */, - 7B4CADF4149FEAE5007E7941 /* UIAlertViewDelegate.m */, - 7B4CADEE149FE944007E7941 /* UIAlertView+marshmallows.h */, - 7B4CADEF149FE944007E7941 /* UIAlertView+marshmallows.m */, + 7B81724314B1688D003EC770 /* MMHTTPClient.h */, + 7B81724414B1688D003EC770 /* MMHTTPClient.m */, + 7B81724514B1688D003EC770 /* MMHTTPRequest.h */, + 7B81724614B1688D003EC770 /* MMHTTPRequest.m */, + 7B81724714B1688D003EC770 /* NSString+marshmallows.h */, + 7B81724814B1688D003EC770 /* NSString+marshmallows.m */, + 7B81724914B1688D003EC770 /* UIAlertView+marshmallows.h */, + 7B81724A14B1688D003EC770 /* UIAlertView+marshmallows.m */, + 7B81724B14B1688D003EC770 /* UIAlertViewDelegate.h */, + 7B81724C14B1688D003EC770 /* UIAlertViewDelegate.m */, ); - name = Marshmallows; - path = 5by5Browser; + path = Marshmallows; sourceTree = ""; }; - 7B7302E7149D66EA003547E5 /* Categories */ = { + 7B81724D14B1688D003EC770 /* MWFeedParser */ = { isa = PBXGroup; children = ( - 7B7302EA149D670A003547E5 /* GTMNSString+HTML.h */, - 7B7302EB149D670A003547E5 /* GTMNSString+HTML.m */, - 7B7302EC149D670A003547E5 /* NSDate+InternetDateTime.h */, - 7B7302ED149D670A003547E5 /* NSDate+InternetDateTime.m */, - 7B7302EE149D670A003547E5 /* NSString+HTML.h */, - 7B7302EF149D670A003547E5 /* NSString+HTML.m */, - 7B7302F0149D670A003547E5 /* NSString+XMLEntities.h */, - 7B7302F1149D670A003547E5 /* NSString+XMLEntities.m */, + 7B81724E14B1688D003EC770 /* Categories */, + 7B81725714B1688D003EC770 /* MWFeedInfo.h */, + 7B81725814B1688D003EC770 /* MWFeedInfo.m */, + 7B81725914B1688D003EC770 /* MWFeedItem.h */, + 7B81725A14B1688D003EC770 /* MWFeedItem.m */, + 7B81725B14B1688D003EC770 /* MWFeedParser.h */, + 7B81725C14B1688D003EC770 /* MWFeedParser.m */, + 7B81725D14B1688D003EC770 /* MWFeedParser_Private.h */, ); - name = Categories; + path = MWFeedParser; sourceTree = ""; }; - 7B7302E9149D66ED003547E5 /* MWFeedParser */ = { + 7B81724E14B1688D003EC770 /* Categories */ = { isa = PBXGroup; children = ( - 7B7302E7149D66EA003547E5 /* Categories */, - 7B7302FA149D6714003547E5 /* MWFeedInfo.h */, - 7B7302FB149D6714003547E5 /* MWFeedInfo.m */, - 7B7302FC149D6714003547E5 /* MWFeedItem.h */, - 7B7302FD149D6714003547E5 /* MWFeedItem.m */, - 7B7302FE149D6714003547E5 /* MWFeedParser_Private.h */, - 7B7302FF149D6714003547E5 /* MWFeedParser.h */, - 7B730300149D6714003547E5 /* MWFeedParser.m */, + 7B81724F14B1688D003EC770 /* GTMNSString+HTML.h */, + 7B81725014B1688D003EC770 /* GTMNSString+HTML.m */, + 7B81725114B1688D003EC770 /* NSDate+InternetDateTime.h */, + 7B81725214B1688D003EC770 /* NSDate+InternetDateTime.m */, + 7B81725314B1688D003EC770 /* NSString+HTML.h */, + 7B81725414B1688D003EC770 /* NSString+HTML.m */, + 7B81725514B1688D003EC770 /* NSString+XMLEntities.h */, + 7B81725614B1688D003EC770 /* NSString+XMLEntities.m */, ); - name = MWFeedParser; + path = Categories; sourceTree = ""; }; /* End PBXGroup section */ @@ -273,19 +293,19 @@ isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 7B7302F2149D670A003547E5 /* GTMNSString+HTML.h in Headers */, - 7B7302F4149D670A003547E5 /* NSDate+InternetDateTime.h in Headers */, - 7B7302F6149D670A003547E5 /* NSString+HTML.h in Headers */, - 7B7302F8149D670A003547E5 /* NSString+XMLEntities.h in Headers */, - 7B730301149D6714003547E5 /* MWFeedInfo.h in Headers */, - 7B730303149D6714003547E5 /* MWFeedItem.h in Headers */, - 7B730305149D6714003547E5 /* MWFeedParser_Private.h in Headers */, - 7B730306149D6714003547E5 /* MWFeedParser.h in Headers */, - 7BDCFA03149E695E00DDF1B3 /* MMHTTPRequest.h in Headers */, - 7BDCFA07149E69E700DDF1B3 /* MMHTTPClient.h in Headers */, - 7BDCFA0B149E6A2B00DDF1B3 /* NSString+marshmallows.h in Headers */, - 7B4CADF0149FE944007E7941 /* UIAlertView+marshmallows.h in Headers */, - 7B4CADF5149FEAE5007E7941 /* UIAlertViewDelegate.h in Headers */, + 7B81725E14B1688D003EC770 /* MMHTTPClient.h in Headers */, + 7B81726014B1688D003EC770 /* MMHTTPRequest.h in Headers */, + 7B81726214B1688D003EC770 /* NSString+marshmallows.h in Headers */, + 7B81726414B1688D003EC770 /* UIAlertView+marshmallows.h in Headers */, + 7B81726614B1688D003EC770 /* UIAlertViewDelegate.h in Headers */, + 7B81726814B1688D003EC770 /* GTMNSString+HTML.h in Headers */, + 7B81726A14B1688D003EC770 /* NSDate+InternetDateTime.h in Headers */, + 7B81726C14B1688D003EC770 /* NSString+HTML.h in Headers */, + 7B81726E14B1688D003EC770 /* NSString+XMLEntities.h in Headers */, + 7B81727014B1688D003EC770 /* MWFeedInfo.h in Headers */, + 7B81727214B1688D003EC770 /* MWFeedItem.h in Headers */, + 7B81727414B1688D003EC770 /* MWFeedParser.h in Headers */, + 7B81727614B1688D003EC770 /* MWFeedParser_Private.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -349,12 +369,19 @@ 7B1A6EF1149D140600FC5105 /* SSDetailViewController_iPad.xib in Resources */, 7B868951149D5C6F00F3A2C6 /* ShowViewController_iPad.xib in Resources */, 7B868952149D5C6F00F3A2C6 /* ShowViewController_iPhone.xib in Resources */, - 7B043E87149D6984004B52E8 /* back.png in Resources */, - 7B043E88149D6984004B52E8 /* back@2x.png in Resources */, - 7B043E89149D6984004B52E8 /* forward.png in Resources */, - 7B043E8A149D6984004B52E8 /* forward@2x.png in Resources */, - 7B043E8E149D6FA0004B52E8 /* icon.png in Resources */, - 7B043E8F149D6FA0004B52E8 /* icon@2x.png in Resources */, + 7B81723514B167BF003EC770 /* b2w.jpg in Resources */, + 7B81723614B167BF003EC770 /* back.png in Resources */, + 7B81723714B167BF003EC770 /* back@2x.png in Resources */, + 7B81723814B167BF003EC770 /* buildanalyze.jpg in Resources */, + 7B81723914B167BF003EC770 /* criticalpath.jpg in Resources */, + 7B81723A14B167BF003EC770 /* forward.png in Resources */, + 7B81723B14B167BF003EC770 /* forward@2x.png in Resources */, + 7B81723C14B167BF003EC770 /* geekfriday.jpg in Resources */, + 7B81723D14B167BF003EC770 /* hypercritical.jpg in Resources */, + 7B81723E14B167BF003EC770 /* icon.png in Resources */, + 7B81723F14B167BF003EC770 /* icon@2x.png in Resources */, + 7B81724014B167BF003EC770 /* talkshow.jpg in Resources */, + 7B81724114B167BF003EC770 /* webahead.jpg in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -373,18 +400,18 @@ 7B1A6EFC149D14C500FC5105 /* Show.m in Sources */, 7B868946149D593C00F3A2C6 /* Episode.m in Sources */, 7B86894B149D5C1000F3A2C6 /* ShowViewController.m in Sources */, - 7B7302F3149D670A003547E5 /* GTMNSString+HTML.m in Sources */, - 7B7302F5149D670A003547E5 /* NSDate+InternetDateTime.m in Sources */, - 7B7302F7149D670A003547E5 /* NSString+HTML.m in Sources */, - 7B7302F9149D670A003547E5 /* NSString+XMLEntities.m in Sources */, - 7B730302149D6714003547E5 /* MWFeedInfo.m in Sources */, - 7B730304149D6714003547E5 /* MWFeedItem.m in Sources */, - 7B730307149D6714003547E5 /* MWFeedParser.m in Sources */, - 7BDCFA04149E695E00DDF1B3 /* MMHTTPRequest.m in Sources */, - 7BDCFA08149E69E700DDF1B3 /* MMHTTPClient.m in Sources */, - 7BDCFA0C149E6A2B00DDF1B3 /* NSString+marshmallows.m in Sources */, - 7B4CADF1149FE944007E7941 /* UIAlertView+marshmallows.m in Sources */, - 7B4CADF6149FEAE5007E7941 /* UIAlertViewDelegate.m in Sources */, + 7B81725F14B1688D003EC770 /* MMHTTPClient.m in Sources */, + 7B81726114B1688D003EC770 /* MMHTTPRequest.m in Sources */, + 7B81726314B1688D003EC770 /* NSString+marshmallows.m in Sources */, + 7B81726514B1688D003EC770 /* UIAlertView+marshmallows.m in Sources */, + 7B81726714B1688D003EC770 /* UIAlertViewDelegate.m in Sources */, + 7B81726914B1688D003EC770 /* GTMNSString+HTML.m in Sources */, + 7B81726B14B1688D003EC770 /* NSDate+InternetDateTime.m in Sources */, + 7B81726D14B1688D003EC770 /* NSString+HTML.m in Sources */, + 7B81726F14B1688D003EC770 /* NSString+XMLEntities.m in Sources */, + 7B81727114B1688D003EC770 /* MWFeedInfo.m in Sources */, + 7B81727314B1688D003EC770 /* MWFeedItem.m in Sources */, + 7B81727514B1688D003EC770 /* MWFeedParser.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/5by5Browser.xcodeproj/project.xcworkspace/xcuserdata/sjs.xcuserdatad/UserInterfaceState.xcuserstate b/5by5Browser.xcodeproj/project.xcworkspace/xcuserdata/sjs.xcuserdatad/UserInterfaceState.xcuserstate index 5398521..b5fac34 100644 Binary files a/5by5Browser.xcodeproj/project.xcworkspace/xcuserdata/sjs.xcuserdatad/UserInterfaceState.xcuserstate and b/5by5Browser.xcodeproj/project.xcworkspace/xcuserdata/sjs.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/5by5Browser/Images/b2w.jpg b/5by5Browser/Images/b2w.jpg new file mode 100644 index 0000000..8ab66ef Binary files /dev/null and b/5by5Browser/Images/b2w.jpg differ diff --git a/5by5Browser/back.png b/5by5Browser/Images/back.png similarity index 100% rename from 5by5Browser/back.png rename to 5by5Browser/Images/back.png diff --git a/5by5Browser/back@2x.png b/5by5Browser/Images/back@2x.png similarity index 100% rename from 5by5Browser/back@2x.png rename to 5by5Browser/Images/back@2x.png diff --git a/5by5Browser/Images/buildanalyze.jpg b/5by5Browser/Images/buildanalyze.jpg new file mode 100644 index 0000000..4eeee80 Binary files /dev/null and b/5by5Browser/Images/buildanalyze.jpg differ diff --git a/5by5Browser/Images/criticalpath.jpg b/5by5Browser/Images/criticalpath.jpg new file mode 100644 index 0000000..d588200 Binary files /dev/null and b/5by5Browser/Images/criticalpath.jpg differ diff --git a/5by5Browser/forward.png b/5by5Browser/Images/forward.png similarity index 100% rename from 5by5Browser/forward.png rename to 5by5Browser/Images/forward.png diff --git a/5by5Browser/forward@2x.png b/5by5Browser/Images/forward@2x.png similarity index 100% rename from 5by5Browser/forward@2x.png rename to 5by5Browser/Images/forward@2x.png diff --git a/5by5Browser/Images/geekfriday.jpg b/5by5Browser/Images/geekfriday.jpg new file mode 100644 index 0000000..4e88861 Binary files /dev/null and b/5by5Browser/Images/geekfriday.jpg differ diff --git a/5by5Browser/Images/hypercritical.jpg b/5by5Browser/Images/hypercritical.jpg new file mode 100644 index 0000000..34526ad Binary files /dev/null and b/5by5Browser/Images/hypercritical.jpg differ diff --git a/5by5Browser/icon.png b/5by5Browser/Images/icon.png similarity index 100% rename from 5by5Browser/icon.png rename to 5by5Browser/Images/icon.png diff --git a/5by5Browser/icon@2x.png b/5by5Browser/Images/icon@2x.png similarity index 100% rename from 5by5Browser/icon@2x.png rename to 5by5Browser/Images/icon@2x.png diff --git a/5by5Browser/Images/talkshow.jpg b/5by5Browser/Images/talkshow.jpg new file mode 100644 index 0000000..150d8c3 Binary files /dev/null and b/5by5Browser/Images/talkshow.jpg differ diff --git a/5by5Browser/Images/webahead.jpg b/5by5Browser/Images/webahead.jpg new file mode 100644 index 0000000..505ae82 Binary files /dev/null and b/5by5Browser/Images/webahead.jpg differ diff --git a/5by5Browser/SSAppDelegate.m b/5by5Browser/SSAppDelegate.m index 14369ea..04212ec 100644 --- a/5by5Browser/SSAppDelegate.m +++ b/5by5Browser/SSAppDelegate.m @@ -30,6 +30,7 @@ [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"]]; // Override point for customization after application launch. if ([[UIDevice currentDevice] userInterfaceIdiom] == UIUserInterfaceIdiomPhone) { diff --git a/5by5Browser/SSMasterViewController.m b/5by5Browser/SSMasterViewController.m index 6b52489..2beb21c 100644 --- a/5by5Browser/SSMasterViewController.m +++ b/5by5Browser/SSMasterViewController.m @@ -23,7 +23,11 @@ { self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil]; if (self) { - self.title = @"Shows"; + self.title = @"5by5"; + [self.navigationItem setBackBarButtonItem: [[UIBarButtonItem alloc] initWithTitle: @"Shows" + style: UIBarButtonItemStyleBordered + target: self.navigationController + action: @selector(popViewControllerAnimated:)]]; if ([[UIDevice currentDevice] userInterfaceIdiom] == UIUserInterfaceIdiomPad) { self.contentSizeForViewInPopover = CGSizeMake(320.0, 600.0); } @@ -108,6 +112,11 @@ return @"Shows"; } +- (CGFloat) tableView: (UITableView *)tableView heightForRowAtIndexPath: (NSIndexPath *)indexPath +{ + return 60.0; +} + // Customize the appearance of table view cells. - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { @@ -124,11 +133,13 @@ self.currentShow.delegate = self; cell.textLabel.text = self.currentEpisodeName; cell.detailTextLabel.text = [NSString stringWithFormat: @"%@ %@", self.currentShow.name, self.currentEpisodeNumber]; + cell.imageView.image = self.currentShow.image; } else { Show *show = [self.fiveByFive.shows objectAtIndex: indexPath.row]; show.delegate = self; cell.textLabel.text = show.name; + cell.imageView.image = show.image; if (show.episodes.count > 0) { cell.detailTextLabel.text = [NSString stringWithFormat: @"%d episodes", show.episodes.count]; } diff --git a/5by5Browser/Show.h b/5by5Browser/Show.h index 6bd328f..3d41974 100644 --- a/5by5Browser/Show.h +++ b/5by5Browser/Show.h @@ -25,6 +25,7 @@ @property (nonatomic, retain) NSString *feedPath; @property (nonatomic, retain) NSString *webPath; @property (nonatomic, retain) NSMutableArray *episodes; +@property (nonatomic, retain) UIImage *image; + (id) showWithName: (NSString *)name feedPath: (NSString *)feedPath webPath: (NSString *)webPath; - (id) initWithName: (NSString *)name feedPath: (NSString *)feedPath webPath: (NSString *)webPath; diff --git a/5by5Browser/Show.m b/5by5Browser/Show.m index 77e704d..1776620 100644 --- a/5by5Browser/Show.m +++ b/5by5Browser/Show.m @@ -23,6 +23,7 @@ @synthesize feedPath = _feedPath; @synthesize webPath = _webPath; @synthesize episodes = _episodes; +@synthesize image = _image; + (id) showWithName: (NSString *)name feedPath: (NSString *)feedPath webPath: (NSString *)webPath { @@ -70,6 +71,13 @@ return [NSString stringWithFormat: @"http://5by5.tv/%@/%@", self.webPath, episodeNumber]; } +- (UIImage *) image +{ + if (_image == nil) { + _image = [UIImage imageNamed: [NSString stringWithFormat: @"%@.jpg", self.webPath]]; + } + return _image; +} // MWFeedParserDelegate methods diff --git a/GTMNSString+HTML.h b/MWFeedParser/Categories/GTMNSString+HTML.h similarity index 100% rename from GTMNSString+HTML.h rename to MWFeedParser/Categories/GTMNSString+HTML.h diff --git a/GTMNSString+HTML.m b/MWFeedParser/Categories/GTMNSString+HTML.m similarity index 100% rename from GTMNSString+HTML.m rename to MWFeedParser/Categories/GTMNSString+HTML.m diff --git a/NSDate+InternetDateTime.h b/MWFeedParser/Categories/NSDate+InternetDateTime.h similarity index 100% rename from NSDate+InternetDateTime.h rename to MWFeedParser/Categories/NSDate+InternetDateTime.h diff --git a/NSDate+InternetDateTime.m b/MWFeedParser/Categories/NSDate+InternetDateTime.m similarity index 100% rename from NSDate+InternetDateTime.m rename to MWFeedParser/Categories/NSDate+InternetDateTime.m diff --git a/NSString+HTML.h b/MWFeedParser/Categories/NSString+HTML.h similarity index 100% rename from NSString+HTML.h rename to MWFeedParser/Categories/NSString+HTML.h diff --git a/NSString+HTML.m b/MWFeedParser/Categories/NSString+HTML.m similarity index 100% rename from NSString+HTML.m rename to MWFeedParser/Categories/NSString+HTML.m diff --git a/NSString+XMLEntities.h b/MWFeedParser/Categories/NSString+XMLEntities.h similarity index 100% rename from NSString+XMLEntities.h rename to MWFeedParser/Categories/NSString+XMLEntities.h diff --git a/NSString+XMLEntities.m b/MWFeedParser/Categories/NSString+XMLEntities.m similarity index 100% rename from NSString+XMLEntities.m rename to MWFeedParser/Categories/NSString+XMLEntities.m diff --git a/MWFeedInfo.h b/MWFeedParser/MWFeedInfo.h similarity index 100% rename from MWFeedInfo.h rename to MWFeedParser/MWFeedInfo.h diff --git a/MWFeedInfo.m b/MWFeedParser/MWFeedInfo.m similarity index 100% rename from MWFeedInfo.m rename to MWFeedParser/MWFeedInfo.m diff --git a/MWFeedItem.h b/MWFeedParser/MWFeedItem.h similarity index 100% rename from MWFeedItem.h rename to MWFeedParser/MWFeedItem.h diff --git a/MWFeedItem.m b/MWFeedParser/MWFeedItem.m similarity index 100% rename from MWFeedItem.m rename to MWFeedParser/MWFeedItem.m diff --git a/MWFeedParser.h b/MWFeedParser/MWFeedParser.h similarity index 100% rename from MWFeedParser.h rename to MWFeedParser/MWFeedParser.h diff --git a/MWFeedParser.m b/MWFeedParser/MWFeedParser.m similarity index 100% rename from MWFeedParser.m rename to MWFeedParser/MWFeedParser.m diff --git a/MWFeedParser_Private.h b/MWFeedParser/MWFeedParser_Private.h similarity index 100% rename from MWFeedParser_Private.h rename to MWFeedParser/MWFeedParser_Private.h diff --git a/5by5Browser/MMHTTPClient.h b/Marshmallows/MMHTTPClient.h similarity index 100% rename from 5by5Browser/MMHTTPClient.h rename to Marshmallows/MMHTTPClient.h diff --git a/5by5Browser/MMHTTPClient.m b/Marshmallows/MMHTTPClient.m similarity index 100% rename from 5by5Browser/MMHTTPClient.m rename to Marshmallows/MMHTTPClient.m diff --git a/5by5Browser/MMHTTPRequest.h b/Marshmallows/MMHTTPRequest.h similarity index 100% rename from 5by5Browser/MMHTTPRequest.h rename to Marshmallows/MMHTTPRequest.h diff --git a/5by5Browser/MMHTTPRequest.m b/Marshmallows/MMHTTPRequest.m similarity index 100% rename from 5by5Browser/MMHTTPRequest.m rename to Marshmallows/MMHTTPRequest.m diff --git a/5by5Browser/NSString+marshmallows.h b/Marshmallows/NSString+marshmallows.h similarity index 100% rename from 5by5Browser/NSString+marshmallows.h rename to Marshmallows/NSString+marshmallows.h diff --git a/5by5Browser/NSString+marshmallows.m b/Marshmallows/NSString+marshmallows.m similarity index 100% rename from 5by5Browser/NSString+marshmallows.m rename to Marshmallows/NSString+marshmallows.m diff --git a/5by5Browser/UIAlertView+marshmallows.h b/Marshmallows/UIAlertView+marshmallows.h similarity index 100% rename from 5by5Browser/UIAlertView+marshmallows.h rename to Marshmallows/UIAlertView+marshmallows.h diff --git a/5by5Browser/UIAlertView+marshmallows.m b/Marshmallows/UIAlertView+marshmallows.m similarity index 100% rename from 5by5Browser/UIAlertView+marshmallows.m rename to Marshmallows/UIAlertView+marshmallows.m diff --git a/5by5Browser/UIAlertViewDelegate.h b/Marshmallows/UIAlertViewDelegate.h similarity index 100% rename from 5by5Browser/UIAlertViewDelegate.h rename to Marshmallows/UIAlertViewDelegate.h diff --git a/5by5Browser/UIAlertViewDelegate.m b/Marshmallows/UIAlertViewDelegate.m similarity index 100% rename from 5by5Browser/UIAlertViewDelegate.m rename to Marshmallows/UIAlertViewDelegate.m