From f06b947952a2a2b1b4202e8e628fd83d749bfe24 Mon Sep 17 00:00:00 2001 From: Syo Ikeda Date: Wed, 9 Jan 2013 13:59:30 +0900 Subject: [PATCH] Follow rename --- InstapaperDemo.xcodeproj/project.pbxproj | 12 ++++++------ RSOAuthEngine/RSOAuthEngine.m | 2 +- TwitterDemo.xcodeproj/project.pbxproj | 12 ++++++------ 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/InstapaperDemo.xcodeproj/project.pbxproj b/InstapaperDemo.xcodeproj/project.pbxproj index 557944e..539c383 100644 --- a/InstapaperDemo.xcodeproj/project.pbxproj +++ b/InstapaperDemo.xcodeproj/project.pbxproj @@ -8,7 +8,6 @@ /* Begin PBXBuildFile section */ 5B667C4D14E20B59000881C6 /* AuthViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B667C4B14E20B59000881C6 /* AuthViewController.m */; }; - 5B667C5614E212F6000881C6 /* NSData+Base64.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B667C5514E212F6000881C6 /* NSData+Base64.m */; }; 5B667C6B14E2179D000881C6 /* AuthViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5B667C6D14E2179D000881C6 /* AuthViewController.xib */; }; 5B9770C8149789C200791728 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5B9770C7149789C200791728 /* UIKit.framework */; }; 5B9770CA149789C200791728 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5B9770C9149789C200791728 /* Foundation.framework */; }; @@ -32,13 +31,12 @@ 5B9771241497927C00791728 /* RSInstapaperEngine.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B9771231497927C00791728 /* RSInstapaperEngine.m */; }; 5BAA64D61497D8CB00ED569D /* logo_cube_57.png in Resources */ = {isa = PBXBuildFile; fileRef = 5BAA64D51497D8CB00ED569D /* logo_cube_57.png */; }; 5BAA64D81497D8D300ED569D /* logo_cube_114.png in Resources */ = {isa = PBXBuildFile; fileRef = 5BAA64D71497D8D300ED569D /* logo_cube_114.png */; }; + CD6AB1D5169D2FB300D2AD3F /* NSData+MKBase64.m in Sources */ = {isa = PBXBuildFile; fileRef = CD6AB1D4169D2FB300D2AD3F /* NSData+MKBase64.m */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ 5B667C4A14E20B59000881C6 /* AuthViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AuthViewController.h; sourceTree = ""; }; 5B667C4B14E20B59000881C6 /* AuthViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AuthViewController.m; sourceTree = ""; }; - 5B667C5414E212F6000881C6 /* NSData+Base64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData+Base64.h"; sourceTree = ""; }; - 5B667C5514E212F6000881C6 /* NSData+Base64.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSData+Base64.m"; sourceTree = ""; }; 5B667C6C14E2179D000881C6 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/AuthViewController.xib; sourceTree = ""; }; 5B9770C3149789C200791728 /* InstapaperDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = InstapaperDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; 5B9770C7149789C200791728 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; @@ -77,6 +75,8 @@ 5B9771231497927C00791728 /* RSInstapaperEngine.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = RSInstapaperEngine.m; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; 5BAA64D51497D8CB00ED569D /* logo_cube_57.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = logo_cube_57.png; path = ../logo_cube_57.png; sourceTree = ""; }; 5BAA64D71497D8D300ED569D /* logo_cube_114.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = logo_cube_114.png; path = ../logo_cube_114.png; sourceTree = ""; }; + CD6AB1D3169D2FB300D2AD3F /* NSData+MKBase64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData+MKBase64.h"; sourceTree = ""; }; + CD6AB1D4169D2FB300D2AD3F /* NSData+MKBase64.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSData+MKBase64.m"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -176,8 +176,8 @@ 5B9770F214978D5400791728 /* Categories */ = { isa = PBXGroup; children = ( - 5B667C5414E212F6000881C6 /* NSData+Base64.h */, - 5B667C5514E212F6000881C6 /* NSData+Base64.m */, + CD6AB1D3169D2FB300D2AD3F /* NSData+MKBase64.h */, + CD6AB1D4169D2FB300D2AD3F /* NSData+MKBase64.m */, 5B9770F514978D5400791728 /* NSDate+RFC1123.h */, 5B9770F614978D5400791728 /* NSDate+RFC1123.m */, 5B9770F714978D5400791728 /* NSDictionary+RequestEncoding.h */, @@ -296,7 +296,7 @@ 5B97711A14978FFD00791728 /* RSOAuthEngine.m in Sources */, 5B9771241497927C00791728 /* RSInstapaperEngine.m in Sources */, 5B667C4D14E20B59000881C6 /* AuthViewController.m in Sources */, - 5B667C5614E212F6000881C6 /* NSData+Base64.m in Sources */, + CD6AB1D5169D2FB300D2AD3F /* NSData+MKBase64.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/RSOAuthEngine/RSOAuthEngine.m b/RSOAuthEngine/RSOAuthEngine.m index 6f97fe1..74f10d3 100644 --- a/RSOAuthEngine/RSOAuthEngine.m +++ b/RSOAuthEngine/RSOAuthEngine.m @@ -25,7 +25,7 @@ #include #import -#import "NSData+Base64.h" +#import "NSData+MKBase64.h" #import "NSString+MKNetworkKitAdditions.h" #import "RSOAuthEngine.h" diff --git a/TwitterDemo.xcodeproj/project.pbxproj b/TwitterDemo.xcodeproj/project.pbxproj index e86d179..72bf634 100644 --- a/TwitterDemo.xcodeproj/project.pbxproj +++ b/TwitterDemo.xcodeproj/project.pbxproj @@ -7,7 +7,6 @@ objects = { /* Begin PBXBuildFile section */ - 5B667C5E14E2153F000881C6 /* NSData+Base64.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B667C5D14E2153F000881C6 /* NSData+Base64.m */; }; 5B9770C8149789C200791728 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5B9770C7149789C200791728 /* UIKit.framework */; }; 5B9770CA149789C200791728 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5B9770C9149789C200791728 /* Foundation.framework */; }; 5B9770CC149789C200791728 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5B9770CB149789C200791728 /* CoreGraphics.framework */; }; @@ -32,11 +31,10 @@ 5B9771241497927C00791728 /* RSTwitterEngine.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B9771231497927C00791728 /* RSTwitterEngine.m */; }; 5BAA64D61497D8CB00ED569D /* logo_cube_57.png in Resources */ = {isa = PBXBuildFile; fileRef = 5BAA64D51497D8CB00ED569D /* logo_cube_57.png */; }; 5BAA64D81497D8D300ED569D /* logo_cube_114.png in Resources */ = {isa = PBXBuildFile; fileRef = 5BAA64D71497D8D300ED569D /* logo_cube_114.png */; }; + CD6AB1CD169D2F5100D2AD3F /* NSData+MKBase64.m in Sources */ = {isa = PBXBuildFile; fileRef = CD6AB1CC169D2F5100D2AD3F /* NSData+MKBase64.m */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ - 5B667C5C14E2153F000881C6 /* NSData+Base64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData+Base64.h"; sourceTree = ""; }; - 5B667C5D14E2153F000881C6 /* NSData+Base64.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSData+Base64.m"; sourceTree = ""; }; 5B9770C3149789C200791728 /* TwitterDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TwitterDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; 5B9770C7149789C200791728 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; 5B9770C9149789C200791728 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; @@ -77,6 +75,8 @@ 5B9771231497927C00791728 /* RSTwitterEngine.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = RSTwitterEngine.m; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; 5BAA64D51497D8CB00ED569D /* logo_cube_57.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = logo_cube_57.png; path = ../logo_cube_57.png; sourceTree = ""; }; 5BAA64D71497D8D300ED569D /* logo_cube_114.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = logo_cube_114.png; path = ../logo_cube_114.png; sourceTree = ""; }; + CD6AB1CB169D2F5100D2AD3F /* NSData+MKBase64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData+MKBase64.h"; sourceTree = ""; }; + CD6AB1CC169D2F5100D2AD3F /* NSData+MKBase64.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSData+MKBase64.m"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -176,8 +176,8 @@ 5B9770F214978D5400791728 /* Categories */ = { isa = PBXGroup; children = ( - 5B667C5C14E2153F000881C6 /* NSData+Base64.h */, - 5B667C5D14E2153F000881C6 /* NSData+Base64.m */, + CD6AB1CB169D2F5100D2AD3F /* NSData+MKBase64.h */, + CD6AB1CC169D2F5100D2AD3F /* NSData+MKBase64.m */, 5B9770F514978D5400791728 /* NSDate+RFC1123.h */, 5B9770F614978D5400791728 /* NSDate+RFC1123.m */, 5B9770F714978D5400791728 /* NSDictionary+RequestEncoding.h */, @@ -296,7 +296,7 @@ 5B97711A14978FFD00791728 /* RSOAuthEngine.m in Sources */, 5B97711D1497911300791728 /* WebViewController.m in Sources */, 5B9771241497927C00791728 /* RSTwitterEngine.m in Sources */, - 5B667C5E14E2153F000881C6 /* NSData+Base64.m in Sources */, + CD6AB1CD169D2F5100D2AD3F /* NSData+MKBase64.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; };