From dfceb49d2ba85c49d89686ab0f5457acc57ac6db Mon Sep 17 00:00:00 2001 From: Bogdan Poplauschi Date: Thu, 19 Jun 2014 10:35:55 +0300 Subject: [PATCH] Reordered categories in project file --- SDWebImage.xcodeproj/project.pbxproj | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/SDWebImage.xcodeproj/project.pbxproj b/SDWebImage.xcodeproj/project.pbxproj index 5fe4baa..d5e84ef 100644 --- a/SDWebImage.xcodeproj/project.pbxproj +++ b/SDWebImage.xcodeproj/project.pbxproj @@ -376,20 +376,20 @@ 53922DA9148C562D0056699D /* Categories */ = { isa = PBXGroup; children = ( - ABBE71A518C43B4D00B75E91 /* UIImageView+HighlightedWebCache.h */, - ABBE71A618C43B4D00B75E91 /* UIImageView+HighlightedWebCache.m */, - 5D5B9140188EE8DD006D06BD /* NSData+ImageContentType.h */, - 5D5B9141188EE8DD006D06BD /* NSData+ImageContentType.m */, - 53EDFB8817623F7C00698166 /* UIImage+MultiFormat.h */, - 53EDFB8917623F7C00698166 /* UIImage+MultiFormat.m */, - A18A6CC5172DC28500419892 /* UIImage+GIF.h */, - A18A6CC6172DC28500419892 /* UIImage+GIF.m */, - 53EDFB911762547C00698166 /* UIImage+WebP.h */, - 53EDFB921762547C00698166 /* UIImage+WebP.m */, 535699B415113E7300A4C397 /* MKAnnotationView+WebCache.h */, 535699B515113E7300A4C397 /* MKAnnotationView+WebCache.m */, + 5D5B9140188EE8DD006D06BD /* NSData+ImageContentType.h */, + 5D5B9141188EE8DD006D06BD /* NSData+ImageContentType.m */, 53922D93148C56230056699D /* UIButton+WebCache.h */, 53922D94148C56230056699D /* UIButton+WebCache.m */, + A18A6CC5172DC28500419892 /* UIImage+GIF.h */, + A18A6CC6172DC28500419892 /* UIImage+GIF.m */, + 53EDFB8817623F7C00698166 /* UIImage+MultiFormat.h */, + 53EDFB8917623F7C00698166 /* UIImage+MultiFormat.m */, + 53EDFB911762547C00698166 /* UIImage+WebP.h */, + 53EDFB921762547C00698166 /* UIImage+WebP.m */, + ABBE71A518C43B4D00B75E91 /* UIImageView+HighlightedWebCache.h */, + ABBE71A618C43B4D00B75E91 /* UIImageView+HighlightedWebCache.m */, 53922D95148C56230056699D /* UIImageView+WebCache.h */, 53922D96148C56230056699D /* UIImageView+WebCache.m */, );