diff --git a/ManagerDemo.xcodeproj/project.pbxproj b/ManagerDemo.xcodeproj/project.pbxproj index fab3b9c..63c3a80 100644 --- a/ManagerDemo.xcodeproj/project.pbxproj +++ b/ManagerDemo.xcodeproj/project.pbxproj @@ -8,6 +8,18 @@ /* Begin PBXBuildFile section */ 63816045C89E43DD9F96396F /* libPods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C7B3792862C24377B1ACD469 /* libPods.a */; }; + A93F87741999AA8300875287 /* ManagerUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = A93F87731999AA8300875287 /* ManagerUtil.m */; }; + A93F877C1999ACF600875287 /* MBProgressHUD+Util.m in Sources */ = {isa = PBXBuildFile; fileRef = A93F877B1999ACF600875287 /* MBProgressHUD+Util.m */; }; + A93F87801999B92800875287 /* QCSlideSwitchView.m in Sources */ = {isa = PBXBuildFile; fileRef = A93F877F1999B92800875287 /* QCSlideSwitchView.m */; }; + A93F87821999BB1D00875287 /* red_line_and_shadow@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A93F87811999BB1D00875287 /* red_line_and_shadow@2x.png */; }; + A93F87CA1999E62000875287 /* AdjustableUILable.m in Sources */ = {isa = PBXBuildFile; fileRef = A93F87C91999E62000875287 /* AdjustableUILable.m */; }; + A93F8800199A077F00875287 /* FundListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A93F87F5199A077F00875287 /* FundListViewController.m */; }; + A93F8801199A077F00875287 /* ListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A93F87F7199A077F00875287 /* ListViewController.m */; }; + A93F8802199A077F00875287 /* ListViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = A93F87F8199A077F00875287 /* ListViewController.xib */; }; + A93F8803199A077F00875287 /* LoanListCell.m in Sources */ = {isa = PBXBuildFile; fileRef = A93F87FA199A077F00875287 /* LoanListCell.m */; }; + A93F8804199A077F00875287 /* LoanListCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = A93F87FB199A077F00875287 /* LoanListCell.xib */; }; + A93F8805199A077F00875287 /* LoanListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A93F87FD199A077F00875287 /* LoanListViewController.m */; }; + A93F8806199A077F00875287 /* OtherListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A93F87FF199A077F00875287 /* OtherListViewController.m */; }; A9AA325A199702DB000BE4FB /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A9AA3259199702DB000BE4FB /* Images.xcassets */; }; A9AA326019970335000BE4FB /* HomeAdView.m in Sources */ = {isa = PBXBuildFile; fileRef = A9AA325D19970335000BE4FB /* HomeAdView.m */; }; A9AA326119970335000BE4FB /* ImagePlayerView.m in Sources */ = {isa = PBXBuildFile; fileRef = A9AA325F19970335000BE4FB /* ImagePlayerView.m */; }; @@ -95,6 +107,27 @@ /* Begin PBXFileReference section */ 5730F11CFCAA47EB9D024FB8 /* Pods.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.xcconfig; path = Pods/Pods.xcconfig; sourceTree = ""; }; + A93F87721999AA8300875287 /* ManagerUtil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ManagerUtil.h; sourceTree = ""; }; + A93F87731999AA8300875287 /* ManagerUtil.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ManagerUtil.m; sourceTree = ""; }; + A93F877A1999AC9900875287 /* MBProgressHUD+Util.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD+Util.h"; sourceTree = ""; }; + A93F877B1999ACF600875287 /* MBProgressHUD+Util.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD+Util.m"; sourceTree = ""; }; + A93F877E1999B92800875287 /* QCSlideSwitchView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QCSlideSwitchView.h; sourceTree = ""; }; + A93F877F1999B92800875287 /* QCSlideSwitchView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QCSlideSwitchView.m; sourceTree = ""; }; + A93F87811999BB1D00875287 /* red_line_and_shadow@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "red_line_and_shadow@2x.png"; sourceTree = ""; }; + A93F87C81999E62000875287 /* AdjustableUILable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AdjustableUILable.h; sourceTree = ""; }; + A93F87C91999E62000875287 /* AdjustableUILable.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AdjustableUILable.m; sourceTree = ""; }; + A93F87F4199A077F00875287 /* FundListViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FundListViewController.h; sourceTree = ""; }; + A93F87F5199A077F00875287 /* FundListViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FundListViewController.m; sourceTree = ""; }; + A93F87F6199A077F00875287 /* ListViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ListViewController.h; sourceTree = ""; }; + A93F87F7199A077F00875287 /* ListViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ListViewController.m; sourceTree = ""; }; + A93F87F8199A077F00875287 /* ListViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ListViewController.xib; sourceTree = ""; }; + A93F87F9199A077F00875287 /* LoanListCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoanListCell.h; sourceTree = ""; }; + A93F87FA199A077F00875287 /* LoanListCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LoanListCell.m; sourceTree = ""; }; + A93F87FB199A077F00875287 /* LoanListCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = LoanListCell.xib; sourceTree = ""; }; + A93F87FC199A077F00875287 /* LoanListViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoanListViewController.h; sourceTree = ""; }; + A93F87FD199A077F00875287 /* LoanListViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LoanListViewController.m; sourceTree = ""; }; + A93F87FE199A077F00875287 /* OtherListViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OtherListViewController.h; sourceTree = ""; }; + A93F87FF199A077F00875287 /* OtherListViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OtherListViewController.m; sourceTree = ""; }; A9AA3259199702DB000BE4FB /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; A9AA325C19970335000BE4FB /* HomeAdView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HomeAdView.h; sourceTree = ""; }; A9AA325D19970335000BE4FB /* HomeAdView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HomeAdView.m; sourceTree = ""; }; @@ -219,6 +252,52 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ + A93F87751999AB4400875287 /* MBProgressHUD */ = { + isa = PBXGroup; + children = ( + A93F877A1999AC9900875287 /* MBProgressHUD+Util.h */, + A93F877B1999ACF600875287 /* MBProgressHUD+Util.m */, + ); + path = MBProgressHUD; + sourceTree = ""; + }; + A93F877D1999B91600875287 /* SlideSwitch */ = { + isa = PBXGroup; + children = ( + A93F877E1999B92800875287 /* QCSlideSwitchView.h */, + A93F877F1999B92800875287 /* QCSlideSwitchView.m */, + ); + path = SlideSwitch; + sourceTree = ""; + }; + A93F87C71999E4DA00875287 /* AttributedString */ = { + isa = PBXGroup; + children = ( + A93F87C81999E62000875287 /* AdjustableUILable.h */, + A93F87C91999E62000875287 /* AdjustableUILable.m */, + ); + path = AttributedString; + sourceTree = ""; + }; + A9A660B31999180000E9D166 /* ListView */ = { + isa = PBXGroup; + children = ( + A93F87F4199A077F00875287 /* FundListViewController.h */, + A93F87F5199A077F00875287 /* FundListViewController.m */, + A93F87F6199A077F00875287 /* ListViewController.h */, + A93F87F7199A077F00875287 /* ListViewController.m */, + A93F87F8199A077F00875287 /* ListViewController.xib */, + A93F87F9199A077F00875287 /* LoanListCell.h */, + A93F87FA199A077F00875287 /* LoanListCell.m */, + A93F87FB199A077F00875287 /* LoanListCell.xib */, + A93F87FC199A077F00875287 /* LoanListViewController.h */, + A93F87FD199A077F00875287 /* LoanListViewController.m */, + A93F87FE199A077F00875287 /* OtherListViewController.h */, + A93F87FF199A077F00875287 /* OtherListViewController.m */, + ); + path = ListView; + sourceTree = ""; + }; A9AA325B19970304000BE4FB /* HomeView */ = { isa = PBXGroup; children = ( @@ -337,9 +416,14 @@ A9AF6C4A19949B510076C0EE /* Common */ = { isa = PBXGroup; children = ( + A93F87C71999E4DA00875287 /* AttributedString */, + A93F877D1999B91600875287 /* SlideSwitch */, + A93F87751999AB4400875287 /* MBProgressHUD */, A9EAA05319988C55001A872A /* MRCircularProgressView */, A9AF6C7E1994C5700076C0EE /* MJRefresh */, A9AF6C4B19949B7B0076C0EE /* ManagerConstants.h */, + A93F87721999AA8300875287 /* ManagerUtil.h */, + A93F87731999AA8300875287 /* ManagerUtil.m */, ); path = Common; sourceTree = ""; @@ -347,6 +431,7 @@ A9AF6C4D19949CAD0076C0EE /* Resource */ = { isa = PBXGroup; children = ( + A93F87811999BB1D00875287 /* red_line_and_shadow@2x.png */, A9EAA051199879CC001A872A /* pie_chart_center.png */, A9EAA04B1998787B001A872A /* hk_home_center__cycle@2x.png */, A9EAA04C1998787B001A872A /* hk_home_center_bg@2x.png */, @@ -413,6 +498,7 @@ A9AF6C971994C97F0076C0EE /* MainView */ = { isa = PBXGroup; children = ( + A9A660B31999180000E9D166 /* ListView */, A9AA325B19970304000BE4FB /* HomeView */, ); path = MainView; @@ -507,6 +593,8 @@ files = ( A9AF6C43199498C40076C0EE /* MyViewController.xib in Resources */, A9EAA04719986DC3001A872A /* fund_cell_label_bg_green@2x.png in Resources */, + A93F8802199A077F00875287 /* ListViewController.xib in Resources */, + A93F8804199A077F00875287 /* LoanListCell.xib in Resources */, A9AF6C731994B5890076C0EE /* icon_bar_share@2x.png in Resources */, A9EAA04019985EDE001A872A /* HomeMainView.xib in Resources */, A9AF6C6919949CD30076C0EE /* icon_dock_session@2x.png in Resources */, @@ -532,6 +620,7 @@ A9AA325A199702DB000BE4FB /* Images.xcassets in Resources */, A9AF6C6519949CD30076C0EE /* icon_dock_service@2x.png in Resources */, A9AF6CA01994D0210076C0EE /* ad1@2x.png in Resources */, + A93F87821999BB1D00875287 /* red_line_and_shadow@2x.png in Resources */, A9AF6C6019949CD30076C0EE /* icon_dock_mine_actived@2x.png in Resources */, A9AF6C8F1994C5700076C0EE /* MJRefresh.bundle in Resources */, A9AF6C6419949CD30076C0EE /* icon_dock_service_actived@2x.png in Resources */, @@ -602,14 +691,19 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + A93F8801199A077F00875287 /* ListViewController.m in Sources */, A9EAA05619988C55001A872A /* MRCircularProgressView.m in Sources */, A9AF6C961994C5700076C0EE /* UIView+Extension.m in Sources */, A9AF6C921994C5700076C0EE /* MJRefreshFooterView.m in Sources */, + A93F87CA1999E62000875287 /* AdjustableUILable.m in Sources */, + A93F8803199A077F00875287 /* LoanListCell.m in Sources */, A9AA326019970335000BE4FB /* HomeAdView.m in Sources */, A9AF6C3D199486CA0076C0EE /* ProductListViewController.m in Sources */, + A93F87741999AA8300875287 /* ManagerUtil.m in Sources */, A9AF6C941994C5700076C0EE /* UIScrollView+Extension.m in Sources */, A9AF6C47199498D10076C0EE /* MoreViewController.m in Sources */, A9EAA035199857F5001A872A /* HomeMainView.m in Sources */, + A93F8805199A077F00875287 /* LoanListViewController.m in Sources */, A9AF6C951994C5700076C0EE /* UIScrollView+MJRefresh.m in Sources */, A9AA326119970335000BE4FB /* ImagePlayerView.m in Sources */, A9AF6C0319947DD00076C0EE /* ViewController.m in Sources */, @@ -617,8 +711,12 @@ A9AF6C911994C5700076C0EE /* MJRefreshConst.m in Sources */, A9AF6C931994C5700076C0EE /* MJRefreshHeaderView.m in Sources */, A9AF6BF919947DD00076C0EE /* main.m in Sources */, + A93F877C1999ACF600875287 /* MBProgressHUD+Util.m in Sources */, A9AF6C33199484200076C0EE /* HomeViewController.m in Sources */, + A93F8800199A077F00875287 /* FundListViewController.m in Sources */, + A93F87801999B92800875287 /* QCSlideSwitchView.m in Sources */, A9AF6C901994C5700076C0EE /* MJRefreshBaseView.m in Sources */, + A93F8806199A077F00875287 /* OtherListViewController.m in Sources */, A9AF6C2E199483520076C0EE /* MainViewController.m in Sources */, A9AF6C42199498C40076C0EE /* MyViewController.m in Sources */, ); diff --git a/ManagerDemo.xcodeproj/project.xcworkspace/xcuserdata/xmfish.xcuserdatad/UserInterfaceState.xcuserstate b/ManagerDemo.xcodeproj/project.xcworkspace/xcuserdata/xmfish.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..c753b69 Binary files /dev/null and b/ManagerDemo.xcodeproj/project.xcworkspace/xcuserdata/xmfish.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/ManagerDemo.xcworkspace/xcshareddata/ManagerDemo.xccheckout b/ManagerDemo.xcworkspace/xcshareddata/ManagerDemo.xccheckout index b932dc0..fcfd944 100644 --- a/ManagerDemo.xcworkspace/xcshareddata/ManagerDemo.xccheckout +++ b/ManagerDemo.xcworkspace/xcshareddata/ManagerDemo.xccheckout @@ -5,19 +5,19 @@ IDESourceControlProjectFavoriteDictionaryKey IDESourceControlProjectIdentifier - BD180650-671D-4DC0-85EF-9B8B6B9AD3E9 + D7A72B7F-6544-436C-AC15-3ED04A1E562D IDESourceControlProjectName ManagerDemo IDESourceControlProjectOriginsDictionary - FE8FD704-2A85-446E-AF6F-C3A6A13AE046 + 5D1CB91A-A1C1-4E78-A0B9-241ABADAAC43 https://bitbucket.org/imwanmei/daidaitong-ios.git IDESourceControlProjectPath ManagerDemo.xcworkspace IDESourceControlProjectRelativeInstallPathDictionary - FE8FD704-2A85-446E-AF6F-C3A6A13AE046 + 5D1CB91A-A1C1-4E78-A0B9-241ABADAAC43 .. IDESourceControlProjectURL @@ -25,14 +25,14 @@ IDESourceControlProjectVersion 110 IDESourceControlProjectWCCIdentifier - FE8FD704-2A85-446E-AF6F-C3A6A13AE046 + 5D1CB91A-A1C1-4E78-A0B9-241ABADAAC43 IDESourceControlProjectWCConfigurations IDESourceControlRepositoryExtensionIdentifierKey public.vcs.git IDESourceControlWCCIdentifierKey - FE8FD704-2A85-446E-AF6F-C3A6A13AE046 + 5D1CB91A-A1C1-4E78-A0B9-241ABADAAC43 IDESourceControlWCCName daidaitong-ios diff --git a/ManagerDemo.xcworkspace/xcuserdata/xmfish.xcuserdatad/UserInterfaceState.xcuserstate b/ManagerDemo.xcworkspace/xcuserdata/xmfish.xcuserdatad/UserInterfaceState.xcuserstate index fea2918..68ffd2b 100644 Binary files a/ManagerDemo.xcworkspace/xcuserdata/xmfish.xcuserdatad/UserInterfaceState.xcuserstate and b/ManagerDemo.xcworkspace/xcuserdata/xmfish.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/ManagerDemo/Common/AttributedString/AdjustableUILable.h b/ManagerDemo/Common/AttributedString/AdjustableUILable.h new file mode 100644 index 0000000..0b21bc4 --- /dev/null +++ b/ManagerDemo/Common/AttributedString/AdjustableUILable.h @@ -0,0 +1,17 @@ +// +// AdjustableUILable.h +// ManagerDemo +// +// Created by xmfish on 14-8-12. +// Copyright (c) 2014年 ash. All rights reserved. +// + +#import + +@interface AdjustableUILable : UILabel +{ + CGFloat _characterSpacing; +} + +@property(nonatomic, assign) CGFloat characterSpacing; +@end diff --git a/ManagerDemo/Common/AttributedString/AdjustableUILable.m b/ManagerDemo/Common/AttributedString/AdjustableUILable.m new file mode 100644 index 0000000..89c46a5 --- /dev/null +++ b/ManagerDemo/Common/AttributedString/AdjustableUILable.m @@ -0,0 +1,49 @@ +// +// AdjustableUILable.m +// ManagerDemo +// +// Created by xmfish on 14-8-12. +// Copyright (c) 2014年 ash. All rights reserved. +// + +#import "AdjustableUILable.h" + +@implementation AdjustableUILable + +@synthesize characterSpacing; + +- (id)initWithFrame:(CGRect)frame +{ + self = [super initWithFrame:frame]; + if (self) { + + } + return self; +} + + +- (void)drawTextInRect:(CGRect)rect +{ + if (characterSpacing) + { + // Drawing code + CGContextRef context = UIGraphicsGetCurrentContext(); + CGFloat size = self.font.pointSize; + CGContextSelectFont (context, [self.font.fontName UTF8String], size, kCGEncodingMacRoman); + CGContextSetCharacterSpacing (context, characterSpacing); + CGContextSetTextDrawingMode (context, kCGTextFill); + + // Rotate text to not be upside down + CGAffineTransform xform = CGAffineTransformMake(1.0, 0.0, 0.0, -1.0, 0.0, 0.0); + CGContextSetTextMatrix(context, xform); + const char *cStr = [self.text UTF8String]; + CGContextShowTextAtPoint (context, rect.origin.x, rect.origin.y + size, cStr, strlen(cStr)); + } + else + { + // no character spacing provided so do normal drawing + [super drawTextInRect:rect]; + } +} + +@end diff --git a/ManagerDemo/Common/MBProgressHUD/MBProgressHUD+Util.h b/ManagerDemo/Common/MBProgressHUD/MBProgressHUD+Util.h new file mode 100644 index 0000000..d66c85a --- /dev/null +++ b/ManagerDemo/Common/MBProgressHUD/MBProgressHUD+Util.h @@ -0,0 +1,24 @@ +// +// MBProgressHUD+Util.h +// ManagerDemo +// +// Created by xmfish on 14-8-12. +// Copyright (c) 2014年 ash. All rights reserved. +// + +#import "MBProgressHUD.h" + +@interface MBProgressHUD (Util) +/** + * Finds all HUD subviews and returns them. + * + * @param view The view that is going to be searched. + * @return All found HUD views (array of MBProgressHUD objects). + */ + ++ (void)hudWithView:(UIView *)view label:(NSString *)msg; + ++ (void)errorHudWithView:(UIView *)view label:(NSString *)msg hidesAfter:(NSTimeInterval)delay; + ++ (void)checkHudWithView:(UIView *)view label:(NSString *)msg hidesAfter:(NSTimeInterval)delay; +@end diff --git a/ManagerDemo/Common/MBProgressHUD/MBProgressHUD+Util.m b/ManagerDemo/Common/MBProgressHUD/MBProgressHUD+Util.m new file mode 100644 index 0000000..603e9ab --- /dev/null +++ b/ManagerDemo/Common/MBProgressHUD/MBProgressHUD+Util.m @@ -0,0 +1,67 @@ + +#import "MBProgressHUD+Util.h" + +static MBProgressHUD *activityHUD = nil; +@implementation MBProgressHUD(Util) + + + + ++ (void)hudWithView:(UIView *)view label:(NSString *)msg +{ + if (view == nil) + { + view = [UIApplication sharedApplication].delegate.window; + } + + + MBProgressHUD *HUD = [[MBProgressHUD alloc] initWithView:view]; + + HUD.dimBackground = NO; + HUD.animationType = MBProgressHUDAnimationFade; + [view addSubview:HUD]; + HUD.mode = MBProgressHUDModeIndeterminate; + HUD.labelText = msg; + [HUD show:YES]; + activityHUD = HUD; +} + ++ (void)errorHudWithView:(UIView *)view label:(NSString *)msg hidesAfter:(NSTimeInterval)delay +{ + if (view == nil) + { + view = [UIApplication sharedApplication].delegate.window; + } + + + MBProgressHUD *HUD = [[MBProgressHUD alloc] initWithView:view]; + HUD.dimBackground = NO; + HUD.animationType = MBProgressHUDAnimationFade; + [view addSubview:HUD]; + HUD.customView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"icon_dock_forum"]]; + HUD.mode = MBProgressHUDModeCustomView; + HUD.labelText = msg; + [HUD show:YES]; + [HUD hide:YES afterDelay:delay]; +} + ++ (void)checkHudWithView:(UIView *)view label:(NSString *)msg hidesAfter:(NSTimeInterval)delay +{ + if (view == nil) + { + view = [UIApplication sharedApplication].delegate.window; + } + + + MBProgressHUD *HUD = [[MBProgressHUD alloc] initWithView:view]; + + HUD.dimBackground = NO; + HUD.animationType = MBProgressHUDAnimationFade; + [view addSubview:HUD]; + HUD.customView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"checkmark"]]; + HUD.mode = MBProgressHUDModeCustomView; + HUD.labelText = msg; + [HUD show:YES]; + [HUD hide:YES afterDelay:delay]; +} +@end \ No newline at end of file diff --git a/ManagerDemo/Common/ManagerConstants.h b/ManagerDemo/Common/ManagerConstants.h index 74ebe32..3a66782 100644 --- a/ManagerDemo/Common/ManagerConstants.h +++ b/ManagerDemo/Common/ManagerConstants.h @@ -13,6 +13,8 @@ * 系统版本 */ #define IOS_VERSION ( [[UIDevice currentDevice].systemVersion floatValue] ) +#define IOS7_OR_LATER ( [[[UIDevice currentDevice] systemVersion] compare:@"7.0"] != NSOrderedAscending ) +#define DEVICE_IS_IPHONE5 ([[UIScreen mainScreen] bounds].size.height == 568) /** * 获取当前window宽高 */ diff --git a/ManagerDemo/Common/ManagerUtil.h b/ManagerDemo/Common/ManagerUtil.h new file mode 100644 index 0000000..98a7886 --- /dev/null +++ b/ManagerDemo/Common/ManagerUtil.h @@ -0,0 +1,31 @@ +// +// ManagerUtil.h +// ManagerDemo +// +// Created by xmfish on 14-8-12. +// Copyright (c) 2014年 ash. All rights reserved. +// + +#import + +@interface ManagerUtil : NSObject + + + +/** + * ios7的匹配问题 + */ ++(void)SetSubViewExternNone:(UIViewController *)viewController; + + +/** + * 十六进制color转为UIColor + */ ++ (UIColor *) colorWithHexString: (NSString *) stringToConvert alpha:(CGFloat)alpha; + + +/** + * + */ ++(UIView*)lineWithColor:(UIColor*)color withAlpha:(CGFloat)alpha withFrame:(CGRect)frame; +@end diff --git a/ManagerDemo/Common/ManagerUtil.m b/ManagerDemo/Common/ManagerUtil.m new file mode 100644 index 0000000..f08a80e --- /dev/null +++ b/ManagerDemo/Common/ManagerUtil.m @@ -0,0 +1,70 @@ +// +// ManagerUtil.m +// ManagerDemo +// +// Created by xmfish on 14-8-12. +// Copyright (c) 2014年 ash. All rights reserved. +// + +#import "ManagerUtil.h" + +@implementation ManagerUtil + + ++(void)SetSubViewExternNone:(UIViewController *)viewController +{ +#if __IPHONE_OS_VERSION_MAX_ALLOWED >= 70000 + if ( IOS7_OR_LATER ) + { + viewController.edgesForExtendedLayout = UIRectEdgeNone; + viewController.extendedLayoutIncludesOpaqueBars = NO; + viewController.modalPresentationCapturesStatusBarAppearance = NO; + viewController.navigationController.navigationBar.translucent = NO; +// viewController.navigationController.navigationBar.tintColor = [UIColor blackColor]; +// viewController.navigationController.navigationBar.backgroundColor = [UIColor blackColor]; + } +#endif // #if __IPHONE_OS_VERSION_MAX_ALLOWED >= 70000 +} + ++ (UIColor *) colorWithHexString: (NSString *) stringToConvert alpha:(CGFloat)alpha +{ + NSString *cString = [[stringToConvert stringByTrimmingCharactersInSet:[NSCharacterSet whitespaceAndNewlineCharacterSet]] uppercaseString]; + + // String should be 6 or 8 characters + if ([cString length] < 6) return [UIColor blackColor]; + + // strip 0X if it appears + if ([cString hasPrefix:@"0X"]) cString = [cString substringFromIndex:2]; + if ([cString hasPrefix:@"#"]) cString = [cString substringFromIndex:1]; + if ([cString length] != 6) return [UIColor blackColor]; + // Separate into r, g, b substrings + NSRange range; + range.location = 0; + range.length = 2; + NSString *rString = [cString substringWithRange:range]; + + range.location = 2; + NSString *gString = [cString substringWithRange:range]; + + range.location = 4; + NSString *bString = [cString substringWithRange:range]; + + // Scan values + unsigned int r, g, b; + [[NSScanner scannerWithString:rString] scanHexInt:&r]; + [[NSScanner scannerWithString:gString] scanHexInt:&g]; + [[NSScanner scannerWithString:bString] scanHexInt:&b]; + + return [UIColor colorWithRed:((float) r / 255.0f) + green:((float) g / 255.0f) + blue:((float) b / 255.0f) + alpha:alpha]; +} ++(UIView*)lineWithColor:(UIColor*)color withAlpha:(CGFloat)alpha withFrame:(CGRect)frame +{ + UIView* lineView = [[UIView alloc] initWithFrame:frame]; + lineView.alpha = alpha; + [lineView setBackgroundColor:color]; + return lineView; +} +@end diff --git a/ManagerDemo/Common/SlideSwitch/QCSlideSwitchView.h b/ManagerDemo/Common/SlideSwitch/QCSlideSwitchView.h new file mode 100644 index 0000000..463b110 --- /dev/null +++ b/ManagerDemo/Common/SlideSwitch/QCSlideSwitchView.h @@ -0,0 +1,125 @@ +// +// QCSlideSwitchView.h +// QCSliderTableView +// +// Created by “ ash on 14-4-16. +// Copyright (c) 2014年 Scasy. All rights reserved. +// + + +#import + +@protocol QCSlideSwitchViewDelegate; +@interface QCSlideSwitchView : UIView +{ + UIScrollView *_rootScrollView; //主视图 + UIScrollView *_topScrollView; //顶部页签视图 + + CGFloat _userContentOffsetX; + BOOL _isLeftScroll; //是否左滑动 + BOOL _isRootScroll; //是否主视图滑动 + BOOL _isBuildUI; //是否建立了ui + + NSInteger _userSelectedChannelID; //点击按钮选择名字ID + + UIImageView *_shadowImageView; + UIImage *_shadowImage; + + UIColor *_tabItemNormalColor; //正常时tab文字颜色 + UIColor *_tabItemSelectedColor; //选中时tab文字颜色 + UIImage *_tabItemNormalBackgroundImage; //正常时tab的背景 + UIImage *_tabItemSelectedBackgroundImage; //选中时tab的背景 + NSMutableArray *_viewArray; //主视图的子视图数组 + + UIButton *_rigthSideButton; //右侧按钮 + + __weak id _slideSwitchViewDelegate; +} + +@property (nonatomic, strong) IBOutlet UIScrollView *rootScrollView; +@property (nonatomic, strong) IBOutlet UIScrollView *topScrollView; +@property (nonatomic, assign) CGFloat userContentOffsetX; +@property (nonatomic, assign) NSInteger userSelectedChannelID; +@property (nonatomic, assign) NSInteger scrollViewSelectedChannelID; +@property (nonatomic, weak) IBOutlet id slideSwitchViewDelegate; +@property (nonatomic, strong) UIColor *tabItemNormalColor; +@property (nonatomic, strong) UIColor *tabItemSelectedColor; +@property (nonatomic, strong) UIImage *tabItemNormalBackgroundImage; +@property (nonatomic, strong) UIImage *tabItemSelectedBackgroundImage; +@property (nonatomic, strong) UIImage *shadowImage; +@property (nonatomic, strong) NSMutableArray *viewArray; +@property (nonatomic, strong) IBOutlet UIButton *rigthSideButton; + +/*! + * @method 创建子视图UI + * @abstract + * @discussion + * @param + * @result + */ +- (void)buildUI; + +/*! + * @method 通过16进制计算颜色 + * @abstract + * @discussion + * @param 16机制 + * @result 颜色对象 + */ ++ (UIColor *)colorFromHexRGB:(NSString *)inColorString; + +@end + +@protocol QCSlideSwitchViewDelegate + +@required + +/*! + * @method 顶部tab个数 + * @abstract + * @discussion + * @param 本控件 + * @result tab个数 + */ +- (NSUInteger)numberOfTab:(QCSlideSwitchView *)view; + +/*! + * @method 每个tab所属的viewController + * @abstract + * @discussion + * @param tab索引 + * @result viewController + */ +- (UIViewController *)slideSwitchView:(QCSlideSwitchView *)view viewOfTab:(NSUInteger)number; + +@optional + +/*! + * @method 滑动左边界时传递手势 + * @abstract + * @discussion + * @param 手势 + * @result + */ +- (void)slideSwitchView:(QCSlideSwitchView *)view panLeftEdge:(UIPanGestureRecognizer*) panParam; + +/*! + * @method 滑动右边界时传递手势 + * @abstract + * @discussion + * @param 手势 + * @result + */ +- (void)slideSwitchView:(QCSlideSwitchView *)view panRightEdge:(UIPanGestureRecognizer*) panParam; + +/*! + * @method 点击tab + * @abstract + * @discussion + * @param tab索引 + * @result + */ +- (void)slideSwitchView:(QCSlideSwitchView *)view didselectTab:(NSUInteger)number; + +@end + diff --git a/ManagerDemo/Common/SlideSwitch/QCSlideSwitchView.m b/ManagerDemo/Common/SlideSwitch/QCSlideSwitchView.m new file mode 100644 index 0000000..b1601d0 --- /dev/null +++ b/ManagerDemo/Common/SlideSwitch/QCSlideSwitchView.m @@ -0,0 +1,367 @@ +// +// QCSlideSwitchView.m +// QCSliderTableView +// +// Created by “ ash on 14-4-16. +// Copyright (c) 2014年 Scasy. All rights reserved. +// + + +#import "QCSlideSwitchView.h" + +static const CGFloat kHeightOfTopScrollView = 30.0f; +static const CGFloat kWidthOfButtonMargin = 44.0f; +static const CGFloat kFontSizeOfTabButton = 17.0f; +static const NSUInteger kTagOfRightSideButton = 999; + +@implementation QCSlideSwitchView + +#pragma mark - 初始化参数 + +- (void)initValues +{ + //创建顶部可滑动的tab + _topScrollView = [[UIScrollView alloc] initWithFrame:CGRectMake(0, 0, self.bounds.size.width, kHeightOfTopScrollView+1)]; + _topScrollView.delegate = self; + _topScrollView.backgroundColor = [UIColor clearColor]; + _topScrollView.pagingEnabled = NO; + _topScrollView.showsHorizontalScrollIndicator = NO; + _topScrollView.showsVerticalScrollIndicator = NO; + _topScrollView.autoresizingMask = UIViewAutoresizingFlexibleWidth; + //底部的线 + [_topScrollView addSubview:[ManagerUtil lineWithColor:[UIColor grayColor] withAlpha:0.3 withFrame:CGRectMake(0, kHeightOfTopScrollView, 320, 1)]]; + [self addSubview:_topScrollView]; + _userSelectedChannelID = 100; + + //创建主滚动视图 + _rootScrollView = [[UIScrollView alloc] initWithFrame:CGRectMake(0, kHeightOfTopScrollView, self.bounds.size.width, self.bounds.size.height - kHeightOfTopScrollView)]; + _rootScrollView.delegate = self; + _rootScrollView.pagingEnabled = YES; + _rootScrollView.userInteractionEnabled = YES; + _rootScrollView.bounces = NO; + _rootScrollView.showsHorizontalScrollIndicator = NO; + _rootScrollView.showsVerticalScrollIndicator = NO; + _rootScrollView.autoresizingMask = UIViewAutoresizingFlexibleHeight | UIViewAutoresizingFlexibleBottomMargin | UIViewAutoresizingFlexibleWidth; + _userContentOffsetX = 0; + [_rootScrollView.panGestureRecognizer addTarget:self action:@selector(scrollHandlePan:)]; + [self addSubview:_rootScrollView]; + + _viewArray = [[NSMutableArray alloc] init]; + + _isBuildUI = NO; + +} + +- (id)initWithCoder:(NSCoder *)aDecoder +{ + self = [super initWithCoder:aDecoder]; + if (self) { + [self initValues]; + } + return self; +} + +- (id)initWithFrame:(CGRect)frame +{ + self = [super initWithFrame:frame]; + if (self) { + [self initValues]; + } + return self; +} + +#pragma mark getter/setter + +- (void)setRigthSideButton:(UIButton *)rigthSideButton +{ + UIButton *button = (UIButton *)[self viewWithTag:kTagOfRightSideButton]; + [button removeFromSuperview]; + rigthSideButton.tag = kTagOfRightSideButton; + _rigthSideButton = rigthSideButton; + [self addSubview:_rigthSideButton]; + +} + +#pragma mark - 创建控件 + +//当横竖屏切换时可通过此方法调整布局 +- (void)layoutSubviews +{ + //创建完子视图UI才需要调整布局 + if (_isBuildUI) { + //如果有设置右侧视图,缩小顶部滚动视图的宽度以适应按钮 + if (self.rigthSideButton.bounds.size.width > 0) { + _rigthSideButton.frame = CGRectMake(self.bounds.size.width - self.rigthSideButton.bounds.size.width, 0, + _rigthSideButton.bounds.size.width, _topScrollView.bounds.size.height); + + _topScrollView.frame = CGRectMake(0, 0, + self.bounds.size.width - self.rigthSideButton.bounds.size.width, kHeightOfTopScrollView); + } + + //更新主视图的总宽度 + _rootScrollView.contentSize = CGSizeMake(self.bounds.size.width * [_viewArray count], 0); + + //更新主视图各个子视图的宽度 + for (int i = 0; i < [_viewArray count]; i++) { + UIViewController *listVC = _viewArray[i]; + listVC.view.frame = CGRectMake(0+_rootScrollView.bounds.size.width*i, 0, + _rootScrollView.bounds.size.width, _rootScrollView.bounds.size.height); + } + + //滚动到选中的视图 + [_rootScrollView setContentOffset:CGPointMake((_userSelectedChannelID - 100)*self.bounds.size.width, 0) animated:NO]; + + //调整顶部滚动视图选中按钮位置 + UIButton *button = (UIButton *)[_topScrollView viewWithTag:_userSelectedChannelID]; + [self adjustScrollViewContentX:button]; + } +} + +/*! + * @method 创建子视图UI + * @abstract + * @discussion + * @param + * @result + */ +- (void)buildUI +{ + NSUInteger number = [self.slideSwitchViewDelegate numberOfTab:self]; + + for (int i=0; i self.bounds.size.width - (kWidthOfButtonMargin+sender.bounds.size.width)) { + //向左滚动视图,显示完整tab文字 + [_topScrollView setContentOffset:CGPointMake(sender.frame.origin.x - (_topScrollView.bounds.size.width- (kWidthOfButtonMargin+sender.bounds.size.width)), 0) animated:YES]; + } + + //如果 (tab的文字坐标 - 当前滚动视图左边界所在整个视图的x坐标) < 按钮的隔间 ,代表tab文字已超出边界 + if (sender.frame.origin.x - _topScrollView.contentOffset.x < kWidthOfButtonMargin) { + //向右滚动视图(tab文字的x坐标 - 按钮间隔 = 新的滚动视图左边界在整个视图的x坐标),使文字显示完整 + [_topScrollView setContentOffset:CGPointMake(sender.frame.origin.x - kWidthOfButtonMargin, 0) animated:YES]; + } +} + +#pragma mark 主视图逻辑方法 + +//滚动视图开始时 +- (void)scrollViewWillBeginDragging:(UIScrollView *)scrollView +{ + if (scrollView == _rootScrollView) { + _userContentOffsetX = scrollView.contentOffset.x; + } +} + +//滚动视图结束 +- (void)scrollViewDidScroll:(UIScrollView *)scrollView +{ + if (scrollView == _rootScrollView) { + //判断用户是否左滚动还是右滚动 + if (_userContentOffsetX < scrollView.contentOffset.x) { + _isLeftScroll = YES; + } + else { + _isLeftScroll = NO; + } + } +} + +//滚动视图释放滚动 +- (void)scrollViewDidEndDecelerating:(UIScrollView *)scrollView +{ + if (scrollView == _rootScrollView) { + _isRootScroll = YES; + //调整顶部滑条按钮状态 + int tag = (int)scrollView.contentOffset.x/self.bounds.size.width +100; + UIButton *button = (UIButton *)[_topScrollView viewWithTag:tag]; + [self selectNameButton:button]; + } +} + +//传递滑动事件给下一层 +-(void)scrollHandlePan:(UIPanGestureRecognizer*) panParam +{ + //当滑道左边界时,传递滑动事件给代理 + if(_rootScrollView.contentOffset.x <= 0) { + if (self.slideSwitchViewDelegate + && [self.slideSwitchViewDelegate respondsToSelector:@selector(slideSwitchView:panLeftEdge:)]) { + [self.slideSwitchViewDelegate slideSwitchView:self panLeftEdge:panParam]; + } + } else if(_rootScrollView.contentOffset.x >= _rootScrollView.contentSize.width - _rootScrollView.bounds.size.width) { + if (self.slideSwitchViewDelegate + && [self.slideSwitchViewDelegate respondsToSelector:@selector(slideSwitchView:panRightEdge:)]) { + [self.slideSwitchViewDelegate slideSwitchView:self panRightEdge:panParam]; + } + } +} + +#pragma mark - 工具方法 + +/*! + * @method 通过16进制计算颜色 + * @abstract + * @discussion + * @param 16机制 + * @result 颜色对象 + */ ++ (UIColor *)colorFromHexRGB:(NSString *)inColorString +{ + UIColor *result = nil; + unsigned int colorCode = 0; + unsigned char redByte, greenByte, blueByte; + + if (nil != inColorString) + { + NSScanner *scanner = [NSScanner scannerWithString:inColorString]; + (void) [scanner scanHexInt:&colorCode]; // ignore error + } + redByte = (unsigned char) (colorCode >> 16); + greenByte = (unsigned char) (colorCode >> 8); + blueByte = (unsigned char) (colorCode); // masks off high bits + result = [UIColor + colorWithRed: (float)redByte / 0xff + green: (float)greenByte/ 0xff + blue: (float)blueByte / 0xff + alpha:1.0]; + return result; +} + +@end + diff --git a/ManagerDemo/MainView/HomeView/HomeMainView.m b/ManagerDemo/MainView/HomeView/HomeMainView.m index 9225a64..596ac40 100644 --- a/ManagerDemo/MainView/HomeView/HomeMainView.m +++ b/ManagerDemo/MainView/HomeView/HomeMainView.m @@ -7,7 +7,7 @@ // #import "HomeMainView.h" - +#import "MBProgressHUD+Util.h" @implementation HomeMainView { CGFloat progressPercent; @@ -72,6 +72,7 @@ } - (IBAction)sureBtnClick:(id)sender { + [MBProgressHUD errorHudWithView:self label:@"点我没用" hidesAfter:1.0]; DLog(@"确认"); } diff --git a/ManagerDemo/MainView/ListView/FundListViewController.h b/ManagerDemo/MainView/ListView/FundListViewController.h new file mode 100644 index 0000000..97789a7 --- /dev/null +++ b/ManagerDemo/MainView/ListView/FundListViewController.h @@ -0,0 +1,13 @@ +// +// FundListViewController.h +// ManagerDemo +// +// Created by xmfish on 14-8-12. +// Copyright (c) 2014年 ash. All rights reserved. +// + +#import "ListViewController.h" + +@interface FundListViewController : ListViewController + +@end diff --git a/ManagerDemo/MainView/ListView/FundListViewController.m b/ManagerDemo/MainView/ListView/FundListViewController.m new file mode 100644 index 0000000..4632a9c --- /dev/null +++ b/ManagerDemo/MainView/ListView/FundListViewController.m @@ -0,0 +1,38 @@ +// +// FundListViewController.m +// ManagerDemo +// +// Created by xmfish on 14-8-12. +// Copyright (c) 2014年 ash. All rights reserved. +// + +#import "FundListViewController.h" + +@interface FundListViewController () + +@end + +@implementation FundListViewController + +- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil +{ + self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil]; + if (self) { + // Custom initialization + } + return self; +} + +- (void)viewDidLoad +{ + [super viewDidLoad]; + // Do any additional setup after loading the view. +} + +- (void)didReceiveMemoryWarning +{ + [super didReceiveMemoryWarning]; + // Dispose of any resources that can be recreated. +} + +@end diff --git a/ManagerDemo/MainView/ListView/ListViewController.h b/ManagerDemo/MainView/ListView/ListViewController.h new file mode 100644 index 0000000..5414508 --- /dev/null +++ b/ManagerDemo/MainView/ListView/ListViewController.h @@ -0,0 +1,19 @@ +// +// ListViewController.h +// ManagerDemo +// +// Created by xmfish on 14-8-12. +// Copyright (c) 2014年 ash. All rights reserved. +// + +#import + +@interface ListViewController : UIViewController +{ + __weak UITableView* _tableView; +} +@property (weak, nonatomic) IBOutlet UITableView *tableView; + +- (void)headerRereshing; +- (void)footerRereshing; +@end diff --git a/ManagerDemo/MainView/ListView/ListViewController.m b/ManagerDemo/MainView/ListView/ListViewController.m new file mode 100644 index 0000000..eb75d45 --- /dev/null +++ b/ManagerDemo/MainView/ListView/ListViewController.m @@ -0,0 +1,92 @@ +// +// ListViewController.m +// ManagerDemo +// +// Created by xmfish on 14-8-12. +// Copyright (c) 2014年 ash. All rights reserved. +// + +#import "ListViewController.h" +#import "MJRefresh.h" +@interface ListViewController () + +@end + +@implementation ListViewController + +- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil +{ + self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil]; + if (self) { + // Custom initialization + } + return self; +} + +- (void)viewDidLoad +{ + [super viewDidLoad]; + // Do any additional setup after loading the view from its nib. + [_tableView setSeparatorStyle:UITableViewCellSeparatorStyleNone]; + self.tableView.delegate = self; + self.tableView.dataSource = self; + [self.tableView addHeaderWithTarget:self action:@selector(headerRereshing)]; + [self.tableView addFooterWithTarget:self action:@selector(footerRereshing)]; + +} +#pragma mark MJRefreshDelegate +- (void)headerRereshing +{ + + // 2.2秒后刷新表格UI + dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.2 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{ + // 刷新表格 + [self.tableView reloadData]; + + // (最好在刷新表格后调用)调用endRefreshing可以结束刷新状态 + [self.tableView headerEndRefreshing]; + }); +} + +- (void)footerRereshing +{ + + // 2.2秒后刷新表格UI + dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(2.0 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{ + // 刷新表格 + [self.tableView reloadData]; + + // (最好在刷新表格后调用)调用endRefreshing可以结束刷新状态 + [self.tableView footerEndRefreshing]; + }); +} +#pragma mark UITableViewDelegate +-(NSInteger)numberOfSectionsInTableView:(UITableView *)tableView{ + return 1; +} +-(NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section{ + return 30; +} +-(CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath +{ + CGFloat height = 30.0; + return height; + +} +-(UITableViewCell*)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath +{ + static NSString *homeViewCell = @"HomeViewCell"; + UITableViewCell* cell = [tableView dequeueReusableCellWithIdentifier:homeViewCell]; + if (cell == nil) { + cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:homeViewCell]; + } + + return cell; +} +- (void)didReceiveMemoryWarning +{ + [super didReceiveMemoryWarning]; + // Dispose of any resources that can be recreated. +} + +@end diff --git a/ManagerDemo/MainView/ListView/ListViewController.xib b/ManagerDemo/MainView/ListView/ListViewController.xib new file mode 100644 index 0000000..b4d8288 --- /dev/null +++ b/ManagerDemo/MainView/ListView/ListViewController.xib @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ManagerDemo/MainView/ListView/LoanListCell.h b/ManagerDemo/MainView/ListView/LoanListCell.h new file mode 100644 index 0000000..af0b8df --- /dev/null +++ b/ManagerDemo/MainView/ListView/LoanListCell.h @@ -0,0 +1,13 @@ +// +// LoanListCell.h +// ManagerDemo +// +// Created by xmfish on 14-8-12. +// Copyright (c) 2014年 ash. All rights reserved. +// + +#import + +@interface LoanListCell : UITableViewCell + +@end diff --git a/ManagerDemo/MainView/ListView/LoanListCell.m b/ManagerDemo/MainView/ListView/LoanListCell.m new file mode 100644 index 0000000..106a77b --- /dev/null +++ b/ManagerDemo/MainView/ListView/LoanListCell.m @@ -0,0 +1,29 @@ +// +// LoanListCell.m +// ManagerDemo +// +// Created by xmfish on 14-8-12. +// Copyright (c) 2014年 ash. All rights reserved. +// + +#import "LoanListCell.h" + +@implementation LoanListCell + +- (id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier +{ + self = [super initWithStyle:style reuseIdentifier:reuseIdentifier]; + if (self) { + // Initialization code + } + return self; +} + +- (void)setSelected:(BOOL)selected animated:(BOOL)animated +{ + [super setSelected:selected animated:animated]; + + // Configure the view for the selected state +} + +@end diff --git a/ManagerDemo/MainView/ListView/LoanListCell.xib b/ManagerDemo/MainView/ListView/LoanListCell.xib new file mode 100644 index 0000000..c808d7a --- /dev/null +++ b/ManagerDemo/MainView/ListView/LoanListCell.xib @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ManagerDemo/MainView/ListView/LoanListViewController.h b/ManagerDemo/MainView/ListView/LoanListViewController.h new file mode 100644 index 0000000..2cbbd9f --- /dev/null +++ b/ManagerDemo/MainView/ListView/LoanListViewController.h @@ -0,0 +1,13 @@ +// +// LoanListViewController.h +// ManagerDemo +// +// Created by xmfish on 14-8-12. +// Copyright (c) 2014年 ash. All rights reserved. +// + +#import "ListViewController.h" + +@interface LoanListViewController : ListViewController + +@end diff --git a/ManagerDemo/MainView/ListView/LoanListViewController.m b/ManagerDemo/MainView/ListView/LoanListViewController.m new file mode 100644 index 0000000..da18c02 --- /dev/null +++ b/ManagerDemo/MainView/ListView/LoanListViewController.m @@ -0,0 +1,66 @@ +// +// LoanListViewController.m +// ManagerDemo +// +// Created by xmfish on 14-8-12. +// Copyright (c) 2014年 ash. All rights reserved. +// + +#import "LoanListViewController.h" +#import "AdjustableUILable.h" +@interface LoanListViewController () + +@end + +@implementation LoanListViewController + +- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil +{ + self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil]; + if (self) { + // Custom initialization + } + return self; +} + +- (void)viewDidLoad +{ + [super viewDidLoad]; + // Do any additional setup after loading the view. +} + +#pragma mark UITableViewDelegate +-(NSInteger)numberOfSectionsInTableView:(UITableView *)tableView{ + return 1; +} +-(NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section{ + return 30; +} +//-(CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath +//{ +// CGFloat height = 100.0; +// return height; +// +//} +-(UITableViewCell*)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath +{ + static NSString *homeViewCell = @"HomeViewCell"; + UITableViewCell* cell = [tableView dequeueReusableCellWithIdentifier:homeViewCell]; + if (cell == nil) { + cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:homeViewCell]; +// AdjustableUILable* label = [[AdjustableUILable alloc] initWithFrame:cell.frame]; +// label.text = @"nihao"; +// label.characterSpacing = 14.0; +// [cell addSubview:label]; + } + cell.textLabel.text = [NSString stringWithFormat:@" 第 %d 行",indexPath.row]; + return cell; +} + +- (void)didReceiveMemoryWarning +{ + [super didReceiveMemoryWarning]; + // Dispose of any resources that can be recreated. +} + +@end diff --git a/ManagerDemo/MainView/ListView/OtherListViewController.h b/ManagerDemo/MainView/ListView/OtherListViewController.h new file mode 100644 index 0000000..bba9528 --- /dev/null +++ b/ManagerDemo/MainView/ListView/OtherListViewController.h @@ -0,0 +1,13 @@ +// +// OtherListViewController.h +// ManagerDemo +// +// Created by xmfish on 14-8-12. +// Copyright (c) 2014年 ash. All rights reserved. +// + +#import "ListViewController.h" + +@interface OtherListViewController : ListViewController + +@end diff --git a/ManagerDemo/MainView/ListView/OtherListViewController.m b/ManagerDemo/MainView/ListView/OtherListViewController.m new file mode 100644 index 0000000..e41b784 --- /dev/null +++ b/ManagerDemo/MainView/ListView/OtherListViewController.m @@ -0,0 +1,38 @@ +// +// OtherListViewController.m +// ManagerDemo +// +// Created by xmfish on 14-8-12. +// Copyright (c) 2014年 ash. All rights reserved. +// + +#import "OtherListViewController.h" + +@interface OtherListViewController () + +@end + +@implementation OtherListViewController + +- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil +{ + self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil]; + if (self) { + // Custom initialization + } + return self; +} + +- (void)viewDidLoad +{ + [super viewDidLoad]; + // Do any additional setup after loading the view. +} + +- (void)didReceiveMemoryWarning +{ + [super didReceiveMemoryWarning]; + // Dispose of any resources that can be recreated. +} + +@end diff --git a/ManagerDemo/MainViewControll/HomeViewController.m b/ManagerDemo/MainViewControll/HomeViewController.m index e768023..06769fd 100644 --- a/ManagerDemo/MainViewControll/HomeViewController.m +++ b/ManagerDemo/MainViewControll/HomeViewController.m @@ -30,7 +30,7 @@ [super viewDidLoad]; // Do any additional setup after loading the view from its nib. [self.navigationItem setTitle:@"首页"]; - + [ManagerUtil SetSubViewExternNone:self]; //左边按钮 [self.navigationItem setLeftBarButtonItem:[[UIBarButtonItem alloc] initWithTitle:@"左边按钮" style:UIBarButtonItemStyleDone target:self action:@selector(leftBarBtnClick:)]]; diff --git a/ManagerDemo/MainViewControll/MainViewController.m b/ManagerDemo/MainViewControll/MainViewController.m index d2c4840..23ecd28 100644 --- a/ManagerDemo/MainViewControll/MainViewController.m +++ b/ManagerDemo/MainViewControll/MainViewController.m @@ -48,6 +48,7 @@ { [super viewDidLoad]; // Do any additional setup after loading the view from its nib. + } - (void)didReceiveMemoryWarning diff --git a/ManagerDemo/MainViewControll/MoreViewController.m b/ManagerDemo/MainViewControll/MoreViewController.m index f8a8d97..1283e53 100644 --- a/ManagerDemo/MainViewControll/MoreViewController.m +++ b/ManagerDemo/MainViewControll/MoreViewController.m @@ -28,6 +28,7 @@ [super viewDidLoad]; // Do any additional setup after loading the view from its nib. [self.navigationItem setTitle:@"第三页"]; + [ManagerUtil SetSubViewExternNone:self]; } - (void)didReceiveMemoryWarning diff --git a/ManagerDemo/MainViewControll/MoreViewController.xib b/ManagerDemo/MainViewControll/MoreViewController.xib index c12fd80..6c9defb 100644 --- a/ManagerDemo/MainViewControll/MoreViewController.xib +++ b/ManagerDemo/MainViewControll/MoreViewController.xib @@ -1,7 +1,7 @@ - + - + @@ -13,6 +13,13 @@ + + + + + + + diff --git a/ManagerDemo/MainViewControll/MyViewController.h b/ManagerDemo/MainViewControll/MyViewController.h index c8d4b46..2e14324 100644 --- a/ManagerDemo/MainViewControll/MyViewController.h +++ b/ManagerDemo/MainViewControll/MyViewController.h @@ -9,5 +9,6 @@ #import @interface MyViewController : UIViewController +@property (weak, nonatomic) IBOutlet UITableView *tableView; @end diff --git a/ManagerDemo/MainViewControll/MyViewController.m b/ManagerDemo/MainViewControll/MyViewController.m index a2e63e4..18d56a7 100644 --- a/ManagerDemo/MainViewControll/MyViewController.m +++ b/ManagerDemo/MainViewControll/MyViewController.m @@ -28,6 +28,7 @@ [super viewDidLoad]; // Do any additional setup after loading the view from its nib. [self.navigationItem setTitle:@"第三页"]; + [ManagerUtil SetSubViewExternNone:self]; } - (void)didReceiveMemoryWarning diff --git a/ManagerDemo/MainViewControll/MyViewController.xib b/ManagerDemo/MainViewControll/MyViewController.xib index 4f15852..34cacfb 100644 --- a/ManagerDemo/MainViewControll/MyViewController.xib +++ b/ManagerDemo/MainViewControll/MyViewController.xib @@ -1,11 +1,12 @@ - + - + + @@ -13,9 +14,15 @@ + + + + + + - \ No newline at end of file + diff --git a/ManagerDemo/MainViewControll/ProductListViewController.h b/ManagerDemo/MainViewControll/ProductListViewController.h index a534822..1f797ac 100644 --- a/ManagerDemo/MainViewControll/ProductListViewController.h +++ b/ManagerDemo/MainViewControll/ProductListViewController.h @@ -7,7 +7,9 @@ // #import +#import "QCSlideSwitchView.h" -@interface ProductListViewController : UIViewController +@interface ProductListViewController : UIViewController +@property (weak, nonatomic) IBOutlet QCSlideSwitchView *slideSwitchView; @end diff --git a/ManagerDemo/MainViewControll/ProductListViewController.m b/ManagerDemo/MainViewControll/ProductListViewController.m index 25def05..873138b 100644 --- a/ManagerDemo/MainViewControll/ProductListViewController.m +++ b/ManagerDemo/MainViewControll/ProductListViewController.m @@ -7,7 +7,9 @@ // #import "ProductListViewController.h" - +#import "LoanListViewController.h" +#import "FundListViewController.h" +#import "OtherListViewController.h" @interface ProductListViewController () @end @@ -27,9 +29,68 @@ { [super viewDidLoad]; // Do any additional setup after loading the view from its nib. + [ManagerUtil SetSubViewExternNone:self]; + + self.slideSwitchView.tabItemNormalColor = [QCSlideSwitchView colorFromHexRGB:@"868686"]; + self.slideSwitchView.tabItemSelectedColor = [QCSlideSwitchView colorFromHexRGB:@"bb0b15"]; + self.slideSwitchView.shadowImage = [[UIImage imageNamed:@"red_line_and_shadow.png"] + stretchableImageWithLeftCapWidth:59.0f topCapHeight:0.0f]; [self.navigationItem setTitle:@"第二页"]; + [self.slideSwitchView buildUI]; } +#pragma mark - 滑动tab视图代理方法 + + +- (NSUInteger)numberOfTab:(QCSlideSwitchView *)view +{ + // you can set the best you can do it ; + return 3; +} + +- (UIViewController *)slideSwitchView:(QCSlideSwitchView *)view viewOfTab:(NSUInteger)number +{ + + UIViewController* viewController = nil; + switch (number) { + case 0: + { + viewController = [[LoanListViewController alloc] initWithNibName:@"ListViewController" bundle:nil]; + viewController.title = @"列表1"; + + } + break; + case 1: + { + viewController = [[FundListViewController alloc] initWithNibName:@"ListViewController" bundle:nil]; + viewController.title = @"列表2"; + } + break; + case 2: + { + viewController = [[OtherListViewController alloc] initWithNibName:@"ListViewController" bundle:nil]; + viewController.title = @"列表3"; + } + break; + + default: + break; + } + return viewController; + +} + +//- (void)slideSwitchView:(QCSlideSwitchView *)view panLeftEdge:(UIPanGestureRecognizer *)panParam +//{ +// QCViewController *drawerController = (QCViewController *)self.navigationController.mm_drawerController; +// [drawerController panGestureCallback:panParam]; +//} + +- (void)slideSwitchView:(QCSlideSwitchView *)view didselectTab:(NSUInteger)number +{ +} + + - (void)didReceiveMemoryWarning { [super didReceiveMemoryWarning]; diff --git a/ManagerDemo/MainViewControll/ProductListViewController.xib b/ManagerDemo/MainViewControll/ProductListViewController.xib index 3478f81..aed6b63 100644 --- a/ManagerDemo/MainViewControll/ProductListViewController.xib +++ b/ManagerDemo/MainViewControll/ProductListViewController.xib @@ -1,11 +1,12 @@ - + - + + @@ -13,6 +14,16 @@ + + + + + + + + + + diff --git a/ManagerDemo/ManagerDemo-Prefix.pch b/ManagerDemo/ManagerDemo-Prefix.pch index f7b6a7b..fd87452 100644 --- a/ManagerDemo/ManagerDemo-Prefix.pch +++ b/ManagerDemo/ManagerDemo-Prefix.pch @@ -17,4 +17,6 @@ #import "MKNetworkKit.h" #import "DTCoreText.h" #import "STableViewController.h" + #import "MBProgressHUD.h" + #import "ManagerUtil.h" #endif diff --git a/ManagerDemo/Resource/red_line_and_shadow@2x.png b/ManagerDemo/Resource/red_line_and_shadow@2x.png new file mode 100644 index 0000000..955bd95 Binary files /dev/null and b/ManagerDemo/Resource/red_line_and_shadow@2x.png differ diff --git a/Podfile b/Podfile index d49b76e..ae6b1c6 100644 --- a/Podfile +++ b/Podfile @@ -4,4 +4,5 @@ pod 'SBJson' pod 'SDWebImage' pod 'MKNetworkKit' pod 'DTCoreText' -pod 'STableViewController' \ No newline at end of file +pod 'STableViewController' +pod 'MBProgressHUD' \ No newline at end of file diff --git a/Podfile.lock b/Podfile.lock index dbca544..b2d2fb6 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -10,6 +10,7 @@ PODS: - DTFoundation/Core - DTFoundation/UIKit (1.7.2): - DTFoundation/Core + - MBProgressHUD (0.8) - MKNetworkKit (0.87): - Reachability (~> 3.1.0) - Reachability (3.1.1) @@ -21,6 +22,7 @@ PODS: DEPENDENCIES: - DTCoreText + - MBProgressHUD - MKNetworkKit - Reachability - SBJson @@ -30,6 +32,7 @@ DEPENDENCIES: SPEC CHECKSUMS: DTCoreText: 84eb8ba2e70448fdd9d837540e371f9f587b65ba DTFoundation: 126729614911ae7dbab3dcc1c078f189943bee66 + MBProgressHUD: c356980b0cd097f19acec959b49dca5eb8ec31be MKNetworkKit: 83e6296a8d42e98a71880424a889773654846d74 Reachability: 8e9635e3cb4f98e7f825e51147f677ecc694d0e7 SBJson: d71212c078abf4679d54b0d0565260c474e46235 diff --git a/Pods/MBProgressHUD/MBProgressHUD.h b/Pods/MBProgressHUD/MBProgressHUD.h new file mode 100755 index 0000000..26eadf6 --- /dev/null +++ b/Pods/MBProgressHUD/MBProgressHUD.h @@ -0,0 +1,484 @@ +// +// MBProgressHUD.h +// Version 0.8 +// Created by Matej Bukovinski on 2.4.09. +// + +// This code is distributed under the terms and conditions of the MIT license. + +// Copyright (c) 2013 Matej Bukovinski +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. + +#import +#import +#import + +@protocol MBProgressHUDDelegate; + + +typedef enum { + /** Progress is shown using an UIActivityIndicatorView. This is the default. */ + MBProgressHUDModeIndeterminate, + /** Progress is shown using a round, pie-chart like, progress view. */ + MBProgressHUDModeDeterminate, + /** Progress is shown using a horizontal progress bar */ + MBProgressHUDModeDeterminateHorizontalBar, + /** Progress is shown using a ring-shaped progress view. */ + MBProgressHUDModeAnnularDeterminate, + /** Shows a custom view */ + MBProgressHUDModeCustomView, + /** Shows only labels */ + MBProgressHUDModeText +} MBProgressHUDMode; + +typedef enum { + /** Opacity animation */ + MBProgressHUDAnimationFade, + /** Opacity + scale animation */ + MBProgressHUDAnimationZoom, + MBProgressHUDAnimationZoomOut = MBProgressHUDAnimationZoom, + MBProgressHUDAnimationZoomIn +} MBProgressHUDAnimation; + + +#ifndef MB_INSTANCETYPE +#if __has_feature(objc_instancetype) + #define MB_INSTANCETYPE instancetype +#else + #define MB_INSTANCETYPE id +#endif +#endif + +#ifndef MB_STRONG +#if __has_feature(objc_arc) + #define MB_STRONG strong +#else + #define MB_STRONG retain +#endif +#endif + +#ifndef MB_WEAK +#if __has_feature(objc_arc_weak) + #define MB_WEAK weak +#elif __has_feature(objc_arc) + #define MB_WEAK unsafe_unretained +#else + #define MB_WEAK assign +#endif +#endif + +#if NS_BLOCKS_AVAILABLE +typedef void (^MBProgressHUDCompletionBlock)(); +#endif + + +/** + * Displays a simple HUD window containing a progress indicator and two optional labels for short messages. + * + * This is a simple drop-in class for displaying a progress HUD view similar to Apple's private UIProgressHUD class. + * The MBProgressHUD window spans over the entire space given to it by the initWithFrame constructor and catches all + * user input on this region, thereby preventing the user operations on components below the view. The HUD itself is + * drawn centered as a rounded semi-transparent view which resizes depending on the user specified content. + * + * This view supports four modes of operation: + * - MBProgressHUDModeIndeterminate - shows a UIActivityIndicatorView + * - MBProgressHUDModeDeterminate - shows a custom round progress indicator + * - MBProgressHUDModeAnnularDeterminate - shows a custom annular progress indicator + * - MBProgressHUDModeCustomView - shows an arbitrary, user specified view (@see customView) + * + * All three modes can have optional labels assigned: + * - If the labelText property is set and non-empty then a label containing the provided content is placed below the + * indicator view. + * - If also the detailsLabelText property is set then another label is placed below the first label. + */ +@interface MBProgressHUD : UIView + +/** + * Creates a new HUD, adds it to provided view and shows it. The counterpart to this method is hideHUDForView:animated:. + * + * @param view The view that the HUD will be added to + * @param animated If set to YES the HUD will appear using the current animationType. If set to NO the HUD will not use + * animations while appearing. + * @return A reference to the created HUD. + * + * @see hideHUDForView:animated: + * @see animationType + */ ++ (MB_INSTANCETYPE)showHUDAddedTo:(UIView *)view animated:(BOOL)animated; + +/** + * Finds the top-most HUD subview and hides it. The counterpart to this method is showHUDAddedTo:animated:. + * + * @param view The view that is going to be searched for a HUD subview. + * @param animated If set to YES the HUD will disappear using the current animationType. If set to NO the HUD will not use + * animations while disappearing. + * @return YES if a HUD was found and removed, NO otherwise. + * + * @see showHUDAddedTo:animated: + * @see animationType + */ ++ (BOOL)hideHUDForView:(UIView *)view animated:(BOOL)animated; + +/** + * Finds all the HUD subviews and hides them. + * + * @param view The view that is going to be searched for HUD subviews. + * @param animated If set to YES the HUDs will disappear using the current animationType. If set to NO the HUDs will not use + * animations while disappearing. + * @return the number of HUDs found and removed. + * + * @see hideHUDForView:animated: + * @see animationType + */ ++ (NSUInteger)hideAllHUDsForView:(UIView *)view animated:(BOOL)animated; + +/** + * Finds the top-most HUD subview and returns it. + * + * @param view The view that is going to be searched. + * @return A reference to the last HUD subview discovered. + */ ++ (MB_INSTANCETYPE)HUDForView:(UIView *)view; + +/** + * Finds all HUD subviews and returns them. + * + * @param view The view that is going to be searched. + * @return All found HUD views (array of MBProgressHUD objects). + */ ++ (NSArray *)allHUDsForView:(UIView *)view; + +/** + * A convenience constructor that initializes the HUD with the window's bounds. Calls the designated constructor with + * window.bounds as the parameter. + * + * @param window The window instance that will provide the bounds for the HUD. Should be the same instance as + * the HUD's superview (i.e., the window that the HUD will be added to). + */ +- (id)initWithWindow:(UIWindow *)window; + +/** + * A convenience constructor that initializes the HUD with the view's bounds. Calls the designated constructor with + * view.bounds as the parameter + * + * @param view The view instance that will provide the bounds for the HUD. Should be the same instance as + * the HUD's superview (i.e., the view that the HUD will be added to). + */ +- (id)initWithView:(UIView *)view; + +/** + * Display the HUD. You need to make sure that the main thread completes its run loop soon after this method call so + * the user interface can be updated. Call this method when your task is already set-up to be executed in a new thread + * (e.g., when using something like NSOperation or calling an asynchronous call like NSURLRequest). + * + * @param animated If set to YES the HUD will appear using the current animationType. If set to NO the HUD will not use + * animations while appearing. + * + * @see animationType + */ +- (void)show:(BOOL)animated; + +/** + * Hide the HUD. This still calls the hudWasHidden: delegate. This is the counterpart of the show: method. Use it to + * hide the HUD when your task completes. + * + * @param animated If set to YES the HUD will disappear using the current animationType. If set to NO the HUD will not use + * animations while disappearing. + * + * @see animationType + */ +- (void)hide:(BOOL)animated; + +/** + * Hide the HUD after a delay. This still calls the hudWasHidden: delegate. This is the counterpart of the show: method. Use it to + * hide the HUD when your task completes. + * + * @param animated If set to YES the HUD will disappear using the current animationType. If set to NO the HUD will not use + * animations while disappearing. + * @param delay Delay in seconds until the HUD is hidden. + * + * @see animationType + */ +- (void)hide:(BOOL)animated afterDelay:(NSTimeInterval)delay; + +/** + * Shows the HUD while a background task is executing in a new thread, then hides the HUD. + * + * This method also takes care of autorelease pools so your method does not have to be concerned with setting up a + * pool. + * + * @param method The method to be executed while the HUD is shown. This method will be executed in a new thread. + * @param target The object that the target method belongs to. + * @param object An optional object to be passed to the method. + * @param animated If set to YES the HUD will (dis)appear using the current animationType. If set to NO the HUD will not use + * animations while (dis)appearing. + */ +- (void)showWhileExecuting:(SEL)method onTarget:(id)target withObject:(id)object animated:(BOOL)animated; + +#if NS_BLOCKS_AVAILABLE + +/** + * Shows the HUD while a block is executing on a background queue, then hides the HUD. + * + * @see showAnimated:whileExecutingBlock:onQueue:completionBlock: + */ +- (void)showAnimated:(BOOL)animated whileExecutingBlock:(dispatch_block_t)block; + +/** + * Shows the HUD while a block is executing on a background queue, then hides the HUD. + * + * @see showAnimated:whileExecutingBlock:onQueue:completionBlock: + */ +- (void)showAnimated:(BOOL)animated whileExecutingBlock:(dispatch_block_t)block completionBlock:(MBProgressHUDCompletionBlock)completion; + +/** + * Shows the HUD while a block is executing on the specified dispatch queue, then hides the HUD. + * + * @see showAnimated:whileExecutingBlock:onQueue:completionBlock: + */ +- (void)showAnimated:(BOOL)animated whileExecutingBlock:(dispatch_block_t)block onQueue:(dispatch_queue_t)queue; + +/** + * Shows the HUD while a block is executing on the specified dispatch queue, executes completion block on the main queue, and then hides the HUD. + * + * @param animated If set to YES the HUD will (dis)appear using the current animationType. If set to NO the HUD will + * not use animations while (dis)appearing. + * @param block The block to be executed while the HUD is shown. + * @param queue The dispatch queue on which the block should be executed. + * @param completion The block to be executed on completion. + * + * @see completionBlock + */ +- (void)showAnimated:(BOOL)animated whileExecutingBlock:(dispatch_block_t)block onQueue:(dispatch_queue_t)queue + completionBlock:(MBProgressHUDCompletionBlock)completion; + +/** + * A block that gets called after the HUD was completely hidden. + */ +@property (copy) MBProgressHUDCompletionBlock completionBlock; + +#endif + +/** + * MBProgressHUD operation mode. The default is MBProgressHUDModeIndeterminate. + * + * @see MBProgressHUDMode + */ +@property (assign) MBProgressHUDMode mode; + +/** + * The animation type that should be used when the HUD is shown and hidden. + * + * @see MBProgressHUDAnimation + */ +@property (assign) MBProgressHUDAnimation animationType; + +/** + * The UIView (e.g., a UIImageView) to be shown when the HUD is in MBProgressHUDModeCustomView. + * For best results use a 37 by 37 pixel view (so the bounds match the built in indicator bounds). + */ +@property (MB_STRONG) UIView *customView; + +/** + * The HUD delegate object. + * + * @see MBProgressHUDDelegate + */ +@property (MB_WEAK) id delegate; + +/** + * An optional short message to be displayed below the activity indicator. The HUD is automatically resized to fit + * the entire text. If the text is too long it will get clipped by displaying "..." at the end. If left unchanged or + * set to @"", then no message is displayed. + */ +@property (copy) NSString *labelText; + +/** + * An optional details message displayed below the labelText message. This message is displayed only if the labelText + * property is also set and is different from an empty string (@""). The details text can span multiple lines. + */ +@property (copy) NSString *detailsLabelText; + +/** + * The opacity of the HUD window. Defaults to 0.8 (80% opacity). + */ +@property (assign) float opacity; + +/** + * The color of the HUD window. Defaults to black. If this property is set, color is set using + * this UIColor and the opacity property is not used. using retain because performing copy on + * UIColor base colors (like [UIColor greenColor]) cause problems with the copyZone. + */ +@property (MB_STRONG) UIColor *color; + +/** + * The x-axis offset of the HUD relative to the centre of the superview. + */ +@property (assign) float xOffset; + +/** + * The y-axis offset of the HUD relative to the centre of the superview. + */ +@property (assign) float yOffset; + +/** + * The amount of space between the HUD edge and the HUD elements (labels, indicators or custom views). + * Defaults to 20.0 + */ +@property (assign) float margin; + +/** + * Cover the HUD background view with a radial gradient. + */ +@property (assign) BOOL dimBackground; + +/* + * Grace period is the time (in seconds) that the invoked method may be run without + * showing the HUD. If the task finishes before the grace time runs out, the HUD will + * not be shown at all. + * This may be used to prevent HUD display for very short tasks. + * Defaults to 0 (no grace time). + * Grace time functionality is only supported when the task status is known! + * @see taskInProgress + */ +@property (assign) float graceTime; + +/** + * The minimum time (in seconds) that the HUD is shown. + * This avoids the problem of the HUD being shown and than instantly hidden. + * Defaults to 0 (no minimum show time). + */ +@property (assign) float minShowTime; + +/** + * Indicates that the executed operation is in progress. Needed for correct graceTime operation. + * If you don't set a graceTime (different than 0.0) this does nothing. + * This property is automatically set when using showWhileExecuting:onTarget:withObject:animated:. + * When threading is done outside of the HUD (i.e., when the show: and hide: methods are used directly), + * you need to set this property when your task starts and completes in order to have normal graceTime + * functionality. + */ +@property (assign) BOOL taskInProgress; + +/** + * Removes the HUD from its parent view when hidden. + * Defaults to NO. + */ +@property (assign) BOOL removeFromSuperViewOnHide; + +/** + * Font to be used for the main label. Set this property if the default is not adequate. + */ +@property (MB_STRONG) UIFont* labelFont; + +/** + * Font to be used for the details label. Set this property if the default is not adequate. + */ +@property (MB_STRONG) UIFont* detailsLabelFont; + +/** + * The progress of the progress indicator, from 0.0 to 1.0. Defaults to 0.0. + */ +@property (assign) float progress; + +/** + * The minimum size of the HUD bezel. Defaults to CGSizeZero (no minimum size). + */ +@property (assign) CGSize minSize; + +/** + * Force the HUD dimensions to be equal if possible. + */ +@property (assign, getter = isSquare) BOOL square; + +@end + + +@protocol MBProgressHUDDelegate + +@optional + +/** + * Called after the HUD was fully hidden from the screen. + */ +- (void)hudWasHidden:(MBProgressHUD *)hud; + +@end + + +/** + * A progress view for showing definite progress by filling up a circle (pie chart). + */ +@interface MBRoundProgressView : UIView + +/** + * Progress (0.0 to 1.0) + */ +@property (nonatomic, assign) float progress; + +/** + * Indicator progress color. + * Defaults to white [UIColor whiteColor] + */ +@property (nonatomic, MB_STRONG) UIColor *progressTintColor; + +/** + * Indicator background (non-progress) color. + * Defaults to translucent white (alpha 0.1) + */ +@property (nonatomic, MB_STRONG) UIColor *backgroundTintColor; + +/* + * Display mode - NO = round or YES = annular. Defaults to round. + */ +@property (nonatomic, assign, getter = isAnnular) BOOL annular; + +@end + + +/** + * A flat bar progress view. + */ +@interface MBBarProgressView : UIView + +/** + * Progress (0.0 to 1.0) + */ +@property (nonatomic, assign) float progress; + +/** + * Bar border line color. + * Defaults to white [UIColor whiteColor]. + */ +@property (nonatomic, MB_STRONG) UIColor *lineColor; + +/** + * Bar background color. + * Defaults to clear [UIColor clearColor]; + */ +@property (nonatomic, MB_STRONG) UIColor *progressRemainingColor; + +/** + * Bar progress color. + * Defaults to white [UIColor whiteColor]. + */ +@property (nonatomic, MB_STRONG) UIColor *progressColor; + +@end diff --git a/Pods/MBProgressHUD/MBProgressHUD.m b/Pods/MBProgressHUD/MBProgressHUD.m new file mode 100755 index 0000000..b1f2055 --- /dev/null +++ b/Pods/MBProgressHUD/MBProgressHUD.m @@ -0,0 +1,1008 @@ +// +// MBProgressHUD.m +// Version 0.8 +// Created by Matej Bukovinski on 2.4.09. +// + +#import "MBProgressHUD.h" + + +#if __has_feature(objc_arc) + #define MB_AUTORELEASE(exp) exp + #define MB_RELEASE(exp) exp + #define MB_RETAIN(exp) exp +#else + #define MB_AUTORELEASE(exp) [exp autorelease] + #define MB_RELEASE(exp) [exp release] + #define MB_RETAIN(exp) [exp retain] +#endif + +#if __IPHONE_OS_VERSION_MIN_REQUIRED >= 60000 + #define MBLabelAlignmentCenter NSTextAlignmentCenter +#else + #define MBLabelAlignmentCenter UITextAlignmentCenter +#endif + +#if __IPHONE_OS_VERSION_MIN_REQUIRED >= 70000 + #define MB_TEXTSIZE(text, font) [text length] > 0 ? [text \ + sizeWithAttributes:@{NSFontAttributeName:font}] : CGSizeZero; +#else + #define MB_TEXTSIZE(text, font) [text length] > 0 ? [text sizeWithFont:font] : CGSizeZero; +#endif + +#if __IPHONE_OS_VERSION_MIN_REQUIRED >= 70000 + #define MB_MULTILINE_TEXTSIZE(text, font, maxSize, mode) [text length] > 0 ? [text \ + boundingRectWithSize:maxSize options:(NSStringDrawingUsesLineFragmentOrigin) \ + attributes:@{NSFontAttributeName:font} context:nil].size : CGSizeZero; +#else + #define MB_MULTILINE_TEXTSIZE(text, font, maxSize, mode) [text length] > 0 ? [text \ + sizeWithFont:font constrainedToSize:maxSize lineBreakMode:mode] : CGSizeZero; +#endif + + +static const CGFloat kPadding = 4.f; +static const CGFloat kLabelFontSize = 16.f; +static const CGFloat kDetailsLabelFontSize = 12.f; + + +@interface MBProgressHUD () + +- (void)setupLabels; +- (void)registerForKVO; +- (void)unregisterFromKVO; +- (NSArray *)observableKeypaths; +- (void)registerForNotifications; +- (void)unregisterFromNotifications; +- (void)updateUIForKeypath:(NSString *)keyPath; +- (void)hideUsingAnimation:(BOOL)animated; +- (void)showUsingAnimation:(BOOL)animated; +- (void)done; +- (void)updateIndicators; +- (void)handleGraceTimer:(NSTimer *)theTimer; +- (void)handleMinShowTimer:(NSTimer *)theTimer; +- (void)setTransformForCurrentOrientation:(BOOL)animated; +- (void)cleanUp; +- (void)launchExecution; +- (void)deviceOrientationDidChange:(NSNotification *)notification; +- (void)hideDelayed:(NSNumber *)animated; + +@property (atomic, MB_STRONG) UIView *indicator; +@property (atomic, MB_STRONG) NSTimer *graceTimer; +@property (atomic, MB_STRONG) NSTimer *minShowTimer; +@property (atomic, MB_STRONG) NSDate *showStarted; +@property (atomic, assign) CGSize size; + +@end + + +@implementation MBProgressHUD { + BOOL useAnimation; + SEL methodForExecution; + id targetForExecution; + id objectForExecution; + UILabel *label; + UILabel *detailsLabel; + BOOL isFinished; + CGAffineTransform rotationTransform; +} + +#pragma mark - Properties + +@synthesize animationType; +@synthesize delegate; +@synthesize opacity; +@synthesize color; +@synthesize labelFont; +@synthesize detailsLabelFont; +@synthesize indicator; +@synthesize xOffset; +@synthesize yOffset; +@synthesize minSize; +@synthesize square; +@synthesize margin; +@synthesize dimBackground; +@synthesize graceTime; +@synthesize minShowTime; +@synthesize graceTimer; +@synthesize minShowTimer; +@synthesize taskInProgress; +@synthesize removeFromSuperViewOnHide; +@synthesize customView; +@synthesize showStarted; +@synthesize mode; +@synthesize labelText; +@synthesize detailsLabelText; +@synthesize progress; +@synthesize size; +#if NS_BLOCKS_AVAILABLE +@synthesize completionBlock; +#endif + +#pragma mark - Class methods + ++ (MB_INSTANCETYPE)showHUDAddedTo:(UIView *)view animated:(BOOL)animated { + MBProgressHUD *hud = [[self alloc] initWithView:view]; + [view addSubview:hud]; + [hud show:animated]; + return MB_AUTORELEASE(hud); +} + ++ (BOOL)hideHUDForView:(UIView *)view animated:(BOOL)animated { + MBProgressHUD *hud = [self HUDForView:view]; + if (hud != nil) { + hud.removeFromSuperViewOnHide = YES; + [hud hide:animated]; + return YES; + } + return NO; +} + ++ (NSUInteger)hideAllHUDsForView:(UIView *)view animated:(BOOL)animated { + NSArray *huds = [MBProgressHUD allHUDsForView:view]; + for (MBProgressHUD *hud in huds) { + hud.removeFromSuperViewOnHide = YES; + [hud hide:animated]; + } + return [huds count]; +} + ++ (MB_INSTANCETYPE)HUDForView:(UIView *)view { + NSEnumerator *subviewsEnum = [view.subviews reverseObjectEnumerator]; + for (UIView *subview in subviewsEnum) { + if ([subview isKindOfClass:self]) { + return (MBProgressHUD *)subview; + } + } + return nil; +} + ++ (NSArray *)allHUDsForView:(UIView *)view { + NSMutableArray *huds = [NSMutableArray array]; + NSArray *subviews = view.subviews; + for (UIView *aView in subviews) { + if ([aView isKindOfClass:self]) { + [huds addObject:aView]; + } + } + return [NSArray arrayWithArray:huds]; +} + +#pragma mark - Lifecycle + +- (id)initWithFrame:(CGRect)frame { + self = [super initWithFrame:frame]; + if (self) { + // Set default values for properties + self.animationType = MBProgressHUDAnimationFade; + self.mode = MBProgressHUDModeIndeterminate; + self.labelText = nil; + self.detailsLabelText = nil; + self.opacity = 0.8f; + self.color = nil; + self.labelFont = [UIFont boldSystemFontOfSize:kLabelFontSize]; + self.detailsLabelFont = [UIFont boldSystemFontOfSize:kDetailsLabelFontSize]; + self.xOffset = 0.0f; + self.yOffset = 0.0f; + self.dimBackground = NO; + self.margin = 20.0f; + self.graceTime = 0.0f; + self.minShowTime = 0.0f; + self.removeFromSuperViewOnHide = NO; + self.minSize = CGSizeZero; + self.square = NO; + self.autoresizingMask = UIViewAutoresizingFlexibleTopMargin | UIViewAutoresizingFlexibleBottomMargin + | UIViewAutoresizingFlexibleLeftMargin | UIViewAutoresizingFlexibleRightMargin; + + // Transparent background + self.opaque = NO; + self.backgroundColor = [UIColor clearColor]; + // Make it invisible for now + self.alpha = 0.0f; + + taskInProgress = NO; + rotationTransform = CGAffineTransformIdentity; + + [self setupLabels]; + [self updateIndicators]; + [self registerForKVO]; + [self registerForNotifications]; + } + return self; +} + +- (id)initWithView:(UIView *)view { + NSAssert(view, @"View must not be nil."); + return [self initWithFrame:view.bounds]; +} + +- (id)initWithWindow:(UIWindow *)window { + return [self initWithView:window]; +} + +- (void)dealloc { + [self unregisterFromNotifications]; + [self unregisterFromKVO]; +#if !__has_feature(objc_arc) + [color release]; + [indicator release]; + [label release]; + [detailsLabel release]; + [labelText release]; + [detailsLabelText release]; + [graceTimer release]; + [minShowTimer release]; + [showStarted release]; + [customView release]; +#if NS_BLOCKS_AVAILABLE + [completionBlock release]; +#endif + [super dealloc]; +#endif +} + +#pragma mark - Show & hide + +- (void)show:(BOOL)animated { + useAnimation = animated; + // If the grace time is set postpone the HUD display + if (self.graceTime > 0.0) { + self.graceTimer = [NSTimer scheduledTimerWithTimeInterval:self.graceTime target:self + selector:@selector(handleGraceTimer:) userInfo:nil repeats:NO]; + } + // ... otherwise show the HUD imediately + else { + [self setNeedsDisplay]; + [self showUsingAnimation:useAnimation]; + } +} + +- (void)hide:(BOOL)animated { + useAnimation = animated; + // If the minShow time is set, calculate how long the hud was shown, + // and pospone the hiding operation if necessary + if (self.minShowTime > 0.0 && showStarted) { + NSTimeInterval interv = [[NSDate date] timeIntervalSinceDate:showStarted]; + if (interv < self.minShowTime) { + self.minShowTimer = [NSTimer scheduledTimerWithTimeInterval:(self.minShowTime - interv) target:self + selector:@selector(handleMinShowTimer:) userInfo:nil repeats:NO]; + return; + } + } + // ... otherwise hide the HUD immediately + [self hideUsingAnimation:useAnimation]; +} + +- (void)hide:(BOOL)animated afterDelay:(NSTimeInterval)delay { + [self performSelector:@selector(hideDelayed:) withObject:[NSNumber numberWithBool:animated] afterDelay:delay]; +} + +- (void)hideDelayed:(NSNumber *)animated { + [self hide:[animated boolValue]]; +} + +#pragma mark - Timer callbacks + +- (void)handleGraceTimer:(NSTimer *)theTimer { + // Show the HUD only if the task is still running + if (taskInProgress) { + [self setNeedsDisplay]; + [self showUsingAnimation:useAnimation]; + } +} + +- (void)handleMinShowTimer:(NSTimer *)theTimer { + [self hideUsingAnimation:useAnimation]; +} + +#pragma mark - View Hierrarchy + +- (void)didMoveToSuperview { + // We need to take care of rotation ourselfs if we're adding the HUD to a window + if ([self.superview isKindOfClass:[UIWindow class]]) { + [self setTransformForCurrentOrientation:NO]; + } +} + +#pragma mark - Internal show & hide operations + +- (void)showUsingAnimation:(BOOL)animated { + if (animated && animationType == MBProgressHUDAnimationZoomIn) { + self.transform = CGAffineTransformConcat(rotationTransform, CGAffineTransformMakeScale(0.5f, 0.5f)); + } else if (animated && animationType == MBProgressHUDAnimationZoomOut) { + self.transform = CGAffineTransformConcat(rotationTransform, CGAffineTransformMakeScale(1.5f, 1.5f)); + } + self.showStarted = [NSDate date]; + // Fade in + if (animated) { + [UIView beginAnimations:nil context:NULL]; + [UIView setAnimationDuration:0.30]; + self.alpha = 1.0f; + if (animationType == MBProgressHUDAnimationZoomIn || animationType == MBProgressHUDAnimationZoomOut) { + self.transform = rotationTransform; + } + [UIView commitAnimations]; + } + else { + self.alpha = 1.0f; + } +} + +- (void)hideUsingAnimation:(BOOL)animated { + // Fade out + if (animated && showStarted) { + [UIView beginAnimations:nil context:NULL]; + [UIView setAnimationDuration:0.30]; + [UIView setAnimationDelegate:self]; + [UIView setAnimationDidStopSelector:@selector(animationFinished:finished:context:)]; + // 0.02 prevents the hud from passing through touches during the animation the hud will get completely hidden + // in the done method + if (animationType == MBProgressHUDAnimationZoomIn) { + self.transform = CGAffineTransformConcat(rotationTransform, CGAffineTransformMakeScale(1.5f, 1.5f)); + } else if (animationType == MBProgressHUDAnimationZoomOut) { + self.transform = CGAffineTransformConcat(rotationTransform, CGAffineTransformMakeScale(0.5f, 0.5f)); + } + + self.alpha = 0.02f; + [UIView commitAnimations]; + } + else { + self.alpha = 0.0f; + [self done]; + } + self.showStarted = nil; +} + +- (void)animationFinished:(NSString *)animationID finished:(BOOL)finished context:(void*)context { + [self done]; +} + +- (void)done { + isFinished = YES; + self.alpha = 0.0f; + if (removeFromSuperViewOnHide) { + [self removeFromSuperview]; + } +#if NS_BLOCKS_AVAILABLE + if (self.completionBlock) { + self.completionBlock(); + self.completionBlock = NULL; + } +#endif + if ([delegate respondsToSelector:@selector(hudWasHidden:)]) { + [delegate performSelector:@selector(hudWasHidden:) withObject:self]; + } +} + +#pragma mark - Threading + +- (void)showWhileExecuting:(SEL)method onTarget:(id)target withObject:(id)object animated:(BOOL)animated { + methodForExecution = method; + targetForExecution = MB_RETAIN(target); + objectForExecution = MB_RETAIN(object); + // Launch execution in new thread + self.taskInProgress = YES; + [NSThread detachNewThreadSelector:@selector(launchExecution) toTarget:self withObject:nil]; + // Show HUD view + [self show:animated]; +} + +#if NS_BLOCKS_AVAILABLE + +- (void)showAnimated:(BOOL)animated whileExecutingBlock:(dispatch_block_t)block { + dispatch_queue_t queue = dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0); + [self showAnimated:animated whileExecutingBlock:block onQueue:queue completionBlock:NULL]; +} + +- (void)showAnimated:(BOOL)animated whileExecutingBlock:(dispatch_block_t)block completionBlock:(void (^)())completion { + dispatch_queue_t queue = dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0); + [self showAnimated:animated whileExecutingBlock:block onQueue:queue completionBlock:completion]; +} + +- (void)showAnimated:(BOOL)animated whileExecutingBlock:(dispatch_block_t)block onQueue:(dispatch_queue_t)queue { + [self showAnimated:animated whileExecutingBlock:block onQueue:queue completionBlock:NULL]; +} + +- (void)showAnimated:(BOOL)animated whileExecutingBlock:(dispatch_block_t)block onQueue:(dispatch_queue_t)queue + completionBlock:(MBProgressHUDCompletionBlock)completion { + self.taskInProgress = YES; + self.completionBlock = completion; + dispatch_async(queue, ^(void) { + block(); + dispatch_async(dispatch_get_main_queue(), ^(void) { + [self cleanUp]; + }); + }); + [self show:animated]; +} + +#endif + +- (void)launchExecution { + @autoreleasepool { +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Warc-performSelector-leaks" + // Start executing the requested task + [targetForExecution performSelector:methodForExecution withObject:objectForExecution]; +#pragma clang diagnostic pop + // Task completed, update view in main thread (note: view operations should + // be done only in the main thread) + [self performSelectorOnMainThread:@selector(cleanUp) withObject:nil waitUntilDone:NO]; + } +} + +- (void)cleanUp { + taskInProgress = NO; +#if !__has_feature(objc_arc) + [targetForExecution release]; + [objectForExecution release]; +#else + targetForExecution = nil; + objectForExecution = nil; +#endif + [self hide:useAnimation]; +} + +#pragma mark - UI + +- (void)setupLabels { + label = [[UILabel alloc] initWithFrame:self.bounds]; + label.adjustsFontSizeToFitWidth = NO; + label.textAlignment = MBLabelAlignmentCenter; + label.opaque = NO; + label.backgroundColor = [UIColor clearColor]; + label.textColor = [UIColor whiteColor]; + label.font = self.labelFont; + label.text = self.labelText; + [self addSubview:label]; + + detailsLabel = [[UILabel alloc] initWithFrame:self.bounds]; + detailsLabel.font = self.detailsLabelFont; + detailsLabel.adjustsFontSizeToFitWidth = NO; + detailsLabel.textAlignment = MBLabelAlignmentCenter; + detailsLabel.opaque = NO; + detailsLabel.backgroundColor = [UIColor clearColor]; + detailsLabel.textColor = [UIColor whiteColor]; + detailsLabel.numberOfLines = 0; + detailsLabel.font = self.detailsLabelFont; + detailsLabel.text = self.detailsLabelText; + [self addSubview:detailsLabel]; +} + +- (void)updateIndicators { + + BOOL isActivityIndicator = [indicator isKindOfClass:[UIActivityIndicatorView class]]; + BOOL isRoundIndicator = [indicator isKindOfClass:[MBRoundProgressView class]]; + + if (mode == MBProgressHUDModeIndeterminate && !isActivityIndicator) { + // Update to indeterminate indicator + [indicator removeFromSuperview]; + self.indicator = MB_AUTORELEASE([[UIActivityIndicatorView alloc] + initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleWhiteLarge]); + [(UIActivityIndicatorView *)indicator startAnimating]; + [self addSubview:indicator]; + } + else if (mode == MBProgressHUDModeDeterminateHorizontalBar) { + // Update to bar determinate indicator + [indicator removeFromSuperview]; + self.indicator = MB_AUTORELEASE([[MBBarProgressView alloc] init]); + [self addSubview:indicator]; + } + else if (mode == MBProgressHUDModeDeterminate || mode == MBProgressHUDModeAnnularDeterminate) { + if (!isRoundIndicator) { + // Update to determinante indicator + [indicator removeFromSuperview]; + self.indicator = MB_AUTORELEASE([[MBRoundProgressView alloc] init]); + [self addSubview:indicator]; + } + if (mode == MBProgressHUDModeAnnularDeterminate) { + [(MBRoundProgressView *)indicator setAnnular:YES]; + } + } + else if (mode == MBProgressHUDModeCustomView && customView != indicator) { + // Update custom view indicator + [indicator removeFromSuperview]; + self.indicator = customView; + [self addSubview:indicator]; + } else if (mode == MBProgressHUDModeText) { + [indicator removeFromSuperview]; + self.indicator = nil; + } +} + +#pragma mark - Layout + +- (void)layoutSubviews { + + // Entirely cover the parent view + UIView *parent = self.superview; + if (parent) { + self.frame = parent.bounds; + } + CGRect bounds = self.bounds; + + // Determine the total widt and height needed + CGFloat maxWidth = bounds.size.width - 4 * margin; + CGSize totalSize = CGSizeZero; + + CGRect indicatorF = indicator.bounds; + indicatorF.size.width = MIN(indicatorF.size.width, maxWidth); + totalSize.width = MAX(totalSize.width, indicatorF.size.width); + totalSize.height += indicatorF.size.height; + + CGSize labelSize = MB_TEXTSIZE(label.text, label.font); + labelSize.width = MIN(labelSize.width, maxWidth); + totalSize.width = MAX(totalSize.width, labelSize.width); + totalSize.height += labelSize.height; + if (labelSize.height > 0.f && indicatorF.size.height > 0.f) { + totalSize.height += kPadding; + } + + CGFloat remainingHeight = bounds.size.height - totalSize.height - kPadding - 4 * margin; + CGSize maxSize = CGSizeMake(maxWidth, remainingHeight); + CGSize detailsLabelSize = MB_MULTILINE_TEXTSIZE(detailsLabel.text, detailsLabel.font, maxSize, detailsLabel.lineBreakMode); + totalSize.width = MAX(totalSize.width, detailsLabelSize.width); + totalSize.height += detailsLabelSize.height; + if (detailsLabelSize.height > 0.f && (indicatorF.size.height > 0.f || labelSize.height > 0.f)) { + totalSize.height += kPadding; + } + + totalSize.width += 2 * margin; + totalSize.height += 2 * margin; + + // Position elements + CGFloat yPos = roundf(((bounds.size.height - totalSize.height) / 2)) + margin + yOffset; + CGFloat xPos = xOffset; + indicatorF.origin.y = yPos; + indicatorF.origin.x = roundf((bounds.size.width - indicatorF.size.width) / 2) + xPos; + indicator.frame = indicatorF; + yPos += indicatorF.size.height; + + if (labelSize.height > 0.f && indicatorF.size.height > 0.f) { + yPos += kPadding; + } + CGRect labelF; + labelF.origin.y = yPos; + labelF.origin.x = roundf((bounds.size.width - labelSize.width) / 2) + xPos; + labelF.size = labelSize; + label.frame = labelF; + yPos += labelF.size.height; + + if (detailsLabelSize.height > 0.f && (indicatorF.size.height > 0.f || labelSize.height > 0.f)) { + yPos += kPadding; + } + CGRect detailsLabelF; + detailsLabelF.origin.y = yPos; + detailsLabelF.origin.x = roundf((bounds.size.width - detailsLabelSize.width) / 2) + xPos; + detailsLabelF.size = detailsLabelSize; + detailsLabel.frame = detailsLabelF; + + // Enforce minsize and quare rules + if (square) { + CGFloat max = MAX(totalSize.width, totalSize.height); + if (max <= bounds.size.width - 2 * margin) { + totalSize.width = max; + } + if (max <= bounds.size.height - 2 * margin) { + totalSize.height = max; + } + } + if (totalSize.width < minSize.width) { + totalSize.width = minSize.width; + } + if (totalSize.height < minSize.height) { + totalSize.height = minSize.height; + } + + self.size = totalSize; +} + +#pragma mark BG Drawing + +- (void)drawRect:(CGRect)rect { + + CGContextRef context = UIGraphicsGetCurrentContext(); + UIGraphicsPushContext(context); + + if (self.dimBackground) { + //Gradient colours + size_t gradLocationsNum = 2; + CGFloat gradLocations[2] = {0.0f, 1.0f}; + CGFloat gradColors[8] = {0.0f,0.0f,0.0f,0.0f,0.0f,0.0f,0.0f,0.75f}; + CGColorSpaceRef colorSpace = CGColorSpaceCreateDeviceRGB(); + CGGradientRef gradient = CGGradientCreateWithColorComponents(colorSpace, gradColors, gradLocations, gradLocationsNum); + CGColorSpaceRelease(colorSpace); + //Gradient center + CGPoint gradCenter= CGPointMake(self.bounds.size.width/2, self.bounds.size.height/2); + //Gradient radius + float gradRadius = MIN(self.bounds.size.width , self.bounds.size.height) ; + //Gradient draw + CGContextDrawRadialGradient (context, gradient, gradCenter, + 0, gradCenter, gradRadius, + kCGGradientDrawsAfterEndLocation); + CGGradientRelease(gradient); + } + + // Set background rect color + if (self.color) { + CGContextSetFillColorWithColor(context, self.color.CGColor); + } else { + CGContextSetGrayFillColor(context, 0.0f, self.opacity); + } + + + // Center HUD + CGRect allRect = self.bounds; + // Draw rounded HUD backgroud rect + CGRect boxRect = CGRectMake(roundf((allRect.size.width - size.width) / 2) + self.xOffset, + roundf((allRect.size.height - size.height) / 2) + self.yOffset, size.width, size.height); + float radius = 10.0f; + CGContextBeginPath(context); + CGContextMoveToPoint(context, CGRectGetMinX(boxRect) + radius, CGRectGetMinY(boxRect)); + CGContextAddArc(context, CGRectGetMaxX(boxRect) - radius, CGRectGetMinY(boxRect) + radius, radius, 3 * (float)M_PI / 2, 0, 0); + CGContextAddArc(context, CGRectGetMaxX(boxRect) - radius, CGRectGetMaxY(boxRect) - radius, radius, 0, (float)M_PI / 2, 0); + CGContextAddArc(context, CGRectGetMinX(boxRect) + radius, CGRectGetMaxY(boxRect) - radius, radius, (float)M_PI / 2, (float)M_PI, 0); + CGContextAddArc(context, CGRectGetMinX(boxRect) + radius, CGRectGetMinY(boxRect) + radius, radius, (float)M_PI, 3 * (float)M_PI / 2, 0); + CGContextClosePath(context); + CGContextFillPath(context); + + UIGraphicsPopContext(); +} + +#pragma mark - KVO + +- (void)registerForKVO { + for (NSString *keyPath in [self observableKeypaths]) { + [self addObserver:self forKeyPath:keyPath options:NSKeyValueObservingOptionNew context:NULL]; + } +} + +- (void)unregisterFromKVO { + for (NSString *keyPath in [self observableKeypaths]) { + [self removeObserver:self forKeyPath:keyPath]; + } +} + +- (NSArray *)observableKeypaths { + return [NSArray arrayWithObjects:@"mode", @"customView", @"labelText", @"labelFont", + @"detailsLabelText", @"detailsLabelFont", @"progress", nil]; +} + +- (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change context:(void *)context { + if (![NSThread isMainThread]) { + [self performSelectorOnMainThread:@selector(updateUIForKeypath:) withObject:keyPath waitUntilDone:NO]; + } else { + [self updateUIForKeypath:keyPath]; + } +} + +- (void)updateUIForKeypath:(NSString *)keyPath { + if ([keyPath isEqualToString:@"mode"] || [keyPath isEqualToString:@"customView"]) { + [self updateIndicators]; + } else if ([keyPath isEqualToString:@"labelText"]) { + label.text = self.labelText; + } else if ([keyPath isEqualToString:@"labelFont"]) { + label.font = self.labelFont; + } else if ([keyPath isEqualToString:@"detailsLabelText"]) { + detailsLabel.text = self.detailsLabelText; + } else if ([keyPath isEqualToString:@"detailsLabelFont"]) { + detailsLabel.font = self.detailsLabelFont; + } else if ([keyPath isEqualToString:@"progress"]) { + if ([indicator respondsToSelector:@selector(setProgress:)]) { + [(id)indicator setProgress:progress]; + } + return; + } + [self setNeedsLayout]; + [self setNeedsDisplay]; +} + +#pragma mark - Notifications + +- (void)registerForNotifications { + NSNotificationCenter *nc = [NSNotificationCenter defaultCenter]; + [nc addObserver:self selector:@selector(deviceOrientationDidChange:) + name:UIDeviceOrientationDidChangeNotification object:nil]; +} + +- (void)unregisterFromNotifications { + [[NSNotificationCenter defaultCenter] removeObserver:self]; +} + +- (void)deviceOrientationDidChange:(NSNotification *)notification { + UIView *superview = self.superview; + if (!superview) { + return; + } else if ([superview isKindOfClass:[UIWindow class]]) { + [self setTransformForCurrentOrientation:YES]; + } else { + self.bounds = self.superview.bounds; + [self setNeedsDisplay]; + } +} + +- (void)setTransformForCurrentOrientation:(BOOL)animated { + // Stay in sync with the superview + if (self.superview) { + self.bounds = self.superview.bounds; + [self setNeedsDisplay]; + } + + UIInterfaceOrientation orientation = [UIApplication sharedApplication].statusBarOrientation; + CGFloat radians = 0; + if (UIInterfaceOrientationIsLandscape(orientation)) { + if (orientation == UIInterfaceOrientationLandscapeLeft) { radians = -(CGFloat)M_PI_2; } + else { radians = (CGFloat)M_PI_2; } + // Window coordinates differ! + self.bounds = CGRectMake(0, 0, self.bounds.size.height, self.bounds.size.width); + } else { + if (orientation == UIInterfaceOrientationPortraitUpsideDown) { radians = (CGFloat)M_PI; } + else { radians = 0; } + } + rotationTransform = CGAffineTransformMakeRotation(radians); + + if (animated) { + [UIView beginAnimations:nil context:nil]; + } + [self setTransform:rotationTransform]; + if (animated) { + [UIView commitAnimations]; + } +} + +@end + + +@implementation MBRoundProgressView + +#pragma mark - Lifecycle + +- (id)init { + return [self initWithFrame:CGRectMake(0.f, 0.f, 37.f, 37.f)]; +} + +- (id)initWithFrame:(CGRect)frame { + self = [super initWithFrame:frame]; + if (self) { + self.backgroundColor = [UIColor clearColor]; + self.opaque = NO; + _progress = 0.f; + _annular = NO; + _progressTintColor = [[UIColor alloc] initWithWhite:1.f alpha:1.f]; + _backgroundTintColor = [[UIColor alloc] initWithWhite:1.f alpha:.1f]; + [self registerForKVO]; + } + return self; +} + +- (void)dealloc { + [self unregisterFromKVO]; +#if !__has_feature(objc_arc) + [_progressTintColor release]; + [_backgroundTintColor release]; + [super dealloc]; +#endif +} + +#pragma mark - Drawing + +- (void)drawRect:(CGRect)rect { + + CGRect allRect = self.bounds; + CGRect circleRect = CGRectInset(allRect, 2.0f, 2.0f); + CGContextRef context = UIGraphicsGetCurrentContext(); + + if (_annular) { + // Draw background + CGFloat lineWidth = 5.f; + UIBezierPath *processBackgroundPath = [UIBezierPath bezierPath]; + processBackgroundPath.lineWidth = lineWidth; + processBackgroundPath.lineCapStyle = kCGLineCapRound; + CGPoint center = CGPointMake(self.bounds.size.width/2, self.bounds.size.height/2); + CGFloat radius = (self.bounds.size.width - lineWidth)/2; + CGFloat startAngle = - ((float)M_PI / 2); // 90 degrees + CGFloat endAngle = (2 * (float)M_PI) + startAngle; + [processBackgroundPath addArcWithCenter:center radius:radius startAngle:startAngle endAngle:endAngle clockwise:YES]; + [_backgroundTintColor set]; + [processBackgroundPath stroke]; + // Draw progress + UIBezierPath *processPath = [UIBezierPath bezierPath]; + processPath.lineCapStyle = kCGLineCapRound; + processPath.lineWidth = lineWidth; + endAngle = (self.progress * 2 * (float)M_PI) + startAngle; + [processPath addArcWithCenter:center radius:radius startAngle:startAngle endAngle:endAngle clockwise:YES]; + [_progressTintColor set]; + [processPath stroke]; + } else { + // Draw background + [_progressTintColor setStroke]; + [_backgroundTintColor setFill]; + CGContextSetLineWidth(context, 2.0f); + CGContextFillEllipseInRect(context, circleRect); + CGContextStrokeEllipseInRect(context, circleRect); + // Draw progress + CGPoint center = CGPointMake(allRect.size.width / 2, allRect.size.height / 2); + CGFloat radius = (allRect.size.width - 4) / 2; + CGFloat startAngle = - ((float)M_PI / 2); // 90 degrees + CGFloat endAngle = (self.progress * 2 * (float)M_PI) + startAngle; + CGContextSetRGBFillColor(context, 1.0f, 1.0f, 1.0f, 1.0f); // white + CGContextMoveToPoint(context, center.x, center.y); + CGContextAddArc(context, center.x, center.y, radius, startAngle, endAngle, 0); + CGContextClosePath(context); + CGContextFillPath(context); + } +} + +#pragma mark - KVO + +- (void)registerForKVO { + for (NSString *keyPath in [self observableKeypaths]) { + [self addObserver:self forKeyPath:keyPath options:NSKeyValueObservingOptionNew context:NULL]; + } +} + +- (void)unregisterFromKVO { + for (NSString *keyPath in [self observableKeypaths]) { + [self removeObserver:self forKeyPath:keyPath]; + } +} + +- (NSArray *)observableKeypaths { + return [NSArray arrayWithObjects:@"progressTintColor", @"backgroundTintColor", @"progress", @"annular", nil]; +} + +- (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change context:(void *)context { + [self setNeedsDisplay]; +} + +@end + + +@implementation MBBarProgressView + +#pragma mark - Lifecycle + +- (id)init { + return [self initWithFrame:CGRectMake(.0f, .0f, 120.0f, 20.0f)]; +} + +- (id)initWithFrame:(CGRect)frame { + self = [super initWithFrame:frame]; + if (self) { + _progress = 0.f; + _lineColor = [UIColor whiteColor]; + _progressColor = [UIColor whiteColor]; + _progressRemainingColor = [UIColor clearColor]; + self.backgroundColor = [UIColor clearColor]; + self.opaque = NO; + [self registerForKVO]; + } + return self; +} + +- (void)dealloc { + [self unregisterFromKVO]; +#if !__has_feature(objc_arc) + [_lineColor release]; + [_progressColor release]; + [_progressRemainingColor release]; + [super dealloc]; +#endif +} + +#pragma mark - Drawing + +- (void)drawRect:(CGRect)rect { + CGContextRef context = UIGraphicsGetCurrentContext(); + + // setup properties + CGContextSetLineWidth(context, 2); + CGContextSetStrokeColorWithColor(context,[_lineColor CGColor]); + CGContextSetFillColorWithColor(context, [_progressRemainingColor CGColor]); + + // draw line border + float radius = (rect.size.height / 2) - 2; + CGContextMoveToPoint(context, 2, rect.size.height/2); + CGContextAddArcToPoint(context, 2, 2, radius + 2, 2, radius); + CGContextAddLineToPoint(context, rect.size.width - radius - 2, 2); + CGContextAddArcToPoint(context, rect.size.width - 2, 2, rect.size.width - 2, rect.size.height / 2, radius); + CGContextAddArcToPoint(context, rect.size.width - 2, rect.size.height - 2, rect.size.width - radius - 2, rect.size.height - 2, radius); + CGContextAddLineToPoint(context, radius + 2, rect.size.height - 2); + CGContextAddArcToPoint(context, 2, rect.size.height - 2, 2, rect.size.height/2, radius); + CGContextFillPath(context); + + // draw progress background + CGContextMoveToPoint(context, 2, rect.size.height/2); + CGContextAddArcToPoint(context, 2, 2, radius + 2, 2, radius); + CGContextAddLineToPoint(context, rect.size.width - radius - 2, 2); + CGContextAddArcToPoint(context, rect.size.width - 2, 2, rect.size.width - 2, rect.size.height / 2, radius); + CGContextAddArcToPoint(context, rect.size.width - 2, rect.size.height - 2, rect.size.width - radius - 2, rect.size.height - 2, radius); + CGContextAddLineToPoint(context, radius + 2, rect.size.height - 2); + CGContextAddArcToPoint(context, 2, rect.size.height - 2, 2, rect.size.height/2, radius); + CGContextStrokePath(context); + + // setup to draw progress color + CGContextSetFillColorWithColor(context, [_progressColor CGColor]); + radius = radius - 2; + float amount = self.progress * rect.size.width; + + // if progress is in the middle area + if (amount >= radius + 4 && amount <= (rect.size.width - radius - 4)) { + // top + CGContextMoveToPoint(context, 4, rect.size.height/2); + CGContextAddArcToPoint(context, 4, 4, radius + 4, 4, radius); + CGContextAddLineToPoint(context, amount, 4); + CGContextAddLineToPoint(context, amount, radius + 4); + + // bottom + CGContextMoveToPoint(context, 4, rect.size.height/2); + CGContextAddArcToPoint(context, 4, rect.size.height - 4, radius + 4, rect.size.height - 4, radius); + CGContextAddLineToPoint(context, amount, rect.size.height - 4); + CGContextAddLineToPoint(context, amount, radius + 4); + + CGContextFillPath(context); + } + + // progress is in the right arc + else if (amount > radius + 4) { + float x = amount - (rect.size.width - radius - 4); + + // top + CGContextMoveToPoint(context, 4, rect.size.height/2); + CGContextAddArcToPoint(context, 4, 4, radius + 4, 4, radius); + CGContextAddLineToPoint(context, rect.size.width - radius - 4, 4); + float angle = -acos(x/radius); + if (isnan(angle)) angle = 0; + CGContextAddArc(context, rect.size.width - radius - 4, rect.size.height/2, radius, M_PI, angle, 0); + CGContextAddLineToPoint(context, amount, rect.size.height/2); + + // bottom + CGContextMoveToPoint(context, 4, rect.size.height/2); + CGContextAddArcToPoint(context, 4, rect.size.height - 4, radius + 4, rect.size.height - 4, radius); + CGContextAddLineToPoint(context, rect.size.width - radius - 4, rect.size.height - 4); + angle = acos(x/radius); + if (isnan(angle)) angle = 0; + CGContextAddArc(context, rect.size.width - radius - 4, rect.size.height/2, radius, -M_PI, angle, 1); + CGContextAddLineToPoint(context, amount, rect.size.height/2); + + CGContextFillPath(context); + } + + // progress is in the left arc + else if (amount < radius + 4 && amount > 0) { + // top + CGContextMoveToPoint(context, 4, rect.size.height/2); + CGContextAddArcToPoint(context, 4, 4, radius + 4, 4, radius); + CGContextAddLineToPoint(context, radius + 4, rect.size.height/2); + + // bottom + CGContextMoveToPoint(context, 4, rect.size.height/2); + CGContextAddArcToPoint(context, 4, rect.size.height - 4, radius + 4, rect.size.height - 4, radius); + CGContextAddLineToPoint(context, radius + 4, rect.size.height/2); + + CGContextFillPath(context); + } +} + +#pragma mark - KVO + +- (void)registerForKVO { + for (NSString *keyPath in [self observableKeypaths]) { + [self addObserver:self forKeyPath:keyPath options:NSKeyValueObservingOptionNew context:NULL]; + } +} + +- (void)unregisterFromKVO { + for (NSString *keyPath in [self observableKeypaths]) { + [self removeObserver:self forKeyPath:keyPath]; + } +} + +- (NSArray *)observableKeypaths { + return [NSArray arrayWithObjects:@"lineColor", @"progressRemainingColor", @"progressColor", @"progress", nil]; +} + +- (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change context:(void *)context { + [self setNeedsDisplay]; +} + +@end diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index dbca544..b2d2fb6 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -10,6 +10,7 @@ PODS: - DTFoundation/Core - DTFoundation/UIKit (1.7.2): - DTFoundation/Core + - MBProgressHUD (0.8) - MKNetworkKit (0.87): - Reachability (~> 3.1.0) - Reachability (3.1.1) @@ -21,6 +22,7 @@ PODS: DEPENDENCIES: - DTCoreText + - MBProgressHUD - MKNetworkKit - Reachability - SBJson @@ -30,6 +32,7 @@ DEPENDENCIES: SPEC CHECKSUMS: DTCoreText: 84eb8ba2e70448fdd9d837540e371f9f587b65ba DTFoundation: 126729614911ae7dbab3dcc1c078f189943bee66 + MBProgressHUD: c356980b0cd097f19acec959b49dca5eb8ec31be MKNetworkKit: 83e6296a8d42e98a71880424a889773654846d74 Reachability: 8e9635e3cb4f98e7f825e51147f677ecc694d0e7 SBJson: d71212c078abf4679d54b0d0565260c474e46235 diff --git a/Pods/Pods-DTCoreText-Private.xcconfig b/Pods/Pods-DTCoreText-Private.xcconfig index 7b7e549..868f0b8 100644 --- a/Pods/Pods-DTCoreText-Private.xcconfig +++ b/Pods/Pods-DTCoreText-Private.xcconfig @@ -1,5 +1,5 @@ #include "Pods-DTCoreText.xcconfig" GCC_PREPROCESSOR_DEFINITIONS = COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/BuildHeaders" "${PODS_ROOT}/BuildHeaders/DTCoreText" "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/DTCoreText" "${PODS_ROOT}/Headers/DTFoundation" "${PODS_ROOT}/Headers/MKNetworkKit" "${PODS_ROOT}/Headers/MKNetworkKit/Categories" "${PODS_ROOT}/Headers/Reachability" "${PODS_ROOT}/Headers/SBJson" "${PODS_ROOT}/Headers/SDWebImage" "${PODS_ROOT}/Headers/STableViewController" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/BuildHeaders" "${PODS_ROOT}/BuildHeaders/DTCoreText" "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/DTCoreText" "${PODS_ROOT}/Headers/DTFoundation" "${PODS_ROOT}/Headers/MBProgressHUD" "${PODS_ROOT}/Headers/MKNetworkKit" "${PODS_ROOT}/Headers/MKNetworkKit/Categories" "${PODS_ROOT}/Headers/Reachability" "${PODS_ROOT}/Headers/SBJson" "${PODS_ROOT}/Headers/SDWebImage" "${PODS_ROOT}/Headers/STableViewController" OTHER_LDFLAGS = -ObjC ${PODS_DTCORETEXT_OTHER_LDFLAGS} PODS_ROOT = ${SRCROOT} \ No newline at end of file diff --git a/Pods/Pods-DTFoundation-Private.xcconfig b/Pods/Pods-DTFoundation-Private.xcconfig index 3877dfc..fa0980b 100644 --- a/Pods/Pods-DTFoundation-Private.xcconfig +++ b/Pods/Pods-DTFoundation-Private.xcconfig @@ -1,5 +1,5 @@ #include "Pods-DTFoundation.xcconfig" GCC_PREPROCESSOR_DEFINITIONS = COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/BuildHeaders" "${PODS_ROOT}/BuildHeaders/DTFoundation" "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/DTCoreText" "${PODS_ROOT}/Headers/DTFoundation" "${PODS_ROOT}/Headers/MKNetworkKit" "${PODS_ROOT}/Headers/MKNetworkKit/Categories" "${PODS_ROOT}/Headers/Reachability" "${PODS_ROOT}/Headers/SBJson" "${PODS_ROOT}/Headers/SDWebImage" "${PODS_ROOT}/Headers/STableViewController" ${PODS_DTFOUNDATION_HEADER_SEARCH_PATHS} +HEADER_SEARCH_PATHS = "${PODS_ROOT}/BuildHeaders" "${PODS_ROOT}/BuildHeaders/DTFoundation" "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/DTCoreText" "${PODS_ROOT}/Headers/DTFoundation" "${PODS_ROOT}/Headers/MBProgressHUD" "${PODS_ROOT}/Headers/MKNetworkKit" "${PODS_ROOT}/Headers/MKNetworkKit/Categories" "${PODS_ROOT}/Headers/Reachability" "${PODS_ROOT}/Headers/SBJson" "${PODS_ROOT}/Headers/SDWebImage" "${PODS_ROOT}/Headers/STableViewController" ${PODS_DTFOUNDATION_HEADER_SEARCH_PATHS} OTHER_LDFLAGS = -ObjC ${PODS_DTFOUNDATION_OTHER_LDFLAGS} PODS_ROOT = ${SRCROOT} \ No newline at end of file diff --git a/Pods/Pods-MBProgressHUD-Private.xcconfig b/Pods/Pods-MBProgressHUD-Private.xcconfig new file mode 100644 index 0000000..020c1ea --- /dev/null +++ b/Pods/Pods-MBProgressHUD-Private.xcconfig @@ -0,0 +1,5 @@ +#include "Pods-MBProgressHUD.xcconfig" +GCC_PREPROCESSOR_DEFINITIONS = COCOAPODS=1 +HEADER_SEARCH_PATHS = "${PODS_ROOT}/BuildHeaders" "${PODS_ROOT}/BuildHeaders/MBProgressHUD" "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/DTCoreText" "${PODS_ROOT}/Headers/DTFoundation" "${PODS_ROOT}/Headers/MBProgressHUD" "${PODS_ROOT}/Headers/MKNetworkKit" "${PODS_ROOT}/Headers/MKNetworkKit/Categories" "${PODS_ROOT}/Headers/Reachability" "${PODS_ROOT}/Headers/SBJson" "${PODS_ROOT}/Headers/SDWebImage" "${PODS_ROOT}/Headers/STableViewController" +OTHER_LDFLAGS = -ObjC ${PODS_MBPROGRESSHUD_OTHER_LDFLAGS} +PODS_ROOT = ${SRCROOT} \ No newline at end of file diff --git a/Pods/Pods-MBProgressHUD-dummy.m b/Pods/Pods-MBProgressHUD-dummy.m new file mode 100644 index 0000000..10d445d --- /dev/null +++ b/Pods/Pods-MBProgressHUD-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Pods_MBProgressHUD : NSObject +@end +@implementation PodsDummy_Pods_MBProgressHUD +@end diff --git a/Pods/Pods-MBProgressHUD-prefix.pch b/Pods/Pods-MBProgressHUD-prefix.pch new file mode 100644 index 0000000..95cf11d --- /dev/null +++ b/Pods/Pods-MBProgressHUD-prefix.pch @@ -0,0 +1,5 @@ +#ifdef __OBJC__ +#import +#endif + +#import "Pods-environment.h" diff --git a/Pods/Pods-MBProgressHUD.xcconfig b/Pods/Pods-MBProgressHUD.xcconfig new file mode 100644 index 0000000..e1c175d --- /dev/null +++ b/Pods/Pods-MBProgressHUD.xcconfig @@ -0,0 +1 @@ +PODS_MBPROGRESSHUD_OTHER_LDFLAGS = -framework CoreGraphics \ No newline at end of file diff --git a/Pods/Pods-MKNetworkKit-Private.xcconfig b/Pods/Pods-MKNetworkKit-Private.xcconfig index f91970e..58c1d2f 100644 --- a/Pods/Pods-MKNetworkKit-Private.xcconfig +++ b/Pods/Pods-MKNetworkKit-Private.xcconfig @@ -1,5 +1,5 @@ #include "Pods-MKNetworkKit.xcconfig" GCC_PREPROCESSOR_DEFINITIONS = COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/BuildHeaders" "${PODS_ROOT}/BuildHeaders/MKNetworkKit" "${PODS_ROOT}/BuildHeaders/MKNetworkKit/Categories" "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/DTCoreText" "${PODS_ROOT}/Headers/DTFoundation" "${PODS_ROOT}/Headers/MKNetworkKit" "${PODS_ROOT}/Headers/MKNetworkKit/Categories" "${PODS_ROOT}/Headers/Reachability" "${PODS_ROOT}/Headers/SBJson" "${PODS_ROOT}/Headers/SDWebImage" "${PODS_ROOT}/Headers/STableViewController" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/BuildHeaders" "${PODS_ROOT}/BuildHeaders/MKNetworkKit" "${PODS_ROOT}/BuildHeaders/MKNetworkKit/Categories" "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/DTCoreText" "${PODS_ROOT}/Headers/DTFoundation" "${PODS_ROOT}/Headers/MBProgressHUD" "${PODS_ROOT}/Headers/MKNetworkKit" "${PODS_ROOT}/Headers/MKNetworkKit/Categories" "${PODS_ROOT}/Headers/Reachability" "${PODS_ROOT}/Headers/SBJson" "${PODS_ROOT}/Headers/SDWebImage" "${PODS_ROOT}/Headers/STableViewController" OTHER_LDFLAGS = -ObjC ${PODS_MKNETWORKKIT_OTHER_LDFLAGS} PODS_ROOT = ${SRCROOT} \ No newline at end of file diff --git a/Pods/Pods-Reachability-Private.xcconfig b/Pods/Pods-Reachability-Private.xcconfig index 0b8ac24..da4d5ba 100644 --- a/Pods/Pods-Reachability-Private.xcconfig +++ b/Pods/Pods-Reachability-Private.xcconfig @@ -1,5 +1,5 @@ #include "Pods-Reachability.xcconfig" GCC_PREPROCESSOR_DEFINITIONS = COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/BuildHeaders" "${PODS_ROOT}/BuildHeaders/Reachability" "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/DTCoreText" "${PODS_ROOT}/Headers/DTFoundation" "${PODS_ROOT}/Headers/MKNetworkKit" "${PODS_ROOT}/Headers/MKNetworkKit/Categories" "${PODS_ROOT}/Headers/Reachability" "${PODS_ROOT}/Headers/SBJson" "${PODS_ROOT}/Headers/SDWebImage" "${PODS_ROOT}/Headers/STableViewController" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/BuildHeaders" "${PODS_ROOT}/BuildHeaders/Reachability" "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/DTCoreText" "${PODS_ROOT}/Headers/DTFoundation" "${PODS_ROOT}/Headers/MBProgressHUD" "${PODS_ROOT}/Headers/MKNetworkKit" "${PODS_ROOT}/Headers/MKNetworkKit/Categories" "${PODS_ROOT}/Headers/Reachability" "${PODS_ROOT}/Headers/SBJson" "${PODS_ROOT}/Headers/SDWebImage" "${PODS_ROOT}/Headers/STableViewController" OTHER_LDFLAGS = -ObjC ${PODS_REACHABILITY_OTHER_LDFLAGS} PODS_ROOT = ${SRCROOT} \ No newline at end of file diff --git a/Pods/Pods-SBJson-Private.xcconfig b/Pods/Pods-SBJson-Private.xcconfig index dd0d18b..dfb47c4 100644 --- a/Pods/Pods-SBJson-Private.xcconfig +++ b/Pods/Pods-SBJson-Private.xcconfig @@ -1,5 +1,5 @@ #include "Pods-SBJson.xcconfig" GCC_PREPROCESSOR_DEFINITIONS = COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/BuildHeaders" "${PODS_ROOT}/BuildHeaders/SBJson" "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/DTCoreText" "${PODS_ROOT}/Headers/DTFoundation" "${PODS_ROOT}/Headers/MKNetworkKit" "${PODS_ROOT}/Headers/MKNetworkKit/Categories" "${PODS_ROOT}/Headers/Reachability" "${PODS_ROOT}/Headers/SBJson" "${PODS_ROOT}/Headers/SDWebImage" "${PODS_ROOT}/Headers/STableViewController" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/BuildHeaders" "${PODS_ROOT}/BuildHeaders/SBJson" "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/DTCoreText" "${PODS_ROOT}/Headers/DTFoundation" "${PODS_ROOT}/Headers/MBProgressHUD" "${PODS_ROOT}/Headers/MKNetworkKit" "${PODS_ROOT}/Headers/MKNetworkKit/Categories" "${PODS_ROOT}/Headers/Reachability" "${PODS_ROOT}/Headers/SBJson" "${PODS_ROOT}/Headers/SDWebImage" "${PODS_ROOT}/Headers/STableViewController" OTHER_LDFLAGS = -ObjC PODS_ROOT = ${SRCROOT} \ No newline at end of file diff --git a/Pods/Pods-SDWebImage-Private.xcconfig b/Pods/Pods-SDWebImage-Private.xcconfig index de15e46..a80b473 100644 --- a/Pods/Pods-SDWebImage-Private.xcconfig +++ b/Pods/Pods-SDWebImage-Private.xcconfig @@ -1,5 +1,5 @@ #include "Pods-SDWebImage.xcconfig" GCC_PREPROCESSOR_DEFINITIONS = COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/BuildHeaders" "${PODS_ROOT}/BuildHeaders/SDWebImage" "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/DTCoreText" "${PODS_ROOT}/Headers/DTFoundation" "${PODS_ROOT}/Headers/MKNetworkKit" "${PODS_ROOT}/Headers/MKNetworkKit/Categories" "${PODS_ROOT}/Headers/Reachability" "${PODS_ROOT}/Headers/SBJson" "${PODS_ROOT}/Headers/SDWebImage" "${PODS_ROOT}/Headers/STableViewController" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/BuildHeaders" "${PODS_ROOT}/BuildHeaders/SDWebImage" "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/DTCoreText" "${PODS_ROOT}/Headers/DTFoundation" "${PODS_ROOT}/Headers/MBProgressHUD" "${PODS_ROOT}/Headers/MKNetworkKit" "${PODS_ROOT}/Headers/MKNetworkKit/Categories" "${PODS_ROOT}/Headers/Reachability" "${PODS_ROOT}/Headers/SBJson" "${PODS_ROOT}/Headers/SDWebImage" "${PODS_ROOT}/Headers/STableViewController" OTHER_LDFLAGS = -ObjC ${PODS_SDWEBIMAGE_OTHER_LDFLAGS} PODS_ROOT = ${SRCROOT} \ No newline at end of file diff --git a/Pods/Pods-STableViewController-Private.xcconfig b/Pods/Pods-STableViewController-Private.xcconfig index 3084344..337b3fd 100644 --- a/Pods/Pods-STableViewController-Private.xcconfig +++ b/Pods/Pods-STableViewController-Private.xcconfig @@ -1,5 +1,5 @@ #include "Pods-STableViewController.xcconfig" GCC_PREPROCESSOR_DEFINITIONS = COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/BuildHeaders" "${PODS_ROOT}/BuildHeaders/STableViewController" "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/DTCoreText" "${PODS_ROOT}/Headers/DTFoundation" "${PODS_ROOT}/Headers/MKNetworkKit" "${PODS_ROOT}/Headers/MKNetworkKit/Categories" "${PODS_ROOT}/Headers/Reachability" "${PODS_ROOT}/Headers/SBJson" "${PODS_ROOT}/Headers/SDWebImage" "${PODS_ROOT}/Headers/STableViewController" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/BuildHeaders" "${PODS_ROOT}/BuildHeaders/STableViewController" "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/DTCoreText" "${PODS_ROOT}/Headers/DTFoundation" "${PODS_ROOT}/Headers/MBProgressHUD" "${PODS_ROOT}/Headers/MKNetworkKit" "${PODS_ROOT}/Headers/MKNetworkKit/Categories" "${PODS_ROOT}/Headers/Reachability" "${PODS_ROOT}/Headers/SBJson" "${PODS_ROOT}/Headers/SDWebImage" "${PODS_ROOT}/Headers/STableViewController" OTHER_LDFLAGS = -ObjC PODS_ROOT = ${SRCROOT} \ No newline at end of file diff --git a/Pods/Pods-environment.h b/Pods/Pods-environment.h index df5a6ee..3f6f47d 100644 --- a/Pods/Pods-environment.h +++ b/Pods/Pods-environment.h @@ -36,6 +36,12 @@ #define COCOAPODS_VERSION_MINOR_DTFoundation_UIKit 7 #define COCOAPODS_VERSION_PATCH_DTFoundation_UIKit 2 +// MBProgressHUD +#define COCOAPODS_POD_AVAILABLE_MBProgressHUD +#define COCOAPODS_VERSION_MAJOR_MBProgressHUD 0 +#define COCOAPODS_VERSION_MINOR_MBProgressHUD 8 +#define COCOAPODS_VERSION_PATCH_MBProgressHUD 0 + // MKNetworkKit #define COCOAPODS_POD_AVAILABLE_MKNetworkKit #define COCOAPODS_VERSION_MAJOR_MKNetworkKit 0 diff --git a/Pods/Pods.xcconfig b/Pods/Pods.xcconfig index 202ed25..4b26473 100644 --- a/Pods/Pods.xcconfig +++ b/Pods/Pods.xcconfig @@ -1,5 +1,5 @@ GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/DTCoreText" "${PODS_ROOT}/Headers/DTFoundation" "${PODS_ROOT}/Headers/MKNetworkKit" "${PODS_ROOT}/Headers/MKNetworkKit/Categories" "${PODS_ROOT}/Headers/Reachability" "${PODS_ROOT}/Headers/SBJson" "${PODS_ROOT}/Headers/SDWebImage" "${PODS_ROOT}/Headers/STableViewController" "$(SDKROOT)/usr/include/libxml2" -OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers" -isystem "${PODS_ROOT}/Headers/DTCoreText" -isystem "${PODS_ROOT}/Headers/DTFoundation" -isystem "${PODS_ROOT}/Headers/MKNetworkKit" -isystem "${PODS_ROOT}/Headers/MKNetworkKit/Categories" -isystem "${PODS_ROOT}/Headers/Reachability" -isystem "${PODS_ROOT}/Headers/SBJson" -isystem "${PODS_ROOT}/Headers/SDWebImage" -isystem "${PODS_ROOT}/Headers/STableViewController" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/DTCoreText" "${PODS_ROOT}/Headers/DTFoundation" "${PODS_ROOT}/Headers/MBProgressHUD" "${PODS_ROOT}/Headers/MKNetworkKit" "${PODS_ROOT}/Headers/MKNetworkKit/Categories" "${PODS_ROOT}/Headers/Reachability" "${PODS_ROOT}/Headers/SBJson" "${PODS_ROOT}/Headers/SDWebImage" "${PODS_ROOT}/Headers/STableViewController" "$(SDKROOT)/usr/include/libxml2" +OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers" -isystem "${PODS_ROOT}/Headers/DTCoreText" -isystem "${PODS_ROOT}/Headers/DTFoundation" -isystem "${PODS_ROOT}/Headers/MBProgressHUD" -isystem "${PODS_ROOT}/Headers/MKNetworkKit" -isystem "${PODS_ROOT}/Headers/MKNetworkKit/Categories" -isystem "${PODS_ROOT}/Headers/Reachability" -isystem "${PODS_ROOT}/Headers/SBJson" -isystem "${PODS_ROOT}/Headers/SDWebImage" -isystem "${PODS_ROOT}/Headers/STableViewController" OTHER_LDFLAGS = -ObjC -lxml2 -framework CFNetwork -framework CoreGraphics -framework CoreText -framework ImageIO -framework MediaPlayer -framework QuartzCore -framework Security -framework SystemConfiguration PODS_ROOT = ${SRCROOT}/Pods \ No newline at end of file diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj index 32bc7ac..df23441 100644 --- a/Pods/Pods.xcodeproj/project.pbxproj +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -10,7 +10,31 @@ 46 objects - 006A9E59343A414A843C7B08 + 004B411723D84A1580D45FEA + + isa + PBXTargetDependency + target + 38C7ED9DC06D408589D2979F + targetProxy + 317D447B45D44E60A9C2CEB0 + + 0088611A1A85488799933D35 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTAccessibilityElement.h + path + Core/Source/DTAccessibilityElement.h + sourceTree + <group> + + 00B52D03548540EEB63E5433 includeInIndex 1 @@ -19,28 +43,20 @@ lastKnownFileType sourcecode.c.objc name - NSData+DTCrypto.m + SDWebImageCompat.m path - Core/Source/NSData+DTCrypto.m + SDWebImage/SDWebImageCompat.m sourceTree <group> - 009C3D01150245FC95DCDDE4 + 0187EC7B441C4775B69593CC - includeInIndex - 1 + fileRef + BFE2D53407CD4C77AF1215F4 isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - SDWebImageManager.m - path - SDWebImage/SDWebImageManager.m - sourceTree - <group> + PBXBuildFile - 00DAD60C39D44B4AAC8B2748 + 01D72E316C844753A34C1D97 includeInIndex 1 @@ -55,178 +71,10 @@ sourceTree <group> - 01147A6E41A342768B2EBB4E + 0238FC3E3AC14DCEB5968EC5 fileRef - 9E7101472EBF47EDA7DE90C5 - isa - PBXBuildFile - - 0123F8CC0FC84D00B680AB45 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - NSData+MKBase64.m - path - MKNetworkKit/Categories/NSData+MKBase64.m - sourceTree - <group> - - 0195A95B9A2D4AF1A04B2452 - - fileRef - 963668619C414D5795215190 - isa - PBXBuildFile - - 01B2FD6B0360486AB99D59FC - - fileRef - C764AD4F78C24FC3B58AD796 - isa - PBXBuildFile - - 01FFD715BD8D4790A49D6ED9 - - fileRef - D97DFED6FF874FDA81AEBE53 - isa - PBXBuildFile - - 0204BA5B3AA74B4E8A96338C - - explicitFileType - archive.ar - includeInIndex - 0 - isa - PBXFileReference - path - libPods-STableViewController.a - sourceTree - BUILT_PRODUCTS_DIR - - 0225F5FBCC1E4137A3E7CD2E - - fileRef - F29593DDB44A4EEA838FFB38 - isa - PBXBuildFile - - 0295D81D1436465B89E92030 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - NSCharacterSet+HTML.m - path - Core/Source/NSCharacterSet+HTML.m - sourceTree - <group> - - 02F7EBEFD85942A6BD31C2F7 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTHTMLParserNode.m - path - Core/Source/DTHTMLParserNode.m - sourceTree - <group> - - 0367B30B817A4EFE83DDAD4C - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - DTLog.h - path - Core/Source/DTLog.h - sourceTree - <group> - - 03703A578257467F951A9635 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - MKNetworkKit.h - path - MKNetworkKit/MKNetworkKit.h - sourceTree - <group> - - 03CB02DD96F24E68BEFCE11E - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - STableViewController.h - path - STableViewController/STableViewController.h - sourceTree - <group> - - 03E94EA58F114B76A3475EE7 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - NSString+DTFormatNumbers.m - path - Core/Source/NSString+DTFormatNumbers.m - sourceTree - <group> - - 04B4BF82FE41477AB08528E1 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - DTTextBlock.h - path - Core/Source/DTTextBlock.h - sourceTree - <group> - - 04F89626B36D4E8697D66B64 - - fileRef - 4B68646978684D59875F1FF8 + C7BDFE5860994682A81C8286 isa PBXBuildFile settings @@ -235,14 +83,16 @@ -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - 05E30348DE474EB997FE36AF + 027D7C4D8E454BD8963075A4 - fileRef - BE7DC31266464D07B4F76995 isa - PBXBuildFile + PBXTargetDependency + target + 6E61633EC49B4F26AEEB4025 + targetProxy + 93112F59C5DD4C559CAB82B2 - 064B5FECD25444E388D8035F + 028C8228411C49F887B4D256 includeInIndex 1 @@ -251,207 +101,23 @@ lastKnownFileType sourcecode.c.objc name - NSCoder+DTCompatibility.m + NSFileWrapper+DTCopying.m path - Core/Source/NSCoder+DTCompatibility.m + Core/Source/NSFileWrapper+DTCopying.m sourceTree <group> - 06E00E8DF48946E491FA2A78 + 029EA11D0FDC4D95ADE531AD fileRef - E0A9F3763E1747B483B51846 + 43C14AFDEAF345D69754AE68 isa PBXBuildFile - 075789ACF4544B61B09286A7 + 02EB7DF2A7D04790B4D9F3CC fileRef - BA22ACB1DBBB45BAB4D55DAE - isa - PBXBuildFile - - 076CFC01E0FE4CC2AD577E21 - - children - - 376E7336D8EE4AA2A7597AEA - 2088F676494540A58759EF61 - F1508A6954B34DFA8A30C6F3 - B43280A982E846809B853909 - 2AEBA3BCABC1495B8B55AF24 - 3503E8946B6F4A4795ABC1C2 - 22844674DB3E4C02A214597A - 983EE16976154C83B454A2B9 - 09E12D1159124BA3BFFCF919 - 82CE252BB34744B9B334158B - C5E07222030B4CA49A58B03F - E07D3E2B08144772BDC1E746 - A773FA406AEA4E02982DC29C - 009C3D01150245FC95DCDDE4 - B39AD1F4518A4DEABBBF9C19 - C3C5BC522CB84858807B7B4B - F73797E9B0884FACA7E06217 - 15D9CC47C594454D817B633A - E2AC9BDD3F654BBDBFA78E78 - 646750E143FA411BA6EE401E - 9BB6B3495FAE498DA41F9A3A - B33D24DF55AA4DA5B24FEA6A - F6A5D050EB4C476CAB38F71D - BB44A08407EC4BF19EC03DF0 - 41AB4B53EBE64045B3F7E841 - D31DD382526748598C7BCB3B - 86B9CB2CCDE54CEBAC47B837 - D9E0E144605D488385825CFC - E3E9B05D7E7B4F3AA9AF6AEC - - isa - PBXGroup - name - Core - sourceTree - <group> - - 0776299499724B5B8D5F43DC - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTAccessibilityElement.m - path - Core/Source/DTAccessibilityElement.m - sourceTree - <group> - - 07B49D20E6EB44279FCC00BE - - fileRef - 9324B2B7696848098D7E34DD - isa - PBXBuildFile - - 08E0161FF09B46C9A1975B9F - - children - - 17A68C6027D3465485980DB6 - - isa - PBXGroup - name - Frameworks - sourceTree - <group> - - 092FFEF15C81494DB987833E - - buildConfigurationList - D2610056278C4E7F95D99E1C - buildPhases - - 4F5CDFC1472F4DF3AD01C251 - 8F8751152492474B8075A3DA - D59E7B7162814F77A349B29E - - buildRules - - dependencies - - 8047F4883DBF48D9B35A7462 - - isa - PBXNativeTarget - name - Pods-DTCoreText - productName - Pods-DTCoreText - productReference - E00F0A8481BE4D40BF7FF3A7 - productType - com.apple.product-type.library.static - - 09BDFC04467A4ECF8C7DC4CE - - fileRef - 498F46F5CBC4479ABF4939B3 - isa - PBXBuildFile - - 09E12D1159124BA3BFFCF919 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - SDWebImageDownloader.h - path - SDWebImage/SDWebImageDownloader.h - sourceTree - <group> - - 09E69EDA518F4198A3B6E5C4 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTBlockFunctions.m - path - Core/Source/DTBlockFunctions.m - sourceTree - <group> - - 0A0B2B1009404E23B788935F - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - UIWebView+DTFoundation.h - path - Core/Source/iOS/UIWebView+DTFoundation.h - sourceTree - <group> - - 0A92F0E8FDA44093AE2E858F - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - DTWebVideoView.h - path - Core/Source/DTWebVideoView.h - sourceTree - <group> - - 0AFE0CF7DF934962B63C25DF - - fileRef - D0F070AE76064F6F990707A9 - isa - PBXBuildFile - - 0BD3FCDBD01F41B89D452E0B - - fileRef - 34B271D131F04B49BA916DD2 + AB63DCDB50C94EA49C481CDD isa PBXBuildFile settings @@ -460,10 +126,10 @@ -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - 0C13AADDEF884ED98EF80C28 + 0375040B47FA419098D5431D fileRef - 02F7EBEFD85942A6BD31C2F7 + F89A8D8371A5456CA3BFD982 isa PBXBuildFile settings @@ -472,14 +138,14 @@ -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - 0C15F7EA34594A0FB2606A2C + 03D457382AC74761A3304D8C fileRef - C3C5BC522CB84858807B7B4B + 3358AB10795242F0B91F7414 isa PBXBuildFile - 0C9C5808226C44DCA8CDF4EF + 042F92715BEB47468EF5A868 includeInIndex 1 @@ -488,16 +154,38 @@ lastKnownFileType sourcecode.c.h name - DTImage+HTML.h + DTCoreTextFunctions.h path - Core/Source/DTImage+HTML.h + Core/Source/DTCoreTextFunctions.h sourceTree <group> - 0CDE0C5F7042404D9FD9BF96 + 04D5EAA9558E4CAEBAAA4A66 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + SBJson4StreamTokeniser.m + path + src/main/objc/SBJson4StreamTokeniser.m + sourceTree + <group> + + 04F61791224D4ABF8F9C55E7 fileRef - F73797E9B0884FACA7E06217 + 56E92FE80BFD46B7973FF859 + isa + PBXBuildFile + + 0522369403D046C79FF695B3 + + fileRef + D123A9F36C814926979AE29E isa PBXBuildFile settings @@ -506,90 +194,28 @@ -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - 0D4E69A85AC647DEBEF0B5DF + 05FF767E7CE54892AE035AF3 fileRef - 62A5F4C95DC04141ACEED246 + 9F4A710D031A4A83BAA64B76 isa PBXBuildFile - 0D7EC22872F64FBC92BBEB88 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - NSArray+DTError.m - path - Core/Source/NSArray+DTError.m - sourceTree - <group> - - 0DF9E94A7309404CBCA6889A - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTCoreTextLayouter.m - path - Core/Source/DTCoreTextLayouter.m - sourceTree - <group> - - 0E510A8089104C14B078EFFC - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - Pods-STableViewController-prefix.pch - sourceTree - <group> - - 0E52BC7513BF4B7C89DBEADF + 064148C4C80E439C9B1D0C75 fileRef - C733C683AF64461599B50F52 + 18E34BB24D934CEDA4B079D3 isa PBXBuildFile - 0E9A4B05934747BFAEC83AAD + 0753058A21C54632A16D51C0 - includeInIndex - 1 + fileRef + 766BE476C5A64AFDA3AE1869 isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - Pods-environment.h - sourceTree - <group> + PBXBuildFile - 0F34C2A22124474CB1292669 - - containerPortal - 4CB0F388DBCC4ABBAB5D1C3C - isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - A337D952F4224BD090332D07 - remoteInfo - Pods-STableViewController - - 0F72AA0563534E95A2BB7AD8 + 075D45424C3941DD9A75E477 includeInIndex 1 @@ -598,13 +224,59 @@ lastKnownFileType sourcecode.c.objc name - NSURL+DTUnshorten.m + DTDictationPlaceholderTextAttachment.m path - Core/Source/NSURL+DTUnshorten.m + Core/Source/DTDictationPlaceholderTextAttachment.m sourceTree <group> - 0FBFD01DFD82406D9308C5AD + 081730D523934C839E879D27 + + fileRef + 7451CC74E4A44740B90D9A6C + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 09A5E7EFABF9442B8B4C9B70 + + fileRef + 571E9B89A8DF430BAA8E7FCC + isa + PBXBuildFile + + 0A309C5800A94F318299F190 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTPieProgressIndicator.m + path + Core/Source/iOS/DTPieProgressIndicator.m + sourceTree + <group> + + 0A5123CCBD5347FEB2BBE49A + + fileRef + EC320226B96D4E46B3AEA264 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 0AFB16C55BC644CFAB3D3190 includeInIndex 1 @@ -613,34 +285,13 @@ lastKnownFileType sourcecode.c.h name - DTExtendedFileAttributes.h + SDWebImageDownloaderOperation.h path - Core/Source/DTExtendedFileAttributes.h + SDWebImage/SDWebImageDownloaderOperation.h sourceTree <group> - 1036CE6B51B848D895B088CB - - fileRef - C43E93506A7449F89267983A - isa - PBXBuildFile - - 10566878DBCC488F9185034D - - fileRef - 2DDDC3AAD25B40E7869307C9 - isa - PBXBuildFile - - 107FECB4AB6E4B98BF252333 - - fileRef - A773FA406AEA4E02982DC29C - isa - PBXBuildFile - - 1091C2BC785743A3BAE3521A + 0B5C8E5F99EE4B47A03A7690 includeInIndex 1 @@ -649,20 +300,59 @@ lastKnownFileType sourcecode.c.h name - DTListItemHTMLElement.h + DTObjectTextAttachment.h path - Core/Source/DTListItemHTMLElement.h + Core/Source/DTObjectTextAttachment.h sourceTree <group> - 109B440D705B46CEB1ECD873 + 0BE01054E2F94A23AB98DAF0 fileRef - 0C9C5808226C44DCA8CDF4EF + 80EC0E5EA2A44A9AB318092A isa PBXBuildFile - 10F3DB91C30E4F1CB7C7A5CE + 0BE431BD76754F609E5E4239 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Pods-MKNetworkKit-prefix.pch + sourceTree + <group> + + 0C1E841E058846AEBCF174A7 + + fileRef + 8A90198BE59648A3A24BB408 + isa + PBXBuildFile + + 0CD38EEC64DE46D5AF20150E + + fileRef + EF6EAD4FF970457A8E4B060A + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 0D248FB5E0D34BD9AA0364AC + + fileRef + 94F7B062CE044727B1D4E70F + isa + PBXBuildFile + + 0D6A29CBC28E48AC943F9CCD includeInIndex 1 @@ -671,495 +361,339 @@ lastKnownFileType sourcecode.c.h name - UIImage+DTFoundation.h + NSCharacterSet+HTML.h path - Core/Source/iOS/UIImage+DTFoundation.h + Core/Source/NSCharacterSet+HTML.h sourceTree <group> - 114697FF12964912B18F4288 - - containerPortal - 4CB0F388DBCC4ABBAB5D1C3C - isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - 3D0578D4F95F4DABB34F9862 - remoteInfo - Pods-Reachability - - 11E76A7717BF40D6A4D87A6A - - containerPortal - 4CB0F388DBCC4ABBAB5D1C3C - isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - F317FB4F6E7A470AA84AF1CE - remoteInfo - Pods-MKNetworkKit - - 120F863DD62F4A688EECA790 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTCoreTextLayoutFrame+Cursor.m - path - Core/Source/DTCoreTextLayoutFrame+Cursor.m - sourceTree - <group> - - 12471D52D208453C85E76232 + 0D729089E1EC40C5B74DA092 fileRef - 0A92F0E8FDA44093AE2E858F + 27626272155548F3B7E73D18 isa PBXBuildFile - 126B29C5C92F43B3849A0F1F + 0DA394E397F0451386298B92 - includeInIndex - 1 + fileRef + 40F6FBB234D14DA7B0B81DB6 isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - Pods-DTCoreText-dummy.m - sourceTree - <group> + PBXBuildFile - 128E07C313CC4822BAFE6801 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - SBJson4StreamWriter.m - path - src/main/objc/SBJson4StreamWriter.m - sourceTree - <group> - - 12AFBC5F635940A9AAB22CE0 + 0DB1063662844245A29762BF buildActionMask 2147483647 files - 31DA3ADF8EA646F7B1F637ED - 9D8EF1C05C1645EA875FEC7B - FB2374FC708945D7A795A193 - D3E31AE7B30045DA8B050535 - 178B1CB0154F4929A95DF401 - 37C040FB41CE4129AAD9E061 - 3A9CC82A49374CDA993C10FB - 8BB04C7CB92247BB900B26C8 - 51A62B6774174B4880E0D960 - F7C57036A5E9432EB493750B - 2968E032BC7A442E87B4112E - 9CBDB27640E24B62B7C486CE - 86BAB16FCA8A496197C6E30A - 2CEDECCC19714A15BB94C870 - 62666F0E8A7542B1B08F3BE9 - 913F350D105A45809FD6E98B - 74A9E91CB32B472ABC9C3212 - 62187A9C7F6A442787C89574 - 8A9734393F854151AF637596 - 72F65854E74E4222B6C76EB4 - 71D05F83132047C989C92CFC - D9142A6ADE5649A99E132436 - 53A65775C52B44968A5F4F75 - C35D94981C1C49FC82AA660E - 741A1A50915F47BA8BFD6D4C - 613FD0199F9641DD8E861A0D - 9DC0C1E9878D43E8A725617C - 740E8BD458584C2DB23109BE - 679C665D9E4A4AB797643577 - C9F3EFE1AADB48F499836AC4 - F38E5D56998041FA82F852C9 - 04F89626B36D4E8697D66B64 - 50CC9CE237E840A689469507 - - isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 131EA67F22884847AEAC2F1F - - fileRef - 2C026B19B1694B3BBE2427F8 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 142221C0383A496694478919 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - DTBreakHTMLElement.h - path - Core/Source/DTBreakHTMLElement.h - sourceTree - <group> - - 15333424515B46A3AEE99731 - - fileRef - 2AEBA3BCABC1495B8B55AF24 - isa - PBXBuildFile - - 1540A69685FD4B84B594EFDE - - fileRef - 779EBE058DA8417E9B505FD8 - isa - PBXBuildFile - - 157FC1004F37494DAD46868D - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - DTHorizontalRuleHTMLElement.h - path - Core/Source/DTHorizontalRuleHTMLElement.h - sourceTree - <group> - - 15D9CC47C594454D817B633A - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - UIButton+WebCache.h - path - SDWebImage/UIButton+WebCache.h - sourceTree - <group> - - 161FBA229A7545CC8DB44A5A - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - DTTextAttachmentHTMLElement.h - path - Core/Source/DTTextAttachmentHTMLElement.h - sourceTree - <group> - - 163B64DC6949489DBC67E036 - - isa - PBXFileReference - lastKnownFileType - wrapper.framework - name - CFNetwork.framework - path - Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/CFNetwork.framework - sourceTree - DEVELOPER_DIR - - 1650CF66E0BD4693A476A48B - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text - path - Pods-acknowledgements.markdown - sourceTree - <group> - - 165657327F4A4468B782BE78 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - NSString+Paragraphs.h - path - Core/Source/NSString+Paragraphs.h - sourceTree - <group> - - 178B1CB0154F4929A95DF401 - - fileRef - 09E69EDA518F4198A3B6E5C4 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 17A68C6027D3465485980DB6 - - children - - 163B64DC6949489DBC67E036 - BE7C62F3259D48E5AF596149 - 4BD764DCA6A441B2A8452E7B - C764AD4F78C24FC3B58AD796 - 9E7101472EBF47EDA7DE90C5 - 2751463828F24A2CAE49EF08 - 7D883A001FF640769A061528 - F9E0D1E2B7D448AABF38551A - 492B68D9C5D1455781BD518F - - isa - PBXGroup - name - iOS - sourceTree - <group> - - 18ED082FDAB74905A792F5CF - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - Pods-SBJson-prefix.pch - sourceTree - <group> - - 194A02E3EDD74435853520E9 - - fileRef - 76BC0AF3BECE4ECAB5CEBF9D - isa - PBXBuildFile - - 19F0EC5817B24403986723F8 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - DTColor+Compatibility.h - path - Core/Source/DTColor+Compatibility.h - sourceTree - <group> - - 1A1EFDF1E3074D1AB1DB5677 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTCoreTextLayoutFrame.m - path - Core/Source/DTCoreTextLayoutFrame.m - sourceTree - <group> - - 1A6AFAF359B7486897ED908E - - fileRef - F6947A3CA5374ABFBCC594BF - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 1B3C573FA5D54C8296FC527A - - fileRef - 8C443CF135B8423D8CCEE4D9 - isa - PBXBuildFile - - 1C1F12DAECD04B229E4F98D7 - - fileRef - B43280A982E846809B853909 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 1CB96119DDD3489BA234D4D9 - - buildActionMask - 2147483647 - files - - 01B2FD6B0360486AB99D59FC - 7FCFB574796E47C495D4569A - 4A984207DF664928BE08C26C - BA053DD9A23F47A89A932D76 - 27AE854C47154A9594578664 - EFEEE4CAC33B4C90B5AA7784 - 5A7F111868004DBCAB16896F - DC18841F4F514BEB88BF440A - - isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 1CE04151E80549C881DD6433 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTLog.m - path - Core/Source/DTLog.m - sourceTree - <group> - - 1CFD55CAE9E6452AA9786917 - - children - - 38305770AAF9443190A1065C - ED75A9B0F9CA4232A9E6C225 - DFD9F5EC6FE1478DAD332847 - 18ED082FDAB74905A792F5CF - - isa - PBXGroup - name - Support Files - sourceTree - SOURCE_ROOT - - 1D8F2F71BC7A4139B26FE0A2 - - fileRef - E031C1C9303E405CA6BCB4B2 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 1EE834B74D8E4C7A8F7D0C71 - - fileRef - B4FDF79BB939435EB854E207 - isa - PBXBuildFile - - 1FD325E9B3D041DFBFBE44C7 - - fileRef - 9E7101472EBF47EDA7DE90C5 - isa - PBXBuildFile - - 20010CF906A34D03A65823E4 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - UIFont+DTCoreText.m - path - Core/Source/UIFont+DTCoreText.m - sourceTree - <group> - - 20304A6329F94EBD959C94ED - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - DTHTMLWriter.h - path - Core/Source/DTHTMLWriter.h - sourceTree - <group> - - 205D42392F4C4B83820A2969 - - buildActionMask - 2147483647 - files - - 602B51F3BF824E6DAA1F199B + 064148C4C80E439C9B1D0C75 + 18969D6555054E2682BEB5FD + 21D3B8562A51464B93A3446E + 43746835A30E421B9FB61803 + 1E0065669A9A4109B59EA7EE + 2E20C1F1BBC949B8833ADBC3 + A78F6D1F93E5416DA647BBEF + AD68228FECF546D4880FBB72 isa PBXHeadersBuildPhase runOnlyForDeploymentPostprocessing 0 - 2088F676494540A58759EF61 + 0DBD3A93F5E34BB6846100A7 + + fileRef + 71A21D33AFF240FC845856B5 + isa + PBXBuildFile + + 0DD6015D87874E318118912F + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTTextAttachmentHTMLElement.m + path + Core/Source/DTTextAttachmentHTMLElement.m + sourceTree + <group> + + 0E5515C46C014FCF8A40C043 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTBreakHTMLElement.m + path + Core/Source/DTBreakHTMLElement.m + sourceTree + <group> + + 0E62E4E7B9F645FE94B56772 + + fileRef + 90131004D26042DF8FCA72A0 + isa + PBXBuildFile + + 0F09CB1289174AB184514910 + + buildActionMask + 2147483647 + files + + 12FFDF14D1D94AC9A905E86A + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 0F41C31050E54D8CA8F8B4A7 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTLazyImageView.m + path + Core/Source/DTLazyImageView.m + sourceTree + <group> + + 0F72FFB947F34911B841303E + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTCoreTextFontCollection.m + path + Core/Source/DTCoreTextFontCollection.m + sourceTree + <group> + + 10083A7AAE9F48ECAAE874F5 + + fileRef + B032849B735B48AC925ED514 + isa + PBXBuildFile + + 1038C7EACBE04AF0A166D969 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + NSFileWrapper+DTCopying.h + path + Core/Source/NSFileWrapper+DTCopying.h + sourceTree + <group> + + 117F904D37F14ACCB1A4DA8E + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + UIFont+DTCoreText.h + path + Core/Source/UIFont+DTCoreText.h + sourceTree + <group> + + 11C5B79EDA1D423783C67506 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTActivityTitleView.h + path + Core/Source/iOS/DTActivityTitleView.h + sourceTree + <group> + + 1275E332A2FE4E2383F1FE82 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + NSAttributedString+HTML.h + path + Core/Source/NSAttributedString+HTML.h + sourceTree + <group> + + 12E66F08EFC04B418BB87446 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + path + Pods-STableViewController-Private.xcconfig + sourceTree + <group> + + 12FFDF14D1D94AC9A905E86A + + fileRef + B032849B735B48AC925ED514 + isa + PBXBuildFile + + 133FB2B3ECCD436EAE5E9933 + + fileRef + DA65A4BB28E84E29AD8C5A12 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 146FC262C61E40008BB0D586 + + fileRef + 6ACF96833B594B438DA819A8 + isa + PBXBuildFile + + 14D7A598B4C741C8846CD4F9 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + UIView+WebCacheOperation.h + path + SDWebImage/UIView+WebCacheOperation.h + sourceTree + <group> + + 14EA00BF4D1148BCA1E7FDFB + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + UIAlertView+MKNetworkKitAdditions.h + path + MKNetworkKit/Categories/UIAlertView+MKNetworkKitAdditions.h + sourceTree + <group> + + 1546EFA2FEEA4AB79122D0F2 + + fileRef + D4A6FD0EC26C4616B85A8C6E + isa + PBXBuildFile + + 15F3E8B2ADC3476490292EB3 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTIframeTextAttachment.h + path + Core/Source/DTIframeTextAttachment.h + sourceTree + <group> + + 16226C84217C419082CD485F + + fileRef + 9606C6E3526145C891CB4E5D + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 163C305B3BD14FE2A1B34A59 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + path + Pods-DTFoundation.xcconfig + sourceTree + <group> + + 166162DC24814EC0B9CCD550 + + fileRef + 34AB9D5B94A54866A82BF8EA + isa + PBXBuildFile + + 16FB5BBEE250407EB55A8F29 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTCoreTextLayoutFrameAccessibilityElementGenerator.m + path + Core/Source/DTCoreTextLayoutFrameAccessibilityElementGenerator.m + sourceTree + <group> + + 17902C66A1784957B3447507 includeInIndex 1 @@ -1174,237 +708,17 @@ sourceTree <group> - 20D50D3AE57D4DCB88125909 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - DTStylesheetHTMLElement.h - path - Core/Source/DTStylesheetHTMLElement.h - sourceTree - <group> - - 2109FB57053A47CB8D6406C5 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - NSData+DTCrypto.h - path - Core/Source/NSData+DTCrypto.h - sourceTree - <group> - - 210AB8A43DA44C60905E87DB - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - NSMutableString+HTML.m - path - Core/Source/NSMutableString+HTML.m - sourceTree - <group> - - 2144519373CA41A18398169A - - isa - PBXTargetDependency - target - 092FFEF15C81494DB987833E - targetProxy - 40494DCFAA734F48A1BF7A7B - - 217FBCE90CDE4B62A9D92DA7 + 179C2798EAFA45DA8C308C03 fileRef - 126B29C5C92F43B3849A0F1F + BD4FA9D81D574670814E212B isa PBXBuildFile - 22844674DB3E4C02A214597A - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - SDWebImageDecoder.h - path - SDWebImage/SDWebImageDecoder.h - sourceTree - <group> - - 2337520285554F14BB176FFD + 1816A978AADF4019B2D7C02D fileRef - 15D9CC47C594454D817B633A - isa - PBXBuildFile - - 233BB38470AE4AE4A15188BA - - fileRef - DFD9F5EC6FE1478DAD332847 - isa - PBXBuildFile - - 235100502F3A47569C67FC32 - - fileRef - 74D7C131DD204C9CA0F0BE16 - isa - PBXBuildFile - - 249159E7C8B54A1881D71344 - - containerPortal - 4CB0F388DBCC4ABBAB5D1C3C - isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - 2AABE0C5A74A49FB83E67AE3 - remoteInfo - Pods-SDWebImage - - 24E689363C3249149BA14BFC - - buildActionMask - 2147483647 - files - - DCE6649A3BAF457EAE674B43 - 9205D54098784D4AAB1C391B - 347B9A1D7C03427EA137C5DF - - isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 251C39B4A6E5447BB94C8989 - - isa - PBXTargetDependency - target - 59F7F0F912A74BA4AA79B153 - targetProxy - C2121D32FB8A4ACAAEBA3ED9 - - 25A0228906CC470080FB7F0C - - isa - PBXTargetDependency - target - F317FB4F6E7A470AA84AF1CE - targetProxy - 11E76A7717BF40D6A4D87A6A - - 25A0864F4639427AA3951190 - - children - - C784F43C41EC4C00B9F55760 - 461CF33EE8714AFEA2165EB7 - 03703A578257467F951A9635 - B5F594A2E5204F36A2887CB1 - FDA0A2A008F5412E8C95B327 - 98208220A9E64E89A2933A89 - 0123F8CC0FC84D00B680AB45 - 60306086FA6F440295C2349B - C2B3F455CDD64A9586C3253C - BA22ACB1DBBB45BAB4D55DAE - F4E4B73B1FFD44DAB8C1DF91 - 963668619C414D5795215190 - 56B3EC43C28F447F88691ACC - 3DCBDAA0221748B8979EAA96 - 50B37B05C71541CE917A53AD - C3EFEBCF7262429380CEDF36 - - isa - PBXGroup - name - MKNetworkKit - path - MKNetworkKit - sourceTree - <group> - - 25F3F7F25203446CB3015330 - - fileRef - BB44A08407EC4BF19EC03DF0 - isa - PBXBuildFile - - 266D7BE2A66D43BE802D6496 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.script.sh - path - Pods-resources.sh - sourceTree - <group> - - 2751463828F24A2CAE49EF08 - - isa - PBXFileReference - lastKnownFileType - wrapper.framework - name - MediaPlayer.framework - path - Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/MediaPlayer.framework - sourceTree - DEVELOPER_DIR - - 278CBF426A66421B93CA7132 - - fileRef - 376E7336D8EE4AA2A7597AEA - isa - PBXBuildFile - - 27AE854C47154A9594578664 - - fileRef - D1CB4F6CCF9244C8B76BAE47 - isa - PBXBuildFile - - 28B1C724C0C14EAE8E8EC02B - - fileRef - 142221C0383A496694478919 - isa - PBXBuildFile - - 2968E032BC7A442E87B4112E - - fileRef - E25CDE6915E0415E866BF21C + B1B2BB2A16894DE1A7F51F22 isa PBXBuildFile settings @@ -1413,7 +727,21 @@ -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - 29812BB8B256495BAC693D19 + 18969D6555054E2682BEB5FD + + fileRef + 4680A1D6D4404AA2B78F0200 + isa + PBXBuildFile + + 18A7B1328F494D0CBE82C64E + + fileRef + 6C87A0AAA3604CC18A3C7488 + isa + PBXBuildFile + + 18E34BB24D934CEDA4B079D3 includeInIndex 1 @@ -1422,13 +750,98 @@ lastKnownFileType sourcecode.c.h name - DTPieProgressIndicator.h + MKNetworkEngine.h path - Core/Source/iOS/DTPieProgressIndicator.h + MKNetworkKit/MKNetworkEngine.h sourceTree <group> - 2A0365F54E6240DAB998D212 + 1908C8D4B3EB417EA0B7F4C7 + + fileRef + F16FBE8310D74B0BB3104E08 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 193D38BFA96A49859BEE764F + + fileRef + 90CF3F32C869437EBF54EEEB + isa + PBXBuildFile + + 19A3719824C44C40BAB4CF1C + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Pods-DTCoreText-prefix.pch + sourceTree + <group> + + 19BE1BA265834516BB611500 + + fileRef + A557581D47CC4F59B826B451 + isa + PBXBuildFile + + 1B45C9F4CD9442F4B3A55B89 + + buildActionMask + 2147483647 + files + + 27BA5D3AA6804CC5B4E3D4FC + 0753058A21C54632A16D51C0 + 9BF17A7E4F0C4DCAB12476AD + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 1BBD65D6A9F6487493E4719E + + fileRef + BC730061E2294C69B83C83F5 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 1BE584B0448C4A54A82244B4 + + fileRef + 59FDC3B6CDA147E3A23770F2 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 1C4D3BCEFE774C929E0C259E + + fileRef + 5193A9E36BDB438893F764A6 + isa + PBXBuildFile + + 1CA929E7D93D41A7AB4B0773 includeInIndex 1 @@ -1437,21 +850,622 @@ lastKnownFileType sourcecode.c.h name - DTAttributedTextContentView.h + DTHTMLParser.h path - Core/Source/DTAttributedTextContentView.h + Core/Source/DTHTMLParser/DTHTMLParser.h sourceTree <group> - 2AABE0C5A74A49FB83E67AE3 + 1CE47952D3BB40189785C0F2 + + fileRef + BAE77633AB394443A332047A + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 1D61F37C573C4814AB275E1E + + attributes + + LastUpgradeCheck + 0510 + + buildConfigurationList + CB2BB909ACC744D189F78A6F + compatibilityVersion + Xcode 3.2 + developmentRegion + English + hasScannedForEncodings + 0 + isa + PBXProject + knownRegions + + en + + mainGroup + 4254AD5191C8405595A96766 + productRefGroup + 2E98E7D5D0104EDC9E434F3B + projectDirPath + + projectReferences + + projectRoot + + targets + + 6484BC3569C04A60A6532E05 + 6E61633EC49B4F26AEEB4025 + 8DDEE312E77B4A0F82D59625 + 4D736CF444C745588BB3CC6E + 207A97E69B7A446E8209444A + 38C7ED9DC06D408589D2979F + 4691266DD94644A0ABA3A969 + 6AF48A32B4E44D48B72E94E1 + 2DA82B34E6D64D458E70828C + + + 1E0065669A9A4109B59EA7EE + + fileRef + A53CDB26C94241DBB85518F8 + isa + PBXBuildFile + + 1F40BB4B6CA34A379FB17ECE + + isa + PBXTargetDependency + target + 8DDEE312E77B4A0F82D59625 + targetProxy + 313C798130C8448B9F60235E + + 1FE1CE9E616649FAAFB3A21B + + fileRef + E93E92BDC7C64A4C9BA017E9 + isa + PBXBuildFile + + 207A97E69B7A446E8209444A buildConfigurationList - D6BEAEF91C0E49099D678B17 + 3D9189AAA9754F01AE067188 buildPhases - A9B44BF290414710B99BAD66 - EA655CF080D7461FAB4B4E3C - BC68F5083A7B4FB896FA2ECD + 8E8591644D764E5782681333 + A90168C2760641078460DAD5 + 0DB1063662844245A29762BF + + buildRules + + dependencies + + 6F762A72333049EFA4A8AD8E + + isa + PBXNativeTarget + name + Pods-MKNetworkKit + productName + Pods-MKNetworkKit + productReference + 3BC69725BBB9447F986DECF0 + productType + com.apple.product-type.library.static + + 20CB74A1F1264217B929A23B + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + NSAttributedStringRunDelegates.m + path + Core/Source/NSAttributedStringRunDelegates.m + sourceTree + <group> + + 2103930240B144598EF7C15B + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + NSString+DTFormatNumbers.m + path + Core/Source/NSString+DTFormatNumbers.m + sourceTree + <group> + + 21C4C133A7994D849BD37919 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTHTMLWriter.h + path + Core/Source/DTHTMLWriter.h + sourceTree + <group> + + 21D3B8562A51464B93A3446E + + fileRef + 78139FA010A44078949F8132 + isa + PBXBuildFile + + 230D82652E004CF09510270B + + children + + 69C12C8D2FE142A69E7FD441 + 2AE42C7774C44C94909274B2 + 78F3A4CCC258455DA97CD120 + D4E055B4BAF5462093950C14 + C17F058F7FDA4DFA916536AB + CB512F044D034D6E90AB8E4D + 393A5E2921F049B69A2D8077 + 791F61C756B94AA197B0CFB4 + C9B364117CD04B08BDFA9AC1 + 7DE0A5443E7E44AF9538BA0C + 4A7B3F973583418BB91988A5 + 4050BEE4CEE1405697390410 + B455E8947004443AA16B8CCD + 792A636976514A7698621AFE + BF84D7A0311B4D4CB8E51970 + 7451CC74E4A44740B90D9A6C + E93E92BDC7C64A4C9BA017E9 + 7D3FF477C83D48D0947F0AD0 + 97927893E1E041B89AE941A4 + 43C14AFDEAF345D69754AE68 + F16FBE8310D74B0BB3104E08 + 82EB9F70C71440ACBF4145A1 + 70E884001EC3473091EA50AF + 9D8B15CF8AE54D5EAC0A3693 + 78512260F0E14BACB61AB9AE + 1038C7EACBE04AF0A166D969 + 028C8228411C49F887B4D256 + 7A2702D26A17448F9CDB7564 + C4A65350514A42C1B87FB71F + F52B127B44F2420C978A3C1D + 2103930240B144598EF7C15B + 5DAE02B3E2D54C46BA117A58 + 9606C6E3526145C891CB4E5D + 3A46E56FBDC64E0EADCB0A44 + 799DA57F463E4DD4B3147390 + 5359FE5C38284322855D1FA4 + 9172ED9480894D9587FC57A8 + C82DF03384ED4D2BB2A15282 + 59FDC3B6CDA147E3A23770F2 + 75C2E481BD4E45338EA28A50 + 3A65B7CE5F114C73A7888B8F + + isa + PBXGroup + name + Core + sourceTree + <group> + + 23E5227C96DF49C8B0E49927 + + fileRef + 4A7B3F973583418BB91988A5 + isa + PBXBuildFile + + 2409D37D01E44304B25620AC + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + Security.framework + path + Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/Security.framework + sourceTree + DEVELOPER_DIR + + 244227E82FDA4BC3B38B8B4D + + fileRef + 816A0F41E4BC4787A4C1A5D2 + isa + PBXBuildFile + + 24A573F9724C48A298BB6EC6 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTCoreTextMacros.h + path + Core/Source/DTCoreTextMacros.h + sourceTree + <group> + + 24D1A5B1123B4EF7A0E9AC15 + + buildConfigurations + + E7709F94AB234D1EB2283F4A + C1A976C9C62A430787EDF8D8 + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 25179E0F43B4475FA170C198 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTAnchorHTMLElement.m + path + Core/Source/DTAnchorHTMLElement.m + sourceTree + <group> + + 25594F53B67A47BE818AFDDD + + fileRef + 36D17BB42B6E45D291EABB14 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 26576322BE5C498398446B35 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + UIView+WebCacheOperation.m + path + SDWebImage/UIView+WebCacheOperation.m + sourceTree + <group> + + 272B2CCACDDE4773AE0AE366 + + fileRef + 949AA708C1DD4839B0D00B89 + isa + PBXBuildFile + + 27626272155548F3B7E73D18 + + explicitFileType + archive.ar + includeInIndex + 0 + isa + PBXFileReference + path + libPods-Reachability.a + sourceTree + BUILT_PRODUCTS_DIR + + 27BA5D3AA6804CC5B4E3D4FC + + fileRef + B032849B735B48AC925ED514 + isa + PBXBuildFile + + 27E84BE57F2C4B8C9CADD171 + + children + + F0E5C8A02D3A4310899869DC + C9A5BE06A2CD4D0D8957FC61 + 3323F536FC044538B406D43B + 9945569B8B99474D8C7F4FE0 + + isa + PBXGroup + name + Support Files + sourceTree + SOURCE_ROOT + + 281E78474C844856A2B3B7BA + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + SBJson4Parser.h + path + src/main/objc/SBJson4Parser.h + sourceTree + <group> + + 28DFE074A6CE424FB28CF41B + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + NSMutableAttributedString+HTML.h + path + Core/Source/NSMutableAttributedString+HTML.h + sourceTree + <group> + + 2A33DFC42A8C4602A3E05477 + + fileRef + ED2CDAE33EA7486AA305FF84 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 2A41C39B219A4090AB91CB6B + + fileRef + 8A3A6F1FDCE94A3BA558002C + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 2A6E460836EB428C85710FDB + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + SDWebImagePrefetcher.h + path + SDWebImage/SDWebImagePrefetcher.h + sourceTree + <group> + + 2A73CDC65BF241E8823488C3 + + fileRef + 8873621EB8CA45AEA5D3A3A3 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 2AE42C7774C44C94909274B2 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTAsyncFileDeleter.m + path + Core/Source/DTAsyncFileDeleter.m + sourceTree + <group> + + 2B21BDBD6BA84B68BC838EBD + + explicitFileType + archive.ar + includeInIndex + 0 + isa + PBXFileReference + path + libPods-DTCoreText.a + sourceTree + BUILT_PRODUCTS_DIR + + 2B2461516F824B7899533ED3 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTCoreTextLayoutFrame+Cursor.h + path + Core/Source/DTCoreTextLayoutFrame+Cursor.h + sourceTree + <group> + + 2BB6139EFD8D4A0A8DFBE3CA + + fileRef + 75BD7D0EF83848B49E8B6FEE + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 2BD8DC14406647DF90549DF0 + + baseConfigurationReference + 12E66F08EFC04B418BB87446 + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + ARCHS + $(ARCHS_STANDARD_INCLUDING_64_BIT) + COPY_PHASE_STRIP + NO + DSTROOT + /tmp/xcodeproj.dst + GCC_C_LANGUAGE_STANDARD + gnu99 + GCC_DYNAMIC_NO_PIC + NO + GCC_OPTIMIZATION_LEVEL + 0 + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + Pods-STableViewController-prefix.pch + GCC_PREPROCESSOR_DEFINITIONS + + DEBUG=1 + $(inherited) + + GCC_SYMBOLS_PRIVATE_EXTERN + NO + GCC_VERSION + com.apple.compilers.llvm.clang.1_0 + INSTALL_PATH + $(BUILT_PRODUCTS_DIR) + IPHONEOS_DEPLOYMENT_TARGET + 7.0 + OTHER_LDFLAGS + + PRODUCT_NAME + $(TARGET_NAME) + PUBLIC_HEADERS_FOLDER_PATH + $(TARGET_NAME) + SDKROOT + iphoneos + SKIP_INSTALL + YES + + isa + XCBuildConfiguration + name + Debug + + 2BFFCB89626449178A9A58AA + + fileRef + 2B21BDBD6BA84B68BC838EBD + isa + PBXBuildFile + + 2C37B382D3CC4651B7833B9F + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTTextHTMLElement.m + path + Core/Source/DTTextHTMLElement.m + sourceTree + <group> + + 2C9A46FC81CD47E2B98505FF + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Pods-STableViewController-prefix.pch + sourceTree + <group> + + 2C9D63B565AE4F24BDE6B272 + + fileRef + 028C8228411C49F887B4D256 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 2CED30EC29B94BBFB0E205A8 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Pods-MBProgressHUD-prefix.pch + sourceTree + <group> + + 2DA82B34E6D64D458E70828C + + buildConfigurationList + A845A09C8C08493A93F71F3E + buildPhases + + FCD5214B741B4FABBEFDD553 + 0F09CB1289174AB184514910 + C927AC146DB745D0977F48B9 buildRules @@ -1460,45 +1474,78 @@ isa PBXNativeTarget name - Pods-SDWebImage + Pods-STableViewController productName - Pods-SDWebImage + Pods-STableViewController productReference - B7BD09822ACF46CFB4769748 + D9035DB98ED74EAE8886FCAF productType com.apple.product-type.library.static - 2AEBA3BCABC1495B8B55AF24 + 2DF5CD9F29FE43879BDB3D43 + + fileRef + DD99F0CE5C07428FBE88988F + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 2E1BB67EB2B14226A02C45D3 + + children + + BD4FA9D81D574670814E212B + DD60811CF6464F88A26B0BEF + BBCF18DDCEA74141B8AFB5A3 + + isa + PBXGroup + name + Reachability + path + Reachability + sourceTree + <group> + + 2E20C1F1BBC949B8833ADBC3 + + fileRef + FD3C58B29CB946F5A88FD178 + isa + PBXBuildFile + + 2E37938A422447E497374FD4 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h + sourcecode.c.objc name - SDWebImageCompat.h + DTHTMLElement.m path - SDWebImage/SDWebImageCompat.h + Core/Source/DTHTMLElement.m sourceTree <group> - 2AF8C828EB5945BCB61F54D5 + 2E3824869A05411E840A4E5F - children - - 56BDE62B0543476BA5BC715D - 08E0161FF09B46C9A1975B9F - C2AD8AE61C8E46E4A41BAA7F - 6E203C7DF1964FE1A9CCE2BF - 2D03C83F5ACC4FB1897A3DA5 - + fileRef + 55705B0BF0244FF38A885631 isa - PBXGroup - sourceTree - <group> + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + - 2C026B19B1694B3BBE2427F8 + 2E5E8E39436E42C088216541 includeInIndex 1 @@ -1513,10 +1560,31 @@ sourceTree <group> - 2C6F7470A1E84F1CAE7E790A + 2E98E7D5D0104EDC9E434F3B + + children + + CA39466CEBD448C6B27C0C97 + 2B21BDBD6BA84B68BC838EBD + 9F442B84685E406BAB991F63 + DC21C687DD304B13837293F5 + 3BC69725BBB9447F986DECF0 + 27626272155548F3B7E73D18 + 8C041344585A4683A4EE1E16 + BFE2D53407CD4C77AF1215F4 + D9035DB98ED74EAE8886FCAF + + isa + PBXGroup + name + Products + sourceTree + <group> + + 2E99E7D04F7A4A2BABF191FE baseConfigurationReference - EDAED778B9A14FF9B0E69755 + D0C97D2704B54523986564CA buildSettings ALWAYS_SEARCH_USER_PATHS @@ -1565,17 +1633,10 @@ name Release - 2CCD16CFA25B4B1A9BFA1F54 + 2F5CFCF2E34043A292A63DC8 fileRef - 161FBA229A7545CC8DB44A5A - isa - PBXBuildFile - - 2CEDECCC19714A15BB94C870 - - fileRef - D25312DEFC8A4CA1A0E04521 + 26576322BE5C498398446B35 isa PBXBuildFile settings @@ -1584,1007 +1645,10 @@ -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - 2D03C83F5ACC4FB1897A3DA5 - - children - - B7426DD285A24897B2A2FAF3 - - isa - PBXGroup - name - Targets Support Files - sourceTree - <group> - - 2D3CB70FEAFD4874A0D99C1E - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTObjectTextAttachment.m - path - Core/Source/DTObjectTextAttachment.m - sourceTree - <group> - - 2DDDC3AAD25B40E7869307C9 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - SBJson4.h - path - src/main/objc/SBJson4.h - sourceTree - <group> - - 2E25EEE712084F548076AD47 - - fileRef - B39AD1F4518A4DEABBBF9C19 - isa - PBXBuildFile - - 2EEC25266C364DA8B0E89980 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - DTObjectTextAttachment.h - path - Core/Source/DTObjectTextAttachment.h - sourceTree - <group> - - 2F7655D4DF2E45109904686F - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - NSDictionary+DTCoreText.h - path - Core/Source/NSDictionary+DTCoreText.h - sourceTree - <group> - - 2FE8B855F9D947CF8D84827F - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - NSString+DTUtilities.h - path - Core/Source/NSString+DTUtilities.h - sourceTree - <group> - - 30D31916F0DD48AD9714BABC - - fileRef - C29500D27D984D4D96805141 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 315C209DD6444102933AA0B4 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - SBJson4StreamTokeniser.m - path - src/main/objc/SBJson4StreamTokeniser.m - sourceTree - <group> - - 31DA3ADF8EA646F7B1F637ED - - fileRef - 38D675AB2372433CA08AE896 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 32110774DAE147099158CCCE - - fileRef - D9E0E144605D488385825CFC - isa - PBXBuildFile - - 329D8EFBC36948AC94167674 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTColor+Compatibility.m - path - Core/Source/DTColor+Compatibility.m - sourceTree - <group> - - 32DABCE3CB4144EFB3EDBA03 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - NSString+DTPaths.h - path - Core/Source/NSString+DTPaths.h - sourceTree - <group> - - 33BD6EACA85A49AABC2342C3 - - containerPortal - 4CB0F388DBCC4ABBAB5D1C3C - isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - E4F8AC4C609541F2AB0E9D28 - remoteInfo - Pods-DTFoundation - - 345AB6417ADF48C689F62710 - - fileRef - 99FF532D71454E3B83CA86B9 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 34776FE1BA1340278ABC974A - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTTextAttachment.m - path - Core/Source/DTTextAttachment.m - sourceTree - <group> - - 347B9A1D7C03427EA137C5DF - - fileRef - F9E0D1E2B7D448AABF38551A - isa - PBXBuildFile - - 34B271D131F04B49BA916DD2 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - SBJson4Parser.m - path - src/main/objc/SBJson4Parser.m - sourceTree - <group> - - 3500E75231B747A8BA30087B - - fileRef - A8DF35FE8B2743B0A5291945 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 3503E8946B6F4A4795ABC1C2 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - SDWebImageCompat.m - path - SDWebImage/SDWebImageCompat.m - sourceTree - <group> - - 35044B82231E4216B475F29B - - fileRef - 503B2EA8B5CC472FA76353EE - isa - PBXBuildFile - - 350F981FC8C04A8B9EC1500F - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - NSMutableArray+DTMoving.h - path - Core/Source/NSMutableArray+DTMoving.h - sourceTree - <group> - - 35E5EC93A5F54C3896D6288D - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - path - Pods-Reachability.xcconfig - sourceTree - <group> - - 3612141026C04D20B7B9F8A4 - - children - - 8C443CF135B8423D8CCEE4D9 - 4DF3208B96964300A7EB473B - BE7DC31266464D07B4F76995 - A44A59C9865F4179AFA83367 - 5ACB7CD95D574D59BF179E4F - 09E69EDA518F4198A3B6E5C4 - E79CBD2534414875AF0B3525 - F561023E61B84D71AA74D19B - 0FBFD01DFD82406D9308C5AD - F2E07B1B8A02408983306934 - F29593DDB44A4EEA838FFB38 - DF98EE3A39884B0584040EAB - 9DAC2FB4647B4D34A1348ADB - AFE92F74458D4F7FB99BD338 - 0367B30B817A4EFE83DDAD4C - 1CE04151E80549C881DD6433 - C0071B1A2361421AAD2AB667 - 89B4A478D8784BA789A55B2E - D5F5ED1C5098401BB90FB45C - 8BEC83DE92F44E6789D0946A - 0D7EC22872F64FBC92BBEB88 - 2109FB57053A47CB8D6406C5 - 006A9E59343A414A843C7B08 - 465A223742B546B2BB7D6DD4 - 3FEF5CA2F364483C89153279 - EB51FEA32E20436195593133 - 87AEFB4B3F3742E29177F1C1 - 350F981FC8C04A8B9EC1500F - 5B1EF4E58357438EB5220562 - 5929411370784B5BA1482DB5 - 03E94EA58F114B76A3475EE7 - 32DABCE3CB4144EFB3EDBA03 - 4657E23A494E4B97A48D9F5F - CA512F527662458BAF884558 - 99ABB2F3C97C45EC9FA48AC4 - 2FE8B855F9D947CF8D84827F - B6BF80416A994A0E806F063B - 5378190AA4AA4F838E618839 - 6532427B186340D5BC41B284 - 9D0798C932F9495DAB63719B - 0F72AA0563534E95A2BB7AD8 - - isa - PBXGroup - name - Core - sourceTree - <group> - - 37019679540E4DB9943F4ED0 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - path - Pods-STableViewController-Private.xcconfig - sourceTree - <group> - - 376E7336D8EE4AA2A7597AEA - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - NSData+ImageContentType.h - path - SDWebImage/NSData+ImageContentType.h - sourceTree - <group> - - 3783C67384854DD7B3533ED3 - - fileRef - 465A223742B546B2BB7D6DD4 - isa - PBXBuildFile - - 37C040FB41CE4129AAD9E061 - - fileRef - F561023E61B84D71AA74D19B - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 38305770AAF9443190A1065C - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - path - Pods-SBJson.xcconfig - sourceTree - <group> - - 386A575C84B54C2DA431B95C - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - Pods-MKNetworkKit-dummy.m - sourceTree - <group> - - 38D675AB2372433CA08AE896 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTActivityTitleView.m - path - Core/Source/iOS/DTActivityTitleView.m - sourceTree - <group> - - 3A52518DA08E4C28B7FA0E11 - - fileRef - 210AB8A43DA44C60905E87DB - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 3A9CC82A49374CDA993C10FB - - fileRef - A0DEEF8145EE468FB21B762E - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 3AB204A68ED9484382BB6CC9 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTAnimatedGIF.m - path - Core/Source/iOS/DTAnimatedGIF/DTAnimatedGIF.m - sourceTree - <group> - - 3AD3E2167C0C40B4A64AD5A0 - - children - - 35E5EC93A5F54C3896D6288D - 972DCFD0AB2C40BB850F9264 - C559F38ED65446AE813B6FB1 - A6C9D3F9D0EA4BA8B156649A - - isa - PBXGroup - name - Support Files - sourceTree - SOURCE_ROOT - - 3BF156BC35BC4F11B241DDD7 - - fileRef - AC2E01E3731C46E985464F1F - isa - PBXBuildFile - - 3C35AC005C154E52AA964AC6 - - fileRef - E1E6BF5523444AE3BFDA092C - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 3C8F653FB43D4139B1F621DD - - fileRef - 315C209DD6444102933AA0B4 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 3CE4C901387F46A097B9C64F - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTVideoTextAttachment.m - path - Core/Source/DTVideoTextAttachment.m - sourceTree - <group> - - 3D0578D4F95F4DABB34F9862 - - buildConfigurationList - FCF6435D18C146ED839A2968 - buildPhases - - C5EBF0C8C57D496CA1A731C0 - DDCFCAF8CCC242F1AFBD443B - 205D42392F4C4B83820A2969 - - buildRules - - dependencies - - isa - PBXNativeTarget - name - Pods-Reachability - productName - Pods-Reachability - productReference - D1CB4F6CCF9244C8B76BAE47 - productType - com.apple.product-type.library.static - - 3D26D355550C4DC89C3EF7C6 - - fileRef - 03703A578257467F951A9635 - isa - PBXBuildFile - - 3D3ADCF23517492A97A4AF4A - - fileRef - C96ABED10B56477B9F13953A - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 3DCBDAA0221748B8979EAA96 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - UIAlertView+MKNetworkKitAdditions.h - path - MKNetworkKit/Categories/UIAlertView+MKNetworkKitAdditions.h - sourceTree - <group> - - 3FBB00BD4D404295AD65AF85 - - explicitFileType - archive.ar - includeInIndex - 0 - isa - PBXFileReference - path - libPods-MKNetworkKit.a - sourceTree - BUILT_PRODUCTS_DIR - - 3FD454D4039947C9ADD11257 - - fileRef - 5929411370784B5BA1482DB5 - isa - PBXBuildFile - - 3FEF5CA2F364483C89153279 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - NSDictionary+DTError.m - path - Core/Source/NSDictionary+DTError.m - sourceTree - <group> - - 40494DCFAA734F48A1BF7A7B - - containerPortal - 4CB0F388DBCC4ABBAB5D1C3C - isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - 092FFEF15C81494DB987833E - remoteInfo - Pods-DTCoreText - - 4084B616A707462BBE02939B - - fileRef - 6832B06B25CA44C28B014374 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 40C461ADF1A94B63A3A2BD13 - - children - - CD2B4C18E6174DA4A49F5099 - C364C5819B194CE1A70F7D62 - 62A5F4C95DC04141ACEED246 - EE311DDF33A9496A8AC79FDC - - isa - PBXGroup - name - Support Files - sourceTree - SOURCE_ROOT - - 41AB4B53EBE64045B3F7E841 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - UIImageView+HighlightedWebCache.m - path - SDWebImage/UIImageView+HighlightedWebCache.m - sourceTree - <group> - - 426A6314E6CE4A2487AB11E5 - - fileRef - 120F863DD62F4A688EECA790 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 42805589A59349B1B475E29B - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTLazyImageView.m - path - Core/Source/DTLazyImageView.m - sourceTree - <group> - - 42D51DD409494837AE581EF0 - - fileRef - C764AD4F78C24FC3B58AD796 - isa - PBXBuildFile - - 4326149CE16E434BA7B61F07 - - fileRef - 03CB02DD96F24E68BEFCE11E - isa - PBXBuildFile - - 44342EDFA32D45FC9592989E - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - path - Pods-STableViewController.xcconfig - sourceTree - <group> - - 449DE03D3C684889B3985B59 - - fileRef - 82CE252BB34744B9B334158B - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 461CF33EE8714AFEA2165EB7 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - MKNetworkEngine.m - path - MKNetworkKit/MKNetworkEngine.m - sourceTree - <group> - - 4657E23A494E4B97A48D9F5F - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - NSString+DTPaths.m - path - Core/Source/NSString+DTPaths.m - sourceTree - <group> - - 465A223742B546B2BB7D6DD4 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - NSDictionary+DTError.h - path - Core/Source/NSDictionary+DTError.h - sourceTree - <group> - - 46880AF945A44C27837D8DB4 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - SBJson4Writer.m - path - src/main/objc/SBJson4Writer.m - sourceTree - <group> - - 46EC1796DC3C4B859B253FE3 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - DTDictationPlaceholderTextAttachment.h - path - Core/Source/DTDictationPlaceholderTextAttachment.h - sourceTree - <group> - - 492B68D9C5D1455781BD518F - - isa - PBXFileReference - lastKnownFileType - wrapper.framework - name - SystemConfiguration.framework - path - Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/SystemConfiguration.framework - sourceTree - DEVELOPER_DIR - - 498F46F5CBC4479ABF4939B3 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - NSMutableString+HTML.h - path - Core/Source/NSMutableString+HTML.h - sourceTree - <group> - - 49F8C40753F1471B85F305B0 - - fileRef - FE901622926D4E188D13CC54 - isa - PBXBuildFile - - 4A69233482FD4C2182E5B801 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - DTCoreText.h - path - Core/Source/DTCoreText.h - sourceTree - <group> - - 4A984207DF664928BE08C26C - - fileRef - A164F2A9A13D4D6C95278B2B - isa - PBXBuildFile - - 4B68646978684D59875F1FF8 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - UIView+DTFoundation.m - path - Core/Source/iOS/UIView+DTFoundation.m - sourceTree - <group> - - 4BD764DCA6A441B2A8452E7B - - isa - PBXFileReference - lastKnownFileType - wrapper.framework - name - CoreText.framework - path - Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/CoreText.framework - sourceTree - DEVELOPER_DIR - - 4BE7C87BB116402DB10B90B9 - - fileRef - 386A575C84B54C2DA431B95C - isa - PBXBuildFile - - 4CA373AE49E64CA0B8B797F9 - - fileRef - 2109FB57053A47CB8D6406C5 - isa - PBXBuildFile - - 4CB0F388DBCC4ABBAB5D1C3C - - attributes - - LastUpgradeCheck - 0510 - - buildConfigurationList - 599552E1297E495BAD8BDC8D - compatibilityVersion - Xcode 3.2 - developmentRegion - English - hasScannedForEncodings - 0 - isa - PBXProject - knownRegions - - en - - mainGroup - 2AF8C828EB5945BCB61F54D5 - productRefGroup - 6E203C7DF1964FE1A9CCE2BF - projectDirPath - - projectReferences - - projectRoot - - targets - - 9F1628FFE6FB41CB8A783366 - 092FFEF15C81494DB987833E - E4F8AC4C609541F2AB0E9D28 - F317FB4F6E7A470AA84AF1CE - 3D0578D4F95F4DABB34F9862 - 59F7F0F912A74BA4AA79B153 - 2AABE0C5A74A49FB83E67AE3 - A337D952F4224BD090332D07 - - - 4DF3208B96964300A7EB473B - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTAsyncFileDeleter.m - path - Core/Source/DTAsyncFileDeleter.m - sourceTree - <group> - - 4E83F23114CB4FD3ADF7B249 - - fileRef - 064B5FECD25444E388D8035F - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 4F1328CCDA994E1884374635 + 2F6888B1272A4ACDAA584BAA baseConfigurationReference - D84F3096B4AC49F49815BF44 + 69D2A6AF24164A2D8E0206E1 buildSettings ALWAYS_SEARCH_USER_PATHS @@ -2604,7 +1668,7 @@ GCC_PRECOMPILE_PREFIX_HEADER YES GCC_PREFIX_HEADER - Pods-MKNetworkKit-prefix.pch + Pods-MBProgressHUD-prefix.pch GCC_PREPROCESSOR_DEFINITIONS DEBUG=1 @@ -2634,112 +1698,7 @@ name Debug - 4F5CDFC1472F4DF3AD01C251 - - buildActionMask - 2147483647 - files - - 6C56816C0BD9494BA395A4FE - A518E1E52E4B4458ADE3C615 - C21E6208261A451F9EC595FD - 3D3ADCF23517492A97A4AF4A - 345AB6417ADF48C689F62710 - E7C46715B4914EE4A0029A55 - 8DBF32E39AFC4155A8EBC728 - 63F2DCE7AB514428B74ED7C2 - AFAE56DCF0944E1B9460633A - 5BD3A867C7694E6AB46AC570 - E60339DECB734481A65182A1 - 98725E811FDA4F75B7FD77AA - D26FDD317665429689C6D1F3 - 9F5866918CDF4554800FDA11 - 9F621F694B0242958B8259DD - AF613FC8729B416BAEB08A4A - 6D68A30FE0E54E4DAF68851E - 426A6314E6CE4A2487AB11E5 - F864727160004B088A09E4D8 - 7DFD98D71ED1429798D3A782 - 3C35AC005C154E52AA964AC6 - A853BDC38A8F467D98C682D5 - A222AF4E0EF44EFDA13FDCAB - F11A8DF5A32B4E459DC5169D - CE932C1C35B04971A3FC28E5 - 5B474EE4CD554354A5AA000A - 90BFDB22DEF4462EA806CE9C - 0C13AADDEF884ED98EF80C28 - C44F6903016F4AE9B9AFFA9C - 3500E75231B747A8BA30087B - 1A6AFAF359B7486897ED908E - 131EA67F22884847AEAC2F1F - C4CF1CBBEFFD4B488065FE5D - EEDBD2A90E7B465DBAFE21F1 - DBA17075B3FE4CDF8FA48308 - F2740C579F734C87ADB9DB44 - EC2650D8BFAF488A853806FF - E9D49DBB01AA401BAAD3C4B8 - D1E27921F9B74925AF6BB950 - D8871666E06F4C01BDAE726F - DD5554646A044A139FF58DB2 - 67A9569CC320446B875BA302 - 88647851CC874140AFEA8EE2 - C23088F165914237AA75A8E2 - D94FDE45048B4628825AA02C - B9EF5FDB88E44A8683FB8F27 - 75009183CE174EFCAFA5A0F8 - 1D8F2F71BC7A4139B26FE0A2 - 7275D63702FA467998F1137B - 80B5A8DE20404657893F0936 - BE86B161515D43E5A1568457 - 4E83F23114CB4FD3ADF7B249 - 9B5A76DCCEBC4104B0A7CF76 - 937AC76FE4264F63AB982592 - 3A52518DA08E4C28B7FA0E11 - B4D67B0C8E0B4CFC878151B8 - 4084B616A707462BBE02939B - DDB9A8E7975F4010B8766389 - EC539F807F0241E6BFF6F90A - 217FBCE90CDE4B62A9D92DA7 - E26A92E5CD8943A1918CB1EB - 30D31916F0DD48AD9714BABC - - isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 50048EF688EA48BFAC317D3E - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - DTHTMLParserTextNode.h - path - Core/Source/DTHTMLParserTextNode.h - sourceTree - <group> - - 50057D75B3B2486A96506C33 - - children - - 44342EDFA32D45FC9592989E - 37019679540E4DB9943F4ED0 - 8BD293D76C3C4FBCBB7423C8 - 0E510A8089104C14B078EFFC - - isa - PBXGroup - name - Support Files - sourceTree - SOURCE_ROOT - - 503AE876C3E04436986EC03E + 2FAA1ED866794056B48921AC includeInIndex 1 @@ -2754,7 +1713,14 @@ sourceTree <group> - 503B2EA8B5CC472FA76353EE + 2FCCE1314BE740B0B8595574 + + fileRef + AFABD79AB23B46118C248C2E + isa + PBXBuildFile + + 2FDE7D51ED754DF08030822A includeInIndex 1 @@ -2763,38 +1729,23 @@ lastKnownFileType sourcecode.c.h name - DTCoreTextConstants.h + UIImage+DTFoundation.h path - Core/Source/DTCoreTextConstants.h + Core/Source/iOS/UIImage+DTFoundation.h sourceTree <group> - 50A12037144E4F4DBA8A0C45 + 30439F35202544E09CFC5422 fileRef - 646750E143FA411BA6EE401E + 75C2E481BD4E45338EA28A50 isa PBXBuildFile - 50B37B05C71541CE917A53AD - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - UIAlertView+MKNetworkKitAdditions.m - path - MKNetworkKit/Categories/UIAlertView+MKNetworkKitAdditions.m - sourceTree - <group> - - 50CC9CE237E840A689469507 + 305ABBAB6D474777AB1AF08D fileRef - BC44A533B1C94DA39FAE4501 + 3DD1E0A87E164285B13BAEF9 isa PBXBuildFile settings @@ -2803,383 +1754,17 @@ -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - 519B15F572754BA399D58198 + 30E708D409F145DA824D5478 fileRef - 9DAC2FB4647B4D34A1348ADB + 14D7A598B4C741C8846CD4F9 isa PBXBuildFile - 51A62B6774174B4880E0D960 - - fileRef - DF98EE3A39884B0584040EAB - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 52854E29441D44D9A1E1648D - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - NSURL+DTAppLinks.m - path - Core/Source/iOS/NSURL+DTAppLinks.m - sourceTree - <group> - - 52DCE29A95D943F7A7862978 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTPieProgressIndicator.m - path - Core/Source/iOS/DTPieProgressIndicator.m - sourceTree - <group> - - 5378190AA4AA4F838E618839 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - NSURL+DTComparing.h - path - Core/Source/NSURL+DTComparing.h - sourceTree - <group> - - 53A65775C52B44968A5F4F75 - - fileRef - 4657E23A494E4B97A48D9F5F - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 550F7A24F0D34F669AD54F96 - - buildConfigurations - - CE9FB47999DF46118F65838E - 849D513892A843E886D226F6 - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - 5644E02F8BDD4DB98C533A1D - - buildConfigurations - - FD81981945044B1B8D4410E9 - A68862817F024DE08B26F300 - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - 56B3EC43C28F447F88691ACC - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - NSString+MKNetworkKitAdditions.m - path - MKNetworkKit/Categories/NSString+MKNetworkKitAdditions.m - sourceTree - <group> - - 56BDE62B0543476BA5BC715D - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text - name - Podfile - path - ../Podfile - sourceTree - SOURCE_ROOT - xcLanguageSpecificationIdentifier - xcode.lang.ruby - - 57EE8BB7C2DC43DFAA882381 - - fileRef - F3D5DC8B24124BBC9EC8FD1A - isa - PBXBuildFile - - 591813DCD58C4CCF9D2F41FD - - fileRef - ECB2935DD7214B4FA6C9EBDA - isa - PBXBuildFile - - 5929411370784B5BA1482DB5 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - NSString+DTFormatNumbers.h - path - Core/Source/NSString+DTFormatNumbers.h - sourceTree - <group> - - 592EA7A68E624433A52CFA56 - - children - - 9642A420F1E2445A80C5583C - CE336C49B19340D69B8298EE - 126B29C5C92F43B3849A0F1F - 650559BFB7BB4A5897ED139A - - isa - PBXGroup - name - Support Files - sourceTree - SOURCE_ROOT - - 599552E1297E495BAD8BDC8D - - buildConfigurations - - 8604736A6EC7483F83D5996E - F1CFC91C9640432FAFE24AFA - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - 59F7F0F912A74BA4AA79B153 - - buildConfigurationList - A9DB2E0ADD3A42D09A4D740D - buildPhases - - F1315846DA584351BBD42BFF - 68A7781A34B8464A88857670 - 85D37F952B6244DD90CEAEA5 - - buildRules - - dependencies - - isa - PBXNativeTarget - name - Pods-SBJson - productName - Pods-SBJson - productReference - 68A69DE636764329B44A2CD9 - productType - com.apple.product-type.library.static - - 5A12567B41CC4330BAA0B2A3 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - DTTextHTMLElement.h - path - Core/Source/DTTextHTMLElement.h - sourceTree - <group> - - 5A428025931142DBBAC86013 - - fileRef - 46880AF945A44C27837D8DB4 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 5A614A35950247DFA80FAAF9 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - DTCoreTextLayoutFrame+Cursor.h - path - Core/Source/DTCoreTextLayoutFrame+Cursor.h - sourceTree - <group> - - 5A64D86AE67F45FB890ECC09 - - children - - 076CFC01E0FE4CC2AD577E21 - 40C461ADF1A94B63A3A2BD13 - - isa - PBXGroup - name - SDWebImage - path - SDWebImage - sourceTree - <group> - - 5A7F111868004DBCAB16896F - - fileRef - B7BD09822ACF46CFB4769748 - isa - PBXBuildFile - - 5ACB7CD95D574D59BF179E4F - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - DTBlockFunctions.h - path - Core/Source/DTBlockFunctions.h - sourceTree - <group> - - 5B1EF4E58357438EB5220562 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - NSMutableArray+DTMoving.m - path - Core/Source/NSMutableArray+DTMoving.m - sourceTree - <group> - - 5B474EE4CD554354A5AA000A - - fileRef - E10B0BBC76394C048D50BB9C - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 5B47BA18F36F484E963FF1E1 - - fileRef - 7D4353661BC74D0AB23D74E4 - isa - PBXBuildFile - - 5B87E783C07C43109944723D - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTCoreTextGlyphRun.m - path - Core/Source/DTCoreTextGlyphRun.m - sourceTree - <group> - - 5B9E40CF640E461B9DACB383 - - fileRef - 50B37B05C71541CE917A53AD - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 5BD3A867C7694E6AB46AC570 - - fileRef - A726623F6FA14A52922CF4F4 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 5BF114A00BE44F4783B4959A + 30EC0DE37EC749A693642E29 baseConfigurationReference - 972DCFD0AB2C40BB850F9264 + C9A5BE06A2CD4D0D8957FC61 buildSettings ALWAYS_SEARCH_USER_PATHS @@ -3187,32 +1772,31 @@ ARCHS $(ARCHS_STANDARD_INCLUDING_64_BIT) COPY_PHASE_STRIP - NO + YES DSTROOT /tmp/xcodeproj.dst GCC_C_LANGUAGE_STANDARD gnu99 - GCC_DYNAMIC_NO_PIC - NO - GCC_OPTIMIZATION_LEVEL - 0 GCC_PRECOMPILE_PREFIX_HEADER YES GCC_PREFIX_HEADER - Pods-Reachability-prefix.pch - GCC_PREPROCESSOR_DEFINITIONS - - DEBUG=1 - $(inherited) - - GCC_SYMBOLS_PRIVATE_EXTERN - NO + Pods-SDWebImage-prefix.pch GCC_VERSION com.apple.compilers.llvm.clang.1_0 INSTALL_PATH $(BUILT_PRODUCTS_DIR) IPHONEOS_DEPLOYMENT_TARGET 7.0 + OTHER_CFLAGS + + -DNS_BLOCK_ASSERTIONS=1 + $(inherited) + + OTHER_CPLUSPLUSFLAGS + + -DNS_BLOCK_ASSERTIONS=1 + $(inherited) + OTHER_LDFLAGS PRODUCT_NAME @@ -3223,141 +1807,56 @@ iphoneos SKIP_INSTALL YES - - isa - XCBuildConfiguration - name - Debug - - 5C09CC01C3914B8AA9294663 - - fileRef - 9D0798C932F9495DAB63719B - isa - PBXBuildFile - - 5C99DF7DC6CA48B188F4F6B2 - - fileRef - 46EC1796DC3C4B859B253FE3 - isa - PBXBuildFile - - 5CE7730ACD084218864F41E3 - - baseConfigurationReference - CE336C49B19340D69B8298EE - buildSettings - - ALWAYS_SEARCH_USER_PATHS - NO - ARCHS - $(ARCHS_STANDARD_INCLUDING_64_BIT) - COPY_PHASE_STRIP - NO - DSTROOT - /tmp/xcodeproj.dst - GCC_C_LANGUAGE_STANDARD - gnu99 - GCC_DYNAMIC_NO_PIC - NO - GCC_OPTIMIZATION_LEVEL - 0 - GCC_PRECOMPILE_PREFIX_HEADER - YES - GCC_PREFIX_HEADER - Pods-DTCoreText-prefix.pch - GCC_PREPROCESSOR_DEFINITIONS - - DEBUG=1 - $(inherited) - - GCC_SYMBOLS_PRIVATE_EXTERN - NO - GCC_VERSION - com.apple.compilers.llvm.clang.1_0 - INSTALL_PATH - $(BUILT_PRODUCTS_DIR) - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - OTHER_LDFLAGS - - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - $(TARGET_NAME) - SDKROOT - iphoneos - SKIP_INSTALL + VALIDATE_PRODUCT YES isa XCBuildConfiguration name - Debug + Release - 5DC9C1A0D90E41139C9C1878 + 313C798130C8448B9F60235E - fileRef - 461CF33EE8714AFEA2165EB7 + containerPortal + 1D61F37C573C4814AB275E1E isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 5E4B2139A9CC46529EE82435 - - includeInIndex + PBXContainerItemProxy + proxyType 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - UIImage+DTFoundation.m - path - Core/Source/iOS/UIImage+DTFoundation.m - sourceTree - <group> + remoteGlobalIDString + 8DDEE312E77B4A0F82D59625 + remoteInfo + Pods-DTFoundation - 5E900D35715A43F9B8264167 + 3140B2A09DCE4E02A64C0B14 fileRef - 8BEC83DE92F44E6789D0946A + F0ECB735475746F5BABBBDEC isa PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + - 5F87C707B3C546C2BC4513CD + 317D447B45D44E60A9C2CEB0 + containerPortal + 1D61F37C573C4814AB275E1E isa - PBXTargetDependency - target - A337D952F4224BD090332D07 - targetProxy - 0F34C2A22124474CB1292669 - - 601C772BC7454B54AB5F8F48 - - includeInIndex + PBXContainerItemProxy + proxyType 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTImageTextAttachment.m - path - Core/Source/DTImageTextAttachment.m - sourceTree - <group> + remoteGlobalIDString + 38C7ED9DC06D408589D2979F + remoteInfo + Pods-Reachability - 602320A7632F40A69B6607AA + 320C2F9D5B1C401A8C5B81BA fileRef - 86B9CB2CCDE54CEBAC47B837 + 2E37938A422447E497374FD4 isa PBXBuildFile settings @@ -3366,99 +1865,7 @@ -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - 602639EF23FB4A8E9F67FDD5 - - fileRef - E2AC9BDD3F654BBDBFA78E78 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 602B51F3BF824E6DAA1F199B - - fileRef - B41BCED27E3E415F85ECAE57 - isa - PBXBuildFile - - 60306086FA6F440295C2349B - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - NSDate+RFC1123.h - path - MKNetworkKit/Categories/NSDate+RFC1123.h - sourceTree - <group> - - 6053A365A5814CA6806A534A - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - SBJson4StreamParser.h - path - src/main/objc/SBJson4StreamParser.h - sourceTree - <group> - - 613FD0199F9641DD8E861A0D - - fileRef - 52854E29441D44D9A1E1648D - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 61D9EBA6579445B584E4222B - - fileRef - 6A45215E44DF4E8398D9E1A2 - isa - PBXBuildFile - - 62187A9C7F6A442787C89574 - - fileRef - 006A9E59343A414A843C7B08 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 62666F0E8A7542B1B08F3BE9 - - fileRef - B55D3FDA5BAC4F77B2CA562F - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 62A5F4C95DC04141ACEED246 + 3323F536FC044538B406D43B includeInIndex 1 @@ -3471,249 +1878,179 @@ sourceTree <group> - 62BD8AB5D006417D8DDAEADC + 3358AB10795242F0B91F7414 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + NSDictionary+DTCoreText.h + path + Core/Source/NSDictionary+DTCoreText.h + sourceTree + <group> + + 3430B63533564724A5A3F990 fileRef - 92207386EF6A4EA78BCAF7FB + B032849B735B48AC925ED514 isa PBXBuildFile - 63A3394B9A7C465EBF98762D + 34AB9D5B94A54866A82BF8EA + includeInIndex + 1 isa - PBXTargetDependency - target - E4F8AC4C609541F2AB0E9D28 - targetProxy - 33BD6EACA85A49AABC2342C3 + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTCoreTextLayoutFrameAccessibilityElementGenerator.h + path + Core/Source/DTCoreTextLayoutFrameAccessibilityElementGenerator.h + sourceTree + <group> - 63F2DCE7AB514428B74ED7C2 + 34AC488CAA7A407B9B43DF35 - fileRef - FF91470CC43946B4912C939B + includeInIndex + 1 isa - PBXBuildFile - settings + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + UIButton+WebCache.h + path + SDWebImage/UIButton+WebCache.h + sourceTree + <group> + + 3567FA7DAF8245BE991B8C4D + + children + + 163C305B3BD14FE2A1B34A59 + 670BB105807A48979535B983 + DB9A719151B74B328CD45F77 + D216DD7BC77F4DFABB5E1B8C + + isa + PBXGroup + name + Support Files + sourceTree + SOURCE_ROOT + + 35817E4D4DD94F6FAA63A583 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTHTMLElement.h + path + Core/Source/DTHTMLElement.h + sourceTree + <group> + + 35B17D1615A447DE8C469BB6 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTImage+HTML.m + path + Core/Source/DTImage+HTML.m + sourceTree + <group> + + 35D542D047F64D4494E57AE1 + + baseConfigurationReference + F35AA9DB9A294EB995E333A6 + buildSettings - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + ALWAYS_SEARCH_USER_PATHS + NO + ARCHS + $(ARCHS_STANDARD_INCLUDING_64_BIT) + COPY_PHASE_STRIP + YES + DSTROOT + /tmp/xcodeproj.dst + GCC_C_LANGUAGE_STANDARD + gnu99 + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + Pods-Reachability-prefix.pch + GCC_VERSION + com.apple.compilers.llvm.clang.1_0 + INSTALL_PATH + $(BUILT_PRODUCTS_DIR) + IPHONEOS_DEPLOYMENT_TARGET + 7.0 + OTHER_CFLAGS + + -DNS_BLOCK_ASSERTIONS=1 + $(inherited) + + OTHER_CPLUSPLUSFLAGS + + -DNS_BLOCK_ASSERTIONS=1 + $(inherited) + + OTHER_LDFLAGS + + PRODUCT_NAME + $(TARGET_NAME) + PUBLIC_HEADERS_FOLDER_PATH + $(TARGET_NAME) + SDKROOT + iphoneos + SKIP_INSTALL + YES + VALIDATE_PRODUCT + YES - - 63FB75A94DCC421BB7120064 - - includeInIndex - 1 isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc + XCBuildConfiguration name - DTTextHTMLElement.m - path - Core/Source/DTTextHTMLElement.m - sourceTree - <group> + Release - 644B8401CC0C44759A17131E - - fileRef - C764AD4F78C24FC3B58AD796 - isa - PBXBuildFile - - 646750E143FA411BA6EE401E - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - UIImage+GIF.h - path - SDWebImage/UIImage+GIF.h - sourceTree - <group> - - 64D984E633B347B5BFA967E3 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - DTAttributedTextCell.h - path - Core/Source/DTAttributedTextCell.h - sourceTree - <group> - - 650559BFB7BB4A5897ED139A - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - Pods-DTCoreText-prefix.pch - sourceTree - <group> - - 6532427B186340D5BC41B284 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - NSURL+DTComparing.m - path - Core/Source/NSURL+DTComparing.m - sourceTree - <group> - - 655A665A9ACD459A85C9DCC2 - - fileRef - 8BD293D76C3C4FBCBB7423C8 - isa - PBXBuildFile - - 655D073376F743CB83A62A94 - - fileRef - CA512F527662458BAF884558 - isa - PBXBuildFile - - 676D1B1A84E246CE82CCAFAB - - children - - 03CB02DD96F24E68BEFCE11E - 7295D4CCE07547BD87880CB8 - 50057D75B3B2486A96506C33 - - isa - PBXGroup - name - STableViewController - path - STableViewController - sourceTree - <group> - - 679C665D9E4A4AB797643577 - - fileRef - B52328045A214BC28F233197 - isa - PBXBuildFile - - 67A9569CC320446B875BA302 - - fileRef - D1B2323B882A46228D3C4A4F - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 67AFED17A9194E50937A9C86 - - children - - B41BCED27E3E415F85ECAE57 - B86E4FECB1484067A6BC7EAA - 3AD3E2167C0C40B4A64AD5A0 - - isa - PBXGroup - name - Reachability - path - Reachability - sourceTree - <group> - - 6832B06B25CA44C28B014374 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - NSString+CSS.m - path - Core/Source/NSString+CSS.m - sourceTree - <group> - - 685436CD2D8C4874B774C0B9 - - fileRef - 22844674DB3E4C02A214597A - isa - PBXBuildFile - - 686E59CADCB3444B83ACF59D - - children - - 3612141026C04D20B7B9F8A4 - 70FB7E74A12B4DA495664EB9 - 7B907D0C9BC74BA789ED9384 - E57A5F3D853143C8AB82724E - BAE41014CAA24642BC7F1BB7 - - isa - PBXGroup - name - DTFoundation - path - DTFoundation - sourceTree - <group> - - 68A69DE636764329B44A2CD9 - - explicitFileType - archive.ar - includeInIndex - 0 - isa - PBXFileReference - path - libPods-SBJson.a - sourceTree - BUILT_PRODUCTS_DIR - - 68A7781A34B8464A88857670 + 35D75FE2DFCA4842B245E90A buildActionMask 2147483647 files - 644B8401CC0C44759A17131E + 04F61791224D4ABF8F9C55E7 + 9386663BB7B540CBA0DC60FC + 7CB667774C8A4029A1905EBC + 880C8C2B980C443E86FFB43F + 879A555E43D54FFCB09520EA + 146FC262C61E40008BB0D586 + F859428257554AD7BB6A2113 + 6DDE16CA37A54B60B917AC71 isa - PBXFrameworksBuildPhase + PBXHeadersBuildPhase runOnlyForDeploymentPostprocessing 0 - 697DAABF980846E2A3E9F33E + 365D2958715B4E43805FFC06 includeInIndex 1 @@ -3722,23 +2059,16 @@ lastKnownFileType sourcecode.c.objc name - NSDictionary+DTCoreText.m + NSCoder+DTCompatibility.m path - Core/Source/NSDictionary+DTCoreText.m + Core/Source/NSCoder+DTCompatibility.m sourceTree <group> - 69948343BA364D70B554C4C1 + 36683BF77F5A4DFC835BE223 fileRef - D5F5ED1C5098401BB90FB45C - isa - PBXBuildFile - - 6A33E9F8333F4BD7919D23AC - - fileRef - 0123F8CC0FC84D00B680AB45 + 01D72E316C844753A34C1D97 isa PBXBuildFile settings @@ -3747,107 +2077,41 @@ -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - 6A45215E44DF4E8398D9E1A2 + 36D17BB42B6E45D291EABB14 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h + sourcecode.c.objc name - DTAnchorHTMLElement.h + MKNetworkEngine.m path - Core/Source/DTAnchorHTMLElement.h + MKNetworkKit/MKNetworkEngine.m sourceTree <group> - 6C56816C0BD9494BA395A4FE + 376FA786559048D396DEC730 fileRef - 0776299499724B5B8D5F43DC + A2355E9607BC480EB293E560 isa PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - 6D68A30FE0E54E4DAF68851E + 37F1DFB257E64ADB8670A090 fileRef - 5B87E783C07C43109944723D + 88673153D02544BB8E372491 isa PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - 6E203C7DF1964FE1A9CCE2BF + 37F5BB28CF1543B98B423323 children - 96C9161B664049A6A5CBCC42 - E00F0A8481BE4D40BF7FF3A7 - A164F2A9A13D4D6C95278B2B - 3FBB00BD4D404295AD65AF85 - D1CB4F6CCF9244C8B76BAE47 - 68A69DE636764329B44A2CD9 - B7BD09822ACF46CFB4769748 - 0204BA5B3AA74B4E8A96338C - - isa - PBXGroup - name - Products - sourceTree - <group> - - 6EF783CAC5504C0FAED45925 - - fileRef - 79E766E61BB7444B961F2132 - isa - PBXBuildFile - - 6EFBF311448C42CFA58D130F - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - NSCoder+DTCompatibility.h - path - Core/Source/NSCoder+DTCompatibility.h - sourceTree - <group> - - 6F46E0552DC54637A8594268 - - buildConfigurations - - 94CBECED4BD643A79DAC0814 - 2C6F7470A1E84F1CAE7E790A - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - 70FB7E74A12B4DA495664EB9 - - children - - F09FC75C13E44C0AB3FF7F04 - 3AB204A68ED9484382BB6CC9 + F04E784676DF4277A9E327E4 + A6A6F3903BED4CFFA5102C60 isa PBXGroup @@ -3856,105 +2120,7 @@ sourceTree <group> - 71D05F83132047C989C92CFC - - fileRef - 5B1EF4E58357438EB5220562 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 7275D63702FA467998F1137B - - fileRef - D0FE7A631CDA46CFB6F96DF8 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 7295D4CCE07547BD87880CB8 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - STableViewController.m - path - STableViewController/STableViewController.m - sourceTree - <group> - - 72AF688F0F3B4F839B0074F6 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTCoreTextConstants.m - path - Core/Source/DTCoreTextConstants.m - sourceTree - <group> - - 72F65854E74E4222B6C76EB4 - - fileRef - 87AEFB4B3F3742E29177F1C1 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 730DE663FE9245728E26DDC2 - - fileRef - 2088F676494540A58759EF61 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 730E9F4C90C940AC83A45185 - - fileRef - DD4DDD901D9C4685931CAD87 - isa - PBXBuildFile - - 7365721BBA85489680433CFA - - buildActionMask - 2147483647 - files - - 800AA719896F4350904DB30E - - isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 738C233A518049319EBC4A2D + 38AE55EEB4E34601BAF7ED06 includeInIndex 1 @@ -3962,456 +2128,15 @@ PBXFileReference lastKnownFileType sourcecode.c.h - name - DTVideoTextAttachment.h path - Core/Source/DTVideoTextAttachment.h + Pods-Reachability-prefix.pch sourceTree <group> - 740E8BD458584C2DB23109BE - - fileRef - 0F72AA0563534E95A2BB7AD8 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 741A1A50915F47BA8BFD6D4C - - fileRef - B6BF80416A994A0E806F063B - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 741ECC8EC4A74135A65435F8 - - fileRef - DCDA3DD9777A4B308F58A6C5 - isa - PBXBuildFile - - 744A4B44156741CA930363E0 - - buildActionMask - 2147483647 - files - - 751B11A5F6E94B6892D21BE7 - EA270D669E1B41569FB0F1FE - 1B3C573FA5D54C8296FC527A - 05E30348DE474EB997FE36AF - C4DA78C47AC3474EB1576812 - C88E6B039DB347F293D1639A - 57EE8BB7C2DC43DFAA882381 - A0A2DFA0ED9546B59E4ED9D8 - 0225F5FBCC1E4137A3E7CD2E - 519B15F572754BA399D58198 - 591813DCD58C4CCF9D2F41FD - F7B71311B8C6438AB004BA3E - 8C1CBC90C55841B594714AA8 - AF19DB4D983F4514B7144D70 - 5B47BA18F36F484E963FF1E1 - A30132CB4089489CAADB2D39 - 69948343BA364D70B554C4C1 - 5E900D35715A43F9B8264167 - 4CA373AE49E64CA0B8B797F9 - 3783C67384854DD7B3533ED3 - D3D6F2A3EB1E4DE9961CE335 - 95F4682B99894B96A2C768ED - 3FD454D4039947C9ADD11257 - F941AEFD945E42F1A968A737 - 655D073376F743CB83A62A94 - 7DD79726D0F44DC2B5685914 - DCB38DBCC73B481FBEFB0A0F - 9B74737F49204B0E8F3BD99B - 5C09CC01C3914B8AA9294663 - DEF85488588E453C89D7726E - DF8BA3AB9B2C4455AEFEB9FE - D817AC2F59B340C9A536D67F - B13BC1C7B0BF48FE839AC753 - - isa - PBXHeadersBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - 74A9E91CB32B472ABC9C3212 - - fileRef - 0D7EC22872F64FBC92BBEB88 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 74BFAC7DCC404B1BBDEA31A5 - - fileRef - 1091C2BC785743A3BAE3521A - isa - PBXBuildFile - - 74D7C131DD204C9CA0F0BE16 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - DTIframeTextAttachment.h - path - Core/Source/DTIframeTextAttachment.h - sourceTree - <group> - - 75009183CE174EFCAFA5A0F8 - - fileRef - F615B67452CB471BB8264107 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 751B11A5F6E94B6892D21BE7 - - fileRef - C9F5BCA5ACEB4C3D971521CE - isa - PBXBuildFile - - 76BC0AF3BECE4ECAB5CEBF9D - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - DTCoreTextMacros.h - path - Core/Source/DTCoreTextMacros.h - sourceTree - <group> - - 76E9D77CAD954B0C8FEC0981 - - fileRef - 98208220A9E64E89A2933A89 - isa - PBXBuildFile - - 77728BF3597E457987B72207 - - fileRef - 3503E8946B6F4A4795ABC1C2 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 779EBE058DA8417E9B505FD8 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - DTAttributedTextView.h - path - Core/Source/DTAttributedTextView.h - sourceTree - <group> - - 781B55A4C4AE43AF9EC041FC - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTLinkButton.m - path - Core/Source/DTLinkButton.m - sourceTree - <group> - - 782FB27E645C4FA294C94A5A - - fileRef - C55E92E2441E4325A04718E0 - isa - PBXBuildFile - - 791A80977D1F4FABA9CAA6E9 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - NSURL+DTAppLinks.h - path - Core/Source/iOS/NSURL+DTAppLinks.h - sourceTree - <group> - - 79D3BBFEEEF14C8BB06D7227 - - fileRef - E07D3E2B08144772BDC1E746 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 79E766E61BB7444B961F2132 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - NSString+CSS.h - path - Core/Source/NSString+CSS.h - sourceTree - <group> - - 7A3DB2DAFC2348AAABCB504E - - fileRef - A54131EB010C496FB7352689 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 7B907D0C9BC74BA789ED9384 - - children - - ECB2935DD7214B4FA6C9EBDA - E25CDE6915E0415E866BF21C - - isa - PBXGroup - name - DTHTMLParser - sourceTree - <group> - - 7D4353661BC74D0AB23D74E4 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - DTTiledLayerWithoutFade.h - path - Core/Source/iOS/DTTiledLayerWithoutFade.h - sourceTree - <group> - - 7D883A001FF640769A061528 - - isa - PBXFileReference - lastKnownFileType - wrapper.framework - name - QuartzCore.framework - path - Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/QuartzCore.framework - sourceTree - DEVELOPER_DIR - - 7DCB938E035B48E5BF71FD2D - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - DTDictationPlaceholderView.h - path - Core/Source/DTDictationPlaceholderView.h - sourceTree - <group> - - 7DD79726D0F44DC2B5685914 - - fileRef - 2FE8B855F9D947CF8D84827F - isa - PBXBuildFile - - 7DFD98D71ED1429798D3A782 - - fileRef - 7FAB6B1C43A645F6BB0E5AE7 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 7E10C34A507C44B68168E61B - - fileRef - 2A0365F54E6240DAB998D212 - isa - PBXBuildFile - - 7EF7F5B31011487B887979FF - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - NSAttributedStringRunDelegates.m - path - Core/Source/NSAttributedStringRunDelegates.m - sourceTree - <group> - - 7FAB6B1C43A645F6BB0E5AE7 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTCoreTextLayoutFrameAccessibilityElementGenerator.m - path - Core/Source/DTCoreTextLayoutFrameAccessibilityElementGenerator.m - sourceTree - <group> - - 7FCFB574796E47C495D4569A - - fileRef - E00F0A8481BE4D40BF7FF3A7 - isa - PBXBuildFile - - 800AA719896F4350904DB30E - - fileRef - C764AD4F78C24FC3B58AD796 - isa - PBXBuildFile - - 8047F4883DBF48D9B35A7462 - - isa - PBXTargetDependency - target - E4F8AC4C609541F2AB0E9D28 - targetProxy - ACE3BEABDED84548A4B26F57 - - 80B5A8DE20404657893F0936 - - fileRef - 7EF7F5B31011487B887979FF - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 82CE252BB34744B9B334158B - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - SDWebImageDownloader.m - path - SDWebImage/SDWebImageDownloader.m - sourceTree - <group> - - 839F6970D8D74843A6020258 - - fileRef - 3DCBDAA0221748B8979EAA96 - isa - PBXBuildFile - - 83EF7066EBB64E5281B49EC8 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - DTLinkButton.h - path - Core/Source/DTLinkButton.h - sourceTree - <group> - - 849D513892A843E886D226F6 + 38B2E3B022CB4CE298DD3AB9 baseConfigurationReference - D96C285D11E5464880BB15FB + 670BB105807A48979535B983 buildSettings ALWAYS_SEARCH_USER_PATHS @@ -4462,7 +2187,114 @@ name Release - 854CEEC061F34C6B9C726909 + 38C7ED9DC06D408589D2979F + + buildConfigurationList + 53380B6DFAB24CEC8B58115E + buildPhases + + 5950196A52274C69841A5A66 + F511EB6C428D44F5B6D3AC69 + C9A1AEBC2E584944855AD05B + + buildRules + + dependencies + + isa + PBXNativeTarget + name + Pods-Reachability + productName + Pods-Reachability + productReference + 27626272155548F3B7E73D18 + productType + com.apple.product-type.library.static + + 392D6DA368C5426C805F25C6 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTCoreTextLayoutLine.h + path + Core/Source/DTCoreTextLayoutLine.h + sourceTree + <group> + + 393A5E2921F049B69A2D8077 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTCoreGraphicsUtils.h + path + Core/Source/DTCoreGraphicsUtils.h + sourceTree + <group> + + 396E08A7FBB94EE7A2CEE4A3 + + buildActionMask + 2147483647 + files + + C14210914E5C457293072A9D + + isa + PBXHeadersBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 39CFE283512449E2AABCB82D + + fileRef + 6B1408B519FB48098F9549E6 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 3A3AA9F5D2034BD8A1B611E1 + + fileRef + 701F325838C64D1FB9258FB1 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 3A46E56FBDC64E0EADCB0A44 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + NSString+DTURLEncoding.h + path + Core/Source/NSString+DTURLEncoding.h + sourceTree + <group> + + 3A65B7CE5F114C73A7888B8F includeInIndex 1 @@ -4471,40 +2303,225 @@ lastKnownFileType sourcecode.c.objc name - DTAttributedTextContentView.m + NSURL+DTUnshorten.m path - Core/Source/DTAttributedTextContentView.m + Core/Source/NSURL+DTUnshorten.m sourceTree <group> - 85AAE963ECA14A0FBC476884 + 3A923FAF59974A1EB01E9F17 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Pods-SBJson-dummy.m + sourceTree + <group> + + 3B00F052941B4A629E11E7C9 fileRef - C559F38ED65446AE813B6FB1 + 3A65B7CE5F114C73A7888B8F + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 3B0FB5270FD24DDCB90DA943 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTObjectTextAttachment.m + path + Core/Source/DTObjectTextAttachment.m + sourceTree + <group> + + 3BC69725BBB9447F986DECF0 + + explicitFileType + archive.ar + includeInIndex + 0 + isa + PBXFileReference + path + libPods-MKNetworkKit.a + sourceTree + BUILT_PRODUCTS_DIR + + 3C4A7DCEBAD34FEC8D9853FA + + children + + A03D111C87C8475A917C1BA0 + 69D2A6AF24164A2D8E0206E1 + 78F453B8FB854CD196226D0B + 2CED30EC29B94BBFB0E205A8 + + isa + PBXGroup + name + Support Files + sourceTree + SOURCE_ROOT + + 3CEBF6B5AF2C48A6948214EB + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + NSMutableString+HTML.m + path + Core/Source/NSMutableString+HTML.m + sourceTree + <group> + + 3D15657733754C07AC2AB68E + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + NSDictionary+RequestEncoding.m + path + MKNetworkKit/Categories/NSDictionary+RequestEncoding.m + sourceTree + <group> + + 3D9189AAA9754F01AE067188 + + buildConfigurations + + CCA907D5E77A4D9DB8856741 + AAA6811386DA472ABE5AB0F4 + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 3DA60A46E5D949F49B48238B + + fileRef + B0F641B21CDC42E3A259BEFC isa PBXBuildFile - 85D37F952B6244DD90CEAEA5 + 3DD1E0A87E164285B13BAEF9 - buildActionMask - 2147483647 - files - - 10566878DBCC488F9185034D - F389F4D359DA40BCA9FE4DD8 - DCA0B9262F424EAEB49A7E58 - A9ECBF19B91F45D1A6E9A30F - CDC83B2EC5C64895A73B702E - 0AFE0CF7DF934962B63C25DF - 9990E6247B254743877936FC - C9AA2686460D406BAF2C132C - + includeInIndex + 1 isa - PBXHeadersBuildPhase - runOnlyForDeploymentPostprocessing - 0 + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + NSMutableAttributedString+HTML.m + path + Core/Source/NSMutableAttributedString+HTML.m + sourceTree + <group> - 8604736A6EC7483F83D5996E + 3ECB05E60B37462BA072CD2D + + fileRef + 0E5515C46C014FCF8A40C043 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 3EF1E99667A043FD9F746692 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTSmartPagingScrollView.m + path + Core/Source/iOS/DTSmartPagingScrollView.m + sourceTree + <group> + + 3F07734B97754F28B774F0CD + + fileRef + 9C115A357BF6410F94158BB8 + isa + PBXBuildFile + + 3F4D75658DEC428BBCC0429F + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Pods-STableViewController-dummy.m + sourceTree + <group> + + 401B476355734F03B5EA7155 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + NSData+MKBase64.m + path + MKNetworkKit/Categories/NSData+MKBase64.m + sourceTree + <group> + + 4050BEE4CEE1405697390410 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTFolderMonitor.m + path + Core/Source/DTFolderMonitor.m + sourceTree + <group> + + 405B044BBA6F479B83C8B456 buildSettings @@ -4571,19 +2588,22 @@ name Debug - 86112C23F40B44A08F293A74 + 4068FC031D804146ACDF7740 - fileRef - A9344F5023A7428B81BCA154 + includeInIndex + 1 isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTListItemHTMLElement.m + path + Core/Source/DTListItemHTMLElement.m + sourceTree + <group> - 8618A853D960474A8A7005C5 + 40F6FBB234D14DA7B0B81DB6 includeInIndex 1 @@ -4592,128 +2612,13 @@ lastKnownFileType sourcecode.c.h name - SBJson4StreamTokeniser.h + DTAccessibilityViewProxy.h path - src/main/objc/SBJson4StreamTokeniser.h + Core/Source/DTAccessibilityViewProxy.h sourceTree <group> - 867C570CBBEB4EEFBD7BEE67 - - fileRef - C961AF425F6549FC8B02094A - isa - PBXBuildFile - - 86B9CB2CCDE54CEBAC47B837 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - UIImageView+WebCache.m - path - SDWebImage/UIImageView+WebCache.m - sourceTree - <group> - - 86BAB16FCA8A496197C6E30A - - fileRef - 52DCE29A95D943F7A7862978 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 87AEFB4B3F3742E29177F1C1 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - NSFileWrapper+DTCopying.m - path - Core/Source/NSFileWrapper+DTCopying.m - sourceTree - <group> - - 88647851CC874140AFEA8EE2 - - fileRef - 63FB75A94DCC421BB7120064 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 88E22E1E141542158E331669 - - baseConfigurationReference - D84F3096B4AC49F49815BF44 - buildSettings - - ALWAYS_SEARCH_USER_PATHS - NO - ARCHS - $(ARCHS_STANDARD_INCLUDING_64_BIT) - COPY_PHASE_STRIP - YES - DSTROOT - /tmp/xcodeproj.dst - GCC_C_LANGUAGE_STANDARD - gnu99 - GCC_PRECOMPILE_PREFIX_HEADER - YES - GCC_PREFIX_HEADER - Pods-MKNetworkKit-prefix.pch - GCC_VERSION - com.apple.compilers.llvm.clang.1_0 - INSTALL_PATH - $(BUILT_PRODUCTS_DIR) - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - OTHER_CFLAGS - - -DNS_BLOCK_ASSERTIONS=1 - $(inherited) - - OTHER_CPLUSPLUSFLAGS - - -DNS_BLOCK_ASSERTIONS=1 - $(inherited) - - OTHER_LDFLAGS - - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - $(TARGET_NAME) - SDKROOT - iphoneos - SKIP_INSTALL - YES - VALIDATE_PRODUCT - YES - - isa - XCBuildConfiguration - name - Release - - 88F39909B533444E87CDD83A + 411C69F631EF48D784D3872D includeInIndex 1 @@ -4722,28 +2627,97 @@ lastKnownFileType sourcecode.c.h name - DTCompatibility.h + NSString+HTML.h path - Core/Source/DTCompatibility.h + Core/Source/NSString+HTML.h sourceTree <group> - 89B4A478D8784BA789A55B2E + 41B8BC0903EC4AA2AFF83AB5 - includeInIndex - 1 + fileRef + 98C2BCA61C044D3BA56BB188 isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTVersion.m - path - Core/Source/DTVersion.m + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 423EB2391A3541B9B55D9F86 + + fileRef + 6D40EFA6FC074795AE2A130D + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 4254AD5191C8405595A96766 + + children + + 9D9F118C925147D3855F289A + CA7DB0323F1446788A639CFA + F572EA9C1EDE4D2B90EDD3C9 + 2E98E7D5D0104EDC9E434F3B + E25256ADF0394A98B4AF8951 + + isa + PBXGroup sourceTree <group> - 8A257051BC714C8992C5E589 + 42985CBA4C4744819725C104 + + buildActionMask + 2147483647 + files + + CBFDC9B36833422D93C69BF0 + 8FD6EEA5B1C44583A798EAB8 + C5AF4B7273304924B4F5F1C1 + EC57D5EC0B77443B9EA99DB6 + 8F4300D3F5ED4DDFA7DF8BC0 + FDE3C14155254973882DF565 + 7A6855C4BDD24A41961DEF74 + 612F4CC67A214B7A95D59A8D + A7A29AA0DD8C44DF90642CA5 + F6A8A30C2F48457BB6FC7840 + 45CCB11DA1BB43DE8B387EEE + 081730D523934C839E879D27 + D39199B72BCB4E4C834CEC03 + C0ABC98AC67342508D392640 + 02EB7DF2A7D04790B4D9F3CC + 4E53BB9D614845C9B9A05FA9 + 1908C8D4B3EB417EA0B7F4C7 + 55D8D1C7B82F4F028C87A21E + FD63D630823B48E6B184DBB7 + 2C9D63B565AE4F24BDE6B272 + 7F0E0438BBED4EF1A105BF1F + 7669EE4A7C174F9AA6323D66 + 16226C84217C419082CD485F + A5C3482688F24ABC888B411F + 7F050B7D1A5A411CA063C705 + 48A9CE6E25B649F39BB684D2 + 1BE584B0448C4A54A82244B4 + 3B00F052941B4A629E11E7C9 + 49498ED1DA2F47A9A2C8E1E4 + 36683BF77F5A4DFC835BE223 + 78BF8A9205A0414FA968E060 + 0CD38EEC64DE46D5AF20150E + D1436B514F314BDB83966389 + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 4309FD41465A463283BB5A68 includeInIndex 1 @@ -4751,89 +2725,26 @@ PBXFileReference lastKnownFileType sourcecode.c.h - name - DTImageTextAttachment.h path - Core/Source/DTImageTextAttachment.h + Pods-SBJson-prefix.pch sourceTree <group> - 8A27DFC26EEC4EA6A9266408 + 4333F29195F64906896528D1 fileRef - ABBF33FF15D8418AB38267C2 + 82EB9F70C71440ACBF4145A1 isa PBXBuildFile - 8A4BD62FB28E447A87A633B7 + 43746835A30E421B9FB61803 fileRef - A473F99BCCE4409E8F799956 + DF8C8AE586C84BE5A5E14A86 isa PBXBuildFile - 8A5845C566A14138903167BA - - fileRef - 7D883A001FF640769A061528 - isa - PBXBuildFile - - 8A5E4FB353274CA1BC5EB0A2 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTAccessibilityViewProxy.m - path - Core/Source/DTAccessibilityViewProxy.m - sourceTree - <group> - - 8A9734393F854151AF637596 - - fileRef - 3FEF5CA2F364483C89153279 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 8B4BB97D511E45359F8B2395 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - NSString+Paragraphs.m - path - Core/Source/NSString+Paragraphs.m - sourceTree - <group> - - 8BB04C7CB92247BB900B26C8 - - fileRef - F2E07B1B8A02408983306934 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 8BD293D76C3C4FBCBB7423C8 + 439E77391DA4466588002138 includeInIndex 1 @@ -4842,11 +2753,11 @@ lastKnownFileType sourcecode.c.objc path - Pods-STableViewController-dummy.m + Pods-DTCoreText-dummy.m sourceTree <group> - 8BEC83DE92F44E6789D0946A + 43C14AFDEAF345D69754AE68 includeInIndex 1 @@ -4861,14 +2772,7 @@ sourceTree <group> - 8C1CBC90C55841B594714AA8 - - fileRef - 29812BB8B256495BAC693D19 - isa - PBXBuildFile - - 8C443CF135B8423D8CCEE4D9 + 444A7DE0A49A41D58E94BD82 includeInIndex 1 @@ -4877,38 +2781,16 @@ lastKnownFileType sourcecode.c.h name - DTAsyncFileDeleter.h + DTImage+HTML.h path - Core/Source/DTAsyncFileDeleter.h + Core/Source/DTImage+HTML.h sourceTree <group> - 8CC252A4FD764616A31241D8 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - NSAttributedString+DTCoreText.h - path - Core/Source/NSAttributedString+DTCoreText.h - sourceTree - <group> - - 8D188BB274BE49AA8B651E62 + 447F43F1B343490EA3113C4C fileRef - B5F594A2E5204F36A2887CB1 - isa - PBXBuildFile - - 8DBF32E39AFC4155A8EBC728 - - fileRef - A73D51B14E8C42E5B599247E + EAEC227F68864B71A81BA3DB isa PBXBuildFile settings @@ -4917,35 +2799,318 @@ -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - 8F8751152492474B8075A3DA + 44CA2DBF70E54CADA94B701A + + fileRef + 3CEBF6B5AF2C48A6948214EB + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 452E2F19547247F08E4B6C53 + + fileRef + E1B8E594BAC942AC8BA380C7 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 45671A3B69304565912C5DAA + + fileRef + B44F931EB1984448A400AAE6 + isa + PBXBuildFile + + 45AD2ABA2E9848B9A3DA1D66 + + fileRef + 8272412FF9FD4519B747D0B6 + isa + PBXBuildFile + + 45CCB11DA1BB43DE8B387EEE + + fileRef + 5803BF139A694FECB4827701 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 4680A1D6D4404AA2B78F0200 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + MKNetworkKit.h + path + MKNetworkKit/MKNetworkKit.h + sourceTree + <group> + + 4691266DD94644A0ABA3A969 + + buildConfigurationList + 24D1A5B1123B4EF7A0E9AC15 + buildPhases + + BDD97E374A3041C786BFAF22 + 4D70BDF803574C329C0F99C8 + 35D75FE2DFCA4842B245E90A + + buildRules + + dependencies + + isa + PBXNativeTarget + name + Pods-SBJson + productName + Pods-SBJson + productReference + 8C041344585A4683A4EE1E16 + productType + com.apple.product-type.library.static + + 469BDBE59F7B4F9AA2449FCE + + fileRef + 21C4C133A7994D849BD37919 + isa + PBXBuildFile + + 473C7B3F63A2411D8990A7FF + + fileRef + E76C5E7ADC094A24B2E023B4 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 487291DD7B4042C1BB3D530E + + fileRef + BCE3BFCB91D7425183C7FCFE + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 4895B7CADB1E4FD9AF9D7FF8 + + fileRef + AF09015DE53B4E5DA0547F8F + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 48A9CE6E25B649F39BB684D2 + + fileRef + CC1B8A25AEDA495BBB55C8F3 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 49498ED1DA2F47A9A2C8E1E4 + + fileRef + DB9A719151B74B328CD45F77 + isa + PBXBuildFile + + 497928F3E6624EA98EEC243E + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + CoreText.framework + path + Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/CoreText.framework + sourceTree + DEVELOPER_DIR + + 49CE52BE242B431194ADC309 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTAttributedLabel.m + path + Core/Source/DTAttributedLabel.m + sourceTree + <group> + + 4A7B3F973583418BB91988A5 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTFolderMonitor.h + path + Core/Source/DTFolderMonitor.h + sourceTree + <group> + + 4AC11CEF4C764CCCA72D794F + + children + + 1CA929E7D93D41A7AB4B0773 + 5803BF139A694FECB4827701 + + isa + PBXGroup + name + DTHTMLParser + sourceTree + <group> + + 4B7184AE0CDD487DB0F89AD7 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTVideoTextAttachment.m + path + Core/Source/DTVideoTextAttachment.m + sourceTree + <group> + + 4CF86D0C9C4B466BAD8E51CD + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + CoreGraphics.framework + path + Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/CoreGraphics.framework + sourceTree + DEVELOPER_DIR + + 4D00820A697C4E7E889300E9 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + path + Pods-MKNetworkKit.xcconfig + sourceTree + <group> + + 4D70BDF803574C329C0F99C8 buildActionMask 2147483647 files - FDDE455C3F2F4292A40CC3A2 - 927079AE586E4067911AB1A1 - 42D51DD409494837AE581EF0 - C730F65B085F43EAAC12F3C6 - 93CF8A26BF38433AB158294C - 8A5845C566A14138903167BA + EA12AB9003D443389571D625 isa PBXFrameworksBuildPhase runOnlyForDeploymentPostprocessing 0 - 90470F4AFC88425984ED0304 + 4D736CF444C745588BB3CC6E + + buildConfigurationList + AC69055C55D04358A88018FF + buildPhases + + CB377621A1B048BB9777E192 + C6DEC8E5BB9F4135A523AA75 + 396E08A7FBB94EE7A2CEE4A3 + + buildRules + + dependencies + + isa + PBXNativeTarget + name + Pods-MBProgressHUD + productName + Pods-MBProgressHUD + productReference + DC21C687DD304B13837293F5 + productType + com.apple.product-type.library.static + + 4D73D18EE657465AB74AB146 fileRef - 9379B1C3742D4DC191D5D5AB + DC21C687DD304B13837293F5 isa PBXBuildFile - 90BFDB22DEF4462EA806CE9C + 4DD0E94927C845D99E406D68 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + path + Pods-MKNetworkKit-Private.xcconfig + sourceTree + <group> + + 4E53BB9D614845C9B9A05FA9 fileRef - AE684C2FCEAA4CDBAD29B0DB + 7D3FF477C83D48D0947F0AD0 isa PBXBuildFile settings @@ -4954,10 +3119,62 @@ -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - 913F350D105A45809FD6E98B + 4ED3AEA32F5C4785B2862067 fileRef - 89B4A478D8784BA789A55B2E + A7F8553BEF22441993809D23 + isa + PBXBuildFile + + 4F316D0B5ED74E51BAC8CBC3 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + SBJson4Writer.m + path + src/main/objc/SBJson4Writer.m + sourceTree + <group> + + 4FBF9661577E47B2A2A9EE81 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTHTMLWriter.m + path + Core/Source/DTHTMLWriter.m + sourceTree + <group> + + 500ED37E9BF44A97B5C55951 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTCoreTextFontDescriptor.m + path + Core/Source/DTCoreTextFontDescriptor.m + sourceTree + <group> + + 51579E178D214749AF5E2D2D + + fileRef + 075D45424C3941DD9A75E477 isa PBXBuildFile settings @@ -4966,21 +3183,7 @@ -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - 91EDA6A30B0743F1B4C5B1B6 - - fileRef - 7D883A001FF640769A061528 - isa - PBXBuildFile - - 9205D54098784D4AAB1C391B - - fileRef - C764AD4F78C24FC3B58AD796 - isa - PBXBuildFile - - 92207386EF6A4EA78BCAF7FB + 5193A9E36BDB438893F764A6 includeInIndex 1 @@ -4989,53 +3192,47 @@ lastKnownFileType sourcecode.c.h name - DTCoreTextLayoutFrameAccessibilityElementGenerator.h + UIImageView+WebCache.h path - Core/Source/DTCoreTextLayoutFrameAccessibilityElementGenerator.h + SDWebImage/UIImageView+WebCache.h sourceTree <group> - 927079AE586E4067911AB1A1 + 51E2CDCCF8C9439C8023C677 + + isa + PBXTargetDependency + target + 8DDEE312E77B4A0F82D59625 + targetProxy + 7465B76327E84C048750E335 + + 524423CF125040889AC7F257 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + SBJson4Parser.m + path + src/main/objc/SBJson4Parser.m + sourceTree + <group> + + 526FB3FB5C7642BF85455E3B fileRef - 4BD764DCA6A441B2A8452E7B + 757508F7A5DC48CFBD7CB140 isa PBXBuildFile - 9324B2B7696848098D7E34DD - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - NSMutableAttributedString+HTML.h - path - Core/Source/NSMutableAttributedString+HTML.h - sourceTree - <group> - - 9379B1C3742D4DC191D5D5AB - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - NSAttributedString+HTML.h - path - Core/Source/NSAttributedString+HTML.h - sourceTree - <group> - - 937AC76FE4264F63AB982592 + 52751DFAA34340058995BD5A fileRef - FDB46152B32A41EEA97C56EF + 0F41C31050E54D8CA8F8B4A7 isa PBXBuildFile settings @@ -5044,24 +3241,379 @@ -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - 93CF8A26BF38433AB158294C + 52B91FCB16984E3883A750FC + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Pods-dummy.m + sourceTree + <group> + + 52BD3CF8D9B54D1DA2DE0F1E fileRef - 2751463828F24A2CAE49EF08 + E6C49C8238D449C698830972 isa PBXBuildFile - 94264973D309456BB32BBC18 + 532ED8D3FD8242B595366289 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + SDWebImageCompat.h + path + SDWebImage/SDWebImageCompat.h + sourceTree + <group> + + 53380B6DFAB24CEC8B58115E + + buildConfigurations + + B3C86625A53F429783949498 + 35D542D047F64D4494E57AE1 + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 5359FE5C38284322855D1FA4 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + NSString+DTUtilities.h + path + Core/Source/NSString+DTUtilities.h + sourceTree + <group> + + 53920BB4105B4DD4B9A77F23 fileRef - 2F7655D4DF2E45109904686F + 500ED37E9BF44A97B5C55951 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 53A960E27ABC4BA9A5CD0E25 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTVideoTextAttachment.h + path + Core/Source/DTVideoTextAttachment.h + sourceTree + <group> + + 54118ABEFE204C0A85D83202 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + UIView+DTFoundation.h + path + Core/Source/iOS/UIView+DTFoundation.h + sourceTree + <group> + + 54836BBC11D94C4291199530 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTLazyImageView.h + path + Core/Source/DTLazyImageView.h + sourceTree + <group> + + 54CAEF409BD44DAE87DEF80B + + fileRef + C17F058F7FDA4DFA916536AB isa PBXBuildFile - 94CBECED4BD643A79DAC0814 + 556A9A6893F94B0580D22EA8 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + UIButton+WebCache.m + path + SDWebImage/UIButton+WebCache.m + sourceTree + <group> + + 55705B0BF0244FF38A885631 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + SBJson4StreamWriterState.m + path + src/main/objc/SBJson4StreamWriterState.m + sourceTree + <group> + + 55BB0EDFF8BB4E57B8F40361 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTImageTextAttachment.m + path + Core/Source/DTImageTextAttachment.m + sourceTree + <group> + + 55D8D1C7B82F4F028C87A21E + + fileRef + 70E884001EC3473091EA50AF + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 561F349A86F34C9CBF77355F + + fileRef + FEDFBE1C0FC74EDBA645CEBC + isa + PBXBuildFile + + 562B092745974046B18BC84E + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTTextHTMLElement.h + path + Core/Source/DTTextHTMLElement.h + sourceTree + <group> + + 56C5753449D747B18B8A85B9 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTListItemHTMLElement.h + path + Core/Source/DTListItemHTMLElement.h + sourceTree + <group> + + 56E92FE80BFD46B7973FF859 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + SBJson4.h + path + src/main/objc/SBJson4.h + sourceTree + <group> + + 571E9B89A8DF430BAA8E7FCC + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + NSData+ImageContentType.h + path + SDWebImage/NSData+ImageContentType.h + sourceTree + <group> + + 572921BA862B4E269F41AC05 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTActivityTitleView.m + path + Core/Source/iOS/DTActivityTitleView.m + sourceTree + <group> + + 57703456C10A4385B970A63C + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + UIImage+DTFoundation.m + path + Core/Source/iOS/UIImage+DTFoundation.m + sourceTree + <group> + + 57704051E8574F53824104AA + + children + + 571E9B89A8DF430BAA8E7FCC + 17902C66A1784957B3447507 + 7E5675C4F77F436DB4F575E2 + FD70F1153411409DBC6604CA + 532ED8D3FD8242B595366289 + 00B52D03548540EEB63E5433 + 5FC7F4F3AF7746E79DC35779 + ED2CDAE33EA7486AA305FF84 + 80EC0E5EA2A44A9AB318092A + 82051B0EBC4A4D24800DBD73 + 0AFB16C55BC644CFAB3D3190 + 5EBC7026CB74479B87AA1410 + A3045643C58F4008B66F59FA + F89A8D8371A5456CA3BFD982 + E2B3602832F24E6B963F7776 + 2A6E460836EB428C85710FDB + C6B8880173B0440BB59E9E2C + 34AC488CAA7A407B9B43DF35 + 556A9A6893F94B0580D22EA8 + D6AE598683B8455890667FF5 + B76E9A556F4C4C1791DD12CF + E6C49C8238D449C698830972 + 8A3A6F1FDCE94A3BA558002C + 8BD0FF25A4F547C6933FB01C + 71FB42DFF4884BB5825D0086 + 5193A9E36BDB438893F764A6 + DA65A4BB28E84E29AD8C5A12 + 14D7A598B4C741C8846CD4F9 + 26576322BE5C498398446B35 + + isa + PBXGroup + name + Core + sourceTree + <group> + + 57AAFD35D10D4DA9B3B0D2F3 + + fileRef + B032849B735B48AC925ED514 + isa + PBXBuildFile + + 5803BF139A694FECB4827701 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTHTMLParser.m + path + Core/Source/DTHTMLParser/DTHTMLParser.m + sourceTree + <group> + + 585A6FE3EFE646C6A7965B38 + + fileRef + E2EA824EE1BA4C5980A98888 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 58677C6646464C3094B9796E + + fileRef + 49CE52BE242B431194ADC309 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 58D9E26E4B2340EEAED9FAAD baseConfigurationReference - EDAED778B9A14FF9B0E69755 + D0C97D2704B54523986564CA buildSettings ALWAYS_SEARCH_USER_PATHS @@ -5109,43 +3661,7 @@ name Debug - 9589805937404E3E931AE903 - - fileRef - B33D24DF55AA4DA5B24FEA6A - isa - PBXBuildFile - - 95F4682B99894B96A2C768ED - - fileRef - 350F981FC8C04A8B9EC1500F - isa - PBXBuildFile - - 960BA36172894C7888986826 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTCoreTextFontCollection.m - path - Core/Source/DTCoreTextFontCollection.m - sourceTree - <group> - - 961714082B4E4AACB60247B3 - - fileRef - 60306086FA6F440295C2349B - isa - PBXBuildFile - - 96348DAA8C2449DCA54EC6D4 + 5934F6F4E71D4F4EA2928D42 includeInIndex 1 @@ -5154,225 +3670,80 @@ lastKnownFileType sourcecode.c.h name - NSAttributedString+SmallCaps.h + DTBreakHTMLElement.h path - Core/Source/NSAttributedString+SmallCaps.h + Core/Source/DTBreakHTMLElement.h sourceTree <group> - 963668619C414D5795215190 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - NSString+MKNetworkKitAdditions.h - path - MKNetworkKit/Categories/NSString+MKNetworkKitAdditions.h - sourceTree - <group> - - 9642A420F1E2445A80C5583C - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - path - Pods-DTCoreText.xcconfig - sourceTree - <group> - - 96C9161B664049A6A5CBCC42 - - explicitFileType - archive.ar - includeInIndex - 0 - isa - PBXFileReference - path - libPods.a - sourceTree - BUILT_PRODUCTS_DIR - - 972DCFD0AB2C40BB850F9264 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - path - Pods-Reachability-Private.xcconfig - sourceTree - <group> - - 9793D7B80E7941A8B90D7179 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - NSString+HTML.m - path - Core/Source/NSString+HTML.m - sourceTree - <group> - - 98208220A9E64E89A2933A89 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - NSData+MKBase64.h - path - MKNetworkKit/Categories/NSData+MKBase64.h - sourceTree - <group> - - 983EE16976154C83B454A2B9 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - SDWebImageDecoder.m - path - SDWebImage/SDWebImageDecoder.m - sourceTree - <group> - - 98725E811FDA4F75B7FD77AA - - fileRef - B9C0B51822F34500ABF9A705 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 9990E6247B254743877936FC - - fileRef - 9F963249F387493A951A2443 - isa - PBXBuildFile - - 99ABB2F3C97C45EC9FA48AC4 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - NSString+DTURLEncoding.m - path - Core/Source/NSString+DTURLEncoding.m - sourceTree - <group> - - 99FF532D71454E3B83CA86B9 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTAttributedTextCell.m - path - Core/Source/DTAttributedTextCell.m - sourceTree - <group> - - 9B110BC7A2804CAE87F42C65 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - path - Pods-DTFoundation.xcconfig - sourceTree - <group> - - 9B5A76DCCEBC4104B0A7CF76 - - fileRef - 697DAABF980846E2A3E9F33E - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 9B74737F49204B0E8F3BD99B - - fileRef - 5378190AA4AA4F838E618839 - isa - PBXBuildFile - - 9BB6B3495FAE498DA41F9A3A - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - UIImage+GIF.m - path - SDWebImage/UIImage+GIF.m - sourceTree - <group> - - 9C0008B1899F43A79329B17C + 5950196A52274C69841A5A66 buildActionMask 2147483647 files - 655A665A9ACD459A85C9DCC2 - A8C9D5DBD6BD4E93B085C7B2 + 526FB3FB5C7642BF85455E3B + C8521D548DEE474FBEE1A60F isa PBXSourcesBuildPhase runOnlyForDeploymentPostprocessing 0 - 9C416F3829AA4002BB744C0B + 59FDC3B6CDA147E3A23770F2 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + NSURL+DTComparing.m + path + Core/Source/NSURL+DTComparing.m + sourceTree + <group> + + 5A7D71341EBE4EF49E3C26BF fileRef - 41AB4B53EBE64045B3F7E841 + 392D6DA368C5426C805F25C6 + isa + PBXBuildFile + + 5B218392430E406AB5BA25B9 + + buildActionMask + 2147483647 + files + + B96A1D1640BE4870A1828201 + 2BFFCB89626449178A9A58AA + 98034FBEA0D54DD2A0BD1057 + 4D73D18EE657465AB74AB146 + AAACC968AEF14C40A7586308 + 0D729089E1EC40C5B74DA092 + DC4215A8F2874B67A3C3E7EC + 0187EC7B441C4775B69593CC + AF92E1A9ACC24D708A49A6B4 + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 5B35E92F6D194B179905791A + + fileRef + 15F3E8B2ADC3476490292EB3 + isa + PBXBuildFile + + 5BCE22AD4F99443DAEBCEE01 + + fileRef + 20CB74A1F1264217B929A23B isa PBXBuildFile settings @@ -5381,10 +3752,17 @@ -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - 9CBDB27640E24B62B7C486CE + 5C74880662F44E52AE777589 fileRef - 1CE04151E80549C881DD6433 + 56C5753449D747B18B8A85B9 + isa + PBXBuildFile + + 5CA0A505181D4D72932EB939 + + fileRef + 5EBC7026CB74479B87AA1410 isa PBXBuildFile settings @@ -5393,14 +3771,53 @@ -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - 9CD09E0F44AC4E458BF00555 + 5D30886E54CD4F318CC46177 fileRef - CFBF32F908674EA5B75FF615 + CA40FC77060D4F36B650F3E5 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 5D4BAD97B4A94DB2BD27351F + + buildActionMask + 2147483647 + files + + E2221EB9B2FA4045A2333BEF + DD2A42284B4B4DAF80329ADB + E02485A23C4040B5AE0B8E4F + 90F84FD429974041A0919DA3 + 2A33DFC42A8C4602A3E05477 + 7015F637C0D74550996086DD + 5CA0A505181D4D72932EB939 + 0375040B47FA419098D5431D + BAA0938969824BFA8EE9CDB3 + CF55E78AFC8449BC825FEDED + FC664E071F4148FEA0C4482A + 2A41C39B219A4090AB91CB6B + 736145923350423CAE16E828 + 133FB2B3ECCD436EAE5E9933 + 2F5CFCF2E34043A292A63DC8 + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 5D7F6F4B395A4D8C95FC57B9 + + fileRef + 4CF86D0C9C4B466BAD8E51CD isa PBXBuildFile - 9D0798C932F9495DAB63719B + 5DAE02B3E2D54C46BA117A58 includeInIndex 1 @@ -5409,18 +3826,55 @@ lastKnownFileType sourcecode.c.h name - NSURL+DTUnshorten.h + NSString+DTPaths.h path - Core/Source/NSURL+DTUnshorten.h + Core/Source/NSString+DTPaths.h sourceTree <group> - 9D0DB398874E4CE897E4116E + 5EBAF33EE1244856917A26F9 + + fileRef + 766BE476C5A64AFDA3AE1869 + isa + PBXBuildFile + + 5EBC7026CB74479B87AA1410 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + SDWebImageDownloaderOperation.m + path + SDWebImage/SDWebImageDownloaderOperation.m + sourceTree + <group> + + 5FC7F4F3AF7746E79DC35779 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + SDWebImageDecoder.h + path + SDWebImage/SDWebImageDecoder.h + sourceTree + <group> + + 602708ED42BB4E36A3FE5E1A buildConfigurations - 4F1328CCDA994E1884374635 - 88E22E1E141542158E331669 + 7F1B7137A5304A8182BDBD3D + 38B2E3B022CB4CE298DD3AB9 defaultConfigurationIsVisible 0 @@ -5429,10 +3883,10 @@ isa XCConfigurationList - 9D8EF1C05C1645EA875FEC7B + 612F4CC67A214B7A95D59A8D fileRef - 3AB204A68ED9484382BB6CC9 + 7DE0A5443E7E44AF9538BA0C isa PBXBuildFile settings @@ -5441,132 +3895,7 @@ -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - 9DAC2FB4647B4D34A1348ADB - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - DTFoundationConstants.h - path - Core/Source/DTFoundationConstants.h - sourceTree - <group> - - 9DC0C1E9878D43E8A725617C - - fileRef - 6532427B186340D5BC41B284 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 9E3FB6982F5841F3B94C1B83 - - fileRef - 7DCB938E035B48E5BF71FD2D - isa - PBXBuildFile - - 9E7101472EBF47EDA7DE90C5 - - isa - PBXFileReference - lastKnownFileType - wrapper.framework - name - ImageIO.framework - path - Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/ImageIO.framework - sourceTree - DEVELOPER_DIR - - 9F1628FFE6FB41CB8A783366 - - buildConfigurationList - 6F46E0552DC54637A8594268 - buildPhases - - A22993F5D4D648649848029A - 1CB96119DDD3489BA234D4D9 - - buildRules - - dependencies - - 2144519373CA41A18398169A - 63A3394B9A7C465EBF98762D - 25A0228906CC470080FB7F0C - C8A21FC0780E4740B2580389 - 251C39B4A6E5447BB94C8989 - C7E4B81A054B439F8BBFFA7F - 5F87C707B3C546C2BC4513CD - - isa - PBXNativeTarget - name - Pods - productName - Pods - productReference - 96C9161B664049A6A5CBCC42 - productType - com.apple.product-type.library.static - - 9F5866918CDF4554800FDA11 - - fileRef - 960BA36172894C7888986826 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 9F621F694B0242958B8259DD - - fileRef - F36506955E2042D495C81486 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - 9F963249F387493A951A2443 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - SBJson4StreamWriterState.h - path - src/main/objc/SBJson4StreamWriterState.h - sourceTree - <group> - - A0A2DFA0ED9546B59E4ED9D8 - - fileRef - 0FBFD01DFD82406D9308C5AD - isa - PBXBuildFile - - A0DEEF8145EE468FB21B762E + 6281E9D1D9324549B9E9EE7A includeInIndex 1 @@ -5581,45 +3910,43 @@ sourceTree <group> - A10D51F4BD624E1CADF635DA + 6484BC3569C04A60A6532E05 - fileRef - 50048EF688EA48BFAC317D3E + buildConfigurationList + 769982DA9A9A4BD9A751606A + buildPhases + + 96E958CD165847FF91CD7F15 + 5B218392430E406AB5BA25B9 + + buildRules + + dependencies + + 027D7C4D8E454BD8963075A4 + 51E2CDCCF8C9439C8023C677 + CB9AD19BD0B24A2B87ED8F70 + B03C3861C61D42FA9E8C7D86 + 004B411723D84A1580D45FEA + F5027F1B326A4ACDB408BEA7 + FF04D75471D347C9A3340912 + D8F577A3706C4C72AAB12E30 + isa - PBXBuildFile - - A164F2A9A13D4D6C95278B2B - - explicitFileType - archive.ar - includeInIndex - 0 - isa - PBXFileReference - path - libPods-DTFoundation.a - sourceTree - BUILT_PRODUCTS_DIR - - A2208D4A5E874FC6BF205FAC - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h + PBXNativeTarget name - SBJson4Writer.h - path - src/main/objc/SBJson4Writer.h - sourceTree - <group> + Pods + productName + Pods + productReference + CA39466CEBD448C6B27C0C97 + productType + com.apple.product-type.library.static - A222AF4E0EF44EFDA13FDCAB + 64DC38008EA1404B8E8FE0B5 fileRef - A2AAF33881614979807AAD5E + B477672ABB7645DEB18ACFCA isa PBXBuildFile settings @@ -5628,50 +3955,260 @@ -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - A22993F5D4D648649848029A + 650BE947A3C94D2EBFE9180C + + fileRef + BF84D7A0311B4D4CB8E51970 + isa + PBXBuildFile + + 65C153DB87864B16ACC94931 buildActionMask 2147483647 files - 8A27DFC26EEC4EA6A9266408 + F9E1407C4DB544E582CB6024 + 4895B7CADB1E4FD9AF9D7FF8 + E8F0C738DDB841AAAD791A16 + 58677C6646464C3094B9796E + 585A6FE3EFE646C6A7965B38 + BD36B56409554A5BB165DE1E + 2BB6139EFD8D4A0A8DFBE3CA + 3ECB05E60B37462BA072CD2D + C213BD9914D64B759F6F2731 + 41B8BC0903EC4AA2AFF83AB5 + B00D81867E454368B63D019F + 687AD0C4BE864F8FB7AEEF04 + 0522369403D046C79FF695B3 + E3D58153BA02418899775773 + 53920BB4105B4DD4B9A77F23 + DFEEF222F01349BDB9D81973 + 3A3AA9F5D2034BD8A1B611E1 + 2A73CDC65BF241E8823488C3 + D22F73C260FD49FBB1D1CDA7 + BF4A09375D924A579E4DC67D + 3140B2A09DCE4E02A64C0B14 + 882759DB84264762A5B743D2 + E904F17C3D9D4BA885D6C1BC + 51579E178D214749AF5E2D2D + 487291DD7B4042C1BB3D530E + 9DBDD021138C404DBF890DC0 + 320C2F9D5B1C401A8C5B81BA + E93C99EF6D1E48BDB381D7F4 + 5D30886E54CD4F318CC46177 + 81892BE895874D1E8BB3DFFA + 0238FC3E3AC14DCEB5968EC5 + E842A891F7FE4593ACA04455 + B21446DB380A4AEBA1D4C821 + 8A7FD407B44545DFB5ACCA49 + 52751DFAA34340058995BD5A + 64DC38008EA1404B8E8FE0B5 + 73A459EA8E224BDFBE521570 + C0ED4A8570B9493ABB9057FC + E2D92E0A15EE4111B4C1F35F + E4048B26AF98458C9BB0EAC4 + DC65E8F6034945AEB13E44D8 + 452E2F19547247F08E4B6C53 + ED3C06F7B84D4B9981226B63 + B7062B94A14F4220AD01B554 + 0A5123CCBD5347FEB2BBE49A + BD8013EF06E141B189E1F4C6 + EEE2111186024BB2B371A2C7 + 6F47D72D49E747D6BCBE39D0 + 9B14423EB89B4CE189B76DC7 + 5BCE22AD4F99443DAEBCEE01 + A8C9CFFEF1D349F58FEF6B67 + F3B8836392524680B648D24C + E902F6DE78CF4699A56D86A5 + 305ABBAB6D474777AB1AF08D + 44CA2DBF70E54CADA94B701A + 39CFE283512449E2AABCB82D + 447F43F1B343490EA3113C4C + 423EB2391A3541B9B55D9F86 + A54162DD58054553A001A984 + 921C3DC9480D4BF79ED254FD + C9081AB215014F05866DB9F4 + 1816A978AADF4019B2D7C02D isa PBXSourcesBuildPhase runOnlyForDeploymentPostprocessing 0 - A2AAF33881614979807AAD5E + 65F5D1E48D4C45E7A919FE02 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.objc + sourcecode.c.h name - DTCoreTextParagraphStyle.m + DTCoreTextLayoutFrame.h path - Core/Source/DTCoreTextParagraphStyle.m + Core/Source/DTCoreTextLayoutFrame.h sourceTree <group> - A30132CB4089489CAADB2D39 + 6636C3BBA09643B6B2832A1F fileRef - C0071B1A2361421AAD2AB667 + 4F316D0B5ED74E51BAC8CBC3 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 667C9944EF9D43599BFA3132 + + fileRef + 704E816298C44CDA86C477CC isa PBXBuildFile - A337D952F4224BD090332D07 + 670BB105807A48979535B983 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + path + Pods-DTFoundation-Private.xcconfig + sourceTree + <group> + + 687AD0C4BE864F8FB7AEEF04 + + fileRef + 6BF695E5381F4037A85D91A2 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 68A04BC4BBD249CDA4288971 + + containerPortal + 1D61F37C573C4814AB275E1E + isa + PBXContainerItemProxy + proxyType + 1 + remoteGlobalIDString + 2DA82B34E6D64D458E70828C + remoteInfo + Pods-STableViewController + + 6902C04548E641089095A6D8 + + fileRef + E996DE8F1F0349FE9555F2D6 + isa + PBXBuildFile + + 696264199015476F9E3C3766 + + fileRef + 11C5B79EDA1D423783C67506 + isa + PBXBuildFile + + 69C12C8D2FE142A69E7FD441 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTAsyncFileDeleter.h + path + Core/Source/DTAsyncFileDeleter.h + sourceTree + <group> + + 69D2A6AF24164A2D8E0206E1 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + path + Pods-MBProgressHUD-Private.xcconfig + sourceTree + <group> + + 6A1427CBFFB14247B519EBBA + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTCoreText.h + path + Core/Source/DTCoreText.h + sourceTree + <group> + + 6A2CB4B3C9B9495491010174 + + fileRef + 411C69F631EF48D784D3872D + isa + PBXBuildFile + + 6A90F3DAA33848A597E09485 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + path + Pods-DTCoreText-Private.xcconfig + sourceTree + <group> + + 6ACF96833B594B438DA819A8 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + SBJson4StreamWriter.h + path + src/main/objc/SBJson4StreamWriter.h + sourceTree + <group> + + 6AF48A32B4E44D48B72E94E1 buildConfigurationList - 5644E02F8BDD4DB98C533A1D + CE953E410C8342A689E6477E buildPhases - 9C0008B1899F43A79329B17C - 7365721BBA85489680433CFA - F1BC8CEB765D4A7CB1515883 + 5D4BAD97B4A94DB2BD27351F + ACAD3F3C64704F7086583869 + B2E471C8A12943E9A9BFBFC0 buildRules @@ -5680,15 +4217,15 @@ isa PBXNativeTarget name - Pods-STableViewController + Pods-SDWebImage productName - Pods-STableViewController + Pods-SDWebImage productReference - 0204BA5B3AA74B4E8A96338C + BFE2D53407CD4C77AF1215F4 productType com.apple.product-type.library.static - A44A59C9865F4179AFA83367 + 6B1408B519FB48098F9549E6 includeInIndex 1 @@ -5697,13 +4234,103 @@ lastKnownFileType sourcecode.c.objc name - DTBase64Coding.m + NSScanner+HTML.m path - Core/Source/DTBase64Coding.m + Core/Source/NSScanner+HTML.m sourceTree <group> - A473F99BCCE4409E8F799956 + 6BAE7C3EE6724BA9B790FCE6 + + buildActionMask + 2147483647 + files + + A481B78A10BC40C28DF24A09 + 0DA394E397F0451386298B92 + 19BE1BA265834516BB611500 + 6902C04548E641089095A6D8 + F94E6432F3EC4E939A42485D + DDBAC297A0474A7089849E27 + FCEC83EECA554D0AB11C3AF2 + E838196D3ECC4A7A8044858D + 45AD2ABA2E9848B9A3DA1D66 + 45671A3B69304565912C5DAA + 1546EFA2FEEA4AB79122D0F2 + A147C244962240A18411FBD4 + CEB186DEE87B42759706A8FE + AFBE1276661A442CBF81E3F9 + C448250EDE9D4C73A34DA589 + D2068258354143C2B8F3E2A0 + C38C045551BD45CB995ECF1F + 923DCC3BB1A84C69BC867598 + E373DED4EDBD4D2F9AA49B62 + A5B28F1FE77E4558823EC192 + A6412629B8CE4D298961B51F + 166162DC24814EC0B9CCD550 + 5A7D71341EBE4EF49E3C26BF + 272B2CCACDDE4773AE0AE366 + F13A7D28D2A84BB2B6AB8EE3 + 7D9723EC9E4C4CE1868FB275 + 4ED3AEA32F5C4785B2862067 + 0DBD3A93F5E34BB6846100A7 + CEF6E3EDEA754E67B8412FCD + 71C40122D2544E36BE26F412 + 6E8FDFE105CD49819223D1D3 + 37F1DFB257E64ADB8670A090 + 469BDBE59F7B4F9AA2449FCE + 18A7B1328F494D0CBE82C64E + 5B35E92F6D194B179905791A + F815EFFA01764B33BA7479AD + 667C9944EF9D43599BFA3132 + E3F28EBF4BDD48FA8DB7DB31 + B9C1971ECD3D4497BED01C3B + 5C74880662F44E52AE777589 + 9E186FB88AD34825808E0412 + 0E62E4E7B9F645FE94B56772 + 244227E82FDA4BC3B38B8B4D + 193D38BFA96A49859BEE764F + 9B55C47F6B5347A39A12068C + BCA6D4D398374937BBC06E84 + A99687EA02014996BD5EC1A9 + D188FF66DBEB4DC59DF19B7B + 376FA786559048D396DEC730 + 99AA007072214CCDA568389E + 7E37FB0E8566488FB3CD764A + BA4219C72C224661A2E299E7 + 2FCCE1314BE740B0B8595574 + B1481B4DFBA84AE693342084 + 7B6399A0BAAE4D66BFB4A7EE + 03D457382AC74761A3304D8C + 7F2D443A2389436887AF76EE + F2AC33F4667848DD94646696 + CBD1E0D68BE94BB7B57265A3 + 76B2B3DBEFCD486E914192A7 + 6A2CB4B3C9B9495491010174 + 0C1E841E058846AEBCF174A7 + B68F4D4B7B1148C6A2EDCEDB + + isa + PBXHeadersBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 6BF695E5381F4037A85D91A2 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTColorFunctions.m + path + Core/Source/DTColorFunctions.m + sourceTree + <group> + + 6C87A0AAA3604CC18A3C7488 includeInIndex 1 @@ -5712,25 +4339,41 @@ lastKnownFileType sourcecode.c.h name - DTCoreTextLayoutLine.h + DTHorizontalRuleHTMLElement.h path - Core/Source/DTCoreTextLayoutLine.h + Core/Source/DTHorizontalRuleHTMLElement.h sourceTree <group> - A518E1E52E4B4458ADE3C615 + 6C8FAB75EF24499BA8C1F309 - fileRef - 8A5E4FB353274CA1BC5EB0A2 + containerPortal + 1D61F37C573C4814AB275E1E isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - + PBXContainerItemProxy + proxyType + 1 + remoteGlobalIDString + 4691266DD94644A0ABA3A969 + remoteInfo + Pods-SBJson - A54131EB010C496FB7352689 + 6CB1CB28475F4677BCF4DAA3 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + SBJson4StreamTokeniser.h + path + src/main/objc/SBJson4StreamTokeniser.h + sourceTree + <group> + + 6D40EFA6FC074795AE2A130D includeInIndex 1 @@ -5739,16 +4382,835 @@ lastKnownFileType sourcecode.c.objc name - SBJson4StreamWriterState.m + NSString+HTML.m path - src/main/objc/SBJson4StreamWriterState.m + Core/Source/NSString+HTML.m sourceTree <group> - A68862817F024DE08B26F300 + 6DC8E614F67348CEAF3E73CA + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTAttributedTextView.h + path + Core/Source/DTAttributedTextView.h + sourceTree + <group> + + 6DDE16CA37A54B60B917AC71 + + fileRef + E48017E6817543B08A55F045 + isa + PBXBuildFile + + 6E61633EC49B4F26AEEB4025 + + buildConfigurationList + 886A0E590B3D49FD9587CFB3 + buildPhases + + 65C153DB87864B16ACC94931 + FE1994C8B12E4866A3ABEB86 + 6BAE7C3EE6724BA9B790FCE6 + + buildRules + + dependencies + + 1F40BB4B6CA34A379FB17ECE + + isa + PBXNativeTarget + name + Pods-DTCoreText + productName + Pods-DTCoreText + productReference + 2B21BDBD6BA84B68BC838EBD + productType + com.apple.product-type.library.static + + 6E8FDFE105CD49819223D1D3 + + fileRef + 9F28E648BA7D4A15BC448091 + isa + PBXBuildFile + + 6F38FC5AC39E4C718738ADAC + + fileRef + C82DF03384ED4D2BB2A15282 + isa + PBXBuildFile + + 6F47D72D49E747D6BCBE39D0 + + fileRef + EA578B3F35AE48499DBFB8B6 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 6F5CD3FCF3ED446EA2806074 + + fileRef + 7A2702D26A17448F9CDB7564 + isa + PBXBuildFile + + 6F762A72333049EFA4A8AD8E + + isa + PBXTargetDependency + target + 38C7ED9DC06D408589D2979F + targetProxy + B36A668D8C04406090C023FC + + 7015F637C0D74550996086DD + + fileRef + 82051B0EBC4A4D24800DBD73 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 701F325838C64D1FB9258FB1 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTCoreTextGlyphRun.m + path + Core/Source/DTCoreTextGlyphRun.m + sourceTree + <group> + + 704E816298C44CDA86C477CC + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTImageTextAttachment.h + path + Core/Source/DTImageTextAttachment.h + sourceTree + <group> + + 70A52322E4AB41279918E8AB + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTAttributedTextContentView.h + path + Core/Source/DTAttributedTextContentView.h + sourceTree + <group> + + 70E884001EC3473091EA50AF + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + NSData+DTCrypto.m + path + Core/Source/NSData+DTCrypto.m + sourceTree + <group> + + 71A21D33AFF240FC845856B5 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTDictationPlaceholderView.h + path + Core/Source/DTDictationPlaceholderView.h + sourceTree + <group> + + 71C40122D2544E36BE26F412 + + fileRef + 35817E4D4DD94F6FAA63A583 + isa + PBXBuildFile + + 71FB42DFF4884BB5825D0086 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + UIImageView+HighlightedWebCache.m + path + SDWebImage/UIImageView+HighlightedWebCache.m + sourceTree + <group> + + 72E379CE3EAB495EB272418E + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + path + Pods-Reachability.xcconfig + sourceTree + <group> + + 733EE7A109AA4EE2BA2777AB + + fileRef + 9854CA1894314D4983E56D37 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 736145923350423CAE16E828 + + fileRef + 71FB42DFF4884BB5825D0086 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 73A459EA8E224BDFBE521570 + + fileRef + 4068FC031D804146ACDF7740 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 7451CC74E4A44740B90D9A6C + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTLog.m + path + Core/Source/DTLog.m + sourceTree + <group> + + 7465B76327E84C048750E335 + + containerPortal + 1D61F37C573C4814AB275E1E + isa + PBXContainerItemProxy + proxyType + 1 + remoteGlobalIDString + 8DDEE312E77B4A0F82D59625 + remoteInfo + Pods-DTFoundation + + 757508F7A5DC48CFBD7CB140 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Pods-Reachability-dummy.m + sourceTree + <group> + + 758E69056A1C465DA84F3163 + + containerPortal + 1D61F37C573C4814AB275E1E + isa + PBXContainerItemProxy + proxyType + 1 + remoteGlobalIDString + 6AF48A32B4E44D48B72E94E1 + remoteInfo + Pods-SDWebImage + + 75BD7D0EF83848B49E8B6FEE + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTAttributedTextView.m + path + Core/Source/DTAttributedTextView.m + sourceTree + <group> + + 75C2E481BD4E45338EA28A50 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + NSURL+DTUnshorten.h + path + Core/Source/NSURL+DTUnshorten.h + sourceTree + <group> + + 7669EE4A7C174F9AA6323D66 + + fileRef + 2103930240B144598EF7C15B + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 766BE476C5A64AFDA3AE1869 + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + ImageIO.framework + path + Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/ImageIO.framework + sourceTree + DEVELOPER_DIR + + 767E59C7A2014FEABD876C8C + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + NSScanner+HTML.h + path + Core/Source/NSScanner+HTML.h + sourceTree + <group> + + 769982DA9A9A4BD9A751606A + + buildConfigurations + + 58D9E26E4B2340EEAED9FAAD + 2E99E7D04F7A4A2BABF191FE + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 76B2B3DBEFCD486E914192A7 + + fileRef + 84CF103762564FE297CE841D + isa + PBXBuildFile + + 78139FA010A44078949F8132 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + MKNetworkOperation.h + path + MKNetworkKit/MKNetworkOperation.h + sourceTree + <group> + + 78512260F0E14BACB61AB9AE + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + NSDictionary+DTError.m + path + Core/Source/NSDictionary+DTError.m + sourceTree + <group> + + 78BF8A9205A0414FA968E060 + + fileRef + 57703456C10A4385B970A63C + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 78F3A4CCC258455DA97CD120 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTBase64Coding.h + path + Core/Source/DTBase64Coding.h + sourceTree + <group> + + 78F453B8FB854CD196226D0B + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Pods-MBProgressHUD-dummy.m + sourceTree + <group> + + 791F61C756B94AA197B0CFB4 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTCoreGraphicsUtils.m + path + Core/Source/DTCoreGraphicsUtils.m + sourceTree + <group> + + 792A636976514A7698621AFE + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTFoundationConstants.m + path + Core/Source/DTFoundationConstants.m + sourceTree + <group> + + 7949CF429EF84E7BA44F0F2A + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTWebVideoView.h + path + Core/Source/DTWebVideoView.h + sourceTree + <group> + + 796941D8D23D4D5AA5ECE938 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTCSSListStyle.m + path + Core/Source/DTCSSListStyle.m + sourceTree + <group> + + 799DA57F463E4DD4B3147390 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + NSString+DTURLEncoding.m + path + Core/Source/NSString+DTURLEncoding.m + sourceTree + <group> + + 7A2702D26A17448F9CDB7564 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + NSMutableArray+DTMoving.h + path + Core/Source/NSMutableArray+DTMoving.h + sourceTree + <group> + + 7A6855C4BDD24A41961DEF74 + + fileRef + 6281E9D1D9324549B9E9EE7A + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 7AC39FD8DCF64BC3A47F6CF1 + + fileRef + B032849B735B48AC925ED514 + isa + PBXBuildFile + + 7B6399A0BAAE4D66BFB4A7EE + + fileRef + FA43A0EBBAEE47EDB6012B41 + isa + PBXBuildFile + + 7BC05E455EB341619FDFBB53 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + SBJson4StreamWriterState.h + path + src/main/objc/SBJson4StreamWriterState.h + sourceTree + <group> + + 7CB667774C8A4029A1905EBC + + fileRef + CF6257E5A5FF457FA7340329 + isa + PBXBuildFile + + 7D3FF477C83D48D0947F0AD0 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTVersion.m + path + Core/Source/DTVersion.m + sourceTree + <group> + + 7D9723EC9E4C4CE1868FB275 + + fileRef + 9D710CEDD8924EDDB9686136 + isa + PBXBuildFile + + 7DE0A5443E7E44AF9538BA0C + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTExtendedFileAttributes.m + path + Core/Source/DTExtendedFileAttributes.m + sourceTree + <group> + + 7E0C73AE1D8E48BF833F6895 + + fileRef + 69C12C8D2FE142A69E7FD441 + isa + PBXBuildFile + + 7E20C42D7A43456592A0B846 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTAccessibilityElement.m + path + Core/Source/DTAccessibilityElement.m + sourceTree + <group> + + 7E319C233F6A43939D641FD3 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + NSAttributedString+SmallCaps.h + path + Core/Source/NSAttributedString+SmallCaps.h + sourceTree + <group> + + 7E37FB0E8566488FB3CD764A + + fileRef + 1275E332A2FE4E2383F1FE82 + isa + PBXBuildFile + + 7E5675C4F77F436DB4F575E2 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + SDImageCache.h + path + SDWebImage/SDImageCache.h + sourceTree + <group> + + 7E82B4AFEC2245DA98557F9E + + fileRef + 497928F3E6624EA98EEC243E + isa + PBXBuildFile + + 7F050B7D1A5A411CA063C705 + + fileRef + 9172ED9480894D9587FC57A8 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 7F0E0438BBED4EF1A105BF1F + + fileRef + C4A65350514A42C1B87FB71F + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 7F1B7137A5304A8182BDBD3D baseConfigurationReference - 37019679540E4DB9943F4ED0 + 670BB105807A48979535B983 + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + ARCHS + $(ARCHS_STANDARD_INCLUDING_64_BIT) + COPY_PHASE_STRIP + NO + DSTROOT + /tmp/xcodeproj.dst + GCC_C_LANGUAGE_STANDARD + gnu99 + GCC_DYNAMIC_NO_PIC + NO + GCC_OPTIMIZATION_LEVEL + 0 + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + Pods-DTFoundation-prefix.pch + GCC_PREPROCESSOR_DEFINITIONS + + DEBUG=1 + $(inherited) + + GCC_SYMBOLS_PRIVATE_EXTERN + NO + GCC_VERSION + com.apple.compilers.llvm.clang.1_0 + INSTALL_PATH + $(BUILT_PRODUCTS_DIR) + IPHONEOS_DEPLOYMENT_TARGET + 7.0 + OTHER_LDFLAGS + + PRODUCT_NAME + $(TARGET_NAME) + PUBLIC_HEADERS_FOLDER_PATH + $(TARGET_NAME) + SDKROOT + iphoneos + SKIP_INSTALL + YES + + isa + XCBuildConfiguration + name + Debug + + 7F2D443A2389436887AF76EE + + fileRef + 28DFE074A6CE424FB28CF41B + isa + PBXBuildFile + + 7FD25C43CA97444CBFE4DBCD + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTAttributedTextCell.h + path + Core/Source/DTAttributedTextCell.h + sourceTree + <group> + + 80EC0E5EA2A44A9AB318092A + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + SDWebImageDownloader.h + path + SDWebImage/SDWebImageDownloader.h + sourceTree + <group> + + 8120A2DD6BBE46AB8241C264 + + baseConfigurationReference + 12E66F08EFC04B418BB87446 buildSettings ALWAYS_SEARCH_USER_PATHS @@ -5799,118 +5261,7 @@ name Release - A6A8BEE4CAB24C308DB7172B - - baseConfigurationReference - C364C5819B194CE1A70F7D62 - buildSettings - - ALWAYS_SEARCH_USER_PATHS - NO - ARCHS - $(ARCHS_STANDARD_INCLUDING_64_BIT) - COPY_PHASE_STRIP - NO - DSTROOT - /tmp/xcodeproj.dst - GCC_C_LANGUAGE_STANDARD - gnu99 - GCC_DYNAMIC_NO_PIC - NO - GCC_OPTIMIZATION_LEVEL - 0 - GCC_PRECOMPILE_PREFIX_HEADER - YES - GCC_PREFIX_HEADER - Pods-SDWebImage-prefix.pch - GCC_PREPROCESSOR_DEFINITIONS - - DEBUG=1 - $(inherited) - - GCC_SYMBOLS_PRIVATE_EXTERN - NO - GCC_VERSION - com.apple.compilers.llvm.clang.1_0 - INSTALL_PATH - $(BUILT_PRODUCTS_DIR) - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - OTHER_LDFLAGS - - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - $(TARGET_NAME) - SDKROOT - iphoneos - SKIP_INSTALL - YES - - isa - XCBuildConfiguration - name - Debug - - A6C5FF44148E47B59C8964BC - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTHTMLParserTextNode.m - path - Core/Source/DTHTMLParserTextNode.m - sourceTree - <group> - - A6C9D3F9D0EA4BA8B156649A - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - Pods-Reachability-prefix.pch - sourceTree - <group> - - A726623F6FA14A52922CF4F4 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTCSSStylesheet.m - path - Core/Source/DTCSSStylesheet.m - sourceTree - <group> - - A73D51B14E8C42E5B599247E - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTAttributedTextView.m - path - Core/Source/DTAttributedTextView.m - sourceTree - <group> - - A773FA406AEA4E02982DC29C + 816A0F41E4BC4787A4C1A5D2 includeInIndex 1 @@ -5919,84 +5270,16 @@ lastKnownFileType sourcecode.c.h name - SDWebImageManager.h + DTTextAttachment.h path - SDWebImage/SDWebImageManager.h + Core/Source/DTTextAttachment.h sourceTree <group> - A7F404FEC66843BCB8C479A0 - - baseConfigurationReference - ED75A9B0F9CA4232A9E6C225 - buildSettings - - ALWAYS_SEARCH_USER_PATHS - NO - ARCHS - $(ARCHS_STANDARD_INCLUDING_64_BIT) - COPY_PHASE_STRIP - NO - DSTROOT - /tmp/xcodeproj.dst - GCC_C_LANGUAGE_STANDARD - gnu99 - GCC_DYNAMIC_NO_PIC - NO - GCC_OPTIMIZATION_LEVEL - 0 - GCC_PRECOMPILE_PREFIX_HEADER - YES - GCC_PREFIX_HEADER - Pods-SBJson-prefix.pch - GCC_PREPROCESSOR_DEFINITIONS - - DEBUG=1 - $(inherited) - - GCC_SYMBOLS_PRIVATE_EXTERN - NO - GCC_VERSION - com.apple.compilers.llvm.clang.1_0 - INSTALL_PATH - $(BUILT_PRODUCTS_DIR) - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - OTHER_LDFLAGS - - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - $(TARGET_NAME) - SDKROOT - iphoneos - SKIP_INSTALL - YES - - isa - XCBuildConfiguration - name - Debug - - A81F2FE0A09A475A9F8C7A58 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - DTSmartPagingScrollView.h - path - Core/Source/iOS/DTSmartPagingScrollView.h - sourceTree - <group> - - A853BDC38A8F467D98C682D5 + 81892BE895874D1E8BB3DFFA fileRef - 0DF9E94A7309404CBCA6889A + 4FBF9661577E47B2A2A9EE81 isa PBXBuildFile settings @@ -6005,28 +5288,7 @@ -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - A8768D5AB9C443618F747900 - - fileRef - F60DB7F1A8E74E1B9C91C546 - isa - PBXBuildFile - - A8AA8AA6D1D744AF8EABC9F7 - - fileRef - 6EFBF311448C42CFA58D130F - isa - PBXBuildFile - - A8C9D5DBD6BD4E93B085C7B2 - - fileRef - 7295D4CCE07547BD87880CB8 - isa - PBXBuildFile - - A8DF35FE8B2743B0A5291945 + 82051B0EBC4A4D24800DBD73 includeInIndex 1 @@ -6035,13 +5297,13 @@ lastKnownFileType sourcecode.c.objc name - DTHTMLWriter.m + SDWebImageDownloader.m path - Core/Source/DTHTMLWriter.m + SDWebImage/SDWebImageDownloader.m sourceTree <group> - A90728840BA5435CBB54405C + 8272412FF9FD4519B747D0B6 includeInIndex 1 @@ -6050,13 +5312,58 @@ lastKnownFileType sourcecode.c.h name - NSString+HTML.h + DTCSSListStyle.h path - Core/Source/NSString+HTML.h + Core/Source/DTCSSListStyle.h sourceTree <group> - A9344F5023A7428B81BCA154 + 82EB9F70C71440ACBF4145A1 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + NSData+DTCrypto.h + path + Core/Source/NSData+DTCrypto.h + sourceTree + <group> + + 83288A55A9EB4145A52C2724 + + children + + D0C97D2704B54523986564CA + CEFE61749E5D46829A925482 + E038FF48575D474A98915CC3 + 52B91FCB16984E3883A750FC + EE30A43D02E94A1496E567E1 + 97DA7FF94E3A46CAAB8E6F8D + + isa + PBXGroup + name + Pods + sourceTree + <group> + + 833FBB27BFF143BDBB67DEA6 + + fileRef + 04D5EAA9558E4CAEBAAA4A66 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 8483A46E4B8442268C018179 includeInIndex 1 @@ -6065,99 +5372,278 @@ lastKnownFileType sourcecode.c.objc name - SBJson4StreamParserState.m + NSDictionary+DTCoreText.m path - src/main/objc/SBJson4StreamParserState.m + Core/Source/NSDictionary+DTCoreText.m sourceTree <group> - A9B44BF290414710B99BAD66 + 84CF103762564FE297CE841D - buildActionMask - 2147483647 - files + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + NSString+CSS.h + path + Core/Source/NSString+CSS.h + sourceTree + <group> + + 85F2F9B69F894CC0A2592A7B + + children - 730DE663FE9245728E26DDC2 - 0D4E69A85AC647DEBEF0B5DF - 1C1F12DAECD04B229E4F98D7 - 77728BF3597E457987B72207 - E4018A6CB4C940CCBFADAF0B - 449DE03D3C684889B3985B59 - 79D3BBFEEEF14C8BB06D7227 - D606EDD0CB664BA4AB28CF4C - 0CDE0C5F7042404D9FD9BF96 - 602639EF23FB4A8E9F67FDD5 - E02F91E517E74C20B03C4F4A - EC579D6A0E0646F49570217E - 9C416F3829AA4002BB744C0B - 602320A7632F40A69B6607AA - C74E40DB580346D3B7BAF06D + B0B464ACAFB04D25834C2744 + D2C45BDB261D4E5A994C74D8 + 3A923FAF59974A1EB01E9F17 + 4309FD41465A463283BB5A68 isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - A9BD5CD07AC047DDA87AFD0B - - baseConfigurationReference - 972DCFD0AB2C40BB850F9264 - buildSettings - - ALWAYS_SEARCH_USER_PATHS - NO - ARCHS - $(ARCHS_STANDARD_INCLUDING_64_BIT) - COPY_PHASE_STRIP - YES - DSTROOT - /tmp/xcodeproj.dst - GCC_C_LANGUAGE_STANDARD - gnu99 - GCC_PRECOMPILE_PREFIX_HEADER - YES - GCC_PREFIX_HEADER - Pods-Reachability-prefix.pch - GCC_VERSION - com.apple.compilers.llvm.clang.1_0 - INSTALL_PATH - $(BUILT_PRODUCTS_DIR) - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - OTHER_CFLAGS - - -DNS_BLOCK_ASSERTIONS=1 - $(inherited) - - OTHER_CPLUSPLUSFLAGS - - -DNS_BLOCK_ASSERTIONS=1 - $(inherited) - - OTHER_LDFLAGS - - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - $(TARGET_NAME) - SDKROOT - iphoneos - SKIP_INSTALL - YES - VALIDATE_PRODUCT - YES - - isa - XCBuildConfiguration + PBXGroup name - Release + Support Files + sourceTree + SOURCE_ROOT - A9DB2E0ADD3A42D09A4D740D + 86194BB40AA94415BD0EB329 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTStylesheetHTMLElement.m + path + Core/Source/DTStylesheetHTMLElement.m + sourceTree + <group> + + 868C2A3D45794845B8F03410 + + children + + 0088611A1A85488799933D35 + 7E20C42D7A43456592A0B846 + 40F6FBB234D14DA7B0B81DB6 + AF09015DE53B4E5DA0547F8F + A557581D47CC4F59B826B451 + 25179E0F43B4475FA170C198 + E996DE8F1F0349FE9555F2D6 + 49CE52BE242B431194ADC309 + 7FD25C43CA97444CBFE4DBCD + E2EA824EE1BA4C5980A98888 + 70A52322E4AB41279918E8AB + AF31367438344A7D84B25DA3 + 6DC8E614F67348CEAF3E73CA + 75BD7D0EF83848B49E8B6FEE + 5934F6F4E71D4F4EA2928D42 + 0E5515C46C014FCF8A40C043 + 8272412FF9FD4519B747D0B6 + 796941D8D23D4D5AA5ECE938 + B44F931EB1984448A400AAE6 + 98C2BCA61C044D3BA56BB188 + D4A6FD0EC26C4616B85A8C6E + 9E1716354CD7480DA47E3933 + 8D06C88EFFDF4784A322CDD5 + 6BF695E5381F4037A85D91A2 + D10F41CEFF6A4892912C2AE3 + 6A1427CBFFB14247B519EBBA + D65B26C5CF6D476F954F2E3B + D123A9F36C814926979AE29E + EFFE8949F5134E058031FDBB + 0F72FFB947F34911B841303E + 8F1D35C210734E3F977ED3D9 + 500ED37E9BF44A97B5C55951 + 042F92715BEB47468EF5A868 + 9D6BF9AA8A58441D8BF30A1A + D5025B9F9B734877890ACDA2 + 701F325838C64D1FB9258FB1 + 65F5D1E48D4C45E7A919FE02 + DFB5A3B5C42D46A39A295130 + 2B2461516F824B7899533ED3 + 8873621EB8CA45AEA5D3A3A3 + 34AB9D5B94A54866A82BF8EA + 16FB5BBEE250407EB55A8F29 + 392D6DA368C5426C805F25C6 + F0ECB735475746F5BABBBDEC + 949AA708C1DD4839B0D00B89 + D903EBBEA7024A678B6386FF + 24A573F9724C48A298BB6EC6 + 9D710CEDD8924EDDB9686136 + F00602FB83D34618A62BEF08 + A7F8553BEF22441993809D23 + 075D45424C3941DD9A75E477 + 71A21D33AFF240FC845856B5 + BCE3BFCB91D7425183C7FCFE + 8FBA411A5590482481637574 + 8D84B955C2BC443A85D9DF67 + 35817E4D4DD94F6FAA63A583 + 2E37938A422447E497374FD4 + 9F28E648BA7D4A15BC448091 + 872CC6BA64AC49F68FE2C8A0 + 88673153D02544BB8E372491 + CA40FC77060D4F36B650F3E5 + 21C4C133A7994D849BD37919 + 4FBF9661577E47B2A2A9EE81 + 6C87A0AAA3604CC18A3C7488 + C7BDFE5860994682A81C8286 + 15F3E8B2ADC3476490292EB3 + 2E5E8E39436E42C088216541 + 444A7DE0A49A41D58E94BD82 + 35B17D1615A447DE8C469BB6 + 704E816298C44CDA86C477CC + 55BB0EDFF8BB4E57B8F40361 + 54836BBC11D94C4291199530 + 0F41C31050E54D8CA8F8B4A7 + C8132ECB456C4AE5A968E52B + B477672ABB7645DEB18ACFCA + 56C5753449D747B18B8A85B9 + 4068FC031D804146ACDF7740 + 0B5C8E5F99EE4B47A03A7690 + 3B0FB5270FD24DDCB90DA943 + 90131004D26042DF8FCA72A0 + 86194BB40AA94415BD0EB329 + 816A0F41E4BC4787A4C1A5D2 + B240D8ABD6494745A0927878 + 90CF3F32C869437EBF54EEEB + 0DD6015D87874E318118912F + A55DD98B5762430BBFBD09FE + E1B8E594BAC942AC8BA380C7 + 562B092745974046B18BC84E + 2C37B382D3CC4651B7833B9F + 53A960E27ABC4BA9A5CD0E25 + 4B7184AE0CDD487DB0F89AD7 + 7949CF429EF84E7BA44F0F2A + EC320226B96D4E46B3AEA264 + A2355E9607BC480EB293E560 + 921184E86D194706AAAD0835 + A703BDE4786B43CCBB099B9A + C0F86E27DFDA4333AE47481D + 1275E332A2FE4E2383F1FE82 + EA578B3F35AE48499DBFB8B6 + 7E319C233F6A43939D641FD3 + F29B1BD4B80B4E4AA4FB85BA + AFABD79AB23B46118C248C2E + 20CB74A1F1264217B929A23B + 0D6A29CBC28E48AC943F9CCD + E354F7EA10A149DB8306D41C + FA43A0EBBAEE47EDB6012B41 + 365D2958715B4E43805FFC06 + 3358AB10795242F0B91F7414 + 8483A46E4B8442268C018179 + 28DFE074A6CE424FB28CF41B + 3DD1E0A87E164285B13BAEF9 + 88BA57ECFC6B4FC49610D7A8 + 3CEBF6B5AF2C48A6948214EB + 767E59C7A2014FEABD876C8C + 6B1408B519FB48098F9549E6 + 84CF103762564FE297CE841D + EAEC227F68864B71A81BA3DB + 411C69F631EF48D784D3872D + 6D40EFA6FC074795AE2A130D + 8A90198BE59648A3A24BB408 + F396D708741540BCB95E0D7F + 117F904D37F14ACCB1A4DA8E + F6FBA3F529454F20B0655F4D + B1B2BB2A16894DE1A7F51F22 + CEB58521B9B841A2B1DAEA82 + + isa + PBXGroup + name + DTCoreText + path + DTCoreText + sourceTree + <group> + + 86E6E6F8A2CC4093AF0A3683 + + fileRef + 8AFDC7752C99482F9A4D6766 + isa + PBXBuildFile + + 86EAB300CD824A5D916EBDD3 + + fileRef + EC04BD875199487C9C6BE049 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 872CC6BA64AC49F68FE2C8A0 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTHTMLParserNode.m + path + Core/Source/DTHTMLParserNode.m + sourceTree + <group> + + 879A555E43D54FFCB09520EA + + fileRef + 6CB1CB28475F4677BCF4DAA3 + isa + PBXBuildFile + + 880C8C2B980C443E86FFB43F + + fileRef + D8A1190C1D2244ABBD541171 + isa + PBXBuildFile + + 882759DB84264762A5B743D2 + + fileRef + D903EBBEA7024A678B6386FF + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 88673153D02544BB8E372491 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTHTMLParserTextNode.h + path + Core/Source/DTHTMLParserTextNode.h + sourceTree + <group> + + 886A0E590B3D49FD9587CFB3 buildConfigurations - A7F404FEC66843BCB8C479A0 - F1E9D645A5974CCBB0C8347F + D382CCA5518F4F59A4E1AF1B + 8F406EE3D4EC4AF18563AEEC defaultConfigurationIsVisible 0 @@ -6166,14 +5652,7 @@ isa XCConfigurationList - A9ECBF19B91F45D1A6E9A30F - - fileRef - EAABE2FDE68246359C186BDB - isa - PBXBuildFile - - A9FA7F6A25F846E394E23D7F + 8873621EB8CA45AEA5D3A3A3 includeInIndex 1 @@ -6182,52 +5661,13 @@ lastKnownFileType sourcecode.c.objc name - DTAnchorHTMLElement.m + DTCoreTextLayoutFrame+Cursor.m path - Core/Source/DTAnchorHTMLElement.m + Core/Source/DTCoreTextLayoutFrame+Cursor.m sourceTree <group> - AA34D49B7EE548BE9FDF1DEB - - fileRef - FDA0A2A008F5412E8C95B327 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - AB047026747646C1A330819E - - fileRef - 83EF7066EBB64E5281B49EC8 - isa - PBXBuildFile - - ABBF33FF15D8418AB38267C2 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - Pods-dummy.m - sourceTree - <group> - - AC28CA856B154F57870F6381 - - fileRef - 4A69233482FD4C2182E5B801 - isa - PBXBuildFile - - AC2E01E3731C46E985464F1F + 88BA57ECFC6B4FC49610D7A8 includeInIndex 1 @@ -6236,272 +5676,212 @@ lastKnownFileType sourcecode.c.h name - DTLazyImageView.h + NSMutableString+HTML.h path - Core/Source/DTLazyImageView.h + Core/Source/NSMutableString+HTML.h sourceTree <group> - ACE3BEABDED84548A4B26F57 + 89DD3E4BAE4D4191B3C10B37 - containerPortal - 4CB0F388DBCC4ABBAB5D1C3C + fileRef + 3F4D75658DEC428BBCC0429F isa - PBXContainerItemProxy - proxyType + PBXBuildFile + + 8A3A6F1FDCE94A3BA558002C + + includeInIndex 1 - remoteGlobalIDString - E4F8AC4C609541F2AB0E9D28 - remoteInfo + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + UIImage+MultiFormat.m + path + SDWebImage/UIImage+MultiFormat.m + sourceTree + <group> + + 8A7FD407B44545DFB5ACCA49 + + fileRef + 55BB0EDFF8BB4E57B8F40361 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 8A90198BE59648A3A24BB408 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + NSString+Paragraphs.h + path + Core/Source/NSString+Paragraphs.h + sourceTree + <group> + + 8AFDC7752C99482F9A4D6766 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + STableViewController.h + path + STableViewController/STableViewController.h + sourceTree + <group> + + 8BB41BE7FA3A42A887013FE2 + + fileRef + 4CF86D0C9C4B466BAD8E51CD + isa + PBXBuildFile + + 8BCBE156CFCF45139B4EE00A + + fileRef + 7E5675C4F77F436DB4F575E2 + isa + PBXBuildFile + + 8BD0FF25A4F547C6933FB01C + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + UIImageView+HighlightedWebCache.h + path + SDWebImage/UIImageView+HighlightedWebCache.h + sourceTree + <group> + + 8C041344585A4683A4EE1E16 + + explicitFileType + archive.ar + includeInIndex + 0 + isa + PBXFileReference + path + libPods-SBJson.a + sourceTree + BUILT_PRODUCTS_DIR + + 8D06C88EFFDF4784A322CDD5 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTColorFunctions.h + path + Core/Source/DTColorFunctions.h + sourceTree + <group> + + 8D84B955C2BC443A85D9DF67 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTHTMLAttributedStringBuilder.m + path + Core/Source/DTHTMLAttributedStringBuilder.m + sourceTree + <group> + + 8DDEE312E77B4A0F82D59625 + + buildConfigurationList + 602708ED42BB4E36A3FE5E1A + buildPhases + + 42985CBA4C4744819725C104 + 1B45C9F4CD9442F4B3A55B89 + D479953F3E8D46799FBAA598 + + buildRules + + dependencies + + isa + PBXNativeTarget + name Pods-DTFoundation + productName + Pods-DTFoundation + productReference + 9F442B84685E406BAB991F63 + productType + com.apple.product-type.library.static - AD6CB4040CD644CFB250B93D + 8E8591644D764E5782681333 - fileRef - 20304A6329F94EBD959C94ED + buildActionMask + 2147483647 + files + + 25594F53B67A47BE818AFDDD + 473C7B3F63A2411D8990A7FF + E78D0DA55C444492A8E82D00 + 1BBD65D6A9F6487493E4719E + 91C118908D094E59BC7878CB + 86EAB300CD824A5D916EBDD3 + 05FF767E7CE54892AE035AF3 + 960D4F25F7D04C289009BB4C + isa - PBXBuildFile + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 - AE684C2FCEAA4CDBAD29B0DB + 8F1D35C210734E3F977ED3D9 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.objc + sourcecode.c.h name - DTHTMLElement.m + DTCoreTextFontDescriptor.h path - Core/Source/DTHTMLElement.m + Core/Source/DTCoreTextFontDescriptor.h sourceTree <group> - AF19DB4D983F4514B7144D70 - - fileRef - A81F2FE0A09A475A9F8C7A58 - isa - PBXBuildFile - - AF613FC8729B416BAEB08A4A - - fileRef - C2CA6F42B6C24A4EA2794482 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - AFAE56DCF0944E1B9460633A - - fileRef - F8C024C08BEF4123AA21F009 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - AFE92F74458D4F7FB99BD338 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTFoundationConstants.m - path - Core/Source/DTFoundationConstants.m - sourceTree - <group> - - B13BC1C7B0BF48FE839AC753 - - fileRef - 0A0B2B1009404E23B788935F - isa - PBXBuildFile - - B1441B7180E24FBA8E43AF37 + 8F406EE3D4EC4AF18563AEEC baseConfigurationReference - C364C5819B194CE1A70F7D62 - buildSettings - - ALWAYS_SEARCH_USER_PATHS - NO - ARCHS - $(ARCHS_STANDARD_INCLUDING_64_BIT) - COPY_PHASE_STRIP - YES - DSTROOT - /tmp/xcodeproj.dst - GCC_C_LANGUAGE_STANDARD - gnu99 - GCC_PRECOMPILE_PREFIX_HEADER - YES - GCC_PREFIX_HEADER - Pods-SDWebImage-prefix.pch - GCC_VERSION - com.apple.compilers.llvm.clang.1_0 - INSTALL_PATH - $(BUILT_PRODUCTS_DIR) - IPHONEOS_DEPLOYMENT_TARGET - 7.0 - OTHER_CFLAGS - - -DNS_BLOCK_ASSERTIONS=1 - $(inherited) - - OTHER_CPLUSPLUSFLAGS - - -DNS_BLOCK_ASSERTIONS=1 - $(inherited) - - OTHER_LDFLAGS - - PRODUCT_NAME - $(TARGET_NAME) - PUBLIC_HEADERS_FOLDER_PATH - $(TARGET_NAME) - SDKROOT - iphoneos - SKIP_INSTALL - YES - VALIDATE_PRODUCT - YES - - isa - XCBuildConfiguration - name - Release - - B1ECD5A50E79478DBE50ABD0 - - fileRef - 738C233A518049319EBC4A2D - isa - PBXBuildFile - - B33D24DF55AA4DA5B24FEA6A - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - UIImage+MultiFormat.h - path - SDWebImage/UIImage+MultiFormat.h - sourceTree - <group> - - B35E560F7F604C3489DD7AB3 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - DTHTMLElement.h - path - Core/Source/DTHTMLElement.h - sourceTree - <group> - - B39AD1F4518A4DEABBBF9C19 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - SDWebImageOperation.h - path - SDWebImage/SDWebImageOperation.h - sourceTree - <group> - - B413DE101F0E4741B3816376 - - fileRef - 5A614A35950247DFA80FAAF9 - isa - PBXBuildFile - - B41BCED27E3E415F85ECAE57 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - Reachability.h - sourceTree - <group> - - B43280A982E846809B853909 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - SDImageCache.m - path - SDWebImage/SDImageCache.m - sourceTree - <group> - - B4D67B0C8E0B4CFC878151B8 - - fileRef - E4B8B8C6402C418DB17D6DA9 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - B4FDF79BB939435EB854E207 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - DTAttributedLabel.h - path - Core/Source/DTAttributedLabel.h - sourceTree - <group> - - B50B164A765E467582AAD291 - - baseConfigurationReference - CE336C49B19340D69B8298EE + 6A90F3DAA33848A597E09485 buildSettings ALWAYS_SEARCH_USER_PATHS @@ -6552,288 +5932,10 @@ name Release - B51D87E001054861AC5EBC13 - - children - - EEF6E5EDEC3D4C319F313204 - 0776299499724B5B8D5F43DC - C43E93506A7449F89267983A - 8A5E4FB353274CA1BC5EB0A2 - 6A45215E44DF4E8398D9E1A2 - A9FA7F6A25F846E394E23D7F - B4FDF79BB939435EB854E207 - C96ABED10B56477B9F13953A - 64D984E633B347B5BFA967E3 - 99FF532D71454E3B83CA86B9 - 2A0365F54E6240DAB998D212 - 854CEEC061F34C6B9C726909 - 779EBE058DA8417E9B505FD8 - A73D51B14E8C42E5B599247E - 142221C0383A496694478919 - FF91470CC43946B4912C939B - EBD13A2B11C741B5BE13F39A - F8C024C08BEF4123AA21F009 - E644942EF03E458989811331 - A726623F6FA14A52922CF4F4 - 19F0EC5817B24403986723F8 - 329D8EFBC36948AC94167674 - F3CC1702C3F345039156BA13 - B9C0B51822F34500ABF9A705 - 88F39909B533444E87CDD83A - 4A69233482FD4C2182E5B801 - 503B2EA8B5CC472FA76353EE - 72AF688F0F3B4F839B0074F6 - F7D8056EEC53457AB0DB477B - 960BA36172894C7888986826 - D32E32B649A742CAA6831029 - F36506955E2042D495C81486 - CFBF32F908674EA5B75FF615 - C2CA6F42B6C24A4EA2794482 - C55E92E2441E4325A04718E0 - 5B87E783C07C43109944723D - F67F6BB7B12B4046A2A2667B - 1A1EFDF1E3074D1AB1DB5677 - 5A614A35950247DFA80FAAF9 - 120F863DD62F4A688EECA790 - 92207386EF6A4EA78BCAF7FB - 7FAB6B1C43A645F6BB0E5AE7 - A473F99BCCE4409E8F799956 - E1E6BF5523444AE3BFDA092C - D97DFED6FF874FDA81AEBE53 - 0DF9E94A7309404CBCA6889A - 76BC0AF3BECE4ECAB5CEBF9D - E0A9F3763E1747B483B51846 - A2AAF33881614979807AAD5E - 46EC1796DC3C4B859B253FE3 - E3DDFA27DED44219BF78273A - 7DCB938E035B48E5BF71FD2D - D44BCE2074B145859B4EA723 - C964B6B099754EE2A3E87386 - E10B0BBC76394C048D50BB9C - B35E560F7F604C3489DD7AB3 - AE684C2FCEAA4CDBAD29B0DB - DCDA3DD9777A4B308F58A6C5 - 02F7EBEFD85942A6BD31C2F7 - 50048EF688EA48BFAC317D3E - A6C5FF44148E47B59C8964BC - 20304A6329F94EBD959C94ED - A8DF35FE8B2743B0A5291945 - 157FC1004F37494DAD46868D - F6947A3CA5374ABFBCC594BF - 74D7C131DD204C9CA0F0BE16 - 2C026B19B1694B3BBE2427F8 - 0C9C5808226C44DCA8CDF4EF - B6F8498755D04EA88A40740C - 8A257051BC714C8992C5E589 - 601C772BC7454B54AB5F8F48 - AC2E01E3731C46E985464F1F - 42805589A59349B1B475E29B - 83EF7066EBB64E5281B49EC8 - 781B55A4C4AE43AF9EC041FC - 1091C2BC785743A3BAE3521A - D7C5E74F8379499E994E26C5 - 2EEC25266C364DA8B0E89980 - 2D3CB70FEAFD4874A0D99C1E - 20D50D3AE57D4DCB88125909 - CBC6491F6CDD49B78F2763FC - F60DB7F1A8E74E1B9C91C546 - 34776FE1BA1340278ABC974A - 161FBA229A7545CC8DB44A5A - D503FC62DB5A444180693940 - 04B4BF82FE41477AB08528E1 - D1B2323B882A46228D3C4A4F - 5A12567B41CC4330BAA0B2A3 - 63FB75A94DCC421BB7120064 - 738C233A518049319EBC4A2D - 3CE4C901387F46A097B9C64F - 0A92F0E8FDA44093AE2E858F - C062D9A28C854930ADE5D958 - 8CC252A4FD764616A31241D8 - CEE12E13BEDB45DB88C30F8C - FE901622926D4E188D13CC54 - F615B67452CB471BB8264107 - 9379B1C3742D4DC191D5D5AB - E031C1C9303E405CA6BCB4B2 - 96348DAA8C2449DCA54EC6D4 - D0FE7A631CDA46CFB6F96DF8 - DD4DDD901D9C4685931CAD87 - 7EF7F5B31011487B887979FF - C733C683AF64461599B50F52 - 0295D81D1436465B89E92030 - 6EFBF311448C42CFA58D130F - 064B5FECD25444E388D8035F - 2F7655D4DF2E45109904686F - 697DAABF980846E2A3E9F33E - 9324B2B7696848098D7E34DD - FDB46152B32A41EEA97C56EF - 498F46F5CBC4479ABF4939B3 - 210AB8A43DA44C60905E87DB - C5AD76C69502432BA5C2B275 - E4B8B8C6402C418DB17D6DA9 - 79E766E61BB7444B961F2132 - 6832B06B25CA44C28B014374 - A90728840BA5435CBB54405C - 9793D7B80E7941A8B90D7179 - 165657327F4A4468B782BE78 - 8B4BB97D511E45359F8B2395 - C961AF425F6549FC8B02094A - 20010CF906A34D03A65823E4 - C29500D27D984D4D96805141 - 592EA7A68E624433A52CFA56 - - isa - PBXGroup - name - DTCoreText - path - DTCoreText - sourceTree - <group> - - B52328045A214BC28F233197 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - Pods-DTFoundation-dummy.m - sourceTree - <group> - - B55D3FDA5BAC4F77B2CA562F - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTTiledLayerWithoutFade.m - path - Core/Source/iOS/DTTiledLayerWithoutFade.m - sourceTree - <group> - - B5F594A2E5204F36A2887CB1 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - MKNetworkOperation.h - path - MKNetworkKit/MKNetworkOperation.h - sourceTree - <group> - - B6BF80416A994A0E806F063B - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - NSString+DTUtilities.m - path - Core/Source/NSString+DTUtilities.m - sourceTree - <group> - - B6CFB94FB77F4B90A9BA59FA + 8F4300D3F5ED4DDFA7DF8BC0 fileRef - 88F39909B533444E87CDD83A - isa - PBXBuildFile - - B6F8498755D04EA88A40740C - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTImage+HTML.m - path - Core/Source/DTImage+HTML.m - sourceTree - <group> - - B7426DD285A24897B2A2FAF3 - - children - - EDAED778B9A14FF9B0E69755 - 1650CF66E0BD4693A476A48B - D85E385D6D914D8DB954A73E - ABBF33FF15D8418AB38267C2 - 0E9A4B05934747BFAEC83AAD - 266D7BE2A66D43BE802D6496 - - isa - PBXGroup - name - Pods - sourceTree - <group> - - B7BD09822ACF46CFB4769748 - - explicitFileType - archive.ar - includeInIndex - 0 - isa - PBXFileReference - path - libPods-SDWebImage.a - sourceTree - BUILT_PRODUCTS_DIR - - B86E4FECB1484067A6BC7EAA - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - Reachability.m - sourceTree - <group> - - B9C0B51822F34500ABF9A705 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTColorFunctions.m - path - Core/Source/DTColorFunctions.m - sourceTree - <group> - - B9EF5FDB88E44A8683FB8F27 - - fileRef - CEE12E13BEDB45DB88C30F8C + CB512F044D034D6E90AB8E4D isa PBXBuildFile settings @@ -6842,667 +5944,7 @@ -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - BA053DD9A23F47A89A932D76 - - fileRef - 3FBB00BD4D404295AD65AF85 - isa - PBXBuildFile - - BA22ACB1DBBB45BAB4D55DAE - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - NSDictionary+RequestEncoding.h - path - MKNetworkKit/Categories/NSDictionary+RequestEncoding.h - sourceTree - <group> - - BA76302E445E4D398BC83E5D - - fileRef - 04B4BF82FE41477AB08528E1 - isa - PBXBuildFile - - BAE41014CAA24642BC7F1BB7 - - children - - C9F5BCA5ACEB4C3D971521CE - 38D675AB2372433CA08AE896 - F3D5DC8B24124BBC9EC8FD1A - A0DEEF8145EE468FB21B762E - 29812BB8B256495BAC693D19 - 52DCE29A95D943F7A7862978 - A81F2FE0A09A475A9F8C7A58 - D25312DEFC8A4CA1A0E04521 - 7D4353661BC74D0AB23D74E4 - B55D3FDA5BAC4F77B2CA562F - 791A80977D1F4FABA9CAA6E9 - 52854E29441D44D9A1E1648D - D12128BD927A4D5CB60C753B - 00DAD60C39D44B4AAC8B2748 - 10F3DB91C30E4F1CB7C7A5CE - 5E4B2139A9CC46529EE82435 - D223C8C9431D4308A2749178 - 4B68646978684D59875F1FF8 - 0A0B2B1009404E23B788935F - BC44A533B1C94DA39FAE4501 - - isa - PBXGroup - name - UIKit - sourceTree - <group> - - BB44A08407EC4BF19EC03DF0 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - UIImageView+HighlightedWebCache.h - path - SDWebImage/UIImageView+HighlightedWebCache.h - sourceTree - <group> - - BB7F9FE275F74EADAA3A46C5 - - fileRef - 8CC252A4FD764616A31241D8 - isa - PBXBuildFile - - BC15883F378841C88F19B598 - - fileRef - E644942EF03E458989811331 - isa - PBXBuildFile - - BC44A533B1C94DA39FAE4501 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - UIWebView+DTFoundation.m - path - Core/Source/iOS/UIWebView+DTFoundation.m - sourceTree - <group> - - BC68F5083A7B4FB896FA2ECD - - buildActionMask - 2147483647 - files - - 278CBF426A66421B93CA7132 - D8097D0C12B44D429BBB7A17 - 15333424515B46A3AEE99731 - 685436CD2D8C4874B774C0B9 - DC0B6FFFE54F438A93F0CE00 - E569F8E63CB3428FB00C1B40 - 107FECB4AB6E4B98BF252333 - 2E25EEE712084F548076AD47 - 0C15F7EA34594A0FB2606A2C - 2337520285554F14BB176FFD - 50A12037144E4F4DBA8A0C45 - 9589805937404E3E931AE903 - 25F3F7F25203446CB3015330 - C127B5158BC447BFA84F163C - 32110774DAE147099158CCCE - - isa - PBXHeadersBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - BDD168A86D2A4146A64E5584 - - fileRef - 19F0EC5817B24403986723F8 - isa - PBXBuildFile - - BDE32CFDE718423DA673259B - - children - - 2DDDC3AAD25B40E7869307C9 - F9732F2AC3E94D31A7D0FA3E - 34B271D131F04B49BA916DD2 - 6053A365A5814CA6806A534A - 503AE876C3E04436986EC03E - EAABE2FDE68246359C186BDB - A9344F5023A7428B81BCA154 - 8618A853D960474A8A7005C5 - 315C209DD6444102933AA0B4 - D0F070AE76064F6F990707A9 - 128E07C313CC4822BAFE6801 - 9F963249F387493A951A2443 - A54131EB010C496FB7352689 - A2208D4A5E874FC6BF205FAC - 46880AF945A44C27837D8DB4 - 1CFD55CAE9E6452AA9786917 - - isa - PBXGroup - name - SBJson - path - SBJson - sourceTree - <group> - - BE7C62F3259D48E5AF596149 - - isa - PBXFileReference - lastKnownFileType - wrapper.framework - name - CoreGraphics.framework - path - Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/CoreGraphics.framework - sourceTree - DEVELOPER_DIR - - BE7DC31266464D07B4F76995 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - DTBase64Coding.h - path - Core/Source/DTBase64Coding.h - sourceTree - <group> - - BE86B161515D43E5A1568457 - - fileRef - 0295D81D1436465B89E92030 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - C0071B1A2361421AAD2AB667 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - DTVersion.h - path - Core/Source/DTVersion.h - sourceTree - <group> - - C062D9A28C854930ADE5D958 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTWebVideoView.m - path - Core/Source/DTWebVideoView.m - sourceTree - <group> - - C08A251DA108457881EFCEAC - - fileRef - EBD13A2B11C741B5BE13F39A - isa - PBXBuildFile - - C092233A28E8481EAC811537 - - buildActionMask - 2147483647 - files - - 5DC9C1A0D90E41139C9C1878 - AA34D49B7EE548BE9FDF1DEB - 6A33E9F8333F4BD7919D23AC - F7653F74398048AFAD95A133 - F675CD628A834DE99A670468 - F926A0C9DB054FF3AE7A7EA9 - 4BE7C87BB116402DB10B90B9 - 5B9E40CF640E461B9DACB383 - - isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - C127B5158BC447BFA84F163C - - fileRef - D31DD382526748598C7BCB3B - isa - PBXBuildFile - - C2121D32FB8A4ACAAEBA3ED9 - - containerPortal - 4CB0F388DBCC4ABBAB5D1C3C - isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - 59F7F0F912A74BA4AA79B153 - remoteInfo - Pods-SBJson - - C21E6208261A451F9EC595FD - - fileRef - A9FA7F6A25F846E394E23D7F - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - C23088F165914237AA75A8E2 - - fileRef - 3CE4C901387F46A097B9C64F - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - C29500D27D984D4D96805141 - - includeInIndex - 1 - isa - PBXFileReference - name - default.css.c - path - Core/Source/default.css.c - sourceTree - <group> - - C2AD8AE61C8E46E4A41BAA7F - - children - - B51D87E001054861AC5EBC13 - 686E59CADCB3444B83ACF59D - 25A0864F4639427AA3951190 - 67AFED17A9194E50937A9C86 - BDE32CFDE718423DA673259B - 5A64D86AE67F45FB890ECC09 - 676D1B1A84E246CE82CCAFAB - - isa - PBXGroup - name - Pods - sourceTree - <group> - - C2B3F455CDD64A9586C3253C - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - NSDate+RFC1123.m - path - MKNetworkKit/Categories/NSDate+RFC1123.m - sourceTree - <group> - - C2CA6F42B6C24A4EA2794482 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTCoreTextFunctions.m - path - Core/Source/DTCoreTextFunctions.m - sourceTree - <group> - - C35D94981C1C49FC82AA660E - - fileRef - 99ABB2F3C97C45EC9FA48AC4 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - C364C5819B194CE1A70F7D62 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - path - Pods-SDWebImage-Private.xcconfig - sourceTree - <group> - - C3C5BC522CB84858807B7B4B - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - SDWebImagePrefetcher.h - path - SDWebImage/SDWebImagePrefetcher.h - sourceTree - <group> - - C3EFEBCF7262429380CEDF36 - - children - - D3996EEDE9A04B93AF353248 - D84F3096B4AC49F49815BF44 - 386A575C84B54C2DA431B95C - C9DC2DD263AD403B92CC1B4D - - isa - PBXGroup - name - Support Files - sourceTree - SOURCE_ROOT - - C43E93506A7449F89267983A - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - DTAccessibilityViewProxy.h - path - Core/Source/DTAccessibilityViewProxy.h - sourceTree - <group> - - C44F6903016F4AE9B9AFFA9C - - fileRef - A6C5FF44148E47B59C8964BC - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - C4CF1CBBEFFD4B488065FE5D - - fileRef - B6F8498755D04EA88A40740C - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - C4DA78C47AC3474EB1576812 - - fileRef - 5ACB7CD95D574D59BF179E4F - isa - PBXBuildFile - - C559F38ED65446AE813B6FB1 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - Pods-Reachability-dummy.m - sourceTree - <group> - - C55E92E2441E4325A04718E0 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - DTCoreTextGlyphRun.h - path - Core/Source/DTCoreTextGlyphRun.h - sourceTree - <group> - - C5AD76C69502432BA5C2B275 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - NSScanner+HTML.h - path - Core/Source/NSScanner+HTML.h - sourceTree - <group> - - C5E07222030B4CA49A58B03F - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - SDWebImageDownloaderOperation.h - path - SDWebImage/SDWebImageDownloaderOperation.h - sourceTree - <group> - - C5EBF0C8C57D496CA1A731C0 - - buildActionMask - 2147483647 - files - - 85AAE963ECA14A0FBC476884 - F8179E566C554309985FF5CC - - isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - C7070328B29F4FB9A3D917F9 - - fileRef - 503AE876C3E04436986EC03E - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - C730F65B085F43EAAC12F3C6 - - fileRef - 9E7101472EBF47EDA7DE90C5 - isa - PBXBuildFile - - C733C683AF64461599B50F52 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - NSCharacterSet+HTML.h - path - Core/Source/NSCharacterSet+HTML.h - sourceTree - <group> - - C74E40DB580346D3B7BAF06D - - fileRef - E3E9B05D7E7B4F3AA9AF6AEC - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - C764AD4F78C24FC3B58AD796 - - isa - PBXFileReference - lastKnownFileType - wrapper.framework - name - Foundation.framework - path - Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/Foundation.framework - sourceTree - DEVELOPER_DIR - - C784F43C41EC4C00B9F55760 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - MKNetworkEngine.h - path - MKNetworkKit/MKNetworkEngine.h - sourceTree - <group> - - C7E4B81A054B439F8BBFFA7F - - isa - PBXTargetDependency - target - 2AABE0C5A74A49FB83E67AE3 - targetProxy - 249159E7C8B54A1881D71344 - - C88E6B039DB347F293D1639A - - fileRef - E79CBD2534414875AF0B3525 - isa - PBXBuildFile - - C8A21FC0780E4740B2580389 - - isa - PBXTargetDependency - target - 3D0578D4F95F4DABB34F9862 - targetProxy - 114697FF12964912B18F4288 - - C961AF425F6549FC8B02094A - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - UIFont+DTCoreText.h - path - Core/Source/UIFont+DTCoreText.h - sourceTree - <group> - - C964B6B099754EE2A3E87386 + 8FBA411A5590482481637574 includeInIndex 1 @@ -7517,45 +5959,17 @@ sourceTree <group> - C96ABED10B56477B9F13953A - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTAttributedLabel.m - path - Core/Source/DTAttributedLabel.m - sourceTree - <group> - - C9AA2686460D406BAF2C132C + 8FBE8CFC4A84418B9F21CBC4 fileRef - A2208D4A5E874FC6BF205FAC + BF1C8CED01574CF28DC5163F isa PBXBuildFile - C9DC2DD263AD403B92CC1B4D - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - Pods-MKNetworkKit-prefix.pch - sourceTree - <group> - - C9F3EFE1AADB48F499836AC4 + 8FD6EEA5B1C44583A798EAB8 fileRef - 00DAD60C39D44B4AAC8B2748 + A6A6F3903BED4CFFA5102C60 isa PBXBuildFile settings @@ -7564,7 +5978,7 @@ -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - C9F5BCA5ACEB4C3D971521CE + 90131004D26042DF8FCA72A0 includeInIndex 1 @@ -7573,13 +5987,13 @@ lastKnownFileType sourcecode.c.h name - DTActivityTitleView.h + DTStylesheetHTMLElement.h path - Core/Source/iOS/DTActivityTitleView.h + Core/Source/DTStylesheetHTMLElement.h sourceTree <group> - CA512F527662458BAF884558 + 90CF3F32C869437EBF54EEEB includeInIndex 1 @@ -7588,78 +6002,16 @@ lastKnownFileType sourcecode.c.h name - NSString+DTURLEncoding.h + DTTextAttachmentHTMLElement.h path - Core/Source/NSString+DTURLEncoding.h + Core/Source/DTTextAttachmentHTMLElement.h sourceTree <group> - CB11F519CC1D4EFA97D49A8A + 90F84FD429974041A0919DA3 fileRef - 165657327F4A4468B782BE78 - isa - PBXBuildFile - - CBB18E2411E1458B91A3FE3F - - fileRef - 5A12567B41CC4330BAA0B2A3 - isa - PBXBuildFile - - CBC6491F6CDD49B78F2763FC - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTStylesheetHTMLElement.m - path - Core/Source/DTStylesheetHTMLElement.m - sourceTree - <group> - - CD2B4C18E6174DA4A49F5099 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - path - Pods-SDWebImage.xcconfig - sourceTree - <group> - - CDC83B2EC5C64895A73B702E - - fileRef - 8618A853D960474A8A7005C5 - isa - PBXBuildFile - - CE336C49B19340D69B8298EE - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - path - Pods-DTCoreText-Private.xcconfig - sourceTree - <group> - - CE932C1C35B04971A3FC28E5 - - fileRef - D44BCE2074B145859B4EA723 + 00B52D03548540EEB63E5433 isa PBXBuildFile settings @@ -7668,10 +6020,1187 @@ -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - CE9FB47999DF46118F65838E + 9172ED9480894D9587FC57A8 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + NSString+DTUtilities.m + path + Core/Source/NSString+DTUtilities.m + sourceTree + <group> + + 91C118908D094E59BC7878CB + + fileRef + 3D15657733754C07AC2AB68E + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 921184E86D194706AAAD0835 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + NSAttributedString+DTCoreText.m + path + Core/Source/NSAttributedString+DTCoreText.m + sourceTree + <group> + + 921C3DC9480D4BF79ED254FD + + fileRef + 439E77391DA4466588002138 + isa + PBXBuildFile + + 923DCC3BB1A84C69BC867598 + + fileRef + 042F92715BEB47468EF5A868 + isa + PBXBuildFile + + 93112F59C5DD4C559CAB82B2 + + containerPortal + 1D61F37C573C4814AB275E1E + isa + PBXContainerItemProxy + proxyType + 1 + remoteGlobalIDString + 6E61633EC49B4F26AEEB4025 + remoteInfo + Pods-DTCoreText + + 9386663BB7B540CBA0DC60FC + + fileRef + 281E78474C844856A2B3B7BA + isa + PBXBuildFile + + 949AA708C1DD4839B0D00B89 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTCoreTextLayouter.h + path + Core/Source/DTCoreTextLayouter.h + sourceTree + <group> + + 94F7B062CE044727B1D4E70F + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTSmartPagingScrollView.h + path + Core/Source/iOS/DTSmartPagingScrollView.h + sourceTree + <group> + + 9606C6E3526145C891CB4E5D + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + NSString+DTPaths.m + path + Core/Source/NSString+DTPaths.m + sourceTree + <group> + + 960D4F25F7D04C289009BB4C + + fileRef + 9A1221DCF99E41358303968A + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 96E958CD165847FF91CD7F15 + + buildActionMask + 2147483647 + files + + D3DAAD90D34D42B1B6BFD58A + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 97927893E1E041B89AE941A4 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTWeakSupport.h + path + Core/Source/DTWeakSupport.h + sourceTree + <group> + + 97C7B045BC4745449A7F4017 + + fileRef + F52B127B44F2420C978A3C1D + isa + PBXBuildFile + + 97DA7FF94E3A46CAAB8E6F8D + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.script.sh + path + Pods-resources.sh + sourceTree + <group> + + 98034FBEA0D54DD2A0BD1057 + + fileRef + 9F442B84685E406BAB991F63 + isa + PBXBuildFile + + 980FA814269042E788C3E050 + + containerPortal + 1D61F37C573C4814AB275E1E + isa + PBXContainerItemProxy + proxyType + 1 + remoteGlobalIDString + 4D736CF444C745588BB3CC6E + remoteInfo + Pods-MBProgressHUD + + 9854CA1894314D4983E56D37 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + SBJson4StreamWriter.m + path + src/main/objc/SBJson4StreamWriter.m + sourceTree + <group> + + 98C2BCA61C044D3BA56BB188 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTCSSStylesheet.m + path + Core/Source/DTCSSStylesheet.m + sourceTree + <group> + + 991AB54CEB7B48EB995EF6AE + + fileRef + E092740F6E1A4D88BFFD6B2C + isa + PBXBuildFile + + 9945569B8B99474D8C7F4FE0 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Pods-SDWebImage-prefix.pch + sourceTree + <group> + + 99AA007072214CCDA568389E + + fileRef + A703BDE4786B43CCBB099B9A + isa + PBXBuildFile + + 9A1221DCF99E41358303968A + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + UIAlertView+MKNetworkKitAdditions.m + path + MKNetworkKit/Categories/UIAlertView+MKNetworkKitAdditions.m + sourceTree + <group> + + 9B14423EB89B4CE189B76DC7 + + fileRef + F29B1BD4B80B4E4AA4FB85BA + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 9B55C47F6B5347A39A12068C + + fileRef + A55DD98B5762430BBFBD09FE + isa + PBXBuildFile + + 9BF17A7E4F0C4DCAB12476AD + + fileRef + E092740F6E1A4D88BFFD6B2C + isa + PBXBuildFile + + 9C115A357BF6410F94158BB8 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + STableViewController.m + path + STableViewController/STableViewController.m + sourceTree + <group> + + 9C1736AB886944CA811ACC09 + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + MediaPlayer.framework + path + Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/MediaPlayer.framework + sourceTree + DEVELOPER_DIR + + 9D6BF9AA8A58441D8BF30A1A + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTCoreTextFunctions.m + path + Core/Source/DTCoreTextFunctions.m + sourceTree + <group> + + 9D710CEDD8924EDDB9686136 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTCoreTextParagraphStyle.h + path + Core/Source/DTCoreTextParagraphStyle.h + sourceTree + <group> + + 9D8B15CF8AE54D5EAC0A3693 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + NSDictionary+DTError.h + path + Core/Source/NSDictionary+DTError.h + sourceTree + <group> + + 9D9F118C925147D3855F289A + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text + name + Podfile + path + ../Podfile + sourceTree + SOURCE_ROOT + xcLanguageSpecificationIdentifier + xcode.lang.ruby + + 9DBDD021138C404DBF890DC0 + + fileRef + 8D84B955C2BC443A85D9DF67 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + 9E1716354CD7480DA47E3933 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTColor+Compatibility.m + path + Core/Source/DTColor+Compatibility.m + sourceTree + <group> + + 9E186FB88AD34825808E0412 + + fileRef + 0B5C8E5F99EE4B47A03A7690 + isa + PBXBuildFile + + 9F28E648BA7D4A15BC448091 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTHTMLParserNode.h + path + Core/Source/DTHTMLParserNode.h + sourceTree + <group> + + 9F442B84685E406BAB991F63 + + explicitFileType + archive.ar + includeInIndex + 0 + isa + PBXFileReference + path + libPods-DTFoundation.a + sourceTree + BUILT_PRODUCTS_DIR + + 9F4A710D031A4A83BAA64B76 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Pods-MKNetworkKit-dummy.m + sourceTree + <group> + + 9FF9968362AB48078E2A92F1 + + fileRef + 2A6E460836EB428C85710FDB + isa + PBXBuildFile + + 9FFEF9C350AC4201979005EC + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + UIWebView+DTFoundation.h + path + Core/Source/iOS/UIWebView+DTFoundation.h + sourceTree + <group> + + A03D111C87C8475A917C1BA0 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + path + Pods-MBProgressHUD.xcconfig + sourceTree + <group> + + A078D51780DF4082AEE19A4B + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + NSString+MKNetworkKitAdditions.h + path + MKNetworkKit/Categories/NSString+MKNetworkKitAdditions.h + sourceTree + <group> + + A147C244962240A18411FBD4 + + fileRef + 8D06C88EFFDF4784A322CDD5 + isa + PBXBuildFile + + A2355E9607BC480EB293E560 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + NSAttributedString+DTCoreText.h + path + Core/Source/NSAttributedString+DTCoreText.h + sourceTree + <group> + + A3045643C58F4008B66F59FA + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + SDWebImageManager.h + path + SDWebImage/SDWebImageManager.h + sourceTree + <group> + + A481B78A10BC40C28DF24A09 + + fileRef + 0088611A1A85488799933D35 + isa + PBXBuildFile + + A53CDB26C94241DBB85518F8 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + NSDate+RFC1123.h + path + MKNetworkKit/Categories/NSDate+RFC1123.h + sourceTree + <group> + + A54162DD58054553A001A984 + + fileRef + F396D708741540BCB95E0D7F + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + A557581D47CC4F59B826B451 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTAnchorHTMLElement.h + path + Core/Source/DTAnchorHTMLElement.h + sourceTree + <group> + + A55DD98B5762430BBFBD09FE + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTTextBlock.h + path + Core/Source/DTTextBlock.h + sourceTree + <group> + + A5B28F1FE77E4558823EC192 + + fileRef + 2B2461516F824B7899533ED3 + isa + PBXBuildFile + + A5C3482688F24ABC888B411F + + fileRef + 799DA57F463E4DD4B3147390 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + A6412629B8CE4D298961B51F + + fileRef + 65F5D1E48D4C45E7A919FE02 + isa + PBXBuildFile + + A6A6F3903BED4CFFA5102C60 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTAnimatedGIF.m + path + Core/Source/iOS/DTAnimatedGIF/DTAnimatedGIF.m + sourceTree + <group> + + A703BDE4786B43CCBB099B9A + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + NSAttributedString+DTDebug.h + path + Core/Source/NSAttributedString+DTDebug.h + sourceTree + <group> + + A78F6D1F93E5416DA647BBEF + + fileRef + A078D51780DF4082AEE19A4B + isa + PBXBuildFile + + A7A29AA0DD8C44DF90642CA5 + + fileRef + 4050BEE4CEE1405697390410 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + A7F8553BEF22441993809D23 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTDictationPlaceholderTextAttachment.h + path + Core/Source/DTDictationPlaceholderTextAttachment.h + sourceTree + <group> + + A7FB6FE6BBC042B2A17BCA55 + + fileRef + 766BE476C5A64AFDA3AE1869 + isa + PBXBuildFile + + A845A09C8C08493A93F71F3E + + buildConfigurations + + 2BD8DC14406647DF90549DF0 + 8120A2DD6BBE46AB8241C264 + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + A88188E3C43E48DABD4E73F3 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTPieProgressIndicator.h + path + Core/Source/iOS/DTPieProgressIndicator.h + sourceTree + <group> + + A8C9CFFEF1D349F58FEF6B67 + + fileRef + E354F7EA10A149DB8306D41C + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + A8E73DC9950740D2B23FE624 + + fileRef + 3A46E56FBDC64E0EADCB0A44 + isa + PBXBuildFile + + A90168C2760641078460DAD5 + + buildActionMask + 2147483647 + files + + B1AA07D6343E4C94833CE72E + 10083A7AAE9F48ECAAE874F5 + B4CA08A64DAB41C89FE0885E + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + A9044F84F4F3448FAF79DBB4 + + fileRef + 8BD0FF25A4F547C6933FB01C + isa + PBXBuildFile + + A99687EA02014996BD5EC1A9 + + fileRef + 53A960E27ABC4BA9A5CD0E25 + isa + PBXBuildFile + + AA0754F136D049B8A7EAE4F3 + + children + + DF0DE7B580AB4146BA936949 + 12E66F08EFC04B418BB87446 + 3F4D75658DEC428BBCC0429F + 2C9A46FC81CD47E2B98505FF + + isa + PBXGroup + name + Support Files + sourceTree + SOURCE_ROOT + + AAA6811386DA472ABE5AB0F4 baseConfigurationReference - D96C285D11E5464880BB15FB + 4DD0E94927C845D99E406D68 + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + ARCHS + $(ARCHS_STANDARD_INCLUDING_64_BIT) + COPY_PHASE_STRIP + YES + DSTROOT + /tmp/xcodeproj.dst + GCC_C_LANGUAGE_STANDARD + gnu99 + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + Pods-MKNetworkKit-prefix.pch + GCC_VERSION + com.apple.compilers.llvm.clang.1_0 + INSTALL_PATH + $(BUILT_PRODUCTS_DIR) + IPHONEOS_DEPLOYMENT_TARGET + 7.0 + OTHER_CFLAGS + + -DNS_BLOCK_ASSERTIONS=1 + $(inherited) + + OTHER_CPLUSPLUSFLAGS + + -DNS_BLOCK_ASSERTIONS=1 + $(inherited) + + OTHER_LDFLAGS + + PRODUCT_NAME + $(TARGET_NAME) + PUBLIC_HEADERS_FOLDER_PATH + $(TARGET_NAME) + SDKROOT + iphoneos + SKIP_INSTALL + YES + VALIDATE_PRODUCT + YES + + isa + XCBuildConfiguration + name + Release + + AAACC968AEF14C40A7586308 + + fileRef + 3BC69725BBB9447F986DECF0 + isa + PBXBuildFile + + AB63DCDB50C94EA49C481CDD + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTTiledLayerWithoutFade.m + path + Core/Source/iOS/DTTiledLayerWithoutFade.m + sourceTree + <group> + + AC69055C55D04358A88018FF + + buildConfigurations + + 2F6888B1272A4ACDAA584BAA + D5801F76A4E94E5DA36746D8 + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + ACAD3F3C64704F7086583869 + + buildActionMask + 2147483647 + files + + 3430B63533564724A5A3F990 + 5EBAF33EE1244856917A26F9 + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + AD68228FECF546D4880FBB72 + + fileRef + 14EA00BF4D1148BCA1E7FDFB + isa + PBXBuildFile + + AF09015DE53B4E5DA0547F8F + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTAccessibilityViewProxy.m + path + Core/Source/DTAccessibilityViewProxy.m + sourceTree + <group> + + AF31367438344A7D84B25DA3 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTAttributedTextContentView.m + path + Core/Source/DTAttributedTextContentView.m + sourceTree + <group> + + AF92E1A9ACC24D708A49A6B4 + + fileRef + D9035DB98ED74EAE8886FCAF + isa + PBXBuildFile + + AFABD79AB23B46118C248C2E + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + NSAttributedStringRunDelegates.h + path + Core/Source/NSAttributedStringRunDelegates.h + sourceTree + <group> + + AFBE1276661A442CBF81E3F9 + + fileRef + 6A1427CBFFB14247B519EBBA + isa + PBXBuildFile + + B00D81867E454368B63D019F + + fileRef + 9E1716354CD7480DA47E3933 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + B032849B735B48AC925ED514 + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + Foundation.framework + path + Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/Foundation.framework + sourceTree + DEVELOPER_DIR + + B03C3861C61D42FA9E8C7D86 + + isa + PBXTargetDependency + target + 207A97E69B7A446E8209444A + targetProxy + C4E937060F824007973E665A + + B0B464ACAFB04D25834C2744 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + path + Pods-SBJson.xcconfig + sourceTree + <group> + + B0ED7F4F30C249E19E4C59E8 + + children + + 18E34BB24D934CEDA4B079D3 + 36D17BB42B6E45D291EABB14 + 4680A1D6D4404AA2B78F0200 + 78139FA010A44078949F8132 + E76C5E7ADC094A24B2E023B4 + DF8C8AE586C84BE5A5E14A86 + 401B476355734F03B5EA7155 + A53CDB26C94241DBB85518F8 + BC730061E2294C69B83C83F5 + FD3C58B29CB946F5A88FD178 + 3D15657733754C07AC2AB68E + A078D51780DF4082AEE19A4B + EC04BD875199487C9C6BE049 + 14EA00BF4D1148BCA1E7FDFB + 9A1221DCF99E41358303968A + B86CD7C72B584A189FC3FAE0 + + isa + PBXGroup + name + MKNetworkKit + path + MKNetworkKit + sourceTree + <group> + + B0F641B21CDC42E3A259BEFC + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + UIApplication+DTNetworkActivity.h + path + Core/Source/iOS/UIApplication+DTNetworkActivity.h + sourceTree + <group> + + B115C0415FFF425AA80F1E20 + + children + + 57704051E8574F53824104AA + 27E84BE57F2C4B8C9CADD171 + + isa + PBXGroup + name + SDWebImage + path + SDWebImage + sourceTree + <group> + + B1481B4DFBA84AE693342084 + + fileRef + 0D6A29CBC28E48AC943F9CCD + isa + PBXBuildFile + + B1AA07D6343E4C94833CE72E + + fileRef + F2A7095A01C94E84B6BFB6F6 + isa + PBXBuildFile + + B1B2BB2A16894DE1A7F51F22 + + includeInIndex + 1 + isa + PBXFileReference + name + default.css.c + path + Core/Source/default.css.c + sourceTree + <group> + + B21446DB380A4AEBA1D4C821 + + fileRef + 35B17D1615A447DE8C469BB6 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + B240D8ABD6494745A0927878 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTTextAttachment.m + path + Core/Source/DTTextAttachment.m + sourceTree + <group> + + B2E471C8A12943E9A9BFBFC0 + + buildActionMask + 2147483647 + files + + 09A5E7EFABF9442B8B4C9B70 + 8BCBE156CFCF45139B4EE00A + CD0E9510803A4410AC88EB1F + ED29D9EA992D484189B6BF99 + 0BE01054E2F94A23AB98DAF0 + C8F18999556843F5984D7CA5 + B731F63783E1447CB01FEA42 + C326DC65A2D841B6AC8DD009 + 9FF9968362AB48078E2A92F1 + D7BFF266AE674CC28A13BF34 + DBB14D8F855D48F9B2E6CF60 + 52BD3CF8D9B54D1DA2DE0F1E + A9044F84F4F3448FAF79DBB4 + 1C4D3BCEFE774C929E0C259E + 30E708D409F145DA824D5478 + + isa + PBXHeadersBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + B36A668D8C04406090C023FC + + containerPortal + 1D61F37C573C4814AB275E1E + isa + PBXContainerItemProxy + proxyType + 1 + remoteGlobalIDString + 38C7ED9DC06D408589D2979F + remoteInfo + Pods-Reachability + + B3C86625A53F429783949498 + + baseConfigurationReference + F35AA9DB9A294EB995E333A6 buildSettings ALWAYS_SEARCH_USER_PATHS @@ -7691,7 +7220,7 @@ GCC_PRECOMPILE_PREFIX_HEADER YES GCC_PREFIX_HEADER - Pods-DTFoundation-prefix.pch + Pods-Reachability-prefix.pch GCC_PREPROCESSOR_DEFINITIONS DEBUG=1 @@ -7721,1020 +7250,7 @@ name Debug - CEE12E13BEDB45DB88C30F8C - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - NSAttributedString+DTCoreText.m - path - Core/Source/NSAttributedString+DTCoreText.m - sourceTree - <group> - - CF5E16C792774124A5C49F2F - - fileRef - C784F43C41EC4C00B9F55760 - isa - PBXBuildFile - - CFBF32F908674EA5B75FF615 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - DTCoreTextFunctions.h - path - Core/Source/DTCoreTextFunctions.h - sourceTree - <group> - - D0F070AE76064F6F990707A9 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - SBJson4StreamWriter.h - path - src/main/objc/SBJson4StreamWriter.h - sourceTree - <group> - - D0FE7A631CDA46CFB6F96DF8 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - NSAttributedString+SmallCaps.m - path - Core/Source/NSAttributedString+SmallCaps.m - sourceTree - <group> - - D12128BD927A4D5CB60C753B - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - UIApplication+DTNetworkActivity.h - path - Core/Source/iOS/UIApplication+DTNetworkActivity.h - sourceTree - <group> - - D1B2323B882A46228D3C4A4F - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTTextBlock.m - path - Core/Source/DTTextBlock.m - sourceTree - <group> - - D1CB4F6CCF9244C8B76BAE47 - - explicitFileType - archive.ar - includeInIndex - 0 - isa - PBXFileReference - path - libPods-Reachability.a - sourceTree - BUILT_PRODUCTS_DIR - - D1E27921F9B74925AF6BB950 - - fileRef - CBC6491F6CDD49B78F2763FC - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - D223C8C9431D4308A2749178 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - UIView+DTFoundation.h - path - Core/Source/iOS/UIView+DTFoundation.h - sourceTree - <group> - - D25312DEFC8A4CA1A0E04521 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTSmartPagingScrollView.m - path - Core/Source/iOS/DTSmartPagingScrollView.m - sourceTree - <group> - - D2610056278C4E7F95D99E1C - - buildConfigurations - - 5CE7730ACD084218864F41E3 - B50B164A765E467582AAD291 - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - D26FDD317665429689C6D1F3 - - fileRef - 72AF688F0F3B4F839B0074F6 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - D31DD382526748598C7BCB3B - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - UIImageView+WebCache.h - path - SDWebImage/UIImageView+WebCache.h - sourceTree - <group> - - D32E32B649A742CAA6831029 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - DTCoreTextFontDescriptor.h - path - Core/Source/DTCoreTextFontDescriptor.h - sourceTree - <group> - - D3996EEDE9A04B93AF353248 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - path - Pods-MKNetworkKit.xcconfig - sourceTree - <group> - - D3D6F2A3EB1E4DE9961CE335 - - fileRef - EB51FEA32E20436195593133 - isa - PBXBuildFile - - D3E31AE7B30045DA8B050535 - - fileRef - A44A59C9865F4179AFA83367 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - D44BCE2074B145859B4EA723 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTDictationPlaceholderView.m - path - Core/Source/DTDictationPlaceholderView.m - sourceTree - <group> - - D503D13D35504A478539D105 - - fileRef - C964B6B099754EE2A3E87386 - isa - PBXBuildFile - - D503FC62DB5A444180693940 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTTextAttachmentHTMLElement.m - path - Core/Source/DTTextAttachmentHTMLElement.m - sourceTree - <group> - - D59E7B7162814F77A349B29E - - buildActionMask - 2147483647 - files - - F1D4F36C3ACF4ECCB5C6079E - 1036CE6B51B848D895B088CB - 61D9EBA6579445B584E4222B - 1EE834B74D8E4C7A8F7D0C71 - DE2A2525530A446BB4F58E1E - 7E10C34A507C44B68168E61B - 1540A69685FD4B84B594EFDE - 28B1C724C0C14EAE8E8EC02B - C08A251DA108457881EFCEAC - BC15883F378841C88F19B598 - BDD168A86D2A4146A64E5584 - FDD7F4FAF5D34F079EA28712 - B6CFB94FB77F4B90A9BA59FA - AC28CA856B154F57870F6381 - 35044B82231E4216B475F29B - E9C07E3F17C8434E8B43C05E - D5D75D5AB5B3447285F99F10 - 9CD09E0F44AC4E458BF00555 - 782FB27E645C4FA294C94A5A - B413DE101F0E4741B3816376 - FDBDB827DFF4486B967129FE - 62BD8AB5D006417D8DDAEADC - 8A4BD62FB28E447A87A633B7 - 01FFD715BD8D4790A49D6ED9 - 194A02E3EDD74435853520E9 - 06E00E8DF48946E491FA2A78 - 5C99DF7DC6CA48B188F4F6B2 - 9E3FB6982F5841F3B94C1B83 - D503D13D35504A478539D105 - E50FE5BCD8C344C5B49C4DCE - 741ECC8EC4A74135A65435F8 - A10D51F4BD624E1CADF635DA - AD6CB4040CD644CFB250B93D - ECDE2101E8E44A819CEE5CD4 - 235100502F3A47569C67FC32 - 109B440D705B46CEB1ECD873 - F04C5A93862A4B4DA40D32FD - 3BF156BC35BC4F11B241DDD7 - AB047026747646C1A330819E - 74BFAC7DCC404B1BBDEA31A5 - E41B0889536E4637AEF9BA62 - EA0F31C3C2374B1D8C11FB62 - A8768D5AB9C443618F747900 - 2CCD16CFA25B4B1A9BFA1F54 - BA76302E445E4D398BC83E5D - CBB18E2411E1458B91A3FE3F - B1ECD5A50E79478DBE50ABD0 - 12471D52D208453C85E76232 - BB7F9FE275F74EADAA3A46C5 - 49F8C40753F1471B85F305B0 - 90470F4AFC88425984ED0304 - DB5823B4062C42758DB3B40F - 730E9F4C90C940AC83A45185 - 0E52BC7513BF4B7C89DBEADF - A8AA8AA6D1D744AF8EABC9F7 - 94264973D309456BB32BBC18 - 07B49D20E6EB44279FCC00BE - 09BDFC04467A4ECF8C7DC4CE - FF5FC5C0F22E4E67AC080F9B - 6EF783CAC5504C0FAED45925 - E35655C8839A47FFABF36DF1 - CB11F519CC1D4EFA97D49A8A - 867C570CBBEB4EEFBD7BEE67 - - isa - PBXHeadersBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - D5D75D5AB5B3447285F99F10 - - fileRef - D32E32B649A742CAA6831029 - isa - PBXBuildFile - - D5F5ED1C5098401BB90FB45C - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - DTWeakSupport.h - path - Core/Source/DTWeakSupport.h - sourceTree - <group> - - D606EDD0CB664BA4AB28CF4C - - fileRef - 009C3D01150245FC95DCDDE4 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - D633F5C074DF441387CB8369 - - isa - PBXTargetDependency - target - 3D0578D4F95F4DABB34F9862 - targetProxy - FF42AD45967D4D91A50E9489 - - D6BEAEF91C0E49099D678B17 - - buildConfigurations - - A6A8BEE4CAB24C308DB7172B - B1441B7180E24FBA8E43AF37 - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - D7C5E74F8379499E994E26C5 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTListItemHTMLElement.m - path - Core/Source/DTListItemHTMLElement.m - sourceTree - <group> - - D8097D0C12B44D429BBB7A17 - - fileRef - F1508A6954B34DFA8A30C6F3 - isa - PBXBuildFile - - D817AC2F59B340C9A536D67F - - fileRef - D223C8C9431D4308A2749178 - isa - PBXBuildFile - - D84F3096B4AC49F49815BF44 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - path - Pods-MKNetworkKit-Private.xcconfig - sourceTree - <group> - - D85E385D6D914D8DB954A73E - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.plist.xml - path - Pods-acknowledgements.plist - sourceTree - <group> - - D8871666E06F4C01BDAE726F - - fileRef - 34776FE1BA1340278ABC974A - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - D9142A6ADE5649A99E132436 - - fileRef - 03E94EA58F114B76A3475EE7 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - D94FDE45048B4628825AA02C - - fileRef - C062D9A28C854930ADE5D958 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - D96C285D11E5464880BB15FB - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - path - Pods-DTFoundation-Private.xcconfig - sourceTree - <group> - - D97DFED6FF874FDA81AEBE53 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - DTCoreTextLayouter.h - path - Core/Source/DTCoreTextLayouter.h - sourceTree - <group> - - D9E0E144605D488385825CFC - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - UIView+WebCacheOperation.h - path - SDWebImage/UIView+WebCacheOperation.h - sourceTree - <group> - - DB5823B4062C42758DB3B40F - - fileRef - 96348DAA8C2449DCA54EC6D4 - isa - PBXBuildFile - - DBA17075B3FE4CDF8FA48308 - - fileRef - 42805589A59349B1B475E29B - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - DC0B6FFFE54F438A93F0CE00 - - fileRef - 09E12D1159124BA3BFFCF919 - isa - PBXBuildFile - - DC18841F4F514BEB88BF440A - - fileRef - 0204BA5B3AA74B4E8A96338C - isa - PBXBuildFile - - DCA0B9262F424EAEB49A7E58 - - fileRef - 6053A365A5814CA6806A534A - isa - PBXBuildFile - - DCB38DBCC73B481FBEFB0A0F - - fileRef - 791A80977D1F4FABA9CAA6E9 - isa - PBXBuildFile - - DCDA3DD9777A4B308F58A6C5 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - DTHTMLParserNode.h - path - Core/Source/DTHTMLParserNode.h - sourceTree - <group> - - DCE6649A3BAF457EAE674B43 - - fileRef - 163B64DC6949489DBC67E036 - isa - PBXBuildFile - - DD4DDD901D9C4685931CAD87 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - NSAttributedStringRunDelegates.h - path - Core/Source/NSAttributedStringRunDelegates.h - sourceTree - <group> - - DD5554646A044A139FF58DB2 - - fileRef - D503FC62DB5A444180693940 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - DDB9A8E7975F4010B8766389 - - fileRef - 9793D7B80E7941A8B90D7179 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - DDCFCAF8CCC242F1AFBD443B - - buildActionMask - 2147483647 - files - - F3E387C640A54E0792D3F03D - FDF8D39C10284F3F8314D16A - - isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - DE2A2525530A446BB4F58E1E - - fileRef - 64D984E633B347B5BFA967E3 - isa - PBXBuildFile - - DEF85488588E453C89D7726E - - fileRef - D12128BD927A4D5CB60C753B - isa - PBXBuildFile - - DF8BA3AB9B2C4455AEFEB9FE - - fileRef - 10F3DB91C30E4F1CB7C7A5CE - isa - PBXBuildFile - - DF98EE3A39884B0584040EAB - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTFolderMonitor.m - path - Core/Source/DTFolderMonitor.m - sourceTree - <group> - - DFD9F5EC6FE1478DAD332847 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - path - Pods-SBJson-dummy.m - sourceTree - <group> - - E00F0A8481BE4D40BF7FF3A7 - - explicitFileType - archive.ar - includeInIndex - 0 - isa - PBXFileReference - path - libPods-DTCoreText.a - sourceTree - BUILT_PRODUCTS_DIR - - E02F91E517E74C20B03C4F4A - - fileRef - 9BB6B3495FAE498DA41F9A3A - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - E031C1C9303E405CA6BCB4B2 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - NSAttributedString+HTML.m - path - Core/Source/NSAttributedString+HTML.m - sourceTree - <group> - - E07D3E2B08144772BDC1E746 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - SDWebImageDownloaderOperation.m - path - SDWebImage/SDWebImageDownloaderOperation.m - sourceTree - <group> - - E0A9F3763E1747B483B51846 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - DTCoreTextParagraphStyle.h - path - Core/Source/DTCoreTextParagraphStyle.h - sourceTree - <group> - - E10B0BBC76394C048D50BB9C - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTHTMLAttributedStringBuilder.m - path - Core/Source/DTHTMLAttributedStringBuilder.m - sourceTree - <group> - - E1E6BF5523444AE3BFDA092C - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTCoreTextLayoutLine.m - path - Core/Source/DTCoreTextLayoutLine.m - sourceTree - <group> - - E25CDE6915E0415E866BF21C - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTHTMLParser.m - path - Core/Source/DTHTMLParser/DTHTMLParser.m - sourceTree - <group> - - E26A92E5CD8943A1918CB1EB - - fileRef - 20010CF906A34D03A65823E4 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - E2AC9BDD3F654BBDBFA78E78 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - UIButton+WebCache.m - path - SDWebImage/UIButton+WebCache.m - sourceTree - <group> - - E32AEB5DAB6C41EBBFDE5FD1 - - fileRef - 128E07C313CC4822BAFE6801 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - E35655C8839A47FFABF36DF1 - - fileRef - A90728840BA5435CBB54405C - isa - PBXBuildFile - - E3DDFA27DED44219BF78273A - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTDictationPlaceholderTextAttachment.m - path - Core/Source/DTDictationPlaceholderTextAttachment.m - sourceTree - <group> - - E3E9B05D7E7B4F3AA9AF6AEC - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - UIView+WebCacheOperation.m - path - SDWebImage/UIView+WebCacheOperation.m - sourceTree - <group> - - E4018A6CB4C940CCBFADAF0B - - fileRef - 983EE16976154C83B454A2B9 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - E41B0889536E4637AEF9BA62 - - fileRef - 2EEC25266C364DA8B0E89980 - isa - PBXBuildFile - - E41E22145A3C4EC4B5AC9288 - - fileRef - C764AD4F78C24FC3B58AD796 - isa - PBXBuildFile - - E4B8B8C6402C418DB17D6DA9 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - NSScanner+HTML.m - path - Core/Source/NSScanner+HTML.m - sourceTree - <group> - - E4F8AC4C609541F2AB0E9D28 - - buildConfigurationList - 550F7A24F0D34F669AD54F96 - buildPhases - - 12AFBC5F635940A9AAB22CE0 - FCAF99503434492EB8064DCF - 744A4B44156741CA930363E0 - - buildRules - - dependencies - - isa - PBXNativeTarget - name - Pods-DTFoundation - productName - Pods-DTFoundation - productReference - A164F2A9A13D4D6C95278B2B - productType - com.apple.product-type.library.static - - E50FE5BCD8C344C5B49C4DCE - - fileRef - B35E560F7F604C3489DD7AB3 - isa - PBXBuildFile - - E569F8E63CB3428FB00C1B40 - - fileRef - C5E07222030B4CA49A58B03F - isa - PBXBuildFile - - E57A5F3D853143C8AB82724E - - children - - 9B110BC7A2804CAE87F42C65 - D96C285D11E5464880BB15FB - B52328045A214BC28F233197 - ED1EB179F8E34689ABA741FA - - isa - PBXGroup - name - Support Files - sourceTree - SOURCE_ROOT - - E60339DECB734481A65182A1 - - fileRef - 329D8EFBC36948AC94167674 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - E644942EF03E458989811331 + B44F931EB1984448A400AAE6 includeInIndex 1 @@ -8749,7 +7265,7 @@ sourceTree <group> - E79CBD2534414875AF0B3525 + B455E8947004443AA16B8CCD includeInIndex 1 @@ -8758,120 +7274,82 @@ lastKnownFileType sourcecode.c.h name - DTCoreGraphicsUtils.h + DTFoundationConstants.h path - Core/Source/DTCoreGraphicsUtils.h + Core/Source/DTFoundationConstants.h sourceTree <group> - E7C46715B4914EE4A0029A55 + B4751CFCFB9F493C9257B817 fileRef - 854CEEC061F34C6B9C726909 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - E9C07E3F17C8434E8B43C05E - - fileRef - F7D8056EEC53457AB0DB477B + 5359FE5C38284322855D1FA4 isa PBXBuildFile - E9D49DBB01AA401BAAD3C4B8 + B477672ABB7645DEB18ACFCA - fileRef - 2D3CB70FEAFD4874A0D99C1E + includeInIndex + 1 isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTLinkButton.m + path + Core/Source/DTLinkButton.m + sourceTree + <group> - EA0F31C3C2374B1D8C11FB62 + B4CA08A64DAB41C89FE0885E fileRef - 20D50D3AE57D4DCB88125909 + 2409D37D01E44304B25620AC isa PBXBuildFile - EA270D669E1B41569FB0F1FE + B6743D23643F42998902543D - fileRef - F09FC75C13E44C0AB3FF7F04 - isa - PBXBuildFile - - EA655CF080D7461FAB4B4E3C - - buildActionMask - 2147483647 - files + children - E41E22145A3C4EC4B5AC9288 - 1FD325E9B3D041DFBFBE44C7 + 56E92FE80BFD46B7973FF859 + 281E78474C844856A2B3B7BA + 524423CF125040889AC7F257 + CF6257E5A5FF457FA7340329 + 2FAA1ED866794056B48921AC + D8A1190C1D2244ABBD541171 + BAE77633AB394443A332047A + 6CB1CB28475F4677BCF4DAA3 + 04D5EAA9558E4CAEBAAA4A66 + 6ACF96833B594B438DA819A8 + 9854CA1894314D4983E56D37 + 7BC05E455EB341619FDFBB53 + 55705B0BF0244FF38A885631 + E48017E6817543B08A55F045 + 4F316D0B5ED74E51BAC8CBC3 + 85F2F9B69F894CC0A2592A7B isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - EAABE2FDE68246359C186BDB - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h + PBXGroup name - SBJson4StreamParserState.h + SBJson path - src/main/objc/SBJson4StreamParserState.h + SBJson sourceTree <group> - EB51FEA32E20436195593133 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - NSFileWrapper+DTCopying.h - path - Core/Source/NSFileWrapper+DTCopying.h - sourceTree - <group> - - EBD13A2B11C741B5BE13F39A - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - DTCSSListStyle.h - path - Core/Source/DTCSSListStyle.h - sourceTree - <group> - - EC2650D8BFAF488A853806FF + B68F4D4B7B1148C6A2EDCEDB fileRef - D7C5E74F8379499E994E26C5 + 117F904D37F14ACCB1A4DA8E + isa + PBXBuildFile + + B7062B94A14F4220AD01B554 + + fileRef + 4B7184AE0CDD487DB0F89AD7 isa PBXBuildFile settings @@ -8880,31 +7358,7 @@ -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - EC539F807F0241E6BFF6F90A - - fileRef - 8B4BB97D511E45359F8B2395 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - EC579D6A0E0646F49570217E - - fileRef - F6A5D050EB4C476CAB38F71D - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - ECB2935DD7214B4FA6C9EBDA + B70E9DDEBED8442B928F3FBB includeInIndex 1 @@ -8912,76 +7366,95 @@ PBXFileReference lastKnownFileType sourcecode.c.h + path + MBProgressHUD.h + sourceTree + <group> + + B731F63783E1447CB01FEA42 + + fileRef + A3045643C58F4008B66F59FA + isa + PBXBuildFile + + B76E9A556F4C4C1791DD12CF + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc name - DTHTMLParser.h + UIImage+GIF.m path - Core/Source/DTHTMLParser/DTHTMLParser.h + SDWebImage/UIImage+GIF.m sourceTree <group> - ECDE2101E8E44A819CEE5CD4 + B7E3DF01A0A948AA85FE20F1 fileRef - 157FC1004F37494DAD46868D + 54118ABEFE204C0A85D83202 isa PBXBuildFile - ED1EB179F8E34689ABA741FA - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - Pods-DTFoundation-prefix.pch - sourceTree - <group> - - ED75A9B0F9CA4232A9E6C225 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - path - Pods-SBJson-Private.xcconfig - sourceTree - <group> - - EDAED778B9A14FF9B0E69755 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - path - Pods.xcconfig - sourceTree - <group> - - EE311DDF33A9496A8AC79FDC - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - path - Pods-SDWebImage-prefix.pch - sourceTree - <group> - - EEDBD2A90E7B465DBAFE21F1 + B8224AF55EE4451F9B469BEB fileRef - 601C772BC7454B54AB5F8F48 + 78F3A4CCC258455DA97CD120 + isa + PBXBuildFile + + B86CD7C72B584A189FC3FAE0 + + children + + 4D00820A697C4E7E889300E9 + 4DD0E94927C845D99E406D68 + 9F4A710D031A4A83BAA64B76 + 0BE431BD76754F609E5E4239 + + isa + PBXGroup + name + Support Files + sourceTree + SOURCE_ROOT + + B95690727A6049F28295F70A + + fileRef + 3A923FAF59974A1EB01E9F17 + isa + PBXBuildFile + + B96A1D1640BE4870A1828201 + + fileRef + B032849B735B48AC925ED514 + isa + PBXBuildFile + + B9C1971ECD3D4497BED01C3B + + fileRef + C8132ECB456C4AE5A968E52B + isa + PBXBuildFile + + BA4219C72C224661A2E299E7 + + fileRef + 7E319C233F6A43939D641FD3 + isa + PBXBuildFile + + BAA0938969824BFA8EE9CDB3 + + fileRef + C6B8880173B0440BB59E9E2C isa PBXBuildFile settings @@ -8990,54 +7463,85 @@ -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - EEF6E5EDEC3D4C319F313204 + BAE77633AB394443A332047A includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h + sourcecode.c.objc name - DTAccessibilityElement.h + SBJson4StreamParserState.m path - Core/Source/DTAccessibilityElement.h + src/main/objc/SBJson4StreamParserState.m sourceTree <group> - EFEEE4CAC33B4C90B5AA7784 + BBCF18DDCEA74141B8AFB5A3 - fileRef - 68A69DE636764329B44A2CD9 + children + + 72E379CE3EAB495EB272418E + F35AA9DB9A294EB995E333A6 + 757508F7A5DC48CFBD7CB140 + 38AE55EEB4E34601BAF7ED06 + isa - PBXBuildFile + PBXGroup + name + Support Files + sourceTree + SOURCE_ROOT - F04C5A93862A4B4DA40D32FD - - fileRef - 8A257051BC714C8992C5E589 - isa - PBXBuildFile - - F09FC75C13E44C0AB3FF7F04 + BC730061E2294C69B83C83F5 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h + sourcecode.c.objc name - DTAnimatedGIF.h + NSDate+RFC1123.m path - Core/Source/iOS/DTAnimatedGIF/DTAnimatedGIF.h + MKNetworkKit/Categories/NSDate+RFC1123.m sourceTree <group> - F11A8DF5A32B4E459DC5169D + BCA6D4D398374937BBC06E84 fileRef - E3DDFA27DED44219BF78273A + 562B092745974046B18BC84E + isa + PBXBuildFile + + BCE3BFCB91D7425183C7FCFE + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTDictationPlaceholderView.m + path + Core/Source/DTDictationPlaceholderView.m + sourceTree + <group> + + BCFFAE954CA64B44B36B1202 + + fileRef + 2FDE7D51ED754DF08030822A + isa + PBXBuildFile + + BD36B56409554A5BB165DE1E + + fileRef + AF31367438344A7D84B25DA3 isa PBXBuildFile settings @@ -9046,27 +7550,71 @@ -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - F1315846DA584351BBD42BFF + BD4FA9D81D574670814E212B + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Reachability.h + sourceTree + <group> + + BD7166D3A5D347F8A1B7CD38 + + fileRef + A88188E3C43E48DABD4E73F3 + isa + PBXBuildFile + + BD8013EF06E141B189E1F4C6 + + fileRef + 921184E86D194706AAAD0835 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + BDD97E374A3041C786BFAF22 buildActionMask 2147483647 files - 233BB38470AE4AE4A15188BA - 0BD3FCDBD01F41B89D452E0B - C7070328B29F4FB9A3D917F9 - 86112C23F40B44A08F293A74 - 3C8F653FB43D4139B1F621DD - E32AEB5DAB6C41EBBFDE5FD1 - 7A3DB2DAFC2348AAABCB504E - 5A428025931142DBBAC86013 + B95690727A6049F28295F70A + BE00948F372D4C89B8390296 + DD38D76CD38F4B978CA32D0E + 1CE47952D3BB40189785C0F2 + 833FBB27BFF143BDBB67DEA6 + 733EE7A109AA4EE2BA2777AB + 2E3824869A05411E840A4E5F + 6636C3BBA09643B6B2832A1F isa PBXSourcesBuildPhase runOnlyForDeploymentPostprocessing 0 - F1508A6954B34DFA8A30C6F3 + BE00948F372D4C89B8390296 + + fileRef + 524423CF125040889AC7F257 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + BF1C8CED01574CF28DC5163F includeInIndex 1 @@ -9075,33 +7623,201 @@ lastKnownFileType sourcecode.c.h name - SDImageCache.h + NSURL+DTAppLinks.h path - SDWebImage/SDImageCache.h + Core/Source/iOS/NSURL+DTAppLinks.h sourceTree <group> - F162477F771D40C2AF379A8A + BF4A09375D924A579E4DC67D fileRef - C764AD4F78C24FC3B58AD796 + 16FB5BBEE250407EB55A8F29 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + BF84D7A0311B4D4CB8E51970 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTLog.h + path + Core/Source/DTLog.h + sourceTree + <group> + + BFE2D53407CD4C77AF1215F4 + + explicitFileType + archive.ar + includeInIndex + 0 + isa + PBXFileReference + path + libPods-SDWebImage.a + sourceTree + BUILT_PRODUCTS_DIR + + C0ABC98AC67342508D392640 + + fileRef + 3EF1E99667A043FD9F746692 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + C0ED4A8570B9493ABB9057FC + + fileRef + 3B0FB5270FD24DDCB90DA943 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + C0F86E27DFDA4333AE47481D + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + NSAttributedString+DTDebug.m + path + Core/Source/NSAttributedString+DTDebug.m + sourceTree + <group> + + C14210914E5C457293072A9D + + fileRef + B70E9DDEBED8442B928F3FBB isa PBXBuildFile - F1BC8CEB765D4A7CB1515883 + C17F058F7FDA4DFA916536AB - buildActionMask - 2147483647 - files - - 4326149CE16E434BA7B61F07 - + includeInIndex + 1 isa - PBXHeadersBuildPhase - runOnlyForDeploymentPostprocessing - 0 + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTBlockFunctions.h + path + Core/Source/DTBlockFunctions.h + sourceTree + <group> - F1CFC91C9640432FAFE24AFA + C1A976C9C62A430787EDF8D8 + + baseConfigurationReference + D2C45BDB261D4E5A994C74D8 + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + ARCHS + $(ARCHS_STANDARD_INCLUDING_64_BIT) + COPY_PHASE_STRIP + YES + DSTROOT + /tmp/xcodeproj.dst + GCC_C_LANGUAGE_STANDARD + gnu99 + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + Pods-SBJson-prefix.pch + GCC_VERSION + com.apple.compilers.llvm.clang.1_0 + INSTALL_PATH + $(BUILT_PRODUCTS_DIR) + IPHONEOS_DEPLOYMENT_TARGET + 7.0 + OTHER_CFLAGS + + -DNS_BLOCK_ASSERTIONS=1 + $(inherited) + + OTHER_CPLUSPLUSFLAGS + + -DNS_BLOCK_ASSERTIONS=1 + $(inherited) + + OTHER_LDFLAGS + + PRODUCT_NAME + $(TARGET_NAME) + PUBLIC_HEADERS_FOLDER_PATH + $(TARGET_NAME) + SDKROOT + iphoneos + SKIP_INSTALL + YES + VALIDATE_PRODUCT + YES + + isa + XCBuildConfiguration + name + Release + + C213BD9914D64B759F6F2731 + + fileRef + 796941D8D23D4D5AA5ECE938 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + C326DC65A2D841B6AC8DD009 + + fileRef + E2B3602832F24E6B963F7776 + isa + PBXBuildFile + + C32ECCA94122449FA126A32C + + fileRef + F04E784676DF4277A9E327E4 + isa + PBXBuildFile + + C38C045551BD45CB995ECF1F + + fileRef + 8F1D35C210734E3F977ED3D9 + isa + PBXBuildFile + + C3AC28A6C2794E8188B509CD buildSettings @@ -9159,17 +7875,887 @@ name Release - F1D4F36C3ACF4ECCB5C6079E + C448250EDE9D4C73A34DA589 fileRef - EEF6E5EDEC3D4C319F313204 + D65B26C5CF6D476F954F2E3B isa PBXBuildFile - F1E9D645A5974CCBB0C8347F + C4A65350514A42C1B87FB71F + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + NSMutableArray+DTMoving.m + path + Core/Source/NSMutableArray+DTMoving.m + sourceTree + <group> + + C4E937060F824007973E665A + + containerPortal + 1D61F37C573C4814AB275E1E + isa + PBXContainerItemProxy + proxyType + 1 + remoteGlobalIDString + 207A97E69B7A446E8209444A + remoteInfo + Pods-MKNetworkKit + + C5AF4B7273304924B4F5F1C1 + + fileRef + 2AE42C7774C44C94909274B2 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + C6B8880173B0440BB59E9E2C + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + SDWebImagePrefetcher.m + path + SDWebImage/SDWebImagePrefetcher.m + sourceTree + <group> + + C6DEC8E5BB9F4135A523AA75 + + buildActionMask + 2147483647 + files + + 8BB41BE7FA3A42A887013FE2 + 7AC39FD8DCF64BC3A47F6CF1 + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + C7BDFE5860994682A81C8286 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTHorizontalRuleHTMLElement.m + path + Core/Source/DTHorizontalRuleHTMLElement.m + sourceTree + <group> + + C8132ECB456C4AE5A968E52B + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTLinkButton.h + path + Core/Source/DTLinkButton.h + sourceTree + <group> + + C82DF03384ED4D2BB2A15282 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + NSURL+DTComparing.h + path + Core/Source/NSURL+DTComparing.h + sourceTree + <group> + + C8521D548DEE474FBEE1A60F + + fileRef + DD60811CF6464F88A26B0BEF + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + C8F18999556843F5984D7CA5 + + fileRef + 0AFB16C55BC644CFAB3D3190 + isa + PBXBuildFile + + C9081AB215014F05866DB9F4 + + fileRef + F6FBA3F529454F20B0655F4D + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + C91480DE77AB4AFABF51DED1 + + fileRef + 9C1736AB886944CA811ACC09 + isa + PBXBuildFile + + C927AC146DB745D0977F48B9 + + buildActionMask + 2147483647 + files + + 86E6E6F8A2CC4093AF0A3683 + + isa + PBXHeadersBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + C9A1AEBC2E584944855AD05B + + buildActionMask + 2147483647 + files + + 179C2798EAFA45DA8C308C03 + + isa + PBXHeadersBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + C9A5BE06A2CD4D0D8957FC61 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + path + Pods-SDWebImage-Private.xcconfig + sourceTree + <group> + + C9B364117CD04B08BDFA9AC1 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTExtendedFileAttributes.h + path + Core/Source/DTExtendedFileAttributes.h + sourceTree + <group> + + CA39466CEBD448C6B27C0C97 + + explicitFileType + archive.ar + includeInIndex + 0 + isa + PBXFileReference + path + libPods.a + sourceTree + BUILT_PRODUCTS_DIR + + CA40FC77060D4F36B650F3E5 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTHTMLParserTextNode.m + path + Core/Source/DTHTMLParserTextNode.m + sourceTree + <group> + + CA7DB0323F1446788A639CFA + + children + + E0C91E98BEC242848C02E6E2 + + isa + PBXGroup + name + Frameworks + sourceTree + <group> + + CAC801E63DEA49DB984EC6AF + + fileRef + CE1B6CA673A449CDAA8EDBAB + isa + PBXBuildFile + + CB2BB909ACC744D189F78A6F + + buildConfigurations + + 405B044BBA6F479B83C8B456 + C3AC28A6C2794E8188B509CD + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + CB377621A1B048BB9777E192 + + buildActionMask + 2147483647 + files + + 2DF5CD9F29FE43879BDB3D43 + DD4A2777079D4BFAB3DC6619 + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + CB512F044D034D6E90AB8E4D + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTBlockFunctions.m + path + Core/Source/DTBlockFunctions.m + sourceTree + <group> + + CB9AD19BD0B24A2B87ED8F70 + + isa + PBXTargetDependency + target + 4D736CF444C745588BB3CC6E + targetProxy + 980FA814269042E788C3E050 + + CBAB72C4C05B4F76A77EAAA5 + + fileRef + 1CA929E7D93D41A7AB4B0773 + isa + PBXBuildFile + + CBD1E0D68BE94BB7B57265A3 + + fileRef + 767E59C7A2014FEABD876C8C + isa + PBXBuildFile + + CBFDC9B36833422D93C69BF0 + + fileRef + 572921BA862B4E269F41AC05 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + CC1B8A25AEDA495BBB55C8F3 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + NSURL+DTAppLinks.m + path + Core/Source/iOS/NSURL+DTAppLinks.m + sourceTree + <group> + + CC35EC8401254029811D8395 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + path + Pods-DTCoreText.xcconfig + sourceTree + <group> + + CCA907D5E77A4D9DB8856741 baseConfigurationReference - ED75A9B0F9CA4232A9E6C225 + 4DD0E94927C845D99E406D68 + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + ARCHS + $(ARCHS_STANDARD_INCLUDING_64_BIT) + COPY_PHASE_STRIP + NO + DSTROOT + /tmp/xcodeproj.dst + GCC_C_LANGUAGE_STANDARD + gnu99 + GCC_DYNAMIC_NO_PIC + NO + GCC_OPTIMIZATION_LEVEL + 0 + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + Pods-MKNetworkKit-prefix.pch + GCC_PREPROCESSOR_DEFINITIONS + + DEBUG=1 + $(inherited) + + GCC_SYMBOLS_PRIVATE_EXTERN + NO + GCC_VERSION + com.apple.compilers.llvm.clang.1_0 + INSTALL_PATH + $(BUILT_PRODUCTS_DIR) + IPHONEOS_DEPLOYMENT_TARGET + 7.0 + OTHER_LDFLAGS + + PRODUCT_NAME + $(TARGET_NAME) + PUBLIC_HEADERS_FOLDER_PATH + $(TARGET_NAME) + SDKROOT + iphoneos + SKIP_INSTALL + YES + + isa + XCBuildConfiguration + name + Debug + + CCF1CBE5B7EE4F96A8FD5871 + + fileRef + 9D8B15CF8AE54D5EAC0A3693 + isa + PBXBuildFile + + CD0E9510803A4410AC88EB1F + + fileRef + 532ED8D3FD8242B595366289 + isa + PBXBuildFile + + CD78FC1B819F45AD8874D9FD + + fileRef + B455E8947004443AA16B8CCD + isa + PBXBuildFile + + CE1B6CA673A449CDAA8EDBAB + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + SystemConfiguration.framework + path + Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/SystemConfiguration.framework + sourceTree + DEVELOPER_DIR + + CE953E410C8342A689E6477E + + buildConfigurations + + D300FF927FB24B2C83A47AD9 + 30EC0DE37EC749A693642E29 + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + CEB186DEE87B42759706A8FE + + fileRef + D10F41CEFF6A4892912C2AE3 + isa + PBXBuildFile + + CEB58521B9B841A2B1DAEA82 + + children + + CC35EC8401254029811D8395 + 6A90F3DAA33848A597E09485 + 439E77391DA4466588002138 + 19A3719824C44C40BAB4CF1C + + isa + PBXGroup + name + Support Files + sourceTree + SOURCE_ROOT + + CEF6E3EDEA754E67B8412FCD + + fileRef + 8FBA411A5590482481637574 + isa + PBXBuildFile + + CEFE61749E5D46829A925482 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text + path + Pods-acknowledgements.markdown + sourceTree + <group> + + CF55E78AFC8449BC825FEDED + + fileRef + 556A9A6893F94B0580D22EA8 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + CF6257E5A5FF457FA7340329 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + SBJson4StreamParser.h + path + src/main/objc/SBJson4StreamParser.h + sourceTree + <group> + + D0C97D2704B54523986564CA + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + path + Pods.xcconfig + sourceTree + <group> + + D10F41CEFF6A4892912C2AE3 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTCompatibility.h + path + Core/Source/DTCompatibility.h + sourceTree + <group> + + D123A9F36C814926979AE29E + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTCoreTextConstants.m + path + Core/Source/DTCoreTextConstants.m + sourceTree + <group> + + D12D515924194C3D88C55942 + + children + + 8AFDC7752C99482F9A4D6766 + 9C115A357BF6410F94158BB8 + AA0754F136D049B8A7EAE4F3 + + isa + PBXGroup + name + STableViewController + path + STableViewController + sourceTree + <group> + + D1436B514F314BDB83966389 + + fileRef + E64C7E471B59406B9E0858A7 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + D188FF66DBEB4DC59DF19B7B + + fileRef + 7949CF429EF84E7BA44F0F2A + isa + PBXBuildFile + + D2068258354143C2B8F3E2A0 + + fileRef + EFFE8949F5134E058031FDBB + isa + PBXBuildFile + + D216DD7BC77F4DFABB5E1B8C + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Pods-DTFoundation-prefix.pch + sourceTree + <group> + + D22F73C260FD49FBB1D1CDA7 + + fileRef + DFB5A3B5C42D46A39A295130 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + D2C45BDB261D4E5A994C74D8 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + path + Pods-SBJson-Private.xcconfig + sourceTree + <group> + + D300FF927FB24B2C83A47AD9 + + baseConfigurationReference + C9A5BE06A2CD4D0D8957FC61 + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + ARCHS + $(ARCHS_STANDARD_INCLUDING_64_BIT) + COPY_PHASE_STRIP + NO + DSTROOT + /tmp/xcodeproj.dst + GCC_C_LANGUAGE_STANDARD + gnu99 + GCC_DYNAMIC_NO_PIC + NO + GCC_OPTIMIZATION_LEVEL + 0 + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + Pods-SDWebImage-prefix.pch + GCC_PREPROCESSOR_DEFINITIONS + + DEBUG=1 + $(inherited) + + GCC_SYMBOLS_PRIVATE_EXTERN + NO + GCC_VERSION + com.apple.compilers.llvm.clang.1_0 + INSTALL_PATH + $(BUILT_PRODUCTS_DIR) + IPHONEOS_DEPLOYMENT_TARGET + 7.0 + OTHER_LDFLAGS + + PRODUCT_NAME + $(TARGET_NAME) + PUBLIC_HEADERS_FOLDER_PATH + $(TARGET_NAME) + SDKROOT + iphoneos + SKIP_INSTALL + YES + + isa + XCBuildConfiguration + name + Debug + + D382CCA5518F4F59A4E1AF1B + + baseConfigurationReference + 6A90F3DAA33848A597E09485 + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + ARCHS + $(ARCHS_STANDARD_INCLUDING_64_BIT) + COPY_PHASE_STRIP + NO + DSTROOT + /tmp/xcodeproj.dst + GCC_C_LANGUAGE_STANDARD + gnu99 + GCC_DYNAMIC_NO_PIC + NO + GCC_OPTIMIZATION_LEVEL + 0 + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + Pods-DTCoreText-prefix.pch + GCC_PREPROCESSOR_DEFINITIONS + + DEBUG=1 + $(inherited) + + GCC_SYMBOLS_PRIVATE_EXTERN + NO + GCC_VERSION + com.apple.compilers.llvm.clang.1_0 + INSTALL_PATH + $(BUILT_PRODUCTS_DIR) + IPHONEOS_DEPLOYMENT_TARGET + 7.0 + OTHER_LDFLAGS + + PRODUCT_NAME + $(TARGET_NAME) + PUBLIC_HEADERS_FOLDER_PATH + $(TARGET_NAME) + SDKROOT + iphoneos + SKIP_INSTALL + YES + + isa + XCBuildConfiguration + name + Debug + + D39199B72BCB4E4C834CEC03 + + fileRef + 0A309C5800A94F318299F190 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + D3DAAD90D34D42B1B6BFD58A + + fileRef + 52B91FCB16984E3883A750FC + isa + PBXBuildFile + + D479953F3E8D46799FBAA598 + + buildActionMask + 2147483647 + files + + 696264199015476F9E3C3766 + C32ECCA94122449FA126A32C + 7E0C73AE1D8E48BF833F6895 + B8224AF55EE4451F9B469BEB + 54CAEF409BD44DAE87DEF80B + FCBADE7955104988AB958257 + DD7DBD08DF9E45E183E5E226 + F8CBB88AA3D34DF0A5BC5803 + 23E5227C96DF49C8B0E49927 + CD78FC1B819F45AD8874D9FD + CBAB72C4C05B4F76A77EAAA5 + 650BE947A3C94D2EBFE9180C + BD7166D3A5D347F8A1B7CD38 + 0D248FB5E0D34BD9AA0364AC + 561F349A86F34C9CBF77355F + 1FE1CE9E616649FAAFB3A21B + FAD64BDE459E485995990986 + 029EA11D0FDC4D95ADE531AD + 4333F29195F64906896528D1 + CCF1CBE5B7EE4F96A8FD5871 + FDF9887D9347450FB09AED78 + 6F5CD3FCF3ED446EA2806074 + 97C7B045BC4745449A7F4017 + FDFADB799DD14DE4A43548E0 + A8E73DC9950740D2B23FE624 + B4751CFCFB9F493C9257B817 + 8FBE8CFC4A84418B9F21CBC4 + 6F38FC5AC39E4C718738ADAC + 30439F35202544E09CFC5422 + 3DA60A46E5D949F49B48238B + BCFFAE954CA64B44B36B1202 + B7E3DF01A0A948AA85FE20F1 + F7F6D59E809944D993BA996B + + isa + PBXHeadersBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + D4A6FD0EC26C4616B85A8C6E + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTColor+Compatibility.h + path + Core/Source/DTColor+Compatibility.h + sourceTree + <group> + + D4E055B4BAF5462093950C14 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTBase64Coding.m + path + Core/Source/DTBase64Coding.m + sourceTree + <group> + + D5025B9F9B734877890ACDA2 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTCoreTextGlyphRun.h + path + Core/Source/DTCoreTextGlyphRun.h + sourceTree + <group> + + D5801F76A4E94E5DA36746D8 + + baseConfigurationReference + 69D2A6AF24164A2D8E0206E1 buildSettings ALWAYS_SEARCH_USER_PATHS @@ -9185,7 +8771,7 @@ GCC_PRECOMPILE_PREFIX_HEADER YES GCC_PREFIX_HEADER - Pods-SBJson-prefix.pch + Pods-MBProgressHUD-prefix.pch GCC_VERSION com.apple.compilers.llvm.clang.1_0 INSTALL_PATH @@ -9220,19 +8806,7 @@ name Release - F2740C579F734C87ADB9DB44 - - fileRef - 781B55A4C4AE43AF9EC041FC - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - F29593DDB44A4EEA838FFB38 + D65B26C5CF6D476F954F2E3B includeInIndex 1 @@ -9241,109 +8815,13 @@ lastKnownFileType sourcecode.c.h name - DTFolderMonitor.h + DTCoreTextConstants.h path - Core/Source/DTFolderMonitor.h + Core/Source/DTCoreTextConstants.h sourceTree <group> - F2E07B1B8A02408983306934 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTExtendedFileAttributes.m - path - Core/Source/DTExtendedFileAttributes.m - sourceTree - <group> - - F317FB4F6E7A470AA84AF1CE - - buildConfigurationList - 9D0DB398874E4CE897E4116E - buildPhases - - C092233A28E8481EAC811537 - 24E689363C3249149BA14BFC - F35012FED17B4E978CEF0333 - - buildRules - - dependencies - - D633F5C074DF441387CB8369 - - isa - PBXNativeTarget - name - Pods-MKNetworkKit - productName - Pods-MKNetworkKit - productReference - 3FBB00BD4D404295AD65AF85 - productType - com.apple.product-type.library.static - - F35012FED17B4E978CEF0333 - - buildActionMask - 2147483647 - files - - CF5E16C792774124A5C49F2F - 3D26D355550C4DC89C3EF7C6 - 8D188BB274BE49AA8B651E62 - 76E9D77CAD954B0C8FEC0981 - 961714082B4E4AACB60247B3 - 075789ACF4544B61B09286A7 - 0195A95B9A2D4AF1A04B2452 - 839F6970D8D74843A6020258 - - isa - PBXHeadersBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - F36506955E2042D495C81486 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTCoreTextFontDescriptor.m - path - Core/Source/DTCoreTextFontDescriptor.m - sourceTree - <group> - - F389F4D359DA40BCA9FE4DD8 - - fileRef - F9732F2AC3E94D31A7D0FA3E - isa - PBXBuildFile - - F38E5D56998041FA82F852C9 - - fileRef - 5E4B2139A9CC46529EE82435 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - F3CC1702C3F345039156BA13 + D6AE598683B8455890667FF5 includeInIndex 1 @@ -9352,13 +8830,45 @@ lastKnownFileType sourcecode.c.h name - DTColorFunctions.h + UIImage+GIF.h path - Core/Source/DTColorFunctions.h + SDWebImage/UIImage+GIF.h sourceTree <group> - F3D5DC8B24124BBC9EC8FD1A + D6CC0E29787343E7BB20D98C + + children + + 11C5B79EDA1D423783C67506 + 572921BA862B4E269F41AC05 + D77C2874A3C9479CABA1868A + 6281E9D1D9324549B9E9EE7A + A88188E3C43E48DABD4E73F3 + 0A309C5800A94F318299F190 + 94F7B062CE044727B1D4E70F + 3EF1E99667A043FD9F746692 + FEDFBE1C0FC74EDBA645CEBC + AB63DCDB50C94EA49C481CDD + BF1C8CED01574CF28DC5163F + CC1B8A25AEDA495BBB55C8F3 + B0F641B21CDC42E3A259BEFC + 01D72E316C844753A34C1D97 + 2FDE7D51ED754DF08030822A + 57703456C10A4385B970A63C + 54118ABEFE204C0A85D83202 + EF6EAD4FF970457A8E4B060A + 9FFEF9C350AC4201979005EC + E64C7E471B59406B9E0858A7 + + isa + PBXGroup + name + UIKit + sourceTree + <group> + + D77C2874A3C9479CABA1868A includeInIndex 1 @@ -9373,44 +8883,14 @@ sourceTree <group> - F3E387C640A54E0792D3F03D + D7BFF266AE674CC28A13BF34 fileRef - C764AD4F78C24FC3B58AD796 + 34AC488CAA7A407B9B43DF35 isa PBXBuildFile - F4E4B73B1FFD44DAB8C1DF91 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - NSDictionary+RequestEncoding.m - path - MKNetworkKit/Categories/NSDictionary+RequestEncoding.m - sourceTree - <group> - - F561023E61B84D71AA74D19B - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTCoreGraphicsUtils.m - path - Core/Source/DTCoreGraphicsUtils.m - sourceTree - <group> - - F60DB7F1A8E74E1B9C91C546 + D8A1190C1D2244ABBD541171 includeInIndex 1 @@ -9419,13 +8899,35 @@ lastKnownFileType sourcecode.c.h name - DTTextAttachment.h + SBJson4StreamParserState.h path - Core/Source/DTTextAttachment.h + src/main/objc/SBJson4StreamParserState.h sourceTree <group> - F615B67452CB471BB8264107 + D8F577A3706C4C72AAB12E30 + + isa + PBXTargetDependency + target + 2DA82B34E6D64D458E70828C + targetProxy + 68A04BC4BBD249CDA4288971 + + D9035DB98ED74EAE8886FCAF + + explicitFileType + archive.ar + includeInIndex + 0 + isa + PBXFileReference + path + libPods-STableViewController.a + sourceTree + BUILT_PRODUCTS_DIR + + D903EBBEA7024A678B6386FF includeInIndex 1 @@ -9434,16 +8936,71 @@ lastKnownFileType sourcecode.c.objc name - NSAttributedString+DTDebug.m + DTCoreTextLayouter.m path - Core/Source/NSAttributedString+DTDebug.m + Core/Source/DTCoreTextLayouter.m sourceTree <group> - F675CD628A834DE99A670468 + DA65A4BB28E84E29AD8C5A12 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + UIImageView+WebCache.m + path + SDWebImage/UIImageView+WebCache.m + sourceTree + <group> + + DB9A719151B74B328CD45F77 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Pods-DTFoundation-dummy.m + sourceTree + <group> + + DBB14D8F855D48F9B2E6CF60 fileRef - F4E4B73B1FFD44DAB8C1DF91 + D6AE598683B8455890667FF5 + isa + PBXBuildFile + + DC21C687DD304B13837293F5 + + explicitFileType + archive.ar + includeInIndex + 0 + isa + PBXFileReference + path + libPods-MBProgressHUD.a + sourceTree + BUILT_PRODUCTS_DIR + + DC4215A8F2874B67A3C3E7EC + + fileRef + 8C041344585A4683A4EE1E16 + isa + PBXBuildFile + + DC65E8F6034945AEB13E44D8 + + fileRef + 0DD6015D87874E318118912F isa PBXBuildFile settings @@ -9452,7 +9009,86 @@ -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - F67F6BB7B12B4046A2A2667B + DD2A42284B4B4DAF80329ADB + + fileRef + 3323F536FC044538B406D43B + isa + PBXBuildFile + + DD38D76CD38F4B978CA32D0E + + fileRef + 2FAA1ED866794056B48921AC + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + DD4A2777079D4BFAB3DC6619 + + fileRef + 78F453B8FB854CD196226D0B + isa + PBXBuildFile + + DD60811CF6464F88A26B0BEF + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Reachability.m + sourceTree + <group> + + DD7DBD08DF9E45E183E5E226 + + fileRef + D77C2874A3C9479CABA1868A + isa + PBXBuildFile + + DD99F0CE5C07428FBE88988F + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MBProgressHUD.m + sourceTree + <group> + + DDBAC297A0474A7089849E27 + + fileRef + 70A52322E4AB41279918E8AB + isa + PBXBuildFile + + DF0DE7B580AB4146BA936949 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + path + Pods-STableViewController.xcconfig + sourceTree + <group> + + DF8C8AE586C84BE5A5E14A86 includeInIndex 1 @@ -9461,13 +9097,13 @@ lastKnownFileType sourcecode.c.h name - DTCoreTextLayoutFrame.h + NSData+MKBase64.h path - Core/Source/DTCoreTextLayoutFrame.h + MKNetworkKit/Categories/NSData+MKBase64.h sourceTree <group> - F6947A3CA5374ABFBCC594BF + DFB5A3B5C42D46A39A295130 includeInIndex 1 @@ -9476,46 +9112,16 @@ lastKnownFileType sourcecode.c.objc name - DTHorizontalRuleHTMLElement.m + DTCoreTextLayoutFrame.m path - Core/Source/DTHorizontalRuleHTMLElement.m + Core/Source/DTCoreTextLayoutFrame.m sourceTree <group> - F6A5D050EB4C476CAB38F71D - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - UIImage+MultiFormat.m - path - SDWebImage/UIImage+MultiFormat.m - sourceTree - <group> - - F73797E9B0884FACA7E06217 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - SDWebImagePrefetcher.m - path - SDWebImage/SDWebImagePrefetcher.m - sourceTree - <group> - - F7653F74398048AFAD95A133 + DFEEF222F01349BDB9D81973 fileRef - C2B3F455CDD64A9586C3253C + 9D6BF9AA8A58441D8BF30A1A isa PBXBuildFile settings @@ -9524,17 +9130,10 @@ -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - F7B71311B8C6438AB004BA3E + E02485A23C4040B5AE0B8E4F fileRef - 0367B30B817A4EFE83DDAD4C - isa - PBXBuildFile - - F7C57036A5E9432EB493750B - - fileRef - AFE92F74458D4F7FB99BD338 + FD70F1153411409DBC6604CA isa PBXBuildFile settings @@ -9543,111 +9142,72 @@ -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - F7D8056EEC53457AB0DB477B + E038FF48575D474A98915CC3 includeInIndex 1 isa PBXFileReference lastKnownFileType - sourcecode.c.h - name - DTCoreTextFontCollection.h + text.plist.xml path - Core/Source/DTCoreTextFontCollection.h + Pods-acknowledgements.plist sourceTree <group> - F8179E566C554309985FF5CC - - fileRef - B86E4FECB1484067A6BC7EAA - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - F864727160004B088A09E4D8 - - fileRef - 1A1EFDF1E3074D1AB1DB5677 - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - F8C024C08BEF4123AA21F009 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - DTCSSListStyle.m - path - Core/Source/DTCSSListStyle.m - sourceTree - <group> - - F926A0C9DB054FF3AE7A7EA9 - - fileRef - 56B3EC43C28F447F88691ACC - isa - PBXBuildFile - settings - - COMPILER_FLAGS - -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - - - F941AEFD945E42F1A968A737 - - fileRef - 32DABCE3CB4144EFB3EDBA03 - isa - PBXBuildFile - - F9732F2AC3E94D31A7D0FA3E - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - SBJson4Parser.h - path - src/main/objc/SBJson4Parser.h - sourceTree - <group> - - F9E0D1E2B7D448AABF38551A + E092740F6E1A4D88BFFD6B2C isa PBXFileReference lastKnownFileType wrapper.framework name - Security.framework + QuartzCore.framework path - Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/Security.framework + Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/QuartzCore.framework sourceTree DEVELOPER_DIR - FB2374FC708945D7A795A193 + E0C91E98BEC242848C02E6E2 + + children + + F2A7095A01C94E84B6BFB6F6 + 4CF86D0C9C4B466BAD8E51CD + 497928F3E6624EA98EEC243E + B032849B735B48AC925ED514 + 766BE476C5A64AFDA3AE1869 + 9C1736AB886944CA811ACC09 + E092740F6E1A4D88BFFD6B2C + 2409D37D01E44304B25620AC + CE1B6CA673A449CDAA8EDBAB + + isa + PBXGroup + name + iOS + sourceTree + <group> + + E1B8E594BAC942AC8BA380C7 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTTextBlock.m + path + Core/Source/DTTextBlock.m + sourceTree + <group> + + E2221EB9B2FA4045A2333BEF fileRef - 4DF3208B96964300A7EB473B + 17902C66A1784957B3447507 isa PBXBuildFile settings @@ -9656,39 +9216,195 @@ -fobjc-arc -DOS_OBJECT_USE_OBJC=0 - FCAF99503434492EB8064DCF + E25256ADF0394A98B4AF8951 - buildActionMask - 2147483647 - files + children - F162477F771D40C2AF379A8A - 01147A6E41A342768B2EBB4E - 91EDA6A30B0743F1B4C5B1B6 + 83288A55A9EB4145A52C2724 isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing - 0 + PBXGroup + name + Targets Support Files + sourceTree + <group> - FCF6435D18C146ED839A2968 + E2B3602832F24E6B963F7776 - buildConfigurations - - 5BF114A00BE44F4783B4959A - A9BD5CD07AC047DDA87AFD0B - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release + includeInIndex + 1 isa - XCConfigurationList + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + SDWebImageOperation.h + path + SDWebImage/SDWebImageOperation.h + sourceTree + <group> - FD81981945044B1B8D4410E9 + E2D92E0A15EE4111B4C1F35F + + fileRef + 86194BB40AA94415BD0EB329 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + E2EA824EE1BA4C5980A98888 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTAttributedTextCell.m + path + Core/Source/DTAttributedTextCell.m + sourceTree + <group> + + E354F7EA10A149DB8306D41C + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + NSCharacterSet+HTML.m + path + Core/Source/NSCharacterSet+HTML.m + sourceTree + <group> + + E373DED4EDBD4D2F9AA49B62 + + fileRef + D5025B9F9B734877890ACDA2 + isa + PBXBuildFile + + E3D58153BA02418899775773 + + fileRef + 0F72FFB947F34911B841303E + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + E3F28EBF4BDD48FA8DB7DB31 + + fileRef + 54836BBC11D94C4291199530 + isa + PBXBuildFile + + E4048B26AF98458C9BB0EAC4 + + fileRef + B240D8ABD6494745A0927878 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + E48017E6817543B08A55F045 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + SBJson4Writer.h + path + src/main/objc/SBJson4Writer.h + sourceTree + <group> + + E64C7E471B59406B9E0858A7 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + UIWebView+DTFoundation.m + path + Core/Source/iOS/UIWebView+DTFoundation.m + sourceTree + <group> + + E6C49C8238D449C698830972 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + UIImage+MultiFormat.h + path + SDWebImage/UIImage+MultiFormat.h + sourceTree + <group> + + E7577029BF7D43EBA32186D9 + + children + + B70E9DDEBED8442B928F3FBB + DD99F0CE5C07428FBE88988F + 3C4A7DCEBAD34FEC8D9853FA + + isa + PBXGroup + name + MBProgressHUD + path + MBProgressHUD + sourceTree + <group> + + E76C5E7ADC094A24B2E023B4 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + MKNetworkOperation.m + path + MKNetworkKit/MKNetworkOperation.m + sourceTree + <group> + + E7709F94AB234D1EB2283F4A baseConfigurationReference - 37019679540E4DB9943F4ED0 + D2C45BDB261D4E5A994C74D8 buildSettings ALWAYS_SEARCH_USER_PATHS @@ -9708,7 +9424,7 @@ GCC_PRECOMPILE_PREFIX_HEADER YES GCC_PREFIX_HEADER - Pods-STableViewController-prefix.pch + Pods-SBJson-prefix.pch GCC_PREPROCESSOR_DEFINITIONS DEBUG=1 @@ -9738,65 +9454,86 @@ name Debug - FDA0A2A008F5412E8C95B327 - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - MKNetworkOperation.m - path - MKNetworkKit/MKNetworkOperation.m - sourceTree - <group> - - FDB46152B32A41EEA97C56EF - - includeInIndex - 1 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.objc - name - NSMutableAttributedString+HTML.m - path - Core/Source/NSMutableAttributedString+HTML.m - sourceTree - <group> - - FDBDB827DFF4486B967129FE + E78D0DA55C444492A8E82D00 fileRef - F67F6BB7B12B4046A2A2667B + 401B476355734F03B5EA7155 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + E838196D3ECC4A7A8044858D + + fileRef + 5934F6F4E71D4F4EA2928D42 isa PBXBuildFile - FDD7F4FAF5D34F079EA28712 + E842A891F7FE4593ACA04455 fileRef - F3CC1702C3F345039156BA13 + 2E5E8E39436E42C088216541 isa PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + - FDDE455C3F2F4292A40CC3A2 + E8F0C738DDB841AAAD791A16 fileRef - BE7C62F3259D48E5AF596149 + 25179E0F43B4475FA170C198 isa PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + - FDF8D39C10284F3F8314D16A + E902F6DE78CF4699A56D86A5 fileRef - 492B68D9C5D1455781BD518F + 8483A46E4B8442268C018179 isa PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + - FE901622926D4E188D13CC54 + E904F17C3D9D4BA885D6C1BC + + fileRef + F00602FB83D34618A62BEF08 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + E93C99EF6D1E48BDB381D7F4 + + fileRef + 872CC6BA64AC49F68FE2C8A0 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + E93E92BDC7C64A4C9BA017E9 includeInIndex 1 @@ -9805,33 +9542,35 @@ lastKnownFileType sourcecode.c.h name - NSAttributedString+DTDebug.h + DTVersion.h path - Core/Source/NSAttributedString+DTDebug.h + Core/Source/DTVersion.h sourceTree <group> - FF42AD45967D4D91A50E9489 + E996DE8F1F0349FE9555F2D6 - containerPortal - 4CB0F388DBCC4ABBAB5D1C3C - isa - PBXContainerItemProxy - proxyType + includeInIndex 1 - remoteGlobalIDString - 3D0578D4F95F4DABB34F9862 - remoteInfo - Pods-Reachability + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTAttributedLabel.h + path + Core/Source/DTAttributedLabel.h + sourceTree + <group> - FF5FC5C0F22E4E67AC080F9B + EA12AB9003D443389571D625 fileRef - C5AD76C69502432BA5C2B275 + B032849B735B48AC925ED514 isa PBXBuildFile - FF91470CC43946B4912C939B + EA578B3F35AE48499DBFB8B6 includeInIndex 1 @@ -9840,14 +9579,660 @@ lastKnownFileType sourcecode.c.objc name - DTBreakHTMLElement.m + NSAttributedString+HTML.m path - Core/Source/DTBreakHTMLElement.m + Core/Source/NSAttributedString+HTML.m sourceTree <group> + EAEC227F68864B71A81BA3DB + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + NSString+CSS.m + path + Core/Source/NSString+CSS.m + sourceTree + <group> + + EC04BD875199487C9C6BE049 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + NSString+MKNetworkKitAdditions.m + path + MKNetworkKit/Categories/NSString+MKNetworkKitAdditions.m + sourceTree + <group> + + EC320226B96D4E46B3AEA264 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTWebVideoView.m + path + Core/Source/DTWebVideoView.m + sourceTree + <group> + + EC57D5EC0B77443B9EA99DB6 + + fileRef + D4E055B4BAF5462093950C14 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + ED29D9EA992D484189B6BF99 + + fileRef + 5FC7F4F3AF7746E79DC35779 + isa + PBXBuildFile + + ED2CDAE33EA7486AA305FF84 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + SDWebImageDecoder.m + path + SDWebImage/SDWebImageDecoder.m + sourceTree + <group> + + ED3C06F7B84D4B9981226B63 + + fileRef + 2C37B382D3CC4651B7833B9F + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + EE30A43D02E94A1496E567E1 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Pods-environment.h + sourceTree + <group> + + EEE2111186024BB2B371A2C7 + + fileRef + C0F86E27DFDA4333AE47481D + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + EF6EAD4FF970457A8E4B060A + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + UIView+DTFoundation.m + path + Core/Source/iOS/UIView+DTFoundation.m + sourceTree + <group> + + EFFE8949F5134E058031FDBB + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTCoreTextFontCollection.h + path + Core/Source/DTCoreTextFontCollection.h + sourceTree + <group> + + F00602FB83D34618A62BEF08 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTCoreTextParagraphStyle.m + path + Core/Source/DTCoreTextParagraphStyle.m + sourceTree + <group> + + F04E784676DF4277A9E327E4 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTAnimatedGIF.h + path + Core/Source/iOS/DTAnimatedGIF/DTAnimatedGIF.h + sourceTree + <group> + + F0E5C8A02D3A4310899869DC + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + path + Pods-SDWebImage.xcconfig + sourceTree + <group> + + F0ECB735475746F5BABBBDEC + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + DTCoreTextLayoutLine.m + path + Core/Source/DTCoreTextLayoutLine.m + sourceTree + <group> + + F13A7D28D2A84BB2B6AB8EE3 + + fileRef + 24A573F9724C48A298BB6EC6 + isa + PBXBuildFile + + F16FBE8310D74B0BB3104E08 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + NSArray+DTError.m + path + Core/Source/NSArray+DTError.m + sourceTree + <group> + + F29B1BD4B80B4E4AA4FB85BA + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + NSAttributedString+SmallCaps.m + path + Core/Source/NSAttributedString+SmallCaps.m + sourceTree + <group> + + F2A7095A01C94E84B6BFB6F6 + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + CFNetwork.framework + path + Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/CFNetwork.framework + sourceTree + DEVELOPER_DIR + + F2AC33F4667848DD94646696 + + fileRef + 88BA57ECFC6B4FC49610D7A8 + isa + PBXBuildFile + + F35AA9DB9A294EB995E333A6 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + path + Pods-Reachability-Private.xcconfig + sourceTree + <group> + + F396D708741540BCB95E0D7F + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + NSString+Paragraphs.m + path + Core/Source/NSString+Paragraphs.m + sourceTree + <group> + + F3B8836392524680B648D24C + + fileRef + 365D2958715B4E43805FFC06 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + F5027F1B326A4ACDB408BEA7 + + isa + PBXTargetDependency + target + 4691266DD94644A0ABA3A969 + targetProxy + 6C8FAB75EF24499BA8C1F309 + + F511EB6C428D44F5B6D3AC69 + + buildActionMask + 2147483647 + files + + 57AAFD35D10D4DA9B3B0D2F3 + CAC801E63DEA49DB984EC6AF + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + F52B127B44F2420C978A3C1D + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + NSString+DTFormatNumbers.h + path + Core/Source/NSString+DTFormatNumbers.h + sourceTree + <group> + + F572EA9C1EDE4D2B90EDD3C9 + + children + + 868C2A3D45794845B8F03410 + F5B3620ED90C45ACB911A86D + E7577029BF7D43EBA32186D9 + B0ED7F4F30C249E19E4C59E8 + 2E1BB67EB2B14226A02C45D3 + B6743D23643F42998902543D + B115C0415FFF425AA80F1E20 + D12D515924194C3D88C55942 + + isa + PBXGroup + name + Pods + sourceTree + <group> + + F5B3620ED90C45ACB911A86D + + children + + 230D82652E004CF09510270B + 37F5BB28CF1543B98B423323 + 4AC11CEF4C764CCCA72D794F + 3567FA7DAF8245BE991B8C4D + D6CC0E29787343E7BB20D98C + + isa + PBXGroup + name + DTFoundation + path + DTFoundation + sourceTree + <group> + + F6A8A30C2F48457BB6FC7840 + + fileRef + 792A636976514A7698621AFE + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + F6FBA3F529454F20B0655F4D + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + UIFont+DTCoreText.m + path + Core/Source/UIFont+DTCoreText.m + sourceTree + <group> + + F7F6D59E809944D993BA996B + + fileRef + 9FFEF9C350AC4201979005EC + isa + PBXBuildFile + + F815EFFA01764B33BA7479AD + + fileRef + 444A7DE0A49A41D58E94BD82 + isa + PBXBuildFile + + F859428257554AD7BB6A2113 + + fileRef + 7BC05E455EB341619FDFBB53 + isa + PBXBuildFile + + F89A8D8371A5456CA3BFD982 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + SDWebImageManager.m + path + SDWebImage/SDWebImageManager.m + sourceTree + <group> + + F8CBB88AA3D34DF0A5BC5803 + + fileRef + C9B364117CD04B08BDFA9AC1 + isa + PBXBuildFile + + F94E6432F3EC4E939A42485D + + fileRef + 7FD25C43CA97444CBFE4DBCD + isa + PBXBuildFile + + F9E1407C4DB544E582CB6024 + + fileRef + 7E20C42D7A43456592A0B846 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + FA43A0EBBAEE47EDB6012B41 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + NSCoder+DTCompatibility.h + path + Core/Source/NSCoder+DTCompatibility.h + sourceTree + <group> + + FAD64BDE459E485995990986 + + fileRef + 97927893E1E041B89AE941A4 + isa + PBXBuildFile + + FC664E071F4148FEA0C4482A + + fileRef + B76E9A556F4C4C1791DD12CF + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + FCBADE7955104988AB958257 + + fileRef + 393A5E2921F049B69A2D8077 + isa + PBXBuildFile + + FCD5214B741B4FABBEFDD553 + + buildActionMask + 2147483647 + files + + 89DD3E4BAE4D4191B3C10B37 + 3F07734B97754F28B774F0CD + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + FCEC83EECA554D0AB11C3AF2 + + fileRef + 6DC8E614F67348CEAF3E73CA + isa + PBXBuildFile + + FD3C58B29CB946F5A88FD178 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + NSDictionary+RequestEncoding.h + path + MKNetworkKit/Categories/NSDictionary+RequestEncoding.h + sourceTree + <group> + + FD63D630823B48E6B184DBB7 + + fileRef + 78512260F0E14BACB61AB9AE + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + FD70F1153411409DBC6604CA + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + SDImageCache.m + path + SDWebImage/SDImageCache.m + sourceTree + <group> + + FDE3C14155254973882DF565 + + fileRef + 791F61C756B94AA197B0CFB4 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fobjc-arc -DOS_OBJECT_USE_OBJC=0 + + + FDF9887D9347450FB09AED78 + + fileRef + 1038C7EACBE04AF0A166D969 + isa + PBXBuildFile + + FDFADB799DD14DE4A43548E0 + + fileRef + 5DAE02B3E2D54C46BA117A58 + isa + PBXBuildFile + + FE1994C8B12E4866A3ABEB86 + + buildActionMask + 2147483647 + files + + 5D7F6F4B395A4D8C95FC57B9 + 7E82B4AFEC2245DA98557F9E + FE9C9B7058014D4AAD5AC170 + A7FB6FE6BBC042B2A17BCA55 + C91480DE77AB4AFABF51DED1 + 991AB54CEB7B48EB995EF6AE + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + FE9C9B7058014D4AAD5AC170 + + fileRef + B032849B735B48AC925ED514 + isa + PBXBuildFile + + FEDFBE1C0FC74EDBA645CEBC + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + DTTiledLayerWithoutFade.h + path + Core/Source/iOS/DTTiledLayerWithoutFade.h + sourceTree + <group> + + FF04D75471D347C9A3340912 + + isa + PBXTargetDependency + target + 6AF48A32B4E44D48B72E94E1 + targetProxy + 758E69056A1C465DA84F3163 + rootObject - 4CB0F388DBCC4ABBAB5D1C3C + 1D61F37C573C4814AB275E1E diff --git a/Pods/Pods.xcodeproj/xcuserdata/xmfish.xcuserdatad/xcschemes/Pods-DTCoreText.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/xmfish.xcuserdatad/xcschemes/Pods-DTCoreText.xcscheme index 0cb1c48..044928f 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/xmfish.xcuserdatad/xcschemes/Pods-DTCoreText.xcscheme +++ b/Pods/Pods.xcodeproj/xcuserdata/xmfish.xcuserdatad/xcschemes/Pods-DTCoreText.xcscheme @@ -14,7 +14,7 @@ buildForAnalyzing = "YES"> diff --git a/Pods/Pods.xcodeproj/xcuserdata/xmfish.xcuserdatad/xcschemes/Pods-DTFoundation.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/xmfish.xcuserdatad/xcschemes/Pods-DTFoundation.xcscheme index d636fa8..af53736 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/xmfish.xcuserdatad/xcschemes/Pods-DTFoundation.xcscheme +++ b/Pods/Pods.xcodeproj/xcuserdata/xmfish.xcuserdatad/xcschemes/Pods-DTFoundation.xcscheme @@ -14,7 +14,7 @@ buildForAnalyzing = "YES"> diff --git a/Pods/Pods.xcodeproj/xcuserdata/xmfish.xcuserdatad/xcschemes/Pods-MKNetworkKit.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/xmfish.xcuserdatad/xcschemes/Pods-MKNetworkKit.xcscheme index 63a00f9..88ce7e0 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/xmfish.xcuserdatad/xcschemes/Pods-MKNetworkKit.xcscheme +++ b/Pods/Pods.xcodeproj/xcuserdata/xmfish.xcuserdatad/xcschemes/Pods-MKNetworkKit.xcscheme @@ -14,7 +14,7 @@ buildForAnalyzing = "YES"> diff --git a/Pods/Pods.xcodeproj/xcuserdata/xmfish.xcuserdatad/xcschemes/Pods-Reachability.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/xmfish.xcuserdatad/xcschemes/Pods-Reachability.xcscheme index de4dafa..461881a 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/xmfish.xcuserdatad/xcschemes/Pods-Reachability.xcscheme +++ b/Pods/Pods.xcodeproj/xcuserdata/xmfish.xcuserdatad/xcschemes/Pods-Reachability.xcscheme @@ -14,7 +14,7 @@ buildForAnalyzing = "YES"> diff --git a/Pods/Pods.xcodeproj/xcuserdata/xmfish.xcuserdatad/xcschemes/Pods-SBJson.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/xmfish.xcuserdatad/xcschemes/Pods-SBJson.xcscheme index 627bfc2..6ac6fac 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/xmfish.xcuserdatad/xcschemes/Pods-SBJson.xcscheme +++ b/Pods/Pods.xcodeproj/xcuserdata/xmfish.xcuserdatad/xcschemes/Pods-SBJson.xcscheme @@ -14,7 +14,7 @@ buildForAnalyzing = "YES"> diff --git a/Pods/Pods.xcodeproj/xcuserdata/xmfish.xcuserdatad/xcschemes/Pods-SDWebImage.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/xmfish.xcuserdatad/xcschemes/Pods-SDWebImage.xcscheme index 028f75d..4cf6246 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/xmfish.xcuserdatad/xcschemes/Pods-SDWebImage.xcscheme +++ b/Pods/Pods.xcodeproj/xcuserdata/xmfish.xcuserdatad/xcschemes/Pods-SDWebImage.xcscheme @@ -14,7 +14,7 @@ buildForAnalyzing = "YES"> diff --git a/Pods/Pods.xcodeproj/xcuserdata/xmfish.xcuserdatad/xcschemes/Pods-STableViewController.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/xmfish.xcuserdatad/xcschemes/Pods-STableViewController.xcscheme index 5a84e2a..03d7831 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/xmfish.xcuserdatad/xcschemes/Pods-STableViewController.xcscheme +++ b/Pods/Pods.xcodeproj/xcuserdata/xmfish.xcuserdatad/xcschemes/Pods-STableViewController.xcscheme @@ -14,7 +14,7 @@ buildForAnalyzing = "YES"> diff --git a/Pods/Pods.xcodeproj/xcuserdata/xmfish.xcuserdatad/xcschemes/Pods.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/xmfish.xcuserdatad/xcschemes/Pods.xcscheme index bddcf59..49f31ce 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/xmfish.xcuserdatad/xcschemes/Pods.xcscheme +++ b/Pods/Pods.xcodeproj/xcuserdata/xmfish.xcuserdatad/xcschemes/Pods.xcscheme @@ -14,7 +14,7 @@ buildForAnalyzing = "YES"> diff --git a/Pods/Pods.xcodeproj/xcuserdata/xmfish.xcuserdatad/xcschemes/xcschememanagement.plist b/Pods/Pods.xcodeproj/xcuserdata/xmfish.xcuserdatad/xcschemes/xcschememanagement.plist index e6538a7..9b11b3c 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/xmfish.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/Pods/Pods.xcodeproj/xcuserdata/xmfish.xcuserdatad/xcschemes/xcschememanagement.plist @@ -14,6 +14,11 @@ isShown + Pods-MBProgressHUD.xcscheme + + isShown + + Pods-MKNetworkKit.xcscheme isShown @@ -47,42 +52,47 @@ SuppressBuildableAutocreation - 092FFEF15C81494DB987833E + 207A97E69B7A446E8209444A primary - 2AABE0C5A74A49FB83E67AE3 + 2DA82B34E6D64D458E70828C primary - 3D0578D4F95F4DABB34F9862 + 38C7ED9DC06D408589D2979F primary - 59F7F0F912A74BA4AA79B153 + 4691266DD94644A0ABA3A969 primary - 9F1628FFE6FB41CB8A783366 + 4D736CF444C745588BB3CC6E primary - A337D952F4224BD090332D07 + 6484BC3569C04A60A6532E05 primary - E4F8AC4C609541F2AB0E9D28 + 6AF48A32B4E44D48B72E94E1 primary - F317FB4F6E7A470AA84AF1CE + 6E61633EC49B4F26AEEB4025 + + primary + + + 8DDEE312E77B4A0F82D59625 primary