Skip to content

Commit

Permalink
* Add twitter_load image.
Browse files Browse the repository at this point in the history
  • Loading branch information
lxcid committed May 5, 2011
1 parent ea9e02c commit 4c1e452
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Expand Up @@ -190,6 +190,7 @@
AB1055BF134DAF5A00F22393 /* NSData+Base64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSData+Base64.h"; path = "../NSData+Base64.h"; sourceTree = SOURCE_ROOT; };
AB1055C0134DAF5A00F22393 /* NSData+Base64.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NSData+Base64.m"; path = "../NSData+Base64.m"; sourceTree = SOURCE_ROOT; };
AB105624134DAFD800F22393 /* libxml2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libxml2.dylib; path = usr/lib/libxml2.dylib; sourceTree = SDKROOT; };
ABBE5C8C13725A4600ED0D35 /* TwitterOAuthController.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = TwitterOAuthController.bundle; path = ../TwitterOAuthController.bundle; sourceTree = SOURCE_ROOT; };
ABC6CC6A136ABF2100573969 /* TwitterOAuthController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TwitterOAuthController.h; path = ../TwitterOAuthController.h; sourceTree = SOURCE_ROOT; };
ABC6CC6B136ABF2100573969 /* TwitterOAuthController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TwitterOAuthController.m; path = ../TwitterOAuthController.m; sourceTree = SOURCE_ROOT; };
D2AAC07E0554694100DB518D /* libMGTwitterEngineFramework.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libMGTwitterEngineFramework.a; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -444,6 +445,7 @@
ABC6CC69136ABF0B00573969 /* Controllers */ = {
isa = PBXGroup;
children = (
ABBE5C8C13725A4600ED0D35 /* TwitterOAuthController.bundle */,
ABC6CC6A136ABF2100573969 /* TwitterOAuthController.h */,
ABC6CC6B136ABF2100573969 /* TwitterOAuthController.m */,
);
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion TwitterOAuthController.m
Expand Up @@ -11,7 +11,7 @@
#import "MGTwitterEngine.h"
#import "OAMutableURLRequest.h"

static NSString* const kTwitterLoadingBackgroundImage = @"twitter_load.png";
static NSString* const kTwitterLoadingBackgroundImage = @"images/twitter_load.png";


@interface NSString (TwitterOAuth)
Expand Down

0 comments on commit 4c1e452

Please sign in to comment.