Skip to content

Commit

Permalink
Added Ben Gottlieb's latest libOAuth.a for the latest Xcode drops. Up…
Browse files Browse the repository at this point in the history
…dated the base SDK.
  • Loading branch information
aral committed Jun 15, 2010
1 parent 233d0d1 commit 8713a93
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@

#import "MGTwitterParserDelegate.h"

@interface MGTwitterXMLParser : NSObject {
@interface MGTwitterXMLParser : NSObject
#if __IPHONE_OS_VERSION_MAX_ALLOWED > 30200
<NSXMLParserDelegate>
#endif
{
__weak NSObject <MGTwitterParserDelegate> *delegate; // weak ref
NSString *identifier;
MGTwitterRequestType requestType;
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = $SDKROOT/usr/include/libxml2;
PREBINDING = NO;
SDKROOT = iphoneos3.1.3;
SDKROOT = iphoneos4.0;
};
name = Debug;
};
Expand All @@ -488,7 +488,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = $SDKROOT/usr/include/libxml2;
PREBINDING = NO;
SDKROOT = iphoneos3.1.3;
SDKROOT = iphoneos4.0;
};
name = Release;
};
Expand Down

0 comments on commit 8713a93

Please sign in to comment.