Skip to content

Commit

Permalink
Follow rename
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesyo committed Jan 9, 2013
1 parent a34b5e7 commit f06b947
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions InstapaperDemo.xcodeproj/project.pbxproj
Expand Up @@ -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 */; };
Expand All @@ -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 = "<group>"; };
5B667C4B14E20B59000881C6 /* AuthViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AuthViewController.m; sourceTree = "<group>"; };
5B667C5414E212F6000881C6 /* NSData+Base64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData+Base64.h"; sourceTree = "<group>"; };
5B667C5514E212F6000881C6 /* NSData+Base64.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSData+Base64.m"; sourceTree = "<group>"; };
5B667C6C14E2179D000881C6 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/AuthViewController.xib; sourceTree = "<group>"; };
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; };
Expand Down Expand Up @@ -77,6 +75,8 @@
5B9771231497927C00791728 /* RSInstapaperEngine.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = RSInstapaperEngine.m; sourceTree = "<group>"; 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 = "<group>"; };
5BAA64D71497D8D300ED569D /* logo_cube_114.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = logo_cube_114.png; path = ../logo_cube_114.png; sourceTree = "<group>"; };
CD6AB1D3169D2FB300D2AD3F /* NSData+MKBase64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData+MKBase64.h"; sourceTree = "<group>"; };
CD6AB1D4169D2FB300D2AD3F /* NSData+MKBase64.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSData+MKBase64.m"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -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 */,
Expand Down Expand Up @@ -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;
};
Expand Down
2 changes: 1 addition & 1 deletion RSOAuthEngine/RSOAuthEngine.m
Expand Up @@ -25,7 +25,7 @@

#include <sys/time.h>
#import <CommonCrypto/CommonHMAC.h>
#import "NSData+Base64.h"
#import "NSData+MKBase64.h"
#import "NSString+MKNetworkKitAdditions.h"
#import "RSOAuthEngine.h"

Expand Down
12 changes: 6 additions & 6 deletions TwitterDemo.xcodeproj/project.pbxproj
Expand Up @@ -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 */; };
Expand All @@ -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 = "<group>"; };
5B667C5D14E2153F000881C6 /* NSData+Base64.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSData+Base64.m"; sourceTree = "<group>"; };
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; };
Expand Down Expand Up @@ -77,6 +75,8 @@
5B9771231497927C00791728 /* RSTwitterEngine.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = RSTwitterEngine.m; sourceTree = "<group>"; 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 = "<group>"; };
5BAA64D71497D8D300ED569D /* logo_cube_114.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = logo_cube_114.png; path = ../logo_cube_114.png; sourceTree = "<group>"; };
CD6AB1CB169D2F5100D2AD3F /* NSData+MKBase64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData+MKBase64.h"; sourceTree = "<group>"; };
CD6AB1CC169D2F5100D2AD3F /* NSData+MKBase64.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSData+MKBase64.m"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -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 */,
Expand Down Expand Up @@ -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;
};
Expand Down

0 comments on commit f06b947

Please sign in to comment.