diff --git a/OAuthConsumer.framework/Headers b/OAuthConsumer.framework/Headers deleted file mode 120000 index a177d2a..0000000 --- a/OAuthConsumer.framework/Headers +++ /dev/null @@ -1 +0,0 @@ -Versions/Current/Headers \ No newline at end of file diff --git a/OAuthConsumer.framework/OAuthConsumer b/OAuthConsumer.framework/OAuthConsumer deleted file mode 120000 index c0f839d..0000000 --- a/OAuthConsumer.framework/OAuthConsumer +++ /dev/null @@ -1 +0,0 @@ -Versions/Current/OAuthConsumer \ No newline at end of file diff --git a/OAuthConsumer.framework/Resources b/OAuthConsumer.framework/Resources deleted file mode 120000 index 953ee36..0000000 --- a/OAuthConsumer.framework/Resources +++ /dev/null @@ -1 +0,0 @@ -Versions/Current/Resources \ No newline at end of file diff --git a/OAuthConsumer.framework/Versions/A/Headers/NSMutableURLRequest+Parameters.h b/OAuthConsumer.framework/Versions/A/Headers/NSMutableURLRequest+Parameters.h deleted file mode 100644 index 13bf9af..0000000 --- a/OAuthConsumer.framework/Versions/A/Headers/NSMutableURLRequest+Parameters.h +++ /dev/null @@ -1,35 +0,0 @@ -// -// NSMutableURLRequest+Parameters.h -// -// Created by Jon Crosby on 10/19/07. -// Copyright 2007 Kaboomerang LLC. All rights reserved. -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in -// all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -// THE SOFTWARE. - -#import -#import "OARequestParameter.h" -#import "NSURL+Base.h" - - -@interface NSMutableURLRequest (OAParameterAdditions) - -- (NSArray *)parameters; -- (void)setParameters:(NSArray *)parameters; - -@end diff --git a/OAuthConsumer.framework/Versions/A/Headers/NSString+URLEncoding.h b/OAuthConsumer.framework/Versions/A/Headers/NSString+URLEncoding.h deleted file mode 100644 index de06fe7..0000000 --- a/OAuthConsumer.framework/Versions/A/Headers/NSString+URLEncoding.h +++ /dev/null @@ -1,34 +0,0 @@ -// -// NSString+URLEncoding.h -// -// Created by Jon Crosby on 10/19/07. -// Copyright 2007 Kaboomerang LLC. All rights reserved. -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in -// all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -// THE SOFTWARE. - - -#import - - -@interface NSString (OAURLEncodingAdditions) - -- (NSString *)URLEncodedString; -- (NSString *)URLDecodedString; - -@end diff --git a/OAuthConsumer.framework/Versions/A/Headers/NSURL+Base.h b/OAuthConsumer.framework/Versions/A/Headers/NSURL+Base.h deleted file mode 100644 index 5d12b69..0000000 --- a/OAuthConsumer.framework/Versions/A/Headers/NSURL+Base.h +++ /dev/null @@ -1,34 +0,0 @@ -// -// NSURL+Base.h -// OAuthConsumer -// -// Created by Jon Crosby on 10/19/07. -// Copyright 2007 Kaboomerang LLC. All rights reserved. -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in -// all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -// THE SOFTWARE. - - -#import - - -@interface NSURL (OABaseAdditions) - -- (NSString *)URLStringWithoutQuery; - -@end diff --git a/OAuthConsumer.framework/Versions/A/Headers/OAAsynchronousDataFetcher.h b/OAuthConsumer.framework/Versions/A/Headers/OAAsynchronousDataFetcher.h deleted file mode 100644 index 83089f3..0000000 --- a/OAuthConsumer.framework/Versions/A/Headers/OAAsynchronousDataFetcher.h +++ /dev/null @@ -1,45 +0,0 @@ -// -// OAAsynchronousDataFetcher.h -// OAuthConsumer -// -// Created by Zsombor Szabó on 12/3/08. -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in -// all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -// THE SOFTWARE. - -#import - -#import "OAMutableURLRequest.h" - -@interface OAAsynchronousDataFetcher : NSObject { - OAMutableURLRequest *request; - NSURLResponse *response; - NSURLConnection *connection; - NSMutableData *responseData; - id delegate; - SEL didFinishSelector; - SEL didFailSelector; -} - -+ (id)asynchronousFetcherWithRequest:(OAMutableURLRequest *)aRequest delegate:(id)aDelegate didFinishSelector:(SEL)finishSelector didFailSelector:(SEL)failSelector; -- (id)initWithRequest:(OAMutableURLRequest *)aRequest delegate:(id)aDelegate didFinishSelector:(SEL)finishSelector didFailSelector:(SEL)failSelector; - -- (void)start; -- (void)cancel; - -@end diff --git a/OAuthConsumer.framework/Versions/A/Headers/OAConsumer.h b/OAuthConsumer.framework/Versions/A/Headers/OAConsumer.h deleted file mode 100644 index 73bdab6..0000000 --- a/OAuthConsumer.framework/Versions/A/Headers/OAConsumer.h +++ /dev/null @@ -1,40 +0,0 @@ -// -// OAConsumer.h -// OAuthConsumer -// -// Created by Jon Crosby on 10/19/07. -// Copyright 2007 Kaboomerang LLC. All rights reserved. -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in -// all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -// THE SOFTWARE. - - -#import - - -@interface OAConsumer : NSObject { -@protected - NSString *key; - NSString *secret; -} -@property(retain) NSString *key; -@property(retain) NSString *secret; - -- (id)initWithKey:(NSString *)aKey secret:(NSString *)aSecret; - -@end diff --git a/OAuthConsumer.framework/Versions/A/Headers/OADataFetcher.h b/OAuthConsumer.framework/Versions/A/Headers/OADataFetcher.h deleted file mode 100644 index f2c0240..0000000 --- a/OAuthConsumer.framework/Versions/A/Headers/OADataFetcher.h +++ /dev/null @@ -1,45 +0,0 @@ -// -// OADataFetcher.h -// OAuthConsumer -// -// Created by Jon Crosby on 11/5/07. -// Copyright 2007 Kaboomerang LLC. All rights reserved. -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in -// all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -// THE SOFTWARE. - -#import -#import "OAMutableURLRequest.h" -#import "OAServiceTicket.h" - - -@interface OADataFetcher : NSObject { -@private - OAMutableURLRequest *request; - NSURLResponse *response; - NSURLConnection *connection; - NSError *error; - NSData *responseData; - id delegate; - SEL didFinishSelector; - SEL didFailSelector; -} - -- (void)fetchDataWithRequest:(OAMutableURLRequest *)aRequest delegate:(id)aDelegate didFinishSelector:(SEL)finishSelector didFailSelector:(SEL)failSelector; - -@end diff --git a/OAuthConsumer.framework/Versions/A/Headers/OAHMAC_SHA1SignatureProvider.h b/OAuthConsumer.framework/Versions/A/Headers/OAHMAC_SHA1SignatureProvider.h deleted file mode 100644 index d259c4e..0000000 --- a/OAuthConsumer.framework/Versions/A/Headers/OAHMAC_SHA1SignatureProvider.h +++ /dev/null @@ -1,32 +0,0 @@ -// -// OAHMAC_SHA1SignatureProvider.h -// OAuthConsumer -// -// Created by Jon Crosby on 10/19/07. -// Copyright 2007 Kaboomerang LLC. All rights reserved. -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in -// all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -// THE SOFTWARE. - - -#import -#import "OASignatureProviding.h" - - -@interface OAHMAC_SHA1SignatureProvider : NSObject -@end diff --git a/OAuthConsumer.framework/Versions/A/Headers/OAMutableURLRequest.h b/OAuthConsumer.framework/Versions/A/Headers/OAMutableURLRequest.h deleted file mode 100644 index fdf0a1a..0000000 --- a/OAuthConsumer.framework/Versions/A/Headers/OAMutableURLRequest.h +++ /dev/null @@ -1,68 +0,0 @@ -// -// OAMutableURLRequest.h -// OAuthConsumer -// -// Created by Jon Crosby on 10/19/07. -// Copyright 2007 Kaboomerang LLC. All rights reserved. -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in -// all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -// THE SOFTWARE. - - -#import -#import "OAConsumer.h" -#import "OAToken.h" -#import "OAHMAC_SHA1SignatureProvider.h" -#import "OASignatureProviding.h" -#import "NSMutableURLRequest+Parameters.h" -#import "NSURL+Base.h" - - -@interface OAMutableURLRequest : NSMutableURLRequest { -@protected - OAConsumer *consumer; - OAToken *token; - NSString *realm; - NSString *signature; - id signatureProvider; - NSString *nonce; - NSString *timestamp; - NSMutableDictionary *extraOAuthParameters; -} -@property(readonly) NSString *signature; -@property(readonly) NSString *nonce; - -- (id)initWithURL:(NSURL *)aUrl - consumer:(OAConsumer *)aConsumer - token:(OAToken *)aToken - realm:(NSString *)aRealm -signatureProvider:(id)aProvider; - -- (id)initWithURL:(NSURL *)aUrl - consumer:(OAConsumer *)aConsumer - token:(OAToken *)aToken - realm:(NSString *)aRealm -signatureProvider:(id)aProvider - nonce:(NSString *)aNonce - timestamp:(NSString *)aTimestamp; - -- (void)prepare; - -- (void)setOAuthParameterName:(NSString*)parameterName withValue:(NSString*)parameterValue; - -@end diff --git a/OAuthConsumer.framework/Versions/A/Headers/OAPlaintextSignatureProvider.h b/OAuthConsumer.framework/Versions/A/Headers/OAPlaintextSignatureProvider.h deleted file mode 100644 index 96bb2f2..0000000 --- a/OAuthConsumer.framework/Versions/A/Headers/OAPlaintextSignatureProvider.h +++ /dev/null @@ -1,31 +0,0 @@ -// -// OAPlaintextSignatureProvider.h -// OAuthConsumer -// -// Created by Jon Crosby on 10/19/07. -// Copyright 2007 Kaboomerang LLC. All rights reserved. -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in -// all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -// THE SOFTWARE. - - -#import -#import "OASignatureProviding.h" - -@interface OAPlaintextSignatureProvider : NSObject -@end diff --git a/OAuthConsumer.framework/Versions/A/Headers/OARequestParameter.h b/OAuthConsumer.framework/Versions/A/Headers/OARequestParameter.h deleted file mode 100644 index 03eee3e..0000000 --- a/OAuthConsumer.framework/Versions/A/Headers/OARequestParameter.h +++ /dev/null @@ -1,45 +0,0 @@ -// -// OARequestParameter.h -// OAuthConsumer -// -// Created by Jon Crosby on 10/19/07. -// Copyright 2007 Kaboomerang LLC. All rights reserved. -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in -// all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -// THE SOFTWARE. - - -#import -#import "NSString+URLEncoding.h" - - -@interface OARequestParameter : NSObject { -@protected - NSString *name; - NSString *value; -} -@property(retain) NSString *name; -@property(retain) NSString *value; - -+ (id)requestParameterWithName:(NSString *)aName value:(NSString *)aValue; -- (id)initWithName:(NSString *)aName value:(NSString *)aValue; -- (NSString *)URLEncodedName; -- (NSString *)URLEncodedValue; -- (NSString *)URLEncodedNameValuePair; - -@end diff --git a/OAuthConsumer.framework/Versions/A/Headers/OAServiceTicket.h b/OAuthConsumer.framework/Versions/A/Headers/OAServiceTicket.h deleted file mode 100644 index 69196df..0000000 --- a/OAuthConsumer.framework/Versions/A/Headers/OAServiceTicket.h +++ /dev/null @@ -1,43 +0,0 @@ -// -// OAServiceTicket.h -// OAuthConsumer -// -// Created by Jon Crosby on 11/5/07. -// Copyright 2007 Kaboomerang LLC. All rights reserved. -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in -// all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -// THE SOFTWARE. - - -#import -#import "OAMutableURLRequest.h" - - -@interface OAServiceTicket : NSObject { -@private - OAMutableURLRequest *request; - NSURLResponse *response; - BOOL didSucceed; -} -@property(retain) OAMutableURLRequest *request; -@property(retain) NSURLResponse *response; -@property(assign) BOOL didSucceed; - -- (id)initWithRequest:(OAMutableURLRequest *)aRequest response:(NSURLResponse *)aResponse didSucceed:(BOOL)success; - -@end diff --git a/OAuthConsumer.framework/Versions/A/Headers/OASignatureProviding.h b/OAuthConsumer.framework/Versions/A/Headers/OASignatureProviding.h deleted file mode 100644 index 0c7e4f8..0000000 --- a/OAuthConsumer.framework/Versions/A/Headers/OASignatureProviding.h +++ /dev/null @@ -1,34 +0,0 @@ -// -// OASignatureProviding.h -// -// Created by Jon Crosby on 10/19/07. -// Copyright 2007 Kaboomerang LLC. All rights reserved. -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in -// all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -// THE SOFTWARE. - - -#import - - -@protocol OASignatureProviding - -- (NSString *)name; -- (NSString *)signClearText:(NSString *)text withSecret:(NSString *)secret; - -@end diff --git a/OAuthConsumer.framework/Versions/A/Headers/OAToken.h b/OAuthConsumer.framework/Versions/A/Headers/OAToken.h deleted file mode 100644 index 8dd331e..0000000 --- a/OAuthConsumer.framework/Versions/A/Headers/OAToken.h +++ /dev/null @@ -1,41 +0,0 @@ -// -// OAToken.h -// OAuthConsumer -// -// Created by Jon Crosby on 10/19/07. -// Copyright 2007 Kaboomerang LLC. All rights reserved. -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in -// all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -// THE SOFTWARE. - -#import - -@interface OAToken : NSObject { -@protected - NSString *key; - NSString *secret; -} -@property(retain) NSString *key; -@property(retain) NSString *secret; - -- (id)initWithKey:(NSString *)aKey secret:(NSString *)aSecret; -- (id)initWithUserDefaultsUsingServiceProviderName:(NSString *)provider prefix:(NSString *)prefix; -- (id)initWithHTTPResponseBody:(NSString *)body; -- (int)storeInUserDefaultsWithServiceProviderName:(NSString *)provider prefix:(NSString *)prefix; - -@end diff --git a/OAuthConsumer.framework/Versions/A/Headers/OAToken_KeychainExtensions.h b/OAuthConsumer.framework/Versions/A/Headers/OAToken_KeychainExtensions.h deleted file mode 100644 index abcb274..0000000 --- a/OAuthConsumer.framework/Versions/A/Headers/OAToken_KeychainExtensions.h +++ /dev/null @@ -1,19 +0,0 @@ -// -// OAToken_KeychainExtensions.h -// TouchTheFireEagle -// -// Created by Jonathan Wight on 04/04/08. -// Copyright 2008 __MyCompanyName__. All rights reserved. -// - -#import "OAToken.h" - -#import - -@interface OAToken (OAToken_KeychainExtensions) - -- (id)initWithKeychainUsingAppName:(NSString *)name serviceProviderName:(NSString *)provider; -- (int)storeInDefaultKeychainWithAppName:(NSString *)name serviceProviderName:(NSString *)provider; -- (int)storeInKeychain:(SecKeychainRef)keychain appName:(NSString *)name serviceProviderName:(NSString *)provider; - -@end diff --git a/OAuthConsumer.framework/Versions/A/Headers/OAuthConsumer.h b/OAuthConsumer.framework/Versions/A/Headers/OAuthConsumer.h deleted file mode 100644 index cf9aab0..0000000 --- a/OAuthConsumer.framework/Versions/A/Headers/OAuthConsumer.h +++ /dev/null @@ -1,39 +0,0 @@ -// -// OAuthConsumer.h -// OAuthConsumer -// -// Created by Jon Crosby on 10/19/07. -// Copyright 2007 Kaboomerang LLC. All rights reserved. -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in -// all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -// THE SOFTWARE. - -#import -#import -#import -#import -#import -#import -#import -#import -#import -#import -#import -#import -#import -#import \ No newline at end of file diff --git a/OAuthConsumer.framework/Versions/A/OAuthConsumer b/OAuthConsumer.framework/Versions/A/OAuthConsumer deleted file mode 100755 index 3275e1a..0000000 Binary files a/OAuthConsumer.framework/Versions/A/OAuthConsumer and /dev/null differ diff --git a/OAuthConsumer.framework/Versions/A/Resources/English.lproj/InfoPlist.strings b/OAuthConsumer.framework/Versions/A/Resources/English.lproj/InfoPlist.strings deleted file mode 100644 index 514729a..0000000 Binary files a/OAuthConsumer.framework/Versions/A/Resources/English.lproj/InfoPlist.strings and /dev/null differ diff --git a/OAuthConsumer.framework/Versions/A/Resources/Info.plist b/OAuthConsumer.framework/Versions/A/Resources/Info.plist deleted file mode 100644 index 23f6877..0000000 --- a/OAuthConsumer.framework/Versions/A/Resources/Info.plist +++ /dev/null @@ -1,22 +0,0 @@ - - - - - CFBundleDevelopmentRegion - English - CFBundleExecutable - OAuthConsumer - CFBundleIdentifier - net.oauth.OAuthConsumer - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - OAuthConsumer - CFBundlePackageType - FMWK - CFBundleSignature - ???? - CFBundleVersion - 0.1.1 - - diff --git a/OAuthConsumer.framework/Versions/Current b/OAuthConsumer.framework/Versions/Current deleted file mode 120000 index 8c7e5a6..0000000 --- a/OAuthConsumer.framework/Versions/Current +++ /dev/null @@ -1 +0,0 @@ -A \ No newline at end of file diff --git a/Twittia_2-Info.plist b/Twittia_2-Info.plist index ae32926..71adde9 100644 --- a/Twittia_2-Info.plist +++ b/Twittia_2-Info.plist @@ -42,7 +42,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.3.1 + 2.4.0 CFBundleSignature ???? CFBundleURLTypes