/* The NSID of the user who's photos to return. */
-@property (nonatomic, strong) NSString *user_id; /* (Required) */
-
-/* Safe search setting:
-
-
-- 1 for safe.
-- 2 for moderate.
-- 3 for restricted.
-
-
+@property (nonatomic, copy) NSString *user_id; /* (Required) */
+
+/* Safe search setting:
+
+
+- 1 for safe.
+- 2 for moderate.
+- 3 for restricted.
+
+
(Please note: Un-authed calls can only see Safe content.) */
-@property (nonatomic, strong) NSString *safe_search;
+@property (nonatomic, copy) NSString *safe_search;
/* A comma-delimited list of extra information to fetch for each returned record. Currently supported fields are: description, license, date_upload, date_taken, owner_name, icon_server, original_format, last_update, geo, tags, machine_tags, o_dims, views, media, path_alias, url_sq, url_t, url_s, url_q, url_m, url_n, url_z, url_c, url_l, url_o */
-@property (nonatomic, strong) NSString *extras;
+@property (nonatomic, copy) NSString *extras;
/* Number of photos to return per page. If this argument is omitted, it defaults to 100. The maximum allowed value is 500. */
-@property (nonatomic, strong) NSString *per_page;
+@property (nonatomic, copy) NSString *per_page;
/* The page of results to return. If this argument is omitted, it defaults to 1. */
-@property (nonatomic, strong) NSString *page;
+@property (nonatomic, copy) NSString *page;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/People/FKFlickrPeopleGetPublicPhotos.m b/Pods/FlickrKit/Classes/Model/Generated/People/FKFlickrPeopleGetPublicPhotos.m
index c036a8c..61d7545 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/People/FKFlickrPeopleGetPublicPhotos.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/People/FKFlickrPeopleGetPublicPhotos.m
@@ -2,7 +2,7 @@
// FKFlickrPeopleGetPublicPhotos.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPeopleGetPublicPhotos
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -74,6 +76,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPeopleGetPublicPhotosError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPeopleGetPublicPhotosError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPeopleGetPublicPhotosError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPeopleGetPublicPhotosError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/People/FKFlickrPeopleGetUploadStatus.h b/Pods/FlickrKit/Classes/Model/Generated/People/FKFlickrPeopleGetUploadStatus.h
index 0fb41d8..cca3b3b 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/People/FKFlickrPeopleGetUploadStatus.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/People/FKFlickrPeopleGetUploadStatus.h
@@ -2,7 +2,7 @@
// FKFlickrPeopleGetUploadStatus.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -11,12 +11,14 @@
#import "FKFlickrAPIMethod.h"
typedef enum {
+ FKFlickrPeopleGetUploadStatusError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPeopleGetUploadStatusError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPeopleGetUploadStatusError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPeopleGetUploadStatusError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPeopleGetUploadStatusError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPeopleGetUploadStatusError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPeopleGetUploadStatusError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPeopleGetUploadStatusError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPeopleGetUploadStatusError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPeopleGetUploadStatusError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPeopleGetUploadStatusError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -29,36 +31,36 @@ typedef enum {
Returns information for the calling user related to photo uploads.
-Bandwidth and filesize numbers are provided in bytes and kilobytes. If you're using 32bit numbers, stick to using the kilobyte values - they shouldn't ever exceed 2/4 billion, while the byte values will.
-
-Bandwidth is specified in bytes/kb per month.
-
-
-All accounts display "lots" for the number of remaining sets, but remains in the response for backwards compatibility.
-
-Pro accounts display "lots" for the number of remaining videos, while free users will display 0, 1, or 2.
+Bandwidth and filesize numbers are provided in bytes and kilobytes. If you're using 32bit numbers, stick to using the kilobyte values - they shouldn't ever exceed 2/4 billion, while the byte values will.
+
+Bandwidth is specified in bytes/kb per month.
+
+
+All accounts display "lots" for the number of remaining sets, but remains in the response for backwards compatibility.
+
+Pro accounts display "lots" for the number of remaining videos, while free users will display 0, 1, or 2.
Response:
-
- Bees
-
-
-
-
+
+ Bees
+
+
+
+
*/
diff --git a/Pods/FlickrKit/Classes/Model/Generated/People/FKFlickrPeopleGetUploadStatus.m b/Pods/FlickrKit/Classes/Model/Generated/People/FKFlickrPeopleGetUploadStatus.m
index 03d55dd..0ace3d1 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/People/FKFlickrPeopleGetUploadStatus.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/People/FKFlickrPeopleGetUploadStatus.m
@@ -2,7 +2,7 @@
// FKFlickrPeopleGetUploadStatus.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPeopleGetUploadStatus
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -49,6 +51,8 @@ - (NSDictionary *) args {
- (NSString *) descriptionForError:(NSInteger)error {
switch(error) {
+ case FKFlickrPeopleGetUploadStatusError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPeopleGetUploadStatusError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPeopleGetUploadStatusError_MissingSignature:
@@ -61,6 +65,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPeopleGetUploadStatusError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPeopleGetUploadStatusError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPeopleGetUploadStatusError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPeopleGetUploadStatusError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsAddComment.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsAddComment.h
index c037970..f7ec880 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsAddComment.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsAddComment.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosCommentsAddComment.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -14,12 +14,14 @@ typedef enum {
FKFlickrPhotosCommentsAddCommentError_PhotoNotFound = 1, /* The photo id passed was not a valid photo id */
FKFlickrPhotosCommentsAddCommentError_BlankComment = 8, /* Comment text can not be blank */
FKFlickrPhotosCommentsAddCommentError_UserIsPostingCommentsTooFast = 9, /* The user has reached the limit for number of comments posted during a specific time period. Wait a bit and try again. */
+ FKFlickrPhotosCommentsAddCommentError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosCommentsAddCommentError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosCommentsAddCommentError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosCommentsAddCommentError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosCommentsAddCommentError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosCommentsAddCommentError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosCommentsAddCommentError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosCommentsAddCommentError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosCommentsAddCommentError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosCommentsAddCommentError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosCommentsAddCommentError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -41,10 +43,10 @@ Add comment to a photo as the currently authenticated user.
@interface FKFlickrPhotosCommentsAddComment : NSObject
/* The id of the photo to add a comment to. */
-@property (nonatomic, strong) NSString *photo_id; /* (Required) */
+@property (nonatomic, copy) NSString *photo_id; /* (Required) */
/* Text of the comment */
-@property (nonatomic, strong) NSString *comment_text; /* (Required) */
+@property (nonatomic, copy) NSString *comment_text; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsAddComment.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsAddComment.m
index b8d0384..1e95fd5 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsAddComment.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsAddComment.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosCommentsAddComment.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosCommentsAddComment
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -69,6 +71,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Blank comment.";
case FKFlickrPhotosCommentsAddCommentError_UserIsPostingCommentsTooFast:
return @"User is posting comments too fast.";
+ case FKFlickrPhotosCommentsAddCommentError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosCommentsAddCommentError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosCommentsAddCommentError_MissingSignature:
@@ -81,6 +85,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosCommentsAddCommentError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosCommentsAddCommentError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosCommentsAddCommentError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosCommentsAddCommentError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsDeleteComment.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsDeleteComment.h
index d8d0539..3eda6a2 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsDeleteComment.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsDeleteComment.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosCommentsDeleteComment.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -13,12 +13,14 @@
typedef enum {
FKFlickrPhotosCommentsDeleteCommentError_PhotoNotFound = 1, /* The requested comment is against a photo which no longer exists. */
FKFlickrPhotosCommentsDeleteCommentError_CommentNotFound = 2, /* The comment id passed was not a valid comment id */
+ FKFlickrPhotosCommentsDeleteCommentError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosCommentsDeleteCommentError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosCommentsDeleteCommentError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosCommentsDeleteCommentError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosCommentsDeleteCommentError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosCommentsDeleteCommentError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosCommentsDeleteCommentError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosCommentsDeleteCommentError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosCommentsDeleteCommentError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosCommentsDeleteCommentError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosCommentsDeleteCommentError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -38,7 +40,7 @@ Delete a comment as the currently authenticated user.
@interface FKFlickrPhotosCommentsDeleteComment : NSObject
/* The id of the comment to edit. */
-@property (nonatomic, strong) NSString *comment_id; /* (Required) */
+@property (nonatomic, copy) NSString *comment_id; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsDeleteComment.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsDeleteComment.m
index 310d40e..fc41c1d 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsDeleteComment.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsDeleteComment.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosCommentsDeleteComment.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosCommentsDeleteComment
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -60,6 +62,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Photo not found.";
case FKFlickrPhotosCommentsDeleteCommentError_CommentNotFound:
return @"Comment not found.";
+ case FKFlickrPhotosCommentsDeleteCommentError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosCommentsDeleteCommentError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosCommentsDeleteCommentError_MissingSignature:
@@ -72,6 +76,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosCommentsDeleteCommentError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosCommentsDeleteCommentError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosCommentsDeleteCommentError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosCommentsDeleteCommentError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsEditComment.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsEditComment.h
index 267995c..bf86d6e 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsEditComment.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsEditComment.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosCommentsEditComment.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -14,12 +14,14 @@ typedef enum {
FKFlickrPhotosCommentsEditCommentError_PhotoNotFound = 1, /* The requested comment is against a photo which no longer exists. */
FKFlickrPhotosCommentsEditCommentError_CommentNotFound = 2, /* The comment id passed was not a valid comment id */
FKFlickrPhotosCommentsEditCommentError_BlankComment = 8, /* Comment text can not be blank */
+ FKFlickrPhotosCommentsEditCommentError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosCommentsEditCommentError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosCommentsEditCommentError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosCommentsEditCommentError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosCommentsEditCommentError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosCommentsEditCommentError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosCommentsEditCommentError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosCommentsEditCommentError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosCommentsEditCommentError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosCommentsEditCommentError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosCommentsEditCommentError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -39,10 +41,10 @@ Edit the text of a comment as the currently authenticated user.
@interface FKFlickrPhotosCommentsEditComment : NSObject
/* The id of the comment to edit. */
-@property (nonatomic, strong) NSString *comment_id; /* (Required) */
+@property (nonatomic, copy) NSString *comment_id; /* (Required) */
/* Update the comment to this text. */
-@property (nonatomic, strong) NSString *comment_text; /* (Required) */
+@property (nonatomic, copy) NSString *comment_text; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsEditComment.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsEditComment.m
index d363944..5f22b43 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsEditComment.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsEditComment.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosCommentsEditComment.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosCommentsEditComment
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -69,6 +71,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Comment not found.";
case FKFlickrPhotosCommentsEditCommentError_BlankComment:
return @"Blank comment.";
+ case FKFlickrPhotosCommentsEditCommentError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosCommentsEditCommentError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosCommentsEditCommentError_MissingSignature:
@@ -81,6 +85,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosCommentsEditCommentError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosCommentsEditCommentError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosCommentsEditCommentError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosCommentsEditCommentError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsGetList.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsGetList.h
index db6fdc8..1c046b7 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsGetList.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsGetList.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosCommentsGetList.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -14,6 +14,7 @@ typedef enum {
FKFlickrPhotosCommentsGetListError_PhotoNotFound = 1, /* The photo id was either invalid or was for a photo not viewable by the calling user. */
FKFlickrPhotosCommentsGetListError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosCommentsGetListError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosCommentsGetListError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosCommentsGetListError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosCommentsGetListError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosCommentsGetListError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -29,33 +30,24 @@ Returns the comments for a photo
Response:
-
- Umm, I'm not sure, can I get back to you on that one?
+
+ Umm, I'm not sure, can I get back to you on that one?
*/
@interface FKFlickrPhotosCommentsGetList : NSObject
/* The id of the photo to fetch comments for. */
-@property (nonatomic, strong) NSString *photo_id; /* (Required) */
+@property (nonatomic, copy) NSString *photo_id; /* (Required) */
/* Minimum date that a a comment was added. The date should be in the form of a unix timestamp. */
-@property (nonatomic, strong) NSString *min_comment_date;
+@property (nonatomic, copy) NSString *min_comment_date;
/* Maximum date that a comment was added. The date should be in the form of a unix timestamp. */
-@property (nonatomic, strong) NSString *max_comment_date;
-
-/* */
-@property (nonatomic, strong) NSString *page;
-
-/* */
-@property (nonatomic, strong) NSString *per_page;
-
-/* */
-@property (nonatomic, strong) NSString *include_faves;
+@property (nonatomic, copy) NSString *max_comment_date;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsGetList.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsGetList.m
index 7f4c051..d6fb4c5 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsGetList.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsGetList.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosCommentsGetList.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosCommentsGetList
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -56,15 +58,6 @@ - (NSDictionary *) args {
if(self.max_comment_date) {
[args setValue:self.max_comment_date forKey:@"max_comment_date"];
}
- if(self.page) {
- [args setValue:self.page forKey:@"page"];
- }
- if(self.per_page) {
- [args setValue:self.per_page forKey:@"per_page"];
- }
- if(self.include_faves) {
- [args setValue:self.include_faves forKey:@"include_faves"];
- }
return [args copy];
}
@@ -77,6 +70,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosCommentsGetListError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosCommentsGetListError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosCommentsGetListError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosCommentsGetListError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsGetRecentForContacts.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsGetRecentForContacts.h
index 2367f13..6f467b1 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsGetRecentForContacts.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsGetRecentForContacts.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosCommentsGetRecentForContacts.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -11,12 +11,14 @@
#import "FKFlickrAPIMethod.h"
typedef enum {
+ FKFlickrPhotosCommentsGetRecentForContactsError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosCommentsGetRecentForContactsError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosCommentsGetRecentForContactsError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosCommentsGetRecentForContactsError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosCommentsGetRecentForContactsError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosCommentsGetRecentForContactsError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosCommentsGetRecentForContactsError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosCommentsGetRecentForContactsError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosCommentsGetRecentForContactsError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosCommentsGetRecentForContactsError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosCommentsGetRecentForContactsError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -35,24 +37,24 @@ Return the list of photos belonging to your contacts that have been commented on
*/
@interface FKFlickrPhotosCommentsGetRecentForContacts : NSObject
-/* Limits the resultset to photos that have been commented on since this date. The date should be in the form of a Unix timestamp.
-The default, and maximum, offset is (1) hour.
-
-
+/* Limits the resultset to photos that have been commented on since this date. The date should be in the form of a Unix timestamp.
+The default, and maximum, offset is (1) hour.
+
+
*/
-@property (nonatomic, strong) NSString *date_lastcomment;
+@property (nonatomic, copy) NSString *date_lastcomment;
/* A comma-separated list of contact NSIDs to limit the scope of the query to. */
-@property (nonatomic, strong) NSString *contacts_filter;
+@property (nonatomic, copy) NSString *contacts_filter;
/* A comma-delimited list of extra information to fetch for each returned record. Currently supported fields are: description, license, date_upload, date_taken, owner_name, icon_server, original_format, last_update, geo, tags, machine_tags, o_dims, views, media, path_alias, url_sq, url_t, url_s, url_q, url_m, url_n, url_z, url_c, url_l, url_o */
-@property (nonatomic, strong) NSString *extras;
+@property (nonatomic, copy) NSString *extras;
/* Number of photos to return per page. If this argument is omitted, it defaults to 100. The maximum allowed value is 500. */
-@property (nonatomic, strong) NSString *per_page;
+@property (nonatomic, copy) NSString *per_page;
/* The page of results to return. If this argument is omitted, it defaults to 1. */
-@property (nonatomic, strong) NSString *page;
+@property (nonatomic, copy) NSString *page;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsGetRecentForContacts.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsGetRecentForContacts.m
index d2c2c12..bdbcc00 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsGetRecentForContacts.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsGetRecentForContacts.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosCommentsGetRecentForContacts.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosCommentsGetRecentForContacts
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -64,6 +66,8 @@ - (NSDictionary *) args {
- (NSString *) descriptionForError:(NSInteger)error {
switch(error) {
+ case FKFlickrPhotosCommentsGetRecentForContactsError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosCommentsGetRecentForContactsError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosCommentsGetRecentForContactsError_MissingSignature:
@@ -76,6 +80,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosCommentsGetRecentForContactsError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosCommentsGetRecentForContactsError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosCommentsGetRecentForContactsError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosCommentsGetRecentForContactsError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosAddTags.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosAddTags.h
index d715d0f..a4d8a6d 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosAddTags.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosAddTags.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosAddTags.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -13,12 +13,14 @@
typedef enum {
FKFlickrPhotosAddTagsError_PhotoNotFound = 1, /* The photo id passed was not the id of a photo that the calling user can add tags to. It could be an invalid id, or the user may not have permission to add tags to it. */
FKFlickrPhotosAddTagsError_MaximumNumberOfTagsReached = 2, /* The maximum number of tags for the photo has been reached - no more tags can be added. If the current count is less than the maximum, but adding all of the tags for this request would go over the limit, the whole request is ignored. I.E. when you get this message, none of the requested tags have been added. */
+ FKFlickrPhotosAddTagsError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosAddTagsError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosAddTagsError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosAddTagsError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosAddTagsError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosAddTagsError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosAddTagsError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosAddTagsError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosAddTagsError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosAddTagsError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosAddTagsError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -38,10 +40,10 @@ Add tags to a photo.
@interface FKFlickrPhotosAddTags : NSObject
/* The id of the photo to add tags to. */
-@property (nonatomic, strong) NSString *photo_id; /* (Required) */
+@property (nonatomic, copy) NSString *photo_id; /* (Required) */
/* The tags to add to the photo. */
-@property (nonatomic, strong) NSString *tags; /* (Required) */
+@property (nonatomic, copy) NSString *tags; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosAddTags.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosAddTags.m
index 1545828..128aee0 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosAddTags.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosAddTags.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosAddTags.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosAddTags
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -67,6 +69,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Photo not found";
case FKFlickrPhotosAddTagsError_MaximumNumberOfTagsReached:
return @"Maximum number of tags reached";
+ case FKFlickrPhotosAddTagsError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosAddTagsError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosAddTagsError_MissingSignature:
@@ -79,6 +83,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosAddTagsError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosAddTagsError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosAddTagsError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosAddTagsError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosDelete.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosDelete.h
index f4f0c0e..5ee9ffa 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosDelete.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosDelete.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosDelete.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,12 +12,14 @@
typedef enum {
FKFlickrPhotosDeleteError_PhotoNotFound = 1, /* The photo id was not the id of a photo belonging to the calling user. */
+ FKFlickrPhotosDeleteError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosDeleteError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosDeleteError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosDeleteError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosDeleteError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosDeleteError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosDeleteError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosDeleteError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosDeleteError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosDeleteError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosDeleteError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -37,7 +39,7 @@ Delete a photo from flickr.
@interface FKFlickrPhotosDelete : NSObject
/* The id of the photo to delete. */
-@property (nonatomic, strong) NSString *photo_id; /* (Required) */
+@property (nonatomic, copy) NSString *photo_id; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosDelete.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosDelete.m
index 7e130ac..b6452fb 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosDelete.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosDelete.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosDelete.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosDelete
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -58,6 +60,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
switch(error) {
case FKFlickrPhotosDeleteError_PhotoNotFound:
return @"Photo not found";
+ case FKFlickrPhotosDeleteError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosDeleteError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosDeleteError_MissingSignature:
@@ -70,6 +74,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosDeleteError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosDeleteError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosDeleteError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosDeleteError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetAllContexts.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetAllContexts.h
index 66e9d35..d84e42f 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetAllContexts.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetAllContexts.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosGetAllContexts.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -14,6 +14,7 @@ typedef enum {
FKFlickrPhotosGetAllContextsError_PhotoNotFound = 1, /* The photo id passed was not the id of a valid photo. */
FKFlickrPhotosGetAllContextsError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosGetAllContextsError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosGetAllContextsError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosGetAllContextsError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosGetAllContextsError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosGetAllContextsError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -29,14 +30,14 @@ Returns all visible sets and pools the photo belongs to.
Response:
-
+
*/
@interface FKFlickrPhotosGetAllContexts : NSObject
/* The photo to return information for. */
-@property (nonatomic, strong) NSString *photo_id; /* (Required) */
+@property (nonatomic, copy) NSString *photo_id; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetAllContexts.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetAllContexts.m
index b8d3a45..af55fd7 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetAllContexts.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetAllContexts.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosGetAllContexts.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosGetAllContexts
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -62,6 +64,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosGetAllContextsError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosGetAllContextsError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosGetAllContextsError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosGetAllContextsError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetContactsPhotos.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetContactsPhotos.h
index 48fa5cc..f0ad15f 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetContactsPhotos.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetContactsPhotos.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosGetContactsPhotos.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -11,12 +11,14 @@
#import "FKFlickrAPIMethod.h"
typedef enum {
+ FKFlickrPhotosGetContactsPhotosError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosGetContactsPhotosError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosGetContactsPhotosError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosGetContactsPhotosError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosGetContactsPhotosError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosGetContactsPhotosError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosGetContactsPhotosError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosGetContactsPhotosError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosGetContactsPhotosError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosGetContactsPhotosError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosGetContactsPhotosError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -32,35 +34,35 @@ Fetch a list of recent photos from the calling users' contacts.
Response:
-
-
-
-
+
+
+
+
*/
@interface FKFlickrPhotosGetContactsPhotos : NSObject
/* Number of photos to return. Defaults to 10, maximum 50. This is only used if single_photo is not passed. */
-@property (nonatomic, strong) NSString *count;
+@property (nonatomic, copy) NSString *count;
/* set as 1 to only show photos from friends and family (excluding regular contacts). */
-@property (nonatomic, strong) NSString *just_friends;
+@property (nonatomic, copy) NSString *just_friends;
/* Only fetch one photo (the latest) per contact, instead of all photos in chronological order. */
-@property (nonatomic, strong) NSString *single_photo;
+@property (nonatomic, copy) NSString *single_photo;
/* Set to 1 to include photos from the calling user. */
-@property (nonatomic, strong) NSString *include_self;
+@property (nonatomic, copy) NSString *include_self;
/* A comma-delimited list of extra information to fetch for each returned record. Currently supported fields include: license, date_upload, date_taken, owner_name, icon_server, original_format, last_update. For more information see extras under flickr.photos.search. */
-@property (nonatomic, strong) NSString *extras;
+@property (nonatomic, copy) NSString *extras;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetContactsPhotos.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetContactsPhotos.m
index e679011..f0e8a2a 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetContactsPhotos.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetContactsPhotos.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosGetContactsPhotos.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosGetContactsPhotos
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -64,6 +66,8 @@ - (NSDictionary *) args {
- (NSString *) descriptionForError:(NSInteger)error {
switch(error) {
+ case FKFlickrPhotosGetContactsPhotosError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosGetContactsPhotosError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosGetContactsPhotosError_MissingSignature:
@@ -76,6 +80,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosGetContactsPhotosError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosGetContactsPhotosError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosGetContactsPhotosError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosGetContactsPhotosError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetContactsPublicPhotos.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetContactsPublicPhotos.h
index 4a48527..77e9d1d 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetContactsPublicPhotos.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetContactsPublicPhotos.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosGetContactsPublicPhotos.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -14,6 +14,7 @@ typedef enum {
FKFlickrPhotosGetContactsPublicPhotosError_UserNotFound = 1, /* The user NSID passed was not a valid user NSID. */
FKFlickrPhotosGetContactsPublicPhotosError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosGetContactsPublicPhotosError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosGetContactsPublicPhotosError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosGetContactsPublicPhotosError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosGetContactsPublicPhotosError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosGetContactsPublicPhotosError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -29,38 +30,38 @@ Fetch a list of recent public photos from a users' contacts.
Response:
-
-
-
-
+
+
+
+
*/
@interface FKFlickrPhotosGetContactsPublicPhotos : NSObject
/* The NSID of the user to fetch photos for. */
-@property (nonatomic, strong) NSString *user_id; /* (Required) */
+@property (nonatomic, copy) NSString *user_id; /* (Required) */
/* Number of photos to return. Defaults to 10, maximum 50. This is only used if single_photo is not passed. */
-@property (nonatomic, strong) NSString *count;
+@property (nonatomic, copy) NSString *count;
/* set as 1 to only show photos from friends and family (excluding regular contacts). */
-@property (nonatomic, strong) NSString *just_friends;
+@property (nonatomic, copy) NSString *just_friends;
/* Only fetch one photo (the latest) per contact, instead of all photos in chronological order. */
-@property (nonatomic, strong) NSString *single_photo;
+@property (nonatomic, copy) NSString *single_photo;
/* Set to 1 to include photos from the user specified by user_id. */
-@property (nonatomic, strong) NSString *include_self;
+@property (nonatomic, copy) NSString *include_self;
/* A comma-delimited list of extra information to fetch for each returned record. Currently supported fields are: license, date_upload, date_taken, owner_name, icon_server, original_format, last_update. */
-@property (nonatomic, strong) NSString *extras;
+@property (nonatomic, copy) NSString *extras;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetContactsPublicPhotos.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetContactsPublicPhotos.m
index 36f58d6..b555785 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetContactsPublicPhotos.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetContactsPublicPhotos.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosGetContactsPublicPhotos.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosGetContactsPublicPhotos
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -77,6 +79,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosGetContactsPublicPhotosError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosGetContactsPublicPhotosError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosGetContactsPublicPhotosError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosGetContactsPublicPhotosError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetContext.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetContext.h
index b46374c..2a95cae 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetContext.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetContext.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosGetContext.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -14,6 +14,7 @@ typedef enum {
FKFlickrPhotosGetContextError_PhotoNotFound = 1, /* The photo id passed was not a valid photo id, or was the id of a photo that the calling user does not have permission to view. */
FKFlickrPhotosGetContextError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosGetContextError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosGetContextError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosGetContextError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosGetContextError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosGetContextError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -30,28 +31,16 @@ Returns next and previous photos for a photo in a photostream.
Response:
-
-
+
*/
@interface FKFlickrPhotosGetContext : NSObject
/* The id of the photo to fetch the context for. */
-@property (nonatomic, strong) NSString *photo_id; /* (Required) */
-
-/* */
-@property (nonatomic, strong) NSString *num_prev;
-
-/* */
-@property (nonatomic, strong) NSString *num_next;
-
-/* A comma-delimited list of extra information to fetch for each returned record. Currently supported fields are: description, license, date_upload, date_taken, owner_name, icon_server, original_format, last_update, geo, tags, machine_tags, o_dims, views, media, path_alias, url_sq, url_t, url_s, url_m, url_z, url_l, url_o */
-@property (nonatomic, strong) NSString *extras;
-
-/* Accepts datetaken or dateposted and returns results in the proper order. */
-@property (nonatomic, strong) NSString *order_by;
+@property (nonatomic, copy) NSString *photo_id; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetContext.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetContext.m
index e80b5a5..d302885 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetContext.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetContext.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosGetContext.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosGetContext
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -50,18 +52,6 @@ - (NSDictionary *) args {
if(self.photo_id) {
[args setValue:self.photo_id forKey:@"photo_id"];
}
- if(self.num_prev) {
- [args setValue:self.num_prev forKey:@"num_prev"];
- }
- if(self.num_next) {
- [args setValue:self.num_next forKey:@"num_next"];
- }
- if(self.extras) {
- [args setValue:self.extras forKey:@"extras"];
- }
- if(self.order_by) {
- [args setValue:self.order_by forKey:@"order_by"];
- }
return [args copy];
}
@@ -74,6 +64,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosGetContextError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosGetContextError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosGetContextError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosGetContextError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetCounts.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetCounts.h
index 2a18a41..3f987e2 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetCounts.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetCounts.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosGetCounts.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,12 +12,14 @@
typedef enum {
FKFlickrPhotosGetCountsError_NoDatesSpecified = 1, /* Neither dates nor taken_dates were specified. */
+ FKFlickrPhotosGetCountsError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosGetCountsError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosGetCountsError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosGetCountsError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosGetCountsError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosGetCountsError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosGetCountsError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosGetCountsError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosGetCountsError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosGetCountsError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosGetCountsError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -33,25 +35,25 @@ Gets a list of photo counts for the given date ranges for the calling user.
Response:
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
*/
@interface FKFlickrPhotosGetCounts : NSObject
/* A comma delimited list of unix timestamps, denoting the periods to return counts for. They should be specified smallest first. */
-@property (nonatomic, strong) NSString *dates;
+@property (nonatomic, copy) NSString *dates;
/* A comma delimited list of mysql datetimes, denoting the periods to return counts for. They should be specified smallest first. */
-@property (nonatomic, strong) NSString *taken_dates;
+@property (nonatomic, copy) NSString *taken_dates;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetCounts.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetCounts.m
index 1c0c1e7..d23a24a 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetCounts.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetCounts.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosGetCounts.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosGetCounts
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -57,6 +59,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
switch(error) {
case FKFlickrPhotosGetCountsError_NoDatesSpecified:
return @"No dates specified";
+ case FKFlickrPhotosGetCountsError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosGetCountsError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosGetCountsError_MissingSignature:
@@ -69,6 +73,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosGetCountsError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosGetCountsError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosGetCountsError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosGetCountsError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetExif.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetExif.h
index c1f35fc..d33077f 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetExif.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetExif.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosGetExif.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -15,6 +15,7 @@ typedef enum {
FKFlickrPhotosGetExifError_PermissionDenied = 2, /* The owner of the photo does not want to share EXIF data. */
FKFlickrPhotosGetExifError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosGetExifError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosGetExifError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosGetExifError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosGetExifError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosGetExifError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -31,29 +32,29 @@ Retrieves a list of EXIF/TIFF/GPS tags for a given photo. The calling user must
Response:
-
-
- Canon
-
-
- 90/10
- f/9
-
-
- 64/1, 42/1, 4414/100
- 64° 42' 44.14"
-
-
+
+
+ Canon
+
+
+ 90/10
+ f/9
+
+
+ 64/1, 42/1, 4414/100
+ 64° 42' 44.14"
+
+
*/
@interface FKFlickrPhotosGetExif : NSObject
/* The id of the photo to fetch information for. */
-@property (nonatomic, strong) NSString *photo_id; /* (Required) */
+@property (nonatomic, copy) NSString *photo_id; /* (Required) */
/* The secret for the photo. If the correct secret is passed then permissions checking is skipped. This enables the 'sharing' of individual photos by passing around the id and secret. */
-@property (nonatomic, strong) NSString *secret;
+@property (nonatomic, copy) NSString *secret;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetExif.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetExif.m
index e9cf264..bf3bb93 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetExif.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetExif.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosGetExif.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosGetExif
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -67,6 +69,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosGetExifError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosGetExifError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosGetExifError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosGetExifError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetFavorites.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetFavorites.h
index 662b841..5a19507 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetFavorites.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetFavorites.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosGetFavorites.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -14,6 +14,7 @@ typedef enum {
FKFlickrPhotosGetFavoritesError_PhotoNotFound = 1, /* The specified photo does not exist, or the calling user does not have permission to view it. */
FKFlickrPhotosGetFavoritesError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosGetFavoritesError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosGetFavoritesError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosGetFavoritesError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosGetFavoritesError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosGetFavoritesError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -29,31 +30,31 @@ Returns the list of people who have favorited a given photo.
Response:
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
*/
@interface FKFlickrPhotosGetFavorites : NSObject
/* The ID of the photo to fetch the favoriters list for. */
-@property (nonatomic, strong) NSString *photo_id; /* (Required) */
+@property (nonatomic, copy) NSString *photo_id; /* (Required) */
/* The page of results to return. If this argument is omitted, it defaults to 1. */
-@property (nonatomic, strong) NSString *page;
+@property (nonatomic, copy) NSString *page;
/* Number of usres to return per page. If this argument is omitted, it defaults to 10. The maximum allowed value is 50. */
-@property (nonatomic, strong) NSString *per_page;
+@property (nonatomic, copy) NSString *per_page;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetFavorites.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetFavorites.m
index d0b378d..9725029 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetFavorites.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetFavorites.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosGetFavorites.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosGetFavorites
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -68,6 +70,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosGetFavoritesError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosGetFavoritesError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosGetFavoritesError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosGetFavoritesError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetInfo.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetInfo.h
index 1b669c1..e519412 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetInfo.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetInfo.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosGetInfo.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -14,6 +14,7 @@ typedef enum {
FKFlickrPhotosGetInfoError_PhotoNotFound = 1, /* The photo id was either invalid or was for a photo not viewable by the calling user. */
FKFlickrPhotosGetInfoError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosGetInfoError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosGetInfoError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosGetInfoError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosGetInfoError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosGetInfoError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -26,62 +27,47 @@ typedef enum {
Get information about a photo. The calling user must have permission to view the photo.
-The <permissions> element is only returned for photos owned by the calling user. The isfavorite attribute only makes sense for logged in users who don't own the photo. The rotation attribute is the current clockwise rotation, in degrees, by which the smaller image sizes differ from the original image.
-
+The <permissions> element is only returned for photos owned by the calling user. The isfavorite attribute only makes sense for logged in users who don't own the photo. The rotation attribute is the current clockwise rotation, in degrees, by which the smaller image sizes differ from the original image.
+
The <date> element's lastupdate attribute is a Unix timestamp indicating the last time the photo, or any of its metadata (tags, comments, etc.) was modified.
Response:
-
-
- orford_castle_taster
- hello!
-
-
-
-
- 1
-
- foo
-
-
- wooyay
- hoopla
-
-
- http://www.flickr.com/photos/bees/2733/
-
+
+
+ orford_castle_taster
+ hello!
+
+
+
+
+ 1
+
+ foo
+
+
+ wooyay
+ hoopla
+
+
+ http://www.flickr.com/photos/bees/2733/
+
*/
@interface FKFlickrPhotosGetInfo : NSObject
/* The id of the photo to get information for. */
-@property (nonatomic, strong) NSString *photo_id; /* (Required) */
+@property (nonatomic, copy) NSString *photo_id; /* (Required) */
/* The secret for the photo. If the correct secret is passed then permissions checking is skipped. This enables the 'sharing' of individual photos by passing around the id and secret. */
-@property (nonatomic, strong) NSString *secret;
-
-/* */
-@property (nonatomic, strong) NSString *humandates;
-
-/* */
-@property (nonatomic, strong) NSString *privacy_filter;
-
-/* */
-@property (nonatomic, strong) NSString *get_contexts;
-
-/* Return geofence information in the photo's location property */
-@property (nonatomic, strong) NSString *get_geofences;
-
-/* */
-@property (nonatomic, strong) NSString *extras;
+@property (nonatomic, copy) NSString *secret;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetInfo.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetInfo.m
index e788f6d..e025cb2 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetInfo.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetInfo.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosGetInfo.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosGetInfo
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -53,21 +55,6 @@ - (NSDictionary *) args {
if(self.secret) {
[args setValue:self.secret forKey:@"secret"];
}
- if(self.humandates) {
- [args setValue:self.humandates forKey:@"humandates"];
- }
- if(self.privacy_filter) {
- [args setValue:self.privacy_filter forKey:@"privacy_filter"];
- }
- if(self.get_contexts) {
- [args setValue:self.get_contexts forKey:@"get_contexts"];
- }
- if(self.get_geofences) {
- [args setValue:self.get_geofences forKey:@"get_geofences"];
- }
- if(self.extras) {
- [args setValue:self.extras forKey:@"extras"];
- }
return [args copy];
}
@@ -80,6 +67,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosGetInfoError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosGetInfoError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosGetInfoError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosGetInfoError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetNotInSet.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetNotInSet.h
index 8e44846..e4b528b 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetNotInSet.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetNotInSet.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosGetNotInSet.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -11,12 +11,14 @@
#import "FKFlickrAPIMethod.h"
typedef enum {
+ FKFlickrPhotosGetNotInSetError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosGetNotInSetError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosGetNotInSetError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosGetNotInSetError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosGetNotInSetError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosGetNotInSetError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosGetNotInSetError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosGetNotInSetError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosGetNotInSetError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosGetNotInSetError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosGetNotInSetError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -36,39 +38,39 @@ Returns a list of your photos that are not part of any sets.
@interface FKFlickrPhotosGetNotInSet : NSObject
/* Maximum upload date. Photos with an upload date less than or equal to this value will be returned. The date can be in the form of a unix timestamp or mysql datetime. */
-@property (nonatomic, strong) NSString *max_upload_date;
+@property (nonatomic, copy) NSString *max_upload_date;
/* Minimum taken date. Photos with an taken date greater than or equal to this value will be returned. The date can be in the form of a mysql datetime or unix timestamp. */
-@property (nonatomic, strong) NSString *min_taken_date;
+@property (nonatomic, copy) NSString *min_taken_date;
/* Maximum taken date. Photos with an taken date less than or equal to this value will be returned. The date can be in the form of a mysql datetime or unix timestamp. */
-@property (nonatomic, strong) NSString *max_taken_date;
-
-/* Return photos only matching a certain privacy level. Valid values are:
-
-- 1 public photos
-- 2 private photos visible to friends
-- 3 private photos visible to family
-- 4 private photos visible to friends & family
-- 5 completely private photos
-
+@property (nonatomic, copy) NSString *max_taken_date;
+
+/* Return photos only matching a certain privacy level. Valid values are:
+
+- 1 public photos
+- 2 private photos visible to friends
+- 3 private photos visible to family
+- 4 private photos visible to friends & family
+- 5 completely private photos
+
*/
-@property (nonatomic, strong) NSString *privacy_filter;
+@property (nonatomic, copy) NSString *privacy_filter;
/* Filter results by media type. Possible values are all (default), photos or videos */
-@property (nonatomic, strong) NSString *media;
+@property (nonatomic, copy) NSString *media;
/* Minimum upload date. Photos with an upload date greater than or equal to this value will be returned. The date can be in the form of a unix timestamp or mysql datetime. */
-@property (nonatomic, strong) NSString *min_upload_date;
+@property (nonatomic, copy) NSString *min_upload_date;
/* A comma-delimited list of extra information to fetch for each returned record. Currently supported fields are: description, license, date_upload, date_taken, owner_name, icon_server, original_format, last_update, geo, tags, machine_tags, o_dims, views, media, path_alias, url_sq, url_t, url_s, url_q, url_m, url_n, url_z, url_c, url_l, url_o */
-@property (nonatomic, strong) NSString *extras;
+@property (nonatomic, copy) NSString *extras;
/* Number of photos to return per page. If this argument is omitted, it defaults to 100. The maximum allowed value is 500. */
-@property (nonatomic, strong) NSString *per_page;
+@property (nonatomic, copy) NSString *per_page;
/* The page of results to return. If this argument is omitted, it defaults to 1. */
-@property (nonatomic, strong) NSString *page;
+@property (nonatomic, copy) NSString *page;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetNotInSet.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetNotInSet.m
index 45cc62d..2b286b1 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetNotInSet.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetNotInSet.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosGetNotInSet.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosGetNotInSet
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -76,6 +78,8 @@ - (NSDictionary *) args {
- (NSString *) descriptionForError:(NSInteger)error {
switch(error) {
+ case FKFlickrPhotosGetNotInSetError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosGetNotInSetError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosGetNotInSetError_MissingSignature:
@@ -88,6 +92,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosGetNotInSetError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosGetNotInSetError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosGetNotInSetError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosGetNotInSetError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetPerms.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetPerms.h
index f826669..594a668 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetPerms.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetPerms.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosGetPerms.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,12 +12,14 @@
typedef enum {
FKFlickrPhotosGetPermsError_PhotoNotFound = 1, /* The photo id passed was not a valid photo id of a photo belonging to the calling user. */
+ FKFlickrPhotosGetPermsError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosGetPermsError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosGetPermsError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosGetPermsError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosGetPermsError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosGetPermsError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosGetPermsError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosGetPermsError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosGetPermsError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosGetPermsError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosGetPermsError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -39,7 +41,7 @@ Get permissions for a photo.
@interface FKFlickrPhotosGetPerms : NSObject
/* The id of the photo to get permissions for. */
-@property (nonatomic, strong) NSString *photo_id; /* (Required) */
+@property (nonatomic, copy) NSString *photo_id; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetPerms.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetPerms.m
index e327d00..0c88275 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetPerms.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetPerms.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosGetPerms.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosGetPerms
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -58,6 +60,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
switch(error) {
case FKFlickrPhotosGetPermsError_PhotoNotFound:
return @"Photo not found";
+ case FKFlickrPhotosGetPermsError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosGetPermsError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosGetPermsError_MissingSignature:
@@ -70,6 +74,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosGetPermsError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosGetPermsError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosGetPermsError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosGetPermsError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetRecent.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetRecent.h
index 12e43cf..c51d280 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetRecent.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetRecent.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosGetRecent.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -14,6 +14,7 @@ typedef enum {
FKFlickrPhotosGetRecentError_BadValueForJump_toMustBeValidPhotoId = 1, /* */
FKFlickrPhotosGetRecentError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosGetRecentError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosGetRecentError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosGetRecentError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosGetRecentError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosGetRecentError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -32,17 +33,14 @@ Returns a list of the latest public photos uploaded to flickr.
*/
@interface FKFlickrPhotosGetRecent : NSObject
-/* */
-@property (nonatomic, strong) NSString *jump_to;
-
/* A comma-delimited list of extra information to fetch for each returned record. Currently supported fields are: description, license, date_upload, date_taken, owner_name, icon_server, original_format, last_update, geo, tags, machine_tags, o_dims, views, media, path_alias, url_sq, url_t, url_s, url_q, url_m, url_n, url_z, url_c, url_l, url_o */
-@property (nonatomic, strong) NSString *extras;
+@property (nonatomic, copy) NSString *extras;
/* Number of photos to return per page. If this argument is omitted, it defaults to 100. The maximum allowed value is 500. */
-@property (nonatomic, strong) NSString *per_page;
+@property (nonatomic, copy) NSString *per_page;
/* The page of results to return. If this argument is omitted, it defaults to 1. */
-@property (nonatomic, strong) NSString *page;
+@property (nonatomic, copy) NSString *page;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetRecent.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetRecent.m
index c6fe2b9..bd2f2ec 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetRecent.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetRecent.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosGetRecent.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosGetRecent
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -43,9 +45,6 @@ - (BOOL) isValid:(NSError **)error {
- (NSDictionary *) args {
NSMutableDictionary *args = [NSMutableDictionary dictionary];
- if(self.jump_to) {
- [args setValue:self.jump_to forKey:@"jump_to"];
- }
if(self.extras) {
[args setValue:self.extras forKey:@"extras"];
}
@@ -67,6 +66,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosGetRecentError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosGetRecentError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosGetRecentError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosGetRecentError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetSizes.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetSizes.h
index 58eab97..a9e76f3 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetSizes.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetSizes.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosGetSizes.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -15,6 +15,7 @@ typedef enum {
FKFlickrPhotosGetSizesError_PermissionDenied = 2, /* The calling user does not have permission to view the photo. */
FKFlickrPhotosGetSizesError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosGetSizesError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosGetSizesError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosGetSizesError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosGetSizesError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosGetSizesError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -30,25 +31,25 @@ Returns the available sizes for a photo. The calling user must have permission
Response:
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
*/
@interface FKFlickrPhotosGetSizes : NSObject
/* The id of the photo to fetch size information for. */
-@property (nonatomic, strong) NSString *photo_id; /* (Required) */
+@property (nonatomic, copy) NSString *photo_id; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetSizes.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetSizes.m
index dd5773e..8c3f1ca 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetSizes.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetSizes.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosGetSizes.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosGetSizes
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -64,6 +66,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosGetSizesError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosGetSizesError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosGetSizesError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosGetSizesError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetUntagged.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetUntagged.h
index c5f31f3..9575e1e 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetUntagged.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetUntagged.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosGetUntagged.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -11,12 +11,14 @@
#import "FKFlickrAPIMethod.h"
typedef enum {
+ FKFlickrPhotosGetUntaggedError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosGetUntaggedError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosGetUntaggedError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosGetUntaggedError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosGetUntaggedError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosGetUntaggedError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosGetUntaggedError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosGetUntaggedError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosGetUntaggedError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosGetUntaggedError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosGetUntaggedError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -36,39 +38,39 @@ Returns a list of your photos with no tags.
@interface FKFlickrPhotosGetUntagged : NSObject
/* Minimum upload date. Photos with an upload date greater than or equal to this value will be returned. The date can be in the form of a unix timestamp or mysql datetime. */
-@property (nonatomic, strong) NSString *min_upload_date;
+@property (nonatomic, copy) NSString *min_upload_date;
/* Maximum upload date. Photos with an upload date less than or equal to this value will be returned. The date can be in the form of a unix timestamp or mysql datetime. */
-@property (nonatomic, strong) NSString *max_upload_date;
+@property (nonatomic, copy) NSString *max_upload_date;
/* Minimum taken date. Photos with an taken date greater than or equal to this value will be returned. The date should be in the form of a mysql datetime or unix timestamp. */
-@property (nonatomic, strong) NSString *min_taken_date;
+@property (nonatomic, copy) NSString *min_taken_date;
/* Maximum taken date. Photos with an taken date less than or equal to this value will be returned. The date can be in the form of a mysql datetime or unix timestamp. */
-@property (nonatomic, strong) NSString *max_taken_date;
-
-/* Return photos only matching a certain privacy level. Valid values are:
-
-- 1 public photos
-- 2 private photos visible to friends
-- 3 private photos visible to family
-- 4 private photos visible to friends & family
-- 5 completely private photos
-
+@property (nonatomic, copy) NSString *max_taken_date;
+
+/* Return photos only matching a certain privacy level. Valid values are:
+
+- 1 public photos
+- 2 private photos visible to friends
+- 3 private photos visible to family
+- 4 private photos visible to friends & family
+- 5 completely private photos
+
*/
-@property (nonatomic, strong) NSString *privacy_filter;
+@property (nonatomic, copy) NSString *privacy_filter;
/* Filter results by media type. Possible values are all (default), photos or videos */
-@property (nonatomic, strong) NSString *media;
+@property (nonatomic, copy) NSString *media;
/* A comma-delimited list of extra information to fetch for each returned record. Currently supported fields are: description, license, date_upload, date_taken, owner_name, icon_server, original_format, last_update, geo, tags, machine_tags, o_dims, views, media, path_alias, url_sq, url_t, url_s, url_q, url_m, url_n, url_z, url_c, url_l, url_o */
-@property (nonatomic, strong) NSString *extras;
+@property (nonatomic, copy) NSString *extras;
/* Number of photos to return per page. If this argument is omitted, it defaults to 100. The maximum allowed value is 500. */
-@property (nonatomic, strong) NSString *per_page;
+@property (nonatomic, copy) NSString *per_page;
/* The page of results to return. If this argument is omitted, it defaults to 1. */
-@property (nonatomic, strong) NSString *page;
+@property (nonatomic, copy) NSString *page;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetUntagged.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetUntagged.m
index df70bd5..21c0057 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetUntagged.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetUntagged.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosGetUntagged.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosGetUntagged
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -76,6 +78,8 @@ - (NSDictionary *) args {
- (NSString *) descriptionForError:(NSInteger)error {
switch(error) {
+ case FKFlickrPhotosGetUntaggedError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosGetUntaggedError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosGetUntaggedError_MissingSignature:
@@ -88,6 +92,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosGetUntaggedError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosGetUntaggedError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosGetUntaggedError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosGetUntaggedError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetWithGeoData.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetWithGeoData.h
index 191b50a..66388f9 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetWithGeoData.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetWithGeoData.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosGetWithGeoData.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -11,12 +11,14 @@
#import "FKFlickrAPIMethod.h"
typedef enum {
+ FKFlickrPhotosGetWithGeoDataError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosGetWithGeoDataError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosGetWithGeoDataError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosGetWithGeoDataError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosGetWithGeoDataError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosGetWithGeoDataError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosGetWithGeoDataError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosGetWithGeoDataError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosGetWithGeoDataError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosGetWithGeoDataError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosGetWithGeoDataError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -36,42 +38,42 @@ Returns a list of your geo-tagged photos.
@interface FKFlickrPhotosGetWithGeoData : NSObject
/* Minimum upload date. Photos with an upload date greater than or equal to this value will be returned. The date should be in the form of a unix timestamp. */
-@property (nonatomic, strong) NSString *min_upload_date;
+@property (nonatomic, copy) NSString *min_upload_date;
/* Maximum upload date. Photos with an upload date less than or equal to this value will be returned. The date should be in the form of a unix timestamp. */
-@property (nonatomic, strong) NSString *max_upload_date;
+@property (nonatomic, copy) NSString *max_upload_date;
/* Minimum taken date. Photos with an taken date greater than or equal to this value will be returned. The date should be in the form of a mysql datetime. */
-@property (nonatomic, strong) NSString *min_taken_date;
+@property (nonatomic, copy) NSString *min_taken_date;
/* Maximum taken date. Photos with an taken date less than or equal to this value will be returned. The date should be in the form of a mysql datetime. */
-@property (nonatomic, strong) NSString *max_taken_date;
-
-/* Return photos only matching a certain privacy level. Valid values are:
-
-- 1 public photos
-- 2 private photos visible to friends
-- 3 private photos visible to family
-- 4 private photos visible to friends & family
-- 5 completely private photos
-
+@property (nonatomic, copy) NSString *max_taken_date;
+
+/* Return photos only matching a certain privacy level. Valid values are:
+
+- 1 public photos
+- 2 private photos visible to friends
+- 3 private photos visible to family
+- 4 private photos visible to friends & family
+- 5 completely private photos
+
*/
-@property (nonatomic, strong) NSString *privacy_filter;
+@property (nonatomic, copy) NSString *privacy_filter;
/* The order in which to sort returned photos. Deafults to date-posted-desc. The possible values are: date-posted-asc, date-posted-desc, date-taken-asc, date-taken-desc, interestingness-desc, and interestingness-asc. */
-@property (nonatomic, strong) NSString *sort;
+@property (nonatomic, copy) NSString *sort;
/* Filter results by media type. Possible values are all (default), photos or videos */
-@property (nonatomic, strong) NSString *media;
+@property (nonatomic, copy) NSString *media;
/* A comma-delimited list of extra information to fetch for each returned record. Currently supported fields are: description, license, date_upload, date_taken, owner_name, icon_server, original_format, last_update, geo, tags, machine_tags, o_dims, views, media, path_alias, url_sq, url_t, url_s, url_q, url_m, url_n, url_z, url_c, url_l, url_o */
-@property (nonatomic, strong) NSString *extras;
+@property (nonatomic, copy) NSString *extras;
/* Number of photos to return per page. If this argument is omitted, it defaults to 100. The maximum allowed value is 500. */
-@property (nonatomic, strong) NSString *per_page;
+@property (nonatomic, copy) NSString *per_page;
/* The page of results to return. If this argument is omitted, it defaults to 1. */
-@property (nonatomic, strong) NSString *page;
+@property (nonatomic, copy) NSString *page;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetWithGeoData.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetWithGeoData.m
index c109e28..0f41a9e 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetWithGeoData.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetWithGeoData.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosGetWithGeoData.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosGetWithGeoData
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -79,6 +81,8 @@ - (NSDictionary *) args {
- (NSString *) descriptionForError:(NSInteger)error {
switch(error) {
+ case FKFlickrPhotosGetWithGeoDataError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosGetWithGeoDataError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosGetWithGeoDataError_MissingSignature:
@@ -91,6 +95,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosGetWithGeoDataError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosGetWithGeoDataError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosGetWithGeoDataError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosGetWithGeoDataError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetWithoutGeoData.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetWithoutGeoData.h
index 0f44462..54db4dd 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetWithoutGeoData.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetWithoutGeoData.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosGetWithoutGeoData.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -11,12 +11,14 @@
#import "FKFlickrAPIMethod.h"
typedef enum {
+ FKFlickrPhotosGetWithoutGeoDataError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosGetWithoutGeoDataError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosGetWithoutGeoDataError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosGetWithoutGeoDataError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosGetWithoutGeoDataError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosGetWithoutGeoDataError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosGetWithoutGeoDataError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosGetWithoutGeoDataError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosGetWithoutGeoDataError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosGetWithoutGeoDataError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosGetWithoutGeoDataError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -36,42 +38,42 @@ Returns a list of your photos which haven't been geo-tagged.
@interface FKFlickrPhotosGetWithoutGeoData : NSObject
/* Maximum upload date. Photos with an upload date less than or equal to this value will be returned. The date should be in the form of a unix timestamp. */
-@property (nonatomic, strong) NSString *max_upload_date;
+@property (nonatomic, copy) NSString *max_upload_date;
/* Minimum taken date. Photos with an taken date greater than or equal to this value will be returned. The date can be in the form of a mysql datetime or unix timestamp. */
-@property (nonatomic, strong) NSString *min_taken_date;
+@property (nonatomic, copy) NSString *min_taken_date;
/* Maximum taken date. Photos with an taken date less than or equal to this value will be returned. The date can be in the form of a mysql datetime or unix timestamp. */
-@property (nonatomic, strong) NSString *max_taken_date;
-
-/* Return photos only matching a certain privacy level. Valid values are:
-
-- 1 public photos
-- 2 private photos visible to friends
-- 3 private photos visible to family
-- 4 private photos visible to friends & family
-- 5 completely private photos
-
+@property (nonatomic, copy) NSString *max_taken_date;
+
+/* Return photos only matching a certain privacy level. Valid values are:
+
+- 1 public photos
+- 2 private photos visible to friends
+- 3 private photos visible to family
+- 4 private photos visible to friends & family
+- 5 completely private photos
+
*/
-@property (nonatomic, strong) NSString *privacy_filter;
+@property (nonatomic, copy) NSString *privacy_filter;
/* The order in which to sort returned photos. Deafults to date-posted-desc. The possible values are: date-posted-asc, date-posted-desc, date-taken-asc, date-taken-desc, interestingness-desc, and interestingness-asc. */
-@property (nonatomic, strong) NSString *sort;
+@property (nonatomic, copy) NSString *sort;
/* Filter results by media type. Possible values are all (default), photos or videos */
-@property (nonatomic, strong) NSString *media;
+@property (nonatomic, copy) NSString *media;
/* Minimum upload date. Photos with an upload date greater than or equal to this value will be returned. The date can be in the form of a unix timestamp or mysql datetime. */
-@property (nonatomic, strong) NSString *min_upload_date;
+@property (nonatomic, copy) NSString *min_upload_date;
/* A comma-delimited list of extra information to fetch for each returned record. Currently supported fields are: description, license, date_upload, date_taken, owner_name, icon_server, original_format, last_update, geo, tags, machine_tags, o_dims, views, media, path_alias, url_sq, url_t, url_s, url_q, url_m, url_n, url_z, url_c, url_l, url_o */
-@property (nonatomic, strong) NSString *extras;
+@property (nonatomic, copy) NSString *extras;
/* Number of photos to return per page. If this argument is omitted, it defaults to 100. The maximum allowed value is 500. */
-@property (nonatomic, strong) NSString *per_page;
+@property (nonatomic, copy) NSString *per_page;
/* The page of results to return. If this argument is omitted, it defaults to 1. */
-@property (nonatomic, strong) NSString *page;
+@property (nonatomic, copy) NSString *page;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetWithoutGeoData.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetWithoutGeoData.m
index 4f5f9a8..f501310 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetWithoutGeoData.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosGetWithoutGeoData.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosGetWithoutGeoData.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosGetWithoutGeoData
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -79,6 +81,8 @@ - (NSDictionary *) args {
- (NSString *) descriptionForError:(NSInteger)error {
switch(error) {
+ case FKFlickrPhotosGetWithoutGeoDataError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosGetWithoutGeoDataError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosGetWithoutGeoDataError_MissingSignature:
@@ -91,6 +95,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosGetWithoutGeoDataError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosGetWithoutGeoDataError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosGetWithoutGeoDataError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosGetWithoutGeoDataError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosRecentlyUpdated.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosRecentlyUpdated.h
index 5a7fe71..4574548 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosRecentlyUpdated.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosRecentlyUpdated.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosRecentlyUpdated.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -13,12 +13,14 @@
typedef enum {
FKFlickrPhotosRecentlyUpdatedError_RequiredArgumentMissing = 1, /* Some or all of the required arguments were not supplied. */
FKFlickrPhotosRecentlyUpdatedError_NotAValidDate = 2, /* The date argument did not pass validation. */
+ FKFlickrPhotosRecentlyUpdatedError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosRecentlyUpdatedError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosRecentlyUpdatedError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosRecentlyUpdatedError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosRecentlyUpdatedError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosRecentlyUpdatedError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosRecentlyUpdatedError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosRecentlyUpdatedError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosRecentlyUpdatedError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosRecentlyUpdatedError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosRecentlyUpdatedError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -29,38 +31,38 @@ typedef enum {
/*
-Return a list of your photos that have been recently created or which have been recently modified.
-
+Return a list of your photos that have been recently created or which have been recently modified.
+
Recently modified may mean that the photo's metadata (title, description, tags) may have been changed or a comment has been added (or just modified somehow :-)
Photos are sorted by their date updated timestamp, in descending order.
Response:
-
-
-
+
+
+
*/
@interface FKFlickrPhotosRecentlyUpdated : NSObject
/* A Unix timestamp or any English textual datetime description indicating the date from which modifications should be compared. */
-@property (nonatomic, strong) NSString *min_date; /* (Required) */
+@property (nonatomic, copy) NSString *min_date; /* (Required) */
/* A comma-delimited list of extra information to fetch for each returned record. Currently supported fields are: description, license, date_upload, date_taken, owner_name, icon_server, original_format, last_update, geo, tags, machine_tags, o_dims, views, media, path_alias, url_sq, url_t, url_s, url_q, url_m, url_n, url_z, url_c, url_l, url_o */
-@property (nonatomic, strong) NSString *extras;
+@property (nonatomic, copy) NSString *extras;
/* Number of photos to return per page. If this argument is omitted, it defaults to 100. The maximum allowed value is 500. */
-@property (nonatomic, strong) NSString *per_page;
+@property (nonatomic, copy) NSString *per_page;
/* The page of results to return. If this argument is omitted, it defaults to 1. */
-@property (nonatomic, strong) NSString *page;
+@property (nonatomic, copy) NSString *page;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosRecentlyUpdated.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosRecentlyUpdated.m
index 17a4efe..682e134 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosRecentlyUpdated.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosRecentlyUpdated.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosRecentlyUpdated.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosRecentlyUpdated
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -69,6 +71,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Required argument missing.";
case FKFlickrPhotosRecentlyUpdatedError_NotAValidDate:
return @"Not a valid date";
+ case FKFlickrPhotosRecentlyUpdatedError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosRecentlyUpdatedError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosRecentlyUpdatedError_MissingSignature:
@@ -81,6 +85,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosRecentlyUpdatedError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosRecentlyUpdatedError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosRecentlyUpdatedError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosRecentlyUpdatedError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosRemoveTag.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosRemoveTag.h
index 4ccd14f..7468e4d 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosRemoveTag.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosRemoveTag.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosRemoveTag.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,12 +12,14 @@
typedef enum {
FKFlickrPhotosRemoveTagError_TagNotFound = 1, /* The calling user doesn't have permission to delete the specified tag. This could mean it belongs to someone else, or doesn't exist. */
+ FKFlickrPhotosRemoveTagError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosRemoveTagError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosRemoveTagError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosRemoveTagError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosRemoveTagError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosRemoveTagError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosRemoveTagError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosRemoveTagError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosRemoveTagError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosRemoveTagError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosRemoveTagError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -37,7 +39,7 @@ Remove a tag from a photo.
@interface FKFlickrPhotosRemoveTag : NSObject
/* The tag to remove from the photo. This parameter should contain a tag id, as returned by flickr.photos.getInfo. */
-@property (nonatomic, strong) NSString *tag_id; /* (Required) */
+@property (nonatomic, copy) NSString *tag_id; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosRemoveTag.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosRemoveTag.m
index 64c5020..03e31b1 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosRemoveTag.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosRemoveTag.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosRemoveTag.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosRemoveTag
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -58,6 +60,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
switch(error) {
case FKFlickrPhotosRemoveTagError_TagNotFound:
return @"Tag not found";
+ case FKFlickrPhotosRemoveTagError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosRemoveTagError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosRemoveTagError_MissingSignature:
@@ -70,6 +74,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosRemoveTagError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosRemoveTagError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosRemoveTagError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosRemoveTagError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSearch.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSearch.h
index 98dc35d..0a70025 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSearch.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSearch.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosSearch.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -27,6 +27,7 @@ typedef enum {
FKFlickrPhotosSearchError_ExcessivePhotoOffsetInSearch = 20, /* The search requested photos beyond an allowable offset. Reduce the page number or number of results per page for this search. */
FKFlickrPhotosSearchError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosSearchError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosSearchError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosSearchError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosSearchError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosSearchError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -47,213 +48,201 @@ Please note that Flickr will return at most the first 4,000 results for any give
@interface FKFlickrPhotosSearch : NSObject
/* The NSID of the user who's photo to search. If this parameter isn't passed then everybody's public photos will be searched. A value of "me" will search against the calling user's photos for authenticated calls. */
-@property (nonatomic, strong) NSString *user_id;
+@property (nonatomic, copy) NSString *user_id;
/* A comma-delimited list of tags. Photos with one or more of the tags listed will be returned. You can exclude results that match a term by prepending it with a - character. */
-@property (nonatomic, strong) NSString *tags;
+@property (nonatomic, copy) NSString *tags;
/* Either 'any' for an OR combination of tags, or 'all' for an AND combination. Defaults to 'any' if not specified. */
-@property (nonatomic, strong) NSString *tag_mode;
+@property (nonatomic, copy) NSString *tag_mode;
/* A free text search. Photos who's title, description or tags contain the text will be returned. You can exclude results that match a term by prepending it with a - character. */
-@property (nonatomic, strong) NSString *text;
+@property (nonatomic, copy) NSString *text;
/* Minimum upload date. Photos with an upload date greater than or equal to this value will be returned. The date can be in the form of a unix timestamp or mysql datetime. */
-@property (nonatomic, strong) NSString *min_upload_date;
+@property (nonatomic, copy) NSString *min_upload_date;
/* Maximum upload date. Photos with an upload date less than or equal to this value will be returned. The date can be in the form of a unix timestamp or mysql datetime. */
-@property (nonatomic, strong) NSString *max_upload_date;
+@property (nonatomic, copy) NSString *max_upload_date;
/* Minimum taken date. Photos with an taken date greater than or equal to this value will be returned. The date can be in the form of a mysql datetime or unix timestamp. */
-@property (nonatomic, strong) NSString *min_taken_date;
+@property (nonatomic, copy) NSString *min_taken_date;
/* Maximum taken date. Photos with an taken date less than or equal to this value will be returned. The date can be in the form of a mysql datetime or unix timestamp. */
-@property (nonatomic, strong) NSString *max_taken_date;
+@property (nonatomic, copy) NSString *max_taken_date;
/* The license id for photos (for possible values see the flickr.photos.licenses.getInfo method). Multiple licenses may be comma-separated. */
-@property (nonatomic, strong) NSString *license;
+@property (nonatomic, copy) NSString *license;
/* The order in which to sort returned photos. Deafults to date-posted-desc (unless you are doing a radial geo query, in which case the default sorting is by ascending distance from the point specified). The possible values are: date-posted-asc, date-posted-desc, date-taken-asc, date-taken-desc, interestingness-desc, interestingness-asc, and relevance. */
-@property (nonatomic, strong) NSString *sort;
-
-/* Return photos only matching a certain privacy level. This only applies when making an authenticated call to view photos you own. Valid values are:
-
-- 1 public photos
-- 2 private photos visible to friends
-- 3 private photos visible to family
-- 4 private photos visible to friends & family
-- 5 completely private photos
-
+@property (nonatomic, copy) NSString *sort;
+
+/* Return photos only matching a certain privacy level. This only applies when making an authenticated call to view photos you own. Valid values are:
+
+- 1 public photos
+- 2 private photos visible to friends
+- 3 private photos visible to family
+- 4 private photos visible to friends & family
+- 5 completely private photos
+
*/
-@property (nonatomic, strong) NSString *privacy_filter;
-
-/* A comma-delimited list of 4 values defining the Bounding Box of the area that will be searched.
-
-The 4 values represent the bottom-left corner of the box and the top-right corner, minimum_longitude, minimum_latitude, maximum_longitude, maximum_latitude.
-
-Longitude has a range of -180 to 180 , latitude of -90 to 90. Defaults to -180, -90, 180, 90 if not specified.
-
-Unlike standard photo queries, geo (or bounding box) queries will only return 250 results per page.
-
-Geo queries require some sort of limiting agent in order to prevent the database from crying. This is basically like the check against "parameterless searches" for queries without a geo component.
-
+@property (nonatomic, copy) NSString *privacy_filter;
+
+/* A comma-delimited list of 4 values defining the Bounding Box of the area that will be searched.
+
+The 4 values represent the bottom-left corner of the box and the top-right corner, minimum_longitude, minimum_latitude, maximum_longitude, maximum_latitude.
+
+Longitude has a range of -180 to 180 , latitude of -90 to 90. Defaults to -180, -90, 180, 90 if not specified.
+
+Unlike standard photo queries, geo (or bounding box) queries will only return 250 results per page.
+
+Geo queries require some sort of limiting agent in order to prevent the database from crying. This is basically like the check against "parameterless searches" for queries without a geo component.
+
A tag, for instance, is considered a limiting agent as are user defined min_date_taken and min_date_upload parameters — If no limiting factor is passed we return only photos added in the last 12 hours (though we may extend the limit in the future). */
-@property (nonatomic, strong) NSString *bbox;
-
-/* Recorded accuracy level of the location information. Current range is 1-16 :
-
-
-- World level is 1
-- Country is ~3
-- Region is ~6
-- City is ~11
-- Street is ~16
-
-
+@property (nonatomic, copy) NSString *bbox;
+
+/* Recorded accuracy level of the location information. Current range is 1-16 :
+
+
+- World level is 1
+- Country is ~3
+- Region is ~6
+- City is ~11
+- Street is ~16
+
+
Defaults to maximum value if not specified. */
-@property (nonatomic, strong) NSString *accuracy;
-
-/* Safe search setting:
-
-
-- 1 for safe.
-- 2 for moderate.
-- 3 for restricted.
-
-
+@property (nonatomic, copy) NSString *accuracy;
+
+/* Safe search setting:
+
+
+- 1 for safe.
+- 2 for moderate.
+- 3 for restricted.
+
+
(Please note: Un-authed calls can only see Safe content.) */
-@property (nonatomic, strong) NSString *safe_search;
-
-/* Content Type setting:
-
-- 1 for photos only.
-- 2 for screenshots only.
-- 3 for 'other' only.
-- 4 for photos and screenshots.
-- 5 for screenshots and 'other'.
-- 6 for photos and 'other'.
-- 7 for photos, screenshots, and 'other' (all).
+@property (nonatomic, copy) NSString *safe_search;
+
+/* Content Type setting:
+
+- 1 for photos only.
+- 2 for screenshots only.
+- 3 for 'other' only.
+- 4 for photos and screenshots.
+- 5 for screenshots and 'other'.
+- 6 for photos and 'other'.
+- 7 for photos, screenshots, and 'other' (all).
*/
-@property (nonatomic, strong) NSString *content_type;
-
-/* Aside from passing in a fully formed machine tag, there is a special syntax for searching on specific properties :
-
-
- - Find photos using the 'dc' namespace :
"machine_tags" => "dc:"
-
- - Find photos with a title in the 'dc' namespace :
"machine_tags" => "dc:title="
-
- - Find photos titled "mr. camera" in the 'dc' namespace :
"machine_tags" => "dc:title=\"mr. camera\"
-
- - Find photos whose value is "mr. camera" :
"machine_tags" => "*:*=\"mr. camera\""
-
- - Find photos that have a title, in any namespace :
"machine_tags" => "*:title="
-
- - Find photos that have a title, in any namespace, whose value is "mr. camera" :
"machine_tags" => "*:title=\"mr. camera\""
-
- - Find photos, in the 'dc' namespace whose value is "mr. camera" :
"machine_tags" => "dc:*=\"mr. camera\""
-
-
-
-Multiple machine tags may be queried by passing a comma-separated list. The number of machine tags you can pass in a single query depends on the tag mode (AND or OR) that you are querying with. "AND" queries are limited to (16) machine tags. "OR" queries are limited
+@property (nonatomic, copy) NSString *content_type;
+
+/* Aside from passing in a fully formed machine tag, there is a special syntax for searching on specific properties :
+
+
+ - Find photos using the 'dc' namespace :
"machine_tags" => "dc:"
+
+ - Find photos with a title in the 'dc' namespace :
"machine_tags" => "dc:title="
+
+ - Find photos titled "mr. camera" in the 'dc' namespace :
"machine_tags" => "dc:title=\"mr. camera\"
+
+ - Find photos whose value is "mr. camera" :
"machine_tags" => "*:*=\"mr. camera\""
+
+ - Find photos that have a title, in any namespace :
"machine_tags" => "*:title="
+
+ - Find photos that have a title, in any namespace, whose value is "mr. camera" :
"machine_tags" => "*:title=\"mr. camera\""
+
+ - Find photos, in the 'dc' namespace whose value is "mr. camera" :
"machine_tags" => "dc:*=\"mr. camera\""
+
+
+
+Multiple machine tags may be queried by passing a comma-separated list. The number of machine tags you can pass in a single query depends on the tag mode (AND or OR) that you are querying with. "AND" queries are limited to (16) machine tags. "OR" queries are limited
to (8). */
-@property (nonatomic, strong) NSString *machine_tags;
+@property (nonatomic, copy) NSString *machine_tags;
/* Either 'any' for an OR combination of tags, or 'all' for an AND combination. Defaults to 'any' if not specified. */
-@property (nonatomic, strong) NSString *machine_tag_mode;
+@property (nonatomic, copy) NSString *machine_tag_mode;
/* The id of a group who's pool to search. If specified, only matching photos posted to the group's pool will be returned. */
-@property (nonatomic, strong) NSString *group_id;
-
-/* boolean. Pass faves=1 along with your user_id to search within your favorites */
-@property (nonatomic, strong) NSString *faves;
-
-/* Limit results by camera. Camera names must be in the Camera Finder normalized form. flickr.cameras.getList() returns a list of searchable cameras. */
-@property (nonatomic, strong) NSString *camera;
-
-/* Jump, jump! */
-@property (nonatomic, strong) NSString *jump_to;
+@property (nonatomic, copy) NSString *group_id;
/* Search your contacts. Either 'all' or 'ff' for just friends and family. (Experimental) */
-@property (nonatomic, strong) NSString *contacts;
+@property (nonatomic, copy) NSString *contacts;
-/* A 32-bit identifier that uniquely represents spatial entities. (not used if bbox argument is present).
-
-Geo queries require some sort of limiting agent in order to prevent the database from crying. This is basically like the check against "parameterless searches" for queries without a geo component.
-
+/* A 32-bit identifier that uniquely represents spatial entities. (not used if bbox argument is present).
+
+Geo queries require some sort of limiting agent in order to prevent the database from crying. This is basically like the check against "parameterless searches" for queries without a geo component.
+
A tag, for instance, is considered a limiting agent as are user defined min_date_taken and min_date_upload parameters — If no limiting factor is passed we return only photos added in the last 12 hours (though we may extend the limit in the future). */
-@property (nonatomic, strong) NSString *woe_id;
+@property (nonatomic, copy) NSString *woe_id;
-/* A Flickr place id. (not used if bbox argument is present).
-
-Geo queries require some sort of limiting agent in order to prevent the database from crying. This is basically like the check against "parameterless searches" for queries without a geo component.
-
+/* A Flickr place id. (not used if bbox argument is present).
+
+Geo queries require some sort of limiting agent in order to prevent the database from crying. This is basically like the check against "parameterless searches" for queries without a geo component.
+
A tag, for instance, is considered a limiting agent as are user defined min_date_taken and min_date_upload parameters — If no limiting factor is passed we return only photos added in the last 12 hours (though we may extend the limit in the future). */
-@property (nonatomic, strong) NSString *place_id;
+@property (nonatomic, copy) NSString *place_id;
/* Filter results by media type. Possible values are all (default), photos or videos */
-@property (nonatomic, strong) NSString *media;
+@property (nonatomic, copy) NSString *media;
-/* Any photo that has been geotagged, or if the value is "0" any photo that has not been geotagged.
-
-Geo queries require some sort of limiting agent in order to prevent the database from crying. This is basically like the check against "parameterless searches" for queries without a geo component.
-
+/* Any photo that has been geotagged, or if the value is "0" any photo that has not been geotagged.
+
+Geo queries require some sort of limiting agent in order to prevent the database from crying. This is basically like the check against "parameterless searches" for queries without a geo component.
+
A tag, for instance, is considered a limiting agent as are user defined min_date_taken and min_date_upload parameters — If no limiting factor is passed we return only photos added in the last 12 hours (though we may extend the limit in the future). */
-@property (nonatomic, strong) NSString *has_geo;
-
-/* Geo context is a numeric value representing the photo's geotagginess beyond latitude and longitude. For example, you may wish to search for photos that were taken "indoors" or "outdoors".
-The current list of context IDs is :
-
-- 0, not defined.
-- 1, indoors.
-- 2, outdoors.
-
-
-Geo queries require some sort of limiting agent in order to prevent the database from crying. This is basically like the check against "parameterless searches" for queries without a geo component.
-
+@property (nonatomic, copy) NSString *has_geo;
+
+/* Geo context is a numeric value representing the photo's geotagginess beyond latitude and longitude. For example, you may wish to search for photos that were taken "indoors" or "outdoors".
+The current list of context IDs is :
+
+- 0, not defined.
+- 1, indoors.
+- 2, outdoors.
+
+
+Geo queries require some sort of limiting agent in order to prevent the database from crying. This is basically like the check against "parameterless searches" for queries without a geo component.
+
A tag, for instance, is considered a limiting agent as are user defined min_date_taken and min_date_upload parameters — If no limiting factor is passed we return only photos added in the last 12 hours (though we may extend the limit in the future). */
-@property (nonatomic, strong) NSString *geo_context;
+@property (nonatomic, copy) NSString *geo_context;
-/* A valid latitude, in decimal format, for doing radial geo queries.
-
-Geo queries require some sort of limiting agent in order to prevent the database from crying. This is basically like the check against "parameterless searches" for queries without a geo component.
-
+/* A valid latitude, in decimal format, for doing radial geo queries.
+
+Geo queries require some sort of limiting agent in order to prevent the database from crying. This is basically like the check against "parameterless searches" for queries without a geo component.
+
A tag, for instance, is considered a limiting agent as are user defined min_date_taken and min_date_upload parameters — If no limiting factor is passed we return only photos added in the last 12 hours (though we may extend the limit in the future). */
-@property (nonatomic, strong) NSString *lat;
+@property (nonatomic, copy) NSString *lat;
-/* A valid longitude, in decimal format, for doing radial geo queries.
-
-Geo queries require some sort of limiting agent in order to prevent the database from crying. This is basically like the check against "parameterless searches" for queries without a geo component.
-
+/* A valid longitude, in decimal format, for doing radial geo queries.
+
+Geo queries require some sort of limiting agent in order to prevent the database from crying. This is basically like the check against "parameterless searches" for queries without a geo component.
+
A tag, for instance, is considered a limiting agent as are user defined min_date_taken and min_date_upload parameters — If no limiting factor is passed we return only photos added in the last 12 hours (though we may extend the limit in the future). */
-@property (nonatomic, strong) NSString *lon;
+@property (nonatomic, copy) NSString *lon;
/* A valid radius used for geo queries, greater than zero and less than 20 miles (or 32 kilometers), for use with point-based geo queries. The default value is 5 (km). */
-@property (nonatomic, strong) NSString *radius;
+@property (nonatomic, copy) NSString *radius;
/* The unit of measure when doing radial geo queries. Valid options are "mi" (miles) and "km" (kilometers). The default is "km". */
-@property (nonatomic, strong) NSString *radius_units;
+@property (nonatomic, copy) NSString *radius_units;
/* Limit the scope of the search to only photos that are part of the Flickr Commons project. Default is false. */
-@property (nonatomic, strong) NSString *is_commons;
+@property (nonatomic, copy) NSString *is_commons;
/* Limit the scope of the search to only photos that are in a gallery? Default is false, search all photos. */
-@property (nonatomic, strong) NSString *in_gallery;
-
-/* The id of a user. Will return photos where the user has been people tagged. A call signed as the person_id in question will return *all* photos the user in, otherwise returns public photos. */
-@property (nonatomic, strong) NSString *person_id;
+@property (nonatomic, copy) NSString *in_gallery;
/* Limit the scope of the search to only photos that are for sale on Getty. Default is false. */
-@property (nonatomic, strong) NSString *is_getty;
+@property (nonatomic, copy) NSString *is_getty;
/* A comma-delimited list of extra information to fetch for each returned record. Currently supported fields are: description, license, date_upload, date_taken, owner_name, icon_server, original_format, last_update, geo, tags, machine_tags, o_dims, views, media, path_alias, url_sq, url_t, url_s, url_q, url_m, url_n, url_z, url_c, url_l, url_o */
-@property (nonatomic, strong) NSString *extras;
+@property (nonatomic, copy) NSString *extras;
/* Number of photos to return per page. If this argument is omitted, it defaults to 100. The maximum allowed value is 500. */
-@property (nonatomic, strong) NSString *per_page;
+@property (nonatomic, copy) NSString *per_page;
/* The page of results to return. If this argument is omitted, it defaults to 1. */
-@property (nonatomic, strong) NSString *page;
+@property (nonatomic, copy) NSString *page;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSearch.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSearch.m
index 02022b8..0f4c414 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSearch.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSearch.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosSearch.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosSearch
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -97,15 +99,6 @@ - (NSDictionary *) args {
if(self.group_id) {
[args setValue:self.group_id forKey:@"group_id"];
}
- if(self.faves) {
- [args setValue:self.faves forKey:@"faves"];
- }
- if(self.camera) {
- [args setValue:self.camera forKey:@"camera"];
- }
- if(self.jump_to) {
- [args setValue:self.jump_to forKey:@"jump_to"];
- }
if(self.contacts) {
[args setValue:self.contacts forKey:@"contacts"];
}
@@ -142,9 +135,6 @@ - (NSDictionary *) args {
if(self.in_gallery) {
[args setValue:self.in_gallery forKey:@"in_gallery"];
}
- if(self.person_id) {
- [args setValue:self.person_id forKey:@"person_id"];
- }
if(self.is_getty) {
[args setValue:self.is_getty forKey:@"is_getty"];
}
@@ -195,6 +185,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosSearchError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosSearchError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosSearchError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosSearchError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetContentType.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetContentType.h
index e7a0e1f..666e8bf 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetContentType.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetContentType.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosSetContentType.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -14,12 +14,14 @@ typedef enum {
FKFlickrPhotosSetContentTypeError_PhotoNotFound = 1, /* The photo id passed was not a valid photo id of a photo belonging to the calling user. */
FKFlickrPhotosSetContentTypeError_RequiredArgumentsMissing = 2, /* Some or all of the required arguments were not supplied. */
FKFlickrPhotosSetContentTypeError_ChangeNotAllowed = 3, /* Changing the content type of this photo is not allowed. */
+ FKFlickrPhotosSetContentTypeError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosSetContentTypeError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosSetContentTypeError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosSetContentTypeError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosSetContentTypeError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosSetContentTypeError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosSetContentTypeError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosSetContentTypeError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosSetContentTypeError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosSetContentTypeError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosSetContentTypeError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -35,18 +37,18 @@ Set the content type of a photo.
Response:
-
-
+
+
*/
@interface FKFlickrPhotosSetContentType : NSObject
/* The id of the photo to set the adultness of. */
-@property (nonatomic, strong) NSString *photo_id; /* (Required) */
+@property (nonatomic, copy) NSString *photo_id; /* (Required) */
/* The content type of the photo. Must be one of: 1 for Photo, 2 for Screenshot, and 3 for Other. */
-@property (nonatomic, strong) NSString *content_type; /* (Required) */
+@property (nonatomic, copy) NSString *content_type; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetContentType.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetContentType.m
index dd6d0a6..a6dc8ae 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetContentType.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetContentType.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosSetContentType.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosSetContentType
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -69,6 +71,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Required arguments missing";
case FKFlickrPhotosSetContentTypeError_ChangeNotAllowed:
return @"Change not allowed";
+ case FKFlickrPhotosSetContentTypeError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosSetContentTypeError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosSetContentTypeError_MissingSignature:
@@ -81,6 +85,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosSetContentTypeError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosSetContentTypeError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosSetContentTypeError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosSetContentTypeError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetDates.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetDates.h
index 206c348..7bf3e72 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetDates.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetDates.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosSetDates.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -14,12 +14,14 @@ typedef enum {
FKFlickrPhotosSetDatesError_PhotoNotFound = 1, /* The photo id was not the id of a valid photo belonging to the calling user. */
FKFlickrPhotosSetDatesError_NotEnoughArguments = 2, /* No dates were specified to be changed. */
FKFlickrPhotosSetDatesError_InvalidGranularity = 3, /* The value passed for 'granularity' was not a valid flickr date granularity. */
+ FKFlickrPhotosSetDatesError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosSetDatesError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosSetDatesError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosSetDatesError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosSetDatesError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosSetDatesError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosSetDatesError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosSetDatesError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosSetDatesError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosSetDatesError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosSetDatesError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -39,16 +41,16 @@ Set one or both of the dates for a photo.
@interface FKFlickrPhotosSetDates : NSObject
/* The id of the photo to edit dates for. */
-@property (nonatomic, strong) NSString *photo_id; /* (Required) */
+@property (nonatomic, copy) NSString *photo_id; /* (Required) */
/* The date the photo was uploaded to flickr (see the dates documentation) */
-@property (nonatomic, strong) NSString *date_posted;
+@property (nonatomic, copy) NSString *date_posted;
/* The date the photo was taken (see the dates documentation) */
-@property (nonatomic, strong) NSString *date_taken;
+@property (nonatomic, copy) NSString *date_taken;
/* The granularity of the date the photo was taken (see the dates documentation) */
-@property (nonatomic, strong) NSString *date_taken_granularity;
+@property (nonatomic, copy) NSString *date_taken_granularity;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetDates.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetDates.m
index 5d0c76f..58a01de 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetDates.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetDates.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosSetDates.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosSetDates
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -71,6 +73,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Not enough arguments";
case FKFlickrPhotosSetDatesError_InvalidGranularity:
return @"Invalid granularity";
+ case FKFlickrPhotosSetDatesError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosSetDatesError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosSetDatesError_MissingSignature:
@@ -83,6 +87,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosSetDatesError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosSetDatesError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosSetDatesError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosSetDatesError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetMeta.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetMeta.h
index e95cec4..9ec45b5 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetMeta.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetMeta.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosSetMeta.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,12 +12,14 @@
typedef enum {
FKFlickrPhotosSetMetaError_PhotoNotFound = 1, /* The photo id passed was not the id of a photo belonging to the calling user. It might be an invalid id, or the photo might be owned by another user. */
+ FKFlickrPhotosSetMetaError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosSetMetaError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosSetMetaError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosSetMetaError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosSetMetaError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosSetMetaError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosSetMetaError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosSetMetaError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosSetMetaError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosSetMetaError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosSetMetaError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -37,13 +39,13 @@ Set the meta information for a photo.
@interface FKFlickrPhotosSetMeta : NSObject
/* The id of the photo to set information for. */
-@property (nonatomic, strong) NSString *photo_id; /* (Required) */
+@property (nonatomic, copy) NSString *photo_id; /* (Required) */
/* The title for the photo. */
-@property (nonatomic, strong) NSString *title; /* (Required) */
+@property (nonatomic, copy) NSString *title; /* (Required) */
/* The description for the photo. */
-@property (nonatomic, strong) NSString *description; /* (Required) */
+@property (copy) NSString *description; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetMeta.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetMeta.m
index b5dbb68..868d250 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetMeta.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetMeta.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosSetMeta.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,9 @@
@implementation FKFlickrPhotosSetMeta
+
+@synthesize description = _description;
+
- (BOOL) needsLogin {
return YES;
}
@@ -72,6 +75,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
switch(error) {
case FKFlickrPhotosSetMetaError_PhotoNotFound:
return @"Photo not found";
+ case FKFlickrPhotosSetMetaError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosSetMetaError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosSetMetaError_MissingSignature:
@@ -84,6 +89,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosSetMetaError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosSetMetaError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosSetMetaError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosSetMetaError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetPerms.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetPerms.h
index e3ed932..ea99c97 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetPerms.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetPerms.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosSetPerms.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -13,12 +13,14 @@
typedef enum {
FKFlickrPhotosSetPermsError_PhotoNotFound = 1, /* The photo id passed was not a valid photo id of a photo belonging to the calling user. */
FKFlickrPhotosSetPermsError_RequiredArgumentsMissing = 2, /* Some or all of the required arguments were not supplied. */
+ FKFlickrPhotosSetPermsError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosSetPermsError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosSetPermsError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosSetPermsError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosSetPermsError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosSetPermsError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosSetPermsError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosSetPermsError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosSetPermsError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosSetPermsError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosSetPermsError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -40,31 +42,31 @@ Set permissions for a photo.
@interface FKFlickrPhotosSetPerms : NSObject
/* The id of the photo to set permissions for. */
-@property (nonatomic, strong) NSString *photo_id; /* (Required) */
+@property (nonatomic, copy) NSString *photo_id; /* (Required) */
/* 1 to set the photo to public, 0 to set it to private. */
-@property (nonatomic, strong) NSString *is_public; /* (Required) */
+@property (nonatomic, copy) NSString *is_public; /* (Required) */
/* 1 to make the photo visible to friends when private, 0 to not. */
-@property (nonatomic, strong) NSString *is_friend; /* (Required) */
+@property (nonatomic, copy) NSString *is_friend; /* (Required) */
/* 1 to make the photo visible to family when private, 0 to not. */
-@property (nonatomic, strong) NSString *is_family; /* (Required) */
+@property (nonatomic, copy) NSString *is_family; /* (Required) */
-/* who can add comments to the photo and it's notes. one of:
-0: nobody
-1: friends & family
-2: contacts
+/* who can add comments to the photo and it's notes. one of:
+0: nobody
+1: friends & family
+2: contacts
3: everybody */
-@property (nonatomic, strong) NSString *perm_comment; /* (Required) */
+@property (nonatomic, copy) NSString *perm_comment;
-/* who can add notes and tags to the photo. one of:
-0: nobody / just the owner
-1: friends & family
-2: contacts
-3: everybody
+/* who can add notes and tags to the photo. one of:
+0: nobody / just the owner
+1: friends & family
+2: contacts
+3: everybody
*/
-@property (nonatomic, strong) NSString *perm_addmeta; /* (Required) */
+@property (nonatomic, copy) NSString *perm_addmeta;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetPerms.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetPerms.m
index eeb64c0..f8294c4 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetPerms.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetPerms.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosSetPerms.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosSetPerms
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -47,14 +49,6 @@ - (BOOL) isValid:(NSError **)error {
valid = NO;
[errorDescription appendString:@"'is_family', "];
}
- if(!self.perm_comment) {
- valid = NO;
- [errorDescription appendString:@"'perm_comment', "];
- }
- if(!self.perm_addmeta) {
- valid = NO;
- [errorDescription appendString:@"'perm_addmeta', "];
- }
if(error != NULL) {
if(!valid) {
@@ -95,6 +89,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Photo not found";
case FKFlickrPhotosSetPermsError_RequiredArgumentsMissing:
return @"Required arguments missing";
+ case FKFlickrPhotosSetPermsError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosSetPermsError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosSetPermsError_MissingSignature:
@@ -107,6 +103,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosSetPermsError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosSetPermsError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosSetPermsError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosSetPermsError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetSafetyLevel.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetSafetyLevel.h
index 83e8a18..c10f7f6 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetSafetyLevel.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetSafetyLevel.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosSetSafetyLevel.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -14,12 +14,14 @@ typedef enum {
FKFlickrPhotosSetSafetyLevelError_PhotoNotFound = 1, /* The photo id passed was not a valid photo id of a photo belonging to the calling user. */
FKFlickrPhotosSetSafetyLevelError_InvalidOrMissingArguments = 2, /* Neither a valid safety level nor a hidden value were passed. */
FKFlickrPhotosSetSafetyLevelError_ChangeNotAllowed = 3, /* Changing the safety level of this photo is not allowed. */
+ FKFlickrPhotosSetSafetyLevelError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosSetSafetyLevelError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosSetSafetyLevelError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosSetSafetyLevelError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosSetSafetyLevelError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosSetSafetyLevelError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosSetSafetyLevelError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosSetSafetyLevelError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosSetSafetyLevelError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosSetSafetyLevelError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosSetSafetyLevelError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -35,23 +37,23 @@ Set the safety level of a photo.
Response:
-
-
+
+
*/
@interface FKFlickrPhotosSetSafetyLevel : NSObject
/* The id of the photo to set the adultness of. */
-@property (nonatomic, strong) NSString *photo_id; /* (Required) */
-
-/* The safety level of the photo. Must be one of:
+@property (nonatomic, copy) NSString *photo_id; /* (Required) */
+/* The safety level of the photo. Must be one of:
+
1 for Safe, 2 for Moderate, and 3 for Restricted. */
-@property (nonatomic, strong) NSString *safety_level;
+@property (nonatomic, copy) NSString *safety_level;
/* Whether or not to additionally hide the photo from public searches. Must be either 1 for Yes or 0 for No. */
-@property (nonatomic, strong) NSString *hidden;
+@property (nonatomic, copy) NSString *hidden;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetSafetyLevel.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetSafetyLevel.m
index 20b2dd3..ed31bfa 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetSafetyLevel.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetSafetyLevel.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosSetSafetyLevel.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosSetSafetyLevel
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -68,6 +70,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid or missing arguments";
case FKFlickrPhotosSetSafetyLevelError_ChangeNotAllowed:
return @"Change not allowed";
+ case FKFlickrPhotosSetSafetyLevelError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosSetSafetyLevelError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosSetSafetyLevelError_MissingSignature:
@@ -80,6 +84,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosSetSafetyLevelError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosSetSafetyLevelError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosSetSafetyLevelError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosSetSafetyLevelError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetTags.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetTags.h
index 8b7184a..2a86ec0 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetTags.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetTags.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosSetTags.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -13,12 +13,14 @@
typedef enum {
FKFlickrPhotosSetTagsError_PhotoNotFound = 1, /* The photo id passed was not the id of a photo belonging to the calling user. It might be an invalid id, or the photo might be owned by another user. */
FKFlickrPhotosSetTagsError_MaximumNumberOfTagsReached = 2, /* The number of tags specified exceeds the limit for the photo. No tags were modified. */
+ FKFlickrPhotosSetTagsError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosSetTagsError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosSetTagsError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosSetTagsError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosSetTagsError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosSetTagsError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosSetTagsError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosSetTagsError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosSetTagsError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosSetTagsError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosSetTagsError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -37,12 +39,12 @@ Set the tags for a photo.
*/
@interface FKFlickrPhotosSetTags : NSObject
-/* The id of the photo to set tags for.
+/* The id of the photo to set tags for.
*/
-@property (nonatomic, strong) NSString *photo_id; /* (Required) */
+@property (nonatomic, copy) NSString *photo_id; /* (Required) */
/* All tags for the photo (as a single space-delimited string). */
-@property (nonatomic, strong) NSString *tags; /* (Required) */
+@property (nonatomic, copy) NSString *tags; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetTags.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetTags.m
index 1e1bbfb..9f535ae 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetTags.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/FKFlickrPhotosSetTags.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosSetTags.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosSetTags
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -67,6 +69,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Photo not found";
case FKFlickrPhotosSetTagsError_MaximumNumberOfTagsReached:
return @"Maximum number of tags reached";
+ case FKFlickrPhotosSetTagsError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosSetTagsError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosSetTagsError_MissingSignature:
@@ -79,6 +83,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosSetTagsError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosSetTagsError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosSetTagsError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosSetTagsError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoBatchCorrectLocation.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoBatchCorrectLocation.h
index 741d47c..f06ac87 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoBatchCorrectLocation.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoBatchCorrectLocation.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosGeoBatchCorrectLocation.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -17,12 +17,14 @@ typedef enum {
FKFlickrPhotosGeoBatchCorrectLocationError_NotAValidAccuracy = 4, /* The accuracy argument failed validation. */
FKFlickrPhotosGeoBatchCorrectLocationError_NotAValidPlacesID = 5, /* An invalid Places (or WOE) ID was passed with the API call. */
FKFlickrPhotosGeoBatchCorrectLocationError_NoPhotosGeotaggedAtThatLocation = 6, /* There were no geotagged photos found for the authed user at the supplied latitude, longitude and accuracy. */
+ FKFlickrPhotosGeoBatchCorrectLocationError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosGeoBatchCorrectLocationError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosGeoBatchCorrectLocationError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosGeoBatchCorrectLocationError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosGeoBatchCorrectLocationError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosGeoBatchCorrectLocationError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosGeoBatchCorrectLocationError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosGeoBatchCorrectLocationError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosGeoBatchCorrectLocationError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosGeoBatchCorrectLocationError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosGeoBatchCorrectLocationError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -33,8 +35,8 @@ typedef enum {
/*
-Correct the places hierarchy for all the photos for a user at a given latitude, longitude and accuracy.
-
+Correct the places hierarchy for all the photos for a user at a given latitude, longitude and accuracy.
+
Batch corrections are processed in a delayed queue so it may take a few minutes before the changes are reflected in a user's photos.
@@ -44,19 +46,19 @@ Batch corrections are processed in a delayed queue so it may take a few minutes
@interface FKFlickrPhotosGeoBatchCorrectLocation : NSObject
/* The latitude of the photos to be update whose valid range is -90 to 90. Anything more than 6 decimal places will be truncated. */
-@property (nonatomic, strong) NSString *lat; /* (Required) */
+@property (nonatomic, copy) NSString *lat; /* (Required) */
/* The longitude of the photos to be updated whose valid range is -180 to 180. Anything more than 6 decimal places will be truncated. */
-@property (nonatomic, strong) NSString *lon; /* (Required) */
+@property (nonatomic, copy) NSString *lon; /* (Required) */
/* Recorded accuracy level of the photos to be updated. World level is 1, Country is ~3, Region ~6, City ~11, Street ~16. Current range is 1-16. Defaults to 16 if not specified. */
-@property (nonatomic, strong) NSString *accuracy; /* (Required) */
+@property (nonatomic, copy) NSString *accuracy; /* (Required) */
/* A Flickr Places ID. (While optional, you must pass either a valid Places ID or a WOE ID.) */
-@property (nonatomic, strong) NSString *place_id;
+@property (nonatomic, copy) NSString *place_id;
/* A Where On Earth (WOE) ID. (While optional, you must pass either a valid Places ID or a WOE ID.) */
-@property (nonatomic, strong) NSString *woe_id;
+@property (nonatomic, copy) NSString *woe_id;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoBatchCorrectLocation.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoBatchCorrectLocation.m
index cc82b0f..3583912 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoBatchCorrectLocation.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoBatchCorrectLocation.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosGeoBatchCorrectLocation.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosGeoBatchCorrectLocation
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -88,6 +90,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Not a valid Places ID";
case FKFlickrPhotosGeoBatchCorrectLocationError_NoPhotosGeotaggedAtThatLocation:
return @"No photos geotagged at that location";
+ case FKFlickrPhotosGeoBatchCorrectLocationError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosGeoBatchCorrectLocationError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosGeoBatchCorrectLocationError_MissingSignature:
@@ -100,6 +104,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosGeoBatchCorrectLocationError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosGeoBatchCorrectLocationError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosGeoBatchCorrectLocationError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosGeoBatchCorrectLocationError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoCorrectLocation.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoCorrectLocation.h
index 3b79e58..28146a9 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoCorrectLocation.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoCorrectLocation.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosGeoCorrectLocation.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -15,12 +15,14 @@ typedef enum {
FKFlickrPhotosGeoCorrectLocationError_MissingPlaceID = 2, /* No place ID was passed to the method */
FKFlickrPhotosGeoCorrectLocationError_NotAValidPlaceID = 3, /* The place ID passed to the method could not be identified */
FKFlickrPhotosGeoCorrectLocationError_ServerErrorCorrectingLocation = 4, /* There was an error trying to correct the location. */
+ FKFlickrPhotosGeoCorrectLocationError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosGeoCorrectLocationError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosGeoCorrectLocationError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosGeoCorrectLocationError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosGeoCorrectLocationError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosGeoCorrectLocationError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosGeoCorrectLocationError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosGeoCorrectLocationError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosGeoCorrectLocationError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosGeoCorrectLocationError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosGeoCorrectLocationError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -40,16 +42,16 @@ typedef enum {
@interface FKFlickrPhotosGeoCorrectLocation : NSObject
/* The ID of the photo whose WOE location is being corrected. */
-@property (nonatomic, strong) NSString *photo_id; /* (Required) */
+@property (nonatomic, copy) NSString *photo_id; /* (Required) */
/* A Flickr Places ID. (While optional, you must pass either a valid Places ID or a WOE ID.) */
-@property (nonatomic, strong) NSString *place_id;
+@property (nonatomic, copy) NSString *place_id;
/* A Where On Earth (WOE) ID. (While optional, you must pass either a valid Places ID or a WOE ID.) */
-@property (nonatomic, strong) NSString *woe_id;
+@property (nonatomic, copy) NSString *woe_id;
/* The venue ID for a Foursquare location. (If not passed in with correction, any existing foursquare venue will be removed). */
-@property (nonatomic, strong) NSString *foursquare_id; /* (Required) */
+@property (nonatomic, copy) NSString *foursquare_id; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoCorrectLocation.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoCorrectLocation.m
index 6f27299..4cffca1 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoCorrectLocation.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoCorrectLocation.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosGeoCorrectLocation.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosGeoCorrectLocation
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -77,6 +79,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Not a valid place ID";
case FKFlickrPhotosGeoCorrectLocationError_ServerErrorCorrectingLocation:
return @"Server error correcting location.";
+ case FKFlickrPhotosGeoCorrectLocationError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosGeoCorrectLocationError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosGeoCorrectLocationError_MissingSignature:
@@ -89,6 +93,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosGeoCorrectLocationError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosGeoCorrectLocationError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosGeoCorrectLocationError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosGeoCorrectLocationError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoGetLocation.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoGetLocation.h
index add955d..290e991 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoGetLocation.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoGetLocation.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosGeoGetLocation.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -15,6 +15,7 @@ typedef enum {
FKFlickrPhotosGeoGetLocationError_PhotoHasNoLocationInformation = 2, /* The photo requested has no location data or is not viewable by the calling user. */
FKFlickrPhotosGeoGetLocationError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosGeoGetLocationError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosGeoGetLocationError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosGeoGetLocationError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosGeoGetLocationError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosGeoGetLocationError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -30,18 +31,18 @@ Get the geo data (latitude and longitude and the accuracy level) for a photo.
Response:
-
-
+
+
*/
@interface FKFlickrPhotosGeoGetLocation : NSObject
/* The id of the photo you want to retrieve location data for. */
-@property (nonatomic, strong) NSString *photo_id; /* (Required) */
+@property (nonatomic, copy) NSString *photo_id; /* (Required) */
/* Extra flags. */
-@property (nonatomic, strong) NSString *extras;
+@property (nonatomic, copy) NSString *extras;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoGetLocation.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoGetLocation.m
index 542bd1b..6b95d42 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoGetLocation.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoGetLocation.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosGeoGetLocation.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosGeoGetLocation
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -67,6 +69,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosGeoGetLocationError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosGeoGetLocationError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosGeoGetLocationError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosGeoGetLocationError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoGetPerms.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoGetPerms.h
index d03c5cf..9fae59d 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoGetPerms.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoGetPerms.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosGeoGetPerms.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -13,12 +13,14 @@
typedef enum {
FKFlickrPhotosGeoGetPermsError_PhotoNotFound = 1, /* The photo id was either invalid or was for a photo not viewable by the calling user. */
FKFlickrPhotosGeoGetPermsError_PhotoHasNoLocationInformation = 2, /* The photo requested has no location data or is not viewable by the calling user. */
+ FKFlickrPhotosGeoGetPermsError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosGeoGetPermsError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosGeoGetPermsError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosGeoGetPermsError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosGeoGetPermsError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosGeoGetPermsError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosGeoGetPermsError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosGeoGetPermsError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosGeoGetPermsError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosGeoGetPermsError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosGeoGetPermsError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -40,7 +42,7 @@ Get permissions for who may view geo data for a photo.
@interface FKFlickrPhotosGeoGetPerms : NSObject
/* The id of the photo to get permissions for. */
-@property (nonatomic, strong) NSString *photo_id; /* (Required) */
+@property (nonatomic, copy) NSString *photo_id; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoGetPerms.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoGetPerms.m
index 2e1ca27..d451f3d 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoGetPerms.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoGetPerms.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosGeoGetPerms.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosGeoGetPerms
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -60,6 +62,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Photo not found";
case FKFlickrPhotosGeoGetPermsError_PhotoHasNoLocationInformation:
return @"Photo has no location information";
+ case FKFlickrPhotosGeoGetPermsError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosGeoGetPermsError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosGeoGetPermsError_MissingSignature:
@@ -72,6 +76,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosGeoGetPermsError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosGeoGetPermsError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosGeoGetPermsError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosGeoGetPermsError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoPhotosForLocation.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoPhotosForLocation.h
index c89dd14..482965e 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoPhotosForLocation.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoPhotosForLocation.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosGeoPhotosForLocation.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -15,12 +15,14 @@ typedef enum {
FKFlickrPhotosGeoPhotosForLocationError_NotAValidLatitude = 2, /* The latitude argument failed validation. */
FKFlickrPhotosGeoPhotosForLocationError_NotAValidLongitude = 3, /* The longitude argument failed validation. */
FKFlickrPhotosGeoPhotosForLocationError_NotAValidAccuracy = 4, /* The accuracy argument failed validation. */
+ FKFlickrPhotosGeoPhotosForLocationError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosGeoPhotosForLocationError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosGeoPhotosForLocationError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosGeoPhotosForLocationError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosGeoPhotosForLocationError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosGeoPhotosForLocationError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosGeoPhotosForLocationError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosGeoPhotosForLocationError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosGeoPhotosForLocationError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosGeoPhotosForLocationError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosGeoPhotosForLocationError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -40,22 +42,22 @@ Return a list of photos for the calling user at a specific latitude, longitude a
@interface FKFlickrPhotosGeoPhotosForLocation : NSObject
/* The latitude whose valid range is -90 to 90. Anything more than 6 decimal places will be truncated. */
-@property (nonatomic, strong) NSString *lat; /* (Required) */
+@property (nonatomic, copy) NSString *lat; /* (Required) */
/* The longitude whose valid range is -180 to 180. Anything more than 6 decimal places will be truncated. */
-@property (nonatomic, strong) NSString *lon; /* (Required) */
+@property (nonatomic, copy) NSString *lon; /* (Required) */
/* Recorded accuracy level of the location information. World level is 1, Country is ~3, Region ~6, City ~11, Street ~16. Current range is 1-16. Defaults to 16 if not specified. */
-@property (nonatomic, strong) NSString *accuracy;
+@property (nonatomic, copy) NSString *accuracy;
/* A comma-delimited list of extra information to fetch for each returned record. Currently supported fields are: description, license, date_upload, date_taken, owner_name, icon_server, original_format, last_update, geo, tags, machine_tags, o_dims, views, media, path_alias, url_sq, url_t, url_s, url_q, url_m, url_n, url_z, url_c, url_l, url_o */
-@property (nonatomic, strong) NSString *extras;
+@property (nonatomic, copy) NSString *extras;
/* Number of photos to return per page. If this argument is omitted, it defaults to 100. The maximum allowed value is 500. */
-@property (nonatomic, strong) NSString *per_page;
+@property (nonatomic, copy) NSString *per_page;
/* The page of results to return. If this argument is omitted, it defaults to 1. */
-@property (nonatomic, strong) NSString *page;
+@property (nonatomic, copy) NSString *page;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoPhotosForLocation.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoPhotosForLocation.m
index 300041b..4967e31 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoPhotosForLocation.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoPhotosForLocation.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosGeoPhotosForLocation.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosGeoPhotosForLocation
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -83,6 +85,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Not a valid longitude";
case FKFlickrPhotosGeoPhotosForLocationError_NotAValidAccuracy:
return @"Not a valid accuracy";
+ case FKFlickrPhotosGeoPhotosForLocationError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosGeoPhotosForLocationError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosGeoPhotosForLocationError_MissingSignature:
@@ -95,6 +99,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosGeoPhotosForLocationError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosGeoPhotosForLocationError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosGeoPhotosForLocationError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosGeoPhotosForLocationError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoRemoveLocation.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoRemoveLocation.h
index fc5a14a..6a17ccb 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoRemoveLocation.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoRemoveLocation.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosGeoRemoveLocation.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -13,12 +13,14 @@
typedef enum {
FKFlickrPhotosGeoRemoveLocationError_PhotoNotFound = 1, /* The photo id was either invalid or was for a photo not viewable by the calling user. */
FKFlickrPhotosGeoRemoveLocationError_PhotoHasNoLocationInformation = 2, /* The specified photo has not been geotagged - there is nothing to remove. */
+ FKFlickrPhotosGeoRemoveLocationError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosGeoRemoveLocationError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosGeoRemoveLocationError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosGeoRemoveLocationError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosGeoRemoveLocationError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosGeoRemoveLocationError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosGeoRemoveLocationError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosGeoRemoveLocationError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosGeoRemoveLocationError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosGeoRemoveLocationError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosGeoRemoveLocationError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -38,7 +40,7 @@ Removes the geo data associated with a photo.
@interface FKFlickrPhotosGeoRemoveLocation : NSObject
/* The id of the photo you want to remove location data from. */
-@property (nonatomic, strong) NSString *photo_id; /* (Required) */
+@property (nonatomic, copy) NSString *photo_id; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoRemoveLocation.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoRemoveLocation.m
index dc9d99c..1b7c671 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoRemoveLocation.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoRemoveLocation.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosGeoRemoveLocation.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosGeoRemoveLocation
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -60,6 +62,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Photo not found";
case FKFlickrPhotosGeoRemoveLocationError_PhotoHasNoLocationInformation:
return @"Photo has no location information";
+ case FKFlickrPhotosGeoRemoveLocationError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosGeoRemoveLocationError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosGeoRemoveLocationError_MissingSignature:
@@ -72,6 +76,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosGeoRemoveLocationError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosGeoRemoveLocationError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosGeoRemoveLocationError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosGeoRemoveLocationError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoSetContext.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoSetContext.h
index 3cf9889..81ee330 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoSetContext.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoSetContext.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosGeoSetContext.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -13,12 +13,14 @@
typedef enum {
FKFlickrPhotosGeoSetContextError_PhotoNotFound = 1, /* The photo id was either invalid or was for a photo not viewable by the calling user. */
FKFlickrPhotosGeoSetContextError_NotAValidContext = 2, /* The context ID passed to the method is invalid. */
+ FKFlickrPhotosGeoSetContextError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosGeoSetContextError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosGeoSetContextError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosGeoSetContextError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosGeoSetContextError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosGeoSetContextError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosGeoSetContextError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosGeoSetContextError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosGeoSetContextError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosGeoSetContextError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosGeoSetContextError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -29,7 +31,7 @@ typedef enum {
/*
-Indicate the state of a photo's geotagginess beyond latitude and longitude.
+Indicate the state of a photo's geotagginess beyond latitude and longitude.
Note : photos passed to this method must already be geotagged (using the flickr.photos.geo.setLocation
method).
@@ -39,16 +41,16 @@ Note : photos passed to this method must already be geotagged (using the flic
@interface FKFlickrPhotosGeoSetContext : NSObject
/* The id of the photo to set context data for. */
-@property (nonatomic, strong) NSString *photo_id; /* (Required) */
-
-/* Context is a numeric value representing the photo's geotagginess beyond latitude and longitude. For example, you may wish to indicate that a photo was taken "indoors" or "outdoors".
-The current list of context IDs is :
-
-- 0, not defined.
-- 1, indoors.
-- 2, outdoors.
+@property (nonatomic, copy) NSString *photo_id; /* (Required) */
+
+/* Context is a numeric value representing the photo's geotagginess beyond latitude and longitude. For example, you may wish to indicate that a photo was taken "indoors" or "outdoors".
+The current list of context IDs is :
+
+- 0, not defined.
+- 1, indoors.
+- 2, outdoors.
*/
-@property (nonatomic, strong) NSString *context; /* (Required) */
+@property (nonatomic, copy) NSString *context; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoSetContext.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoSetContext.m
index b58e4de..7e1f36b 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoSetContext.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoSetContext.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosGeoSetContext.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosGeoSetContext
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -67,6 +69,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Photo not found";
case FKFlickrPhotosGeoSetContextError_NotAValidContext:
return @"Not a valid context";
+ case FKFlickrPhotosGeoSetContextError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosGeoSetContextError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosGeoSetContextError_MissingSignature:
@@ -79,6 +83,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosGeoSetContextError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosGeoSetContextError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosGeoSetContextError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosGeoSetContextError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoSetLocation.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoSetLocation.h
index 6b3129a..fa60570 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoSetLocation.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoSetLocation.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosGeoSetLocation.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -18,12 +18,14 @@ typedef enum {
FKFlickrPhotosGeoSetLocationError_NotAValidAccuracy = 5, /* The accuracy argument failed validation. */
FKFlickrPhotosGeoSetLocationError_ServerError = 6, /* There was an unexpected problem setting location information to the photo. */
FKFlickrPhotosGeoSetLocationError_UserHasNotConfiguredDefaultViewingSettingsForLocationData = 7, /* Before users may assign location data to a photo they must define who, by default, may view that information. Users can edit this preference at http://www.flickr.com/account/geo/privacy/ */
+ FKFlickrPhotosGeoSetLocationError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosGeoSetLocationError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosGeoSetLocationError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosGeoSetLocationError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosGeoSetLocationError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosGeoSetLocationError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosGeoSetLocationError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosGeoSetLocationError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosGeoSetLocationError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosGeoSetLocationError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosGeoSetLocationError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -34,8 +36,8 @@ typedef enum {
/*
-Sets the geo data (latitude and longitude and, optionally, the accuracy level) for a photo.
-
+Sets the geo data (latitude and longitude and, optionally, the accuracy level) for a photo.
+
Before users may assign location data to a photo they must define who, by default, may view that information. Users can edit this preference at http://www.flickr.com/account/geo/privacy/. If a user has not set this preference, the API method will return an error.
@@ -45,48 +47,27 @@ Before users may assign location data to a photo they must define who, by defaul
@interface FKFlickrPhotosGeoSetLocation : NSObject
/* The id of the photo to set location data for. */
-@property (nonatomic, strong) NSString *photo_id; /* (Required) */
+@property (nonatomic, copy) NSString *photo_id; /* (Required) */
/* The latitude whose valid range is -90 to 90. Anything more than 6 decimal places will be truncated. */
-@property (nonatomic, strong) NSString *lat; /* (Required) */
+@property (nonatomic, copy) NSString *lat; /* (Required) */
/* The longitude whose valid range is -180 to 180. Anything more than 6 decimal places will be truncated. */
-@property (nonatomic, strong) NSString *lon; /* (Required) */
+@property (nonatomic, copy) NSString *lon; /* (Required) */
/* Recorded accuracy level of the location information. World level is 1, Country is ~3, Region ~6, City ~11, Street ~16. Current range is 1-16. Defaults to 16 if not specified. */
-@property (nonatomic, strong) NSString *accuracy;
-
-/* Context is a numeric value representing the photo's geotagginess beyond latitude and longitude. For example, you may wish to indicate that a photo was taken "indoors" or "outdoors".
-The current list of context IDs is :
-
-- 0, not defined.
-- 1, indoors.
-- 2, outdoors.
-
-The default context for geotagged photos is 0, or "not defined"
+@property (nonatomic, copy) NSString *accuracy;
+
+/* Context is a numeric value representing the photo's geotagginess beyond latitude and longitude. For example, you may wish to indicate that a photo was taken "indoors" or "outdoors".
+The current list of context IDs is :
+
+- 0, not defined.
+- 1, indoors.
+- 2, outdoors.
+
+The default context for geotagged photos is 0, or "not defined"
*/
-@property (nonatomic, strong) NSString *context;
-
-/* Associate a geo bookmark with this photo. */
-@property (nonatomic, strong) NSString *bookmark_id;
-
-/* */
-@property (nonatomic, strong) NSString *is_public;
-
-/* */
-@property (nonatomic, strong) NSString *is_contact;
-
-/* */
-@property (nonatomic, strong) NSString *is_friend;
-
-/* */
-@property (nonatomic, strong) NSString *is_family;
-
-/* The venue ID for a Foursquare location. */
-@property (nonatomic, strong) NSString *foursquare_id;
-
-/* A Where On Earth (WOE) ID. (If passed in, will override the default venue based on the lat/lon.) */
-@property (nonatomic, strong) NSString *woeid;
+@property (nonatomic, copy) NSString *context;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoSetLocation.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoSetLocation.m
index 4d9d471..d8aa417 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoSetLocation.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoSetLocation.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosGeoSetLocation.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosGeoSetLocation
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -70,27 +72,6 @@ - (NSDictionary *) args {
if(self.context) {
[args setValue:self.context forKey:@"context"];
}
- if(self.bookmark_id) {
- [args setValue:self.bookmark_id forKey:@"bookmark_id"];
- }
- if(self.is_public) {
- [args setValue:self.is_public forKey:@"is_public"];
- }
- if(self.is_contact) {
- [args setValue:self.is_contact forKey:@"is_contact"];
- }
- if(self.is_friend) {
- [args setValue:self.is_friend forKey:@"is_friend"];
- }
- if(self.is_family) {
- [args setValue:self.is_family forKey:@"is_family"];
- }
- if(self.foursquare_id) {
- [args setValue:self.foursquare_id forKey:@"foursquare_id"];
- }
- if(self.woeid) {
- [args setValue:self.woeid forKey:@"woeid"];
- }
return [args copy];
}
@@ -111,6 +92,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Server error.";
case FKFlickrPhotosGeoSetLocationError_UserHasNotConfiguredDefaultViewingSettingsForLocationData:
return @"User has not configured default viewing settings for location data.";
+ case FKFlickrPhotosGeoSetLocationError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosGeoSetLocationError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosGeoSetLocationError_MissingSignature:
@@ -123,6 +106,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosGeoSetLocationError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosGeoSetLocationError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosGeoSetLocationError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosGeoSetLocationError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoSetPerms.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoSetPerms.h
index 2e9ddb2..aae836e 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoSetPerms.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoSetPerms.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosGeoSetPerms.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -14,12 +14,14 @@ typedef enum {
FKFlickrPhotosGeoSetPermsError_PhotoNotFound = 1, /* The photo id was either invalid or was for a photo not viewable by the calling user. */
FKFlickrPhotosGeoSetPermsError_PhotoHasNoLocationInformation = 2, /* The photo requested has no location data or is not viewable by the calling user. */
FKFlickrPhotosGeoSetPermsError_RequiredArgumentsMissing = 3, /* Some or all of the required arguments were not supplied. */
+ FKFlickrPhotosGeoSetPermsError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosGeoSetPermsError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosGeoSetPermsError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosGeoSetPermsError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosGeoSetPermsError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosGeoSetPermsError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosGeoSetPermsError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosGeoSetPermsError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosGeoSetPermsError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosGeoSetPermsError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosGeoSetPermsError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -39,19 +41,19 @@ Set the permission for who may view the geo data associated with a photo.
@interface FKFlickrPhotosGeoSetPerms : NSObject
/* 1 to set viewing permissions for the photo's location data to public, 0 to set it to private. */
-@property (nonatomic, strong) NSString *is_public; /* (Required) */
+@property (nonatomic, copy) NSString *is_public; /* (Required) */
/* 1 to set viewing permissions for the photo's location data to contacts, 0 to set it to private. */
-@property (nonatomic, strong) NSString *is_contact; /* (Required) */
+@property (nonatomic, copy) NSString *is_contact; /* (Required) */
/* 1 to set viewing permissions for the photo's location data to friends, 0 to set it to private. */
-@property (nonatomic, strong) NSString *is_friend; /* (Required) */
+@property (nonatomic, copy) NSString *is_friend; /* (Required) */
/* 1 to set viewing permissions for the photo's location data to family, 0 to set it to private. */
-@property (nonatomic, strong) NSString *is_family; /* (Required) */
+@property (nonatomic, copy) NSString *is_family; /* (Required) */
/* The id of the photo to get permissions for. */
-@property (nonatomic, strong) NSString *photo_id; /* (Required) */
+@property (nonatomic, copy) NSString *photo_id; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoSetPerms.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoSetPerms.m
index 6dadb57..145529f 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoSetPerms.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoSetPerms.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosGeoSetPerms.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosGeoSetPerms
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -90,6 +92,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Photo has no location information";
case FKFlickrPhotosGeoSetPermsError_RequiredArgumentsMissing:
return @"Required arguments missing.";
+ case FKFlickrPhotosGeoSetPermsError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosGeoSetPermsError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosGeoSetPermsError_MissingSignature:
@@ -102,6 +106,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosGeoSetPermsError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosGeoSetPermsError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosGeoSetPermsError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosGeoSetPermsError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Licenses/FKFlickrPhotosLicensesGetInfo.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/Licenses/FKFlickrPhotosLicensesGetInfo.h
index 0e37ba9..88e7bde 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Licenses/FKFlickrPhotosLicensesGetInfo.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Licenses/FKFlickrPhotosLicensesGetInfo.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosLicensesGetInfo.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -13,6 +13,7 @@
typedef enum {
FKFlickrPhotosLicensesGetInfoError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosLicensesGetInfoError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosLicensesGetInfoError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosLicensesGetInfoError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosLicensesGetInfoError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosLicensesGetInfoError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -28,24 +29,24 @@ Fetches a list of available photo licenses for Flickr.
Response:
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
*/
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Licenses/FKFlickrPhotosLicensesGetInfo.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/Licenses/FKFlickrPhotosLicensesGetInfo.m
index 67f5135..fe1b1d0 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Licenses/FKFlickrPhotosLicensesGetInfo.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Licenses/FKFlickrPhotosLicensesGetInfo.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosLicensesGetInfo.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosLicensesGetInfo
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -53,6 +55,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosLicensesGetInfoError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosLicensesGetInfoError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosLicensesGetInfoError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosLicensesGetInfoError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Licenses/FKFlickrPhotosLicensesSetLicense.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/Licenses/FKFlickrPhotosLicensesSetLicense.h
index a8112b3..d4ee7b9 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Licenses/FKFlickrPhotosLicensesSetLicense.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Licenses/FKFlickrPhotosLicensesSetLicense.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosLicensesSetLicense.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -13,12 +13,14 @@
typedef enum {
FKFlickrPhotosLicensesSetLicenseError_PhotoNotFound = 1, /* The specified id was not the id of a valif photo owner by the calling user. */
FKFlickrPhotosLicensesSetLicenseError_LicenseNotFound = 2, /* The license id was not valid. */
+ FKFlickrPhotosLicensesSetLicenseError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosLicensesSetLicenseError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosLicensesSetLicenseError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosLicensesSetLicenseError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosLicensesSetLicenseError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosLicensesSetLicenseError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosLicensesSetLicenseError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosLicensesSetLicenseError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosLicensesSetLicenseError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosLicensesSetLicenseError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosLicensesSetLicenseError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -38,10 +40,10 @@ Sets the license for a photo.
@interface FKFlickrPhotosLicensesSetLicense : NSObject
/* The photo to update the license for. */
-@property (nonatomic, strong) NSString *photo_id; /* (Required) */
+@property (nonatomic, copy) NSString *photo_id; /* (Required) */
/* The license to apply, or 0 (zero) to remove the current license. Note : as of this writing the "no known copyright restrictions" license (7) is not a valid argument. */
-@property (nonatomic, strong) NSString *license_id; /* (Required) */
+@property (nonatomic, copy) NSString *license_id; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Licenses/FKFlickrPhotosLicensesSetLicense.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/Licenses/FKFlickrPhotosLicensesSetLicense.m
index 7ac82a9..c30f2c8 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Licenses/FKFlickrPhotosLicensesSetLicense.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Licenses/FKFlickrPhotosLicensesSetLicense.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosLicensesSetLicense.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosLicensesSetLicense
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -67,6 +69,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Photo not found";
case FKFlickrPhotosLicensesSetLicenseError_LicenseNotFound:
return @"License not found";
+ case FKFlickrPhotosLicensesSetLicenseError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosLicensesSetLicenseError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosLicensesSetLicenseError_MissingSignature:
@@ -79,6 +83,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosLicensesSetLicenseError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosLicensesSetLicenseError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosLicensesSetLicenseError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosLicensesSetLicenseError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Notes/FKFlickrPhotosNotesAdd.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/Notes/FKFlickrPhotosNotesAdd.h
index a5ab315..0631e77 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Notes/FKFlickrPhotosNotesAdd.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Notes/FKFlickrPhotosNotesAdd.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosNotesAdd.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -15,12 +15,14 @@ typedef enum {
FKFlickrPhotosNotesAddError_UserCannotAddNotes = 2, /* The calling user does not have permission to add a note to this photo */
FKFlickrPhotosNotesAddError_MissingRequiredArguments = 3, /* One or more of the required arguments were not supplied. */
FKFlickrPhotosNotesAddError_MaximumNumberOfNotesReached = 4, /* The maximum number of notes for the photo has been reached. */
+ FKFlickrPhotosNotesAddError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosNotesAddError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosNotesAddError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosNotesAddError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosNotesAddError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosNotesAddError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosNotesAddError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosNotesAddError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosNotesAddError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosNotesAddError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosNotesAddError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -42,22 +44,22 @@ Add a note to a photo. Coordinates and sizes are in pixels, based on the 500px i
@interface FKFlickrPhotosNotesAdd : NSObject
/* The id of the photo to add a note to */
-@property (nonatomic, strong) NSString *photo_id; /* (Required) */
+@property (nonatomic, copy) NSString *photo_id; /* (Required) */
/* The left coordinate of the note */
-@property (nonatomic, strong) NSString *note_x; /* (Required) */
+@property (nonatomic, copy) NSString *note_x; /* (Required) */
/* The top coordinate of the note */
-@property (nonatomic, strong) NSString *note_y; /* (Required) */
+@property (nonatomic, copy) NSString *note_y; /* (Required) */
/* The width of the note */
-@property (nonatomic, strong) NSString *note_w; /* (Required) */
+@property (nonatomic, copy) NSString *note_w; /* (Required) */
/* The height of the note */
-@property (nonatomic, strong) NSString *note_h; /* (Required) */
+@property (nonatomic, copy) NSString *note_h; /* (Required) */
/* The description of the note */
-@property (nonatomic, strong) NSString *note_text; /* (Required) */
+@property (nonatomic, copy) NSString *note_text; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Notes/FKFlickrPhotosNotesAdd.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/Notes/FKFlickrPhotosNotesAdd.m
index d2d21c0..e7a0c5b 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Notes/FKFlickrPhotosNotesAdd.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Notes/FKFlickrPhotosNotesAdd.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosNotesAdd.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosNotesAdd
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -99,6 +101,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Missing required arguments";
case FKFlickrPhotosNotesAddError_MaximumNumberOfNotesReached:
return @"Maximum number of notes reached";
+ case FKFlickrPhotosNotesAddError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosNotesAddError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosNotesAddError_MissingSignature:
@@ -111,6 +115,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosNotesAddError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosNotesAddError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosNotesAddError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosNotesAddError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Notes/FKFlickrPhotosNotesDelete.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/Notes/FKFlickrPhotosNotesDelete.h
index bf886eb..469feb6 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Notes/FKFlickrPhotosNotesDelete.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Notes/FKFlickrPhotosNotesDelete.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosNotesDelete.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -13,12 +13,14 @@
typedef enum {
FKFlickrPhotosNotesDeleteError_NoteNotFound = 1, /* The note id passed was not a valid note id */
FKFlickrPhotosNotesDeleteError_UserCannotDeleteNote = 2, /* The calling user does not have permission to delete the specified note */
+ FKFlickrPhotosNotesDeleteError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosNotesDeleteError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosNotesDeleteError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosNotesDeleteError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosNotesDeleteError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosNotesDeleteError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosNotesDeleteError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosNotesDeleteError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosNotesDeleteError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosNotesDeleteError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosNotesDeleteError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -38,7 +40,7 @@ Delete a note from a photo.
@interface FKFlickrPhotosNotesDelete : NSObject
/* The id of the note to delete */
-@property (nonatomic, strong) NSString *note_id; /* (Required) */
+@property (nonatomic, copy) NSString *note_id; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Notes/FKFlickrPhotosNotesDelete.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/Notes/FKFlickrPhotosNotesDelete.m
index 1d53193..a2844ae 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Notes/FKFlickrPhotosNotesDelete.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Notes/FKFlickrPhotosNotesDelete.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosNotesDelete.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosNotesDelete
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -60,6 +62,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Note not found";
case FKFlickrPhotosNotesDeleteError_UserCannotDeleteNote:
return @"User cannot delete note";
+ case FKFlickrPhotosNotesDeleteError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosNotesDeleteError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosNotesDeleteError_MissingSignature:
@@ -72,6 +76,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosNotesDeleteError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosNotesDeleteError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosNotesDeleteError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosNotesDeleteError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Notes/FKFlickrPhotosNotesEdit.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/Notes/FKFlickrPhotosNotesEdit.h
index c72731e..71c1649 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Notes/FKFlickrPhotosNotesEdit.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Notes/FKFlickrPhotosNotesEdit.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosNotesEdit.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -14,12 +14,14 @@ typedef enum {
FKFlickrPhotosNotesEditError_NoteNotFound = 1, /* The note id passed was not a valid note id */
FKFlickrPhotosNotesEditError_UserCannotEditNote = 2, /* The calling user does not have permission to edit the specified note */
FKFlickrPhotosNotesEditError_MissingRequiredArguments = 3, /* One or more of the required arguments were not supplied. */
+ FKFlickrPhotosNotesEditError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosNotesEditError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosNotesEditError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosNotesEditError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosNotesEditError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosNotesEditError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosNotesEditError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosNotesEditError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosNotesEditError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosNotesEditError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosNotesEditError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -30,7 +32,7 @@ typedef enum {
/*
-Edit a note on a photo. Coordinates and sizes are in pixels, based on the 500px image size shown on individual photo pages.
+Edit a note on a photo. Coordinates and sizes are in pixels, based on the 500px image size shown on individual photo pages.
@@ -40,22 +42,22 @@ Edit a note on a photo. Coordinates and sizes are in pixels, based on the 500px
@interface FKFlickrPhotosNotesEdit : NSObject
/* The id of the note to edit */
-@property (nonatomic, strong) NSString *note_id; /* (Required) */
+@property (nonatomic, copy) NSString *note_id; /* (Required) */
/* The left coordinate of the note */
-@property (nonatomic, strong) NSString *note_x; /* (Required) */
+@property (nonatomic, copy) NSString *note_x; /* (Required) */
/* The top coordinate of the note */
-@property (nonatomic, strong) NSString *note_y; /* (Required) */
+@property (nonatomic, copy) NSString *note_y; /* (Required) */
/* The width of the note */
-@property (nonatomic, strong) NSString *note_w; /* (Required) */
+@property (nonatomic, copy) NSString *note_w; /* (Required) */
/* The height of the note */
-@property (nonatomic, strong) NSString *note_h; /* (Required) */
+@property (nonatomic, copy) NSString *note_h; /* (Required) */
/* The description of the note */
-@property (nonatomic, strong) NSString *note_text; /* (Required) */
+@property (nonatomic, copy) NSString *note_text; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Notes/FKFlickrPhotosNotesEdit.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/Notes/FKFlickrPhotosNotesEdit.m
index e4f5f0f..a6e18fa 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Notes/FKFlickrPhotosNotesEdit.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Notes/FKFlickrPhotosNotesEdit.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosNotesEdit.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosNotesEdit
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -97,6 +99,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"User cannot edit note";
case FKFlickrPhotosNotesEditError_MissingRequiredArguments:
return @"Missing required arguments";
+ case FKFlickrPhotosNotesEditError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosNotesEditError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosNotesEditError_MissingSignature:
@@ -109,6 +113,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosNotesEditError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosNotesEditError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosNotesEditError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosNotesEditError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleAdd.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleAdd.h
index c6ac29d..a5a326d 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleAdd.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleAdd.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosPeopleAdd.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -19,12 +19,14 @@ typedef enum {
FKFlickrPhotosPeopleAddError_SomeCoordinateParamtersWereBlank = 6, /* Not all of the co-ordinate parameters (person_x, person_y, person_w, person_h) were passed with valid values. */
FKFlickrPhotosPeopleAddError_CantAddThatPersonToANonpublicPhoto = 7, /* You can only add yourself to another member's non-public photos. */
FKFlickrPhotosPeopleAddError_TooManyPeopleInThatPhoto = 8, /* The maximum number of people has already been added to the photo. */
+ FKFlickrPhotosPeopleAddError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosPeopleAddError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosPeopleAddError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosPeopleAddError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosPeopleAddError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosPeopleAddError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosPeopleAddError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosPeopleAddError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosPeopleAddError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosPeopleAddError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosPeopleAddError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -44,22 +46,22 @@ Add a person to a photo. Coordinates and sizes of boxes are optional; they are m
@interface FKFlickrPhotosPeopleAdd : NSObject
/* The id of the photo to add a person to. */
-@property (nonatomic, strong) NSString *photo_id; /* (Required) */
+@property (nonatomic, copy) NSString *photo_id; /* (Required) */
/* The NSID of the user to add to the photo. */
-@property (nonatomic, strong) NSString *user_id; /* (Required) */
+@property (nonatomic, copy) NSString *user_id; /* (Required) */
/* The left-most pixel co-ordinate of the box around the person. */
-@property (nonatomic, strong) NSString *person_x;
+@property (nonatomic, copy) NSString *person_x;
/* The top-most pixel co-ordinate of the box around the person. */
-@property (nonatomic, strong) NSString *person_y;
+@property (nonatomic, copy) NSString *person_y;
/* The width (in pixels) of the box around the person. */
-@property (nonatomic, strong) NSString *person_w;
+@property (nonatomic, copy) NSString *person_w;
/* The height (in pixels) of the box around the person. */
-@property (nonatomic, strong) NSString *person_h;
+@property (nonatomic, copy) NSString *person_h;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleAdd.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleAdd.m
index 831e663..99d6023 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleAdd.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleAdd.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosPeopleAdd.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosPeopleAdd
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -91,6 +93,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Can't add that person to a non-public photo";
case FKFlickrPhotosPeopleAddError_TooManyPeopleInThatPhoto:
return @"Too many people in that photo";
+ case FKFlickrPhotosPeopleAddError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosPeopleAddError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosPeopleAddError_MissingSignature:
@@ -103,6 +107,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosPeopleAddError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosPeopleAddError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosPeopleAddError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosPeopleAddError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleDelete.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleDelete.h
index af62586..8b67a6d 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleDelete.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleDelete.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosPeopleDelete.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -14,12 +14,14 @@ typedef enum {
FKFlickrPhotosPeopleDeleteError_PersonNotFound = 1, /* The NSID passed was not a valid user id. */
FKFlickrPhotosPeopleDeleteError_PhotoNotFound = 2, /* The photo id passed was not a valid photo id. */
FKFlickrPhotosPeopleDeleteError_UserCannotRemoveThatPerson = 3, /* The calling user did not have permission to remove this person from this photo. */
+ FKFlickrPhotosPeopleDeleteError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosPeopleDeleteError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosPeopleDeleteError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosPeopleDeleteError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosPeopleDeleteError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosPeopleDeleteError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosPeopleDeleteError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosPeopleDeleteError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosPeopleDeleteError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosPeopleDeleteError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosPeopleDeleteError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -39,13 +41,10 @@ Remove a person from a photo.
@interface FKFlickrPhotosPeopleDelete : NSObject
/* The id of the photo to remove a person from. */
-@property (nonatomic, strong) NSString *photo_id; /* (Required) */
+@property (nonatomic, copy) NSString *photo_id; /* (Required) */
/* The NSID of the person to remove from the photo. */
-@property (nonatomic, strong) NSString *user_id; /* (Required) */
-
-/* An email address for an invited user. */
-@property (nonatomic, strong) NSString *email;
+@property (nonatomic, copy) NSString *user_id; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleDelete.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleDelete.m
index 2bea840..4096e37 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleDelete.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleDelete.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosPeopleDelete.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosPeopleDelete
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -57,9 +59,6 @@ - (NSDictionary *) args {
if(self.user_id) {
[args setValue:self.user_id forKey:@"user_id"];
}
- if(self.email) {
- [args setValue:self.email forKey:@"email"];
- }
return [args copy];
}
@@ -72,6 +71,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Photo not found";
case FKFlickrPhotosPeopleDeleteError_UserCannotRemoveThatPerson:
return @"User cannot remove that person";
+ case FKFlickrPhotosPeopleDeleteError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosPeopleDeleteError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosPeopleDeleteError_MissingSignature:
@@ -84,6 +85,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosPeopleDeleteError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosPeopleDeleteError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosPeopleDeleteError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosPeopleDeleteError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleDeleteCoords.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleDeleteCoords.h
index 94cd406..84ac3bf 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleDeleteCoords.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleDeleteCoords.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosPeopleDeleteCoords.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -14,12 +14,14 @@ typedef enum {
FKFlickrPhotosPeopleDeleteCoordsError_PersonNotFound = 1, /* The NSID passed was not a valid user id. */
FKFlickrPhotosPeopleDeleteCoordsError_PhotoNotFound = 2, /* The photo id passed was not a valid photo id. */
FKFlickrPhotosPeopleDeleteCoordsError_UserCannotEditThatPersonInThatPhoto = 3, /* The calling user is neither the person depicted in the photo nor the person who added the bounding box. */
+ FKFlickrPhotosPeopleDeleteCoordsError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosPeopleDeleteCoordsError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosPeopleDeleteCoordsError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosPeopleDeleteCoordsError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosPeopleDeleteCoordsError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosPeopleDeleteCoordsError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosPeopleDeleteCoordsError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosPeopleDeleteCoordsError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosPeopleDeleteCoordsError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosPeopleDeleteCoordsError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosPeopleDeleteCoordsError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -39,10 +41,10 @@ Remove the bounding box from a person in a photo
@interface FKFlickrPhotosPeopleDeleteCoords : NSObject
/* The id of the photo to edit a person in. */
-@property (nonatomic, strong) NSString *photo_id; /* (Required) */
+@property (nonatomic, copy) NSString *photo_id; /* (Required) */
/* The NSID of the person whose bounding box you want to remove. */
-@property (nonatomic, strong) NSString *user_id; /* (Required) */
+@property (nonatomic, copy) NSString *user_id; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleDeleteCoords.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleDeleteCoords.m
index b1b4d79..470d906 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleDeleteCoords.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleDeleteCoords.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosPeopleDeleteCoords.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosPeopleDeleteCoords
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -69,6 +71,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Photo not found";
case FKFlickrPhotosPeopleDeleteCoordsError_UserCannotEditThatPersonInThatPhoto:
return @"User cannot edit that person in that photo";
+ case FKFlickrPhotosPeopleDeleteCoordsError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosPeopleDeleteCoordsError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosPeopleDeleteCoordsError_MissingSignature:
@@ -81,6 +85,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosPeopleDeleteCoordsError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosPeopleDeleteCoordsError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosPeopleDeleteCoordsError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosPeopleDeleteCoordsError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleEditCoords.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleEditCoords.h
index 821d322..a27fb11 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleEditCoords.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleEditCoords.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosPeopleEditCoords.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -16,12 +16,14 @@ typedef enum {
FKFlickrPhotosPeopleEditCoordsError_UserCannotEditThatPersonInThatPhoto = 3, /* The calling user did not originally add this person to the photo, and is not the person in question. */
FKFlickrPhotosPeopleEditCoordsError_SomeCoordinateParamtersWereBlank = 4, /* Not all of the co-ordinate parameters (person_x, person_y, person_w, person_h) were passed with valid values. */
FKFlickrPhotosPeopleEditCoordsError_NoCoordinatesGiven = 5, /* None of the co-ordinate parameters were valid. */
+ FKFlickrPhotosPeopleEditCoordsError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosPeopleEditCoordsError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosPeopleEditCoordsError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosPeopleEditCoordsError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosPeopleEditCoordsError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosPeopleEditCoordsError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosPeopleEditCoordsError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosPeopleEditCoordsError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosPeopleEditCoordsError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosPeopleEditCoordsError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosPeopleEditCoordsError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -41,25 +43,22 @@ Edit the bounding box of an existing person on a photo.
@interface FKFlickrPhotosPeopleEditCoords : NSObject
/* The id of the photo to edit a person in. */
-@property (nonatomic, strong) NSString *photo_id; /* (Required) */
+@property (nonatomic, copy) NSString *photo_id; /* (Required) */
/* The NSID of the person to edit in a photo. */
-@property (nonatomic, strong) NSString *user_id; /* (Required) */
+@property (nonatomic, copy) NSString *user_id; /* (Required) */
/* The left-most pixel co-ordinate of the box around the person. */
-@property (nonatomic, strong) NSString *person_x; /* (Required) */
+@property (nonatomic, copy) NSString *person_x; /* (Required) */
/* The top-most pixel co-ordinate of the box around the person. */
-@property (nonatomic, strong) NSString *person_y; /* (Required) */
+@property (nonatomic, copy) NSString *person_y; /* (Required) */
/* The width (in pixels) of the box around the person. */
-@property (nonatomic, strong) NSString *person_w; /* (Required) */
+@property (nonatomic, copy) NSString *person_w; /* (Required) */
/* The height (in pixels) of the box around the person. */
-@property (nonatomic, strong) NSString *person_h; /* (Required) */
-
-/* An email address for an 'invited' person in a photo */
-@property (nonatomic, strong) NSString *email;
+@property (nonatomic, copy) NSString *person_h; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleEditCoords.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleEditCoords.m
index 43553c9..47a92a2 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleEditCoords.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleEditCoords.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosPeopleEditCoords.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosPeopleEditCoords
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -85,9 +87,6 @@ - (NSDictionary *) args {
if(self.person_h) {
[args setValue:self.person_h forKey:@"person_h"];
}
- if(self.email) {
- [args setValue:self.email forKey:@"email"];
- }
return [args copy];
}
@@ -104,6 +103,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Some co-ordinate paramters were blank";
case FKFlickrPhotosPeopleEditCoordsError_NoCoordinatesGiven:
return @"No co-ordinates given";
+ case FKFlickrPhotosPeopleEditCoordsError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosPeopleEditCoordsError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosPeopleEditCoordsError_MissingSignature:
@@ -116,6 +117,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosPeopleEditCoordsError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosPeopleEditCoordsError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosPeopleEditCoordsError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosPeopleEditCoordsError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleGetList.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleGetList.h
index 12494e9..fa36e8e 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleGetList.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleGetList.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosPeopleGetList.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -14,6 +14,7 @@ typedef enum {
FKFlickrPhotosPeopleGetListError_PhotoNotFound = 1, /* The photo id passed was not a valid photo id. */
FKFlickrPhotosPeopleGetListError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosPeopleGetListError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosPeopleGetListError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosPeopleGetListError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosPeopleGetListError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosPeopleGetListError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -30,17 +31,17 @@ x, y, w and h correspond to the coordinates of the "bounding box" around a perso
Response:
-
-
+
+
*/
@interface FKFlickrPhotosPeopleGetList : NSObject
/* The id of the photo to get a list of people for. */
-@property (nonatomic, strong) NSString *photo_id; /* (Required) */
+@property (nonatomic, copy) NSString *photo_id; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleGetList.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleGetList.m
index f26d3bd..de431f6 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleGetList.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleGetList.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosPeopleGetList.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosPeopleGetList
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -62,6 +64,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosPeopleGetListError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosPeopleGetListError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosPeopleGetListError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosPeopleGetListError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsApproveSuggestion.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsApproveSuggestion.h
index 52b02a9..5644047 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsApproveSuggestion.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsApproveSuggestion.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosSuggestionsApproveSuggestion.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -11,12 +11,14 @@
#import "FKFlickrAPIMethod.h"
typedef enum {
+ FKFlickrPhotosSuggestionsApproveSuggestionError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosSuggestionsApproveSuggestionError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosSuggestionsApproveSuggestionError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosSuggestionsApproveSuggestionError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosSuggestionsApproveSuggestionError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosSuggestionsApproveSuggestionError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosSuggestionsApproveSuggestionError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosSuggestionsApproveSuggestionError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosSuggestionsApproveSuggestionError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosSuggestionsApproveSuggestionError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosSuggestionsApproveSuggestionError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -36,7 +38,7 @@ Approve a suggestion for a photo.
@interface FKFlickrPhotosSuggestionsApproveSuggestion : NSObject
/* The unique ID for the location suggestion to approve. */
-@property (nonatomic, strong) NSString *suggestion_id; /* (Required) */
+@property (nonatomic, copy) NSString *suggestion_id; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsApproveSuggestion.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsApproveSuggestion.m
index a4c1b56..554dc47 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsApproveSuggestion.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsApproveSuggestion.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosSuggestionsApproveSuggestion.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosSuggestionsApproveSuggestion
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -56,6 +58,8 @@ - (NSDictionary *) args {
- (NSString *) descriptionForError:(NSInteger)error {
switch(error) {
+ case FKFlickrPhotosSuggestionsApproveSuggestionError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosSuggestionsApproveSuggestionError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosSuggestionsApproveSuggestionError_MissingSignature:
@@ -68,6 +72,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosSuggestionsApproveSuggestionError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosSuggestionsApproveSuggestionError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosSuggestionsApproveSuggestionError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosSuggestionsApproveSuggestionError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsGetList.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsGetList.h
index 5644e2b..597c572 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsGetList.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsGetList.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosSuggestionsGetList.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -11,12 +11,14 @@
#import "FKFlickrAPIMethod.h"
typedef enum {
+ FKFlickrPhotosSuggestionsGetListError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosSuggestionsGetListError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosSuggestionsGetListError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosSuggestionsGetListError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosSuggestionsGetListError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosSuggestionsGetListError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosSuggestionsGetListError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosSuggestionsGetListError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosSuggestionsGetListError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosSuggestionsGetListError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosSuggestionsGetListError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -36,18 +38,18 @@ Return a list of suggestions for a user that are pending approval.
@interface FKFlickrPhotosSuggestionsGetList : NSObject
/* Only show suggestions for a single photo. */
-@property (nonatomic, strong) NSString *photo_id;
-
-/* Only show suggestions with a given status.
-
-
-- 0, pending
-- 1, approved
-- 2, rejected
-
-
+@property (nonatomic, copy) NSString *photo_id;
+
+/* Only show suggestions with a given status.
+
+
+- 0, pending
+- 1, approved
+- 2, rejected
+
+
The default is pending (or "0"). */
-@property (nonatomic, strong) NSString *status_id;
+@property (nonatomic, copy) NSString *status_id;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsGetList.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsGetList.m
index fc3c93f..9357dcd 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsGetList.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsGetList.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosSuggestionsGetList.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosSuggestionsGetList
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -55,6 +57,8 @@ - (NSDictionary *) args {
- (NSString *) descriptionForError:(NSInteger)error {
switch(error) {
+ case FKFlickrPhotosSuggestionsGetListError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosSuggestionsGetListError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosSuggestionsGetListError_MissingSignature:
@@ -67,6 +71,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosSuggestionsGetListError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosSuggestionsGetListError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosSuggestionsGetListError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosSuggestionsGetListError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsRejectSuggestion.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsRejectSuggestion.h
index 329375c..88b76f4 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsRejectSuggestion.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsRejectSuggestion.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosSuggestionsRejectSuggestion.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -11,12 +11,14 @@
#import "FKFlickrAPIMethod.h"
typedef enum {
+ FKFlickrPhotosSuggestionsRejectSuggestionError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosSuggestionsRejectSuggestionError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosSuggestionsRejectSuggestionError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosSuggestionsRejectSuggestionError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosSuggestionsRejectSuggestionError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosSuggestionsRejectSuggestionError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosSuggestionsRejectSuggestionError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosSuggestionsRejectSuggestionError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosSuggestionsRejectSuggestionError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosSuggestionsRejectSuggestionError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosSuggestionsRejectSuggestionError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -36,7 +38,7 @@ Reject a suggestion for a photo.
@interface FKFlickrPhotosSuggestionsRejectSuggestion : NSObject
/* The unique ID of the suggestion to reject. */
-@property (nonatomic, strong) NSString *suggestion_id; /* (Required) */
+@property (nonatomic, copy) NSString *suggestion_id; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsRejectSuggestion.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsRejectSuggestion.m
index 48f3af0..6dc2295 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsRejectSuggestion.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsRejectSuggestion.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosSuggestionsRejectSuggestion.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosSuggestionsRejectSuggestion
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -56,6 +58,8 @@ - (NSDictionary *) args {
- (NSString *) descriptionForError:(NSInteger)error {
switch(error) {
+ case FKFlickrPhotosSuggestionsRejectSuggestionError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosSuggestionsRejectSuggestionError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosSuggestionsRejectSuggestionError_MissingSignature:
@@ -68,6 +72,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosSuggestionsRejectSuggestionError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosSuggestionsRejectSuggestionError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosSuggestionsRejectSuggestionError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosSuggestionsRejectSuggestionError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsRemoveSuggestion.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsRemoveSuggestion.h
index 84064a1..076edae 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsRemoveSuggestion.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsRemoveSuggestion.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosSuggestionsRemoveSuggestion.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -11,12 +11,14 @@
#import "FKFlickrAPIMethod.h"
typedef enum {
+ FKFlickrPhotosSuggestionsRemoveSuggestionError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosSuggestionsRemoveSuggestionError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosSuggestionsRemoveSuggestionError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosSuggestionsRemoveSuggestionError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosSuggestionsRemoveSuggestionError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosSuggestionsRemoveSuggestionError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosSuggestionsRemoveSuggestionError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosSuggestionsRemoveSuggestionError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosSuggestionsRemoveSuggestionError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosSuggestionsRemoveSuggestionError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosSuggestionsRemoveSuggestionError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -36,7 +38,7 @@ Remove a suggestion, made by the calling user, from a photo.
@interface FKFlickrPhotosSuggestionsRemoveSuggestion : NSObject
/* The unique ID for the location suggestion to approve. */
-@property (nonatomic, strong) NSString *suggestion_id; /* (Required) */
+@property (nonatomic, copy) NSString *suggestion_id; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsRemoveSuggestion.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsRemoveSuggestion.m
index d036f9b..0f625a1 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsRemoveSuggestion.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsRemoveSuggestion.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosSuggestionsRemoveSuggestion.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosSuggestionsRemoveSuggestion
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -56,6 +58,8 @@ - (NSDictionary *) args {
- (NSString *) descriptionForError:(NSInteger)error {
switch(error) {
+ case FKFlickrPhotosSuggestionsRemoveSuggestionError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosSuggestionsRemoveSuggestionError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosSuggestionsRemoveSuggestionError_MissingSignature:
@@ -68,6 +72,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosSuggestionsRemoveSuggestionError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosSuggestionsRemoveSuggestionError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosSuggestionsRemoveSuggestionError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosSuggestionsRemoveSuggestionError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsSuggestLocation.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsSuggestLocation.h
index fc386d1..4664cd1 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsSuggestLocation.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsSuggestLocation.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosSuggestionsSuggestLocation.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -11,12 +11,14 @@
#import "FKFlickrAPIMethod.h"
typedef enum {
+ FKFlickrPhotosSuggestionsSuggestLocationError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosSuggestionsSuggestLocationError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosSuggestionsSuggestLocationError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosSuggestionsSuggestLocationError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosSuggestionsSuggestLocationError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosSuggestionsSuggestLocationError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosSuggestionsSuggestLocationError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosSuggestionsSuggestLocationError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosSuggestionsSuggestLocationError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosSuggestionsSuggestLocationError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosSuggestionsSuggestLocationError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -36,25 +38,25 @@ Suggest a geotagged location for a photo.
@interface FKFlickrPhotosSuggestionsSuggestLocation : NSObject
/* The photo whose location you are suggesting. */
-@property (nonatomic, strong) NSString *photo_id; /* (Required) */
+@property (nonatomic, copy) NSString *photo_id; /* (Required) */
/* The latitude whose valid range is -90 to 90. Anything more than 6 decimal places will be truncated. */
-@property (nonatomic, strong) NSString *lat; /* (Required) */
+@property (nonatomic, copy) NSString *lat; /* (Required) */
/* The longitude whose valid range is -180 to 180. Anything more than 6 decimal places will be truncated. */
-@property (nonatomic, strong) NSString *lon; /* (Required) */
+@property (nonatomic, copy) NSString *lon; /* (Required) */
/* Recorded accuracy level of the location information. World level is 1, Country is ~3, Region ~6, City ~11, Street ~16. Current range is 1-16. Defaults to 16 if not specified. */
-@property (nonatomic, strong) NSString *accuracy;
+@property (nonatomic, copy) NSString *accuracy;
/* The WOE ID of the location used to build the location hierarchy for the photo. */
-@property (nonatomic, strong) NSString *woe_id;
+@property (nonatomic, copy) NSString *woe_id;
/* The Flickr Places ID of the location used to build the location hierarchy for the photo. */
-@property (nonatomic, strong) NSString *place_id;
+@property (nonatomic, copy) NSString *place_id;
/* A short note or history to include with the suggestion. */
-@property (nonatomic, strong) NSString *note;
+@property (nonatomic, copy) NSString *note;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsSuggestLocation.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsSuggestLocation.m
index 541b6ab..a993565 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsSuggestLocation.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsSuggestLocation.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosSuggestionsSuggestLocation.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosSuggestionsSuggestLocation
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -82,6 +84,8 @@ - (NSDictionary *) args {
- (NSString *) descriptionForError:(NSInteger)error {
switch(error) {
+ case FKFlickrPhotosSuggestionsSuggestLocationError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosSuggestionsSuggestLocationError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosSuggestionsSuggestLocationError_MissingSignature:
@@ -94,6 +98,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosSuggestionsSuggestLocationError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosSuggestionsSuggestLocationError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosSuggestionsSuggestLocationError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosSuggestionsSuggestLocationError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Transform/FKFlickrPhotosTransformRotate.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/Transform/FKFlickrPhotosTransformRotate.h
index f9a9340..a56b15c 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Transform/FKFlickrPhotosTransformRotate.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Transform/FKFlickrPhotosTransformRotate.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosTransformRotate.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -15,12 +15,14 @@ typedef enum {
FKFlickrPhotosTransformRotateError_InvalidRotation = 2, /* The rotation degrees were an invalid value. */
FKFlickrPhotosTransformRotateError_TemporaryFailure = 3, /* There was a problem either rotating the image or storing the rotated versions. */
FKFlickrPhotosTransformRotateError_RotationDisabled = 4, /* The rotation service is currently disabled. */
+ FKFlickrPhotosTransformRotateError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosTransformRotateError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosTransformRotateError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosTransformRotateError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosTransformRotateError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosTransformRotateError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosTransformRotateError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosTransformRotateError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosTransformRotateError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosTransformRotateError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosTransformRotateError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -42,10 +44,10 @@ Rotate a photo.
@interface FKFlickrPhotosTransformRotate : NSObject
/* The id of the photo to rotate. */
-@property (nonatomic, strong) NSString *photo_id; /* (Required) */
+@property (nonatomic, copy) NSString *photo_id; /* (Required) */
/* The amount of degrees by which to rotate the photo (clockwise) from it's current orientation. Valid values are 90, 180 and 270. */
-@property (nonatomic, strong) NSString *degrees; /* (Required) */
+@property (nonatomic, copy) NSString *degrees; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Transform/FKFlickrPhotosTransformRotate.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/Transform/FKFlickrPhotosTransformRotate.m
index 6476d2d..cf33b02 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Transform/FKFlickrPhotosTransformRotate.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Transform/FKFlickrPhotosTransformRotate.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosTransformRotate.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosTransformRotate
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -71,6 +73,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Temporary failure";
case FKFlickrPhotosTransformRotateError_RotationDisabled:
return @"Rotation disabled";
+ case FKFlickrPhotosTransformRotateError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosTransformRotateError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosTransformRotateError_MissingSignature:
@@ -83,6 +87,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosTransformRotateError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosTransformRotateError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosTransformRotateError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosTransformRotateError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Upload/FKFlickrPhotosUploadCheckTickets.h b/Pods/FlickrKit/Classes/Model/Generated/Photos/Upload/FKFlickrPhotosUploadCheckTickets.h
index f437a95..0958893 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Upload/FKFlickrPhotosUploadCheckTickets.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Upload/FKFlickrPhotosUploadCheckTickets.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosUploadCheckTickets.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -13,6 +13,7 @@
typedef enum {
FKFlickrPhotosUploadCheckTicketsError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosUploadCheckTicketsError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosUploadCheckTicketsError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosUploadCheckTicketsError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosUploadCheckTicketsError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosUploadCheckTicketsError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -29,22 +30,19 @@ Checks the status of one or more asynchronous photo upload tickets.
Response:
-
-
-
-
-
-
+
+
+
+
+
+
*/
@interface FKFlickrPhotosUploadCheckTickets : NSObject
/* A comma-delimited list of ticket ids */
-@property (nonatomic, strong) NSString *tickets; /* (Required) */
-
-/* */
-@property (nonatomic, strong) NSString *batch_id;
+@property (nonatomic, copy) NSString *tickets; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photos/Upload/FKFlickrPhotosUploadCheckTickets.m b/Pods/FlickrKit/Classes/Model/Generated/Photos/Upload/FKFlickrPhotosUploadCheckTickets.m
index 6138c34..5ea64ad 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photos/Upload/FKFlickrPhotosUploadCheckTickets.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photos/Upload/FKFlickrPhotosUploadCheckTickets.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosUploadCheckTickets.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosUploadCheckTickets
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -50,9 +52,6 @@ - (NSDictionary *) args {
if(self.tickets) {
[args setValue:self.tickets forKey:@"tickets"];
}
- if(self.batch_id) {
- [args setValue:self.batch_id forKey:@"batch_id"];
- }
return [args copy];
}
@@ -63,6 +62,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosUploadCheckTicketsError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosUploadCheckTicketsError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosUploadCheckTicketsError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosUploadCheckTicketsError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsAddComment.h b/Pods/FlickrKit/Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsAddComment.h
index e3e9759..b42d157 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsAddComment.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsAddComment.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosetsCommentsAddComment.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -14,12 +14,14 @@ typedef enum {
FKFlickrPhotosetsCommentsAddCommentError_PhotosetNotFound = 1, /* */
FKFlickrPhotosetsCommentsAddCommentError_BlankComment = 8, /* */
FKFlickrPhotosetsCommentsAddCommentError_UserIsPostingCommentsTooFast = 9, /* The user has reached the limit for number of comments posted during a specific time period. Wait a bit and try again. */
+ FKFlickrPhotosetsCommentsAddCommentError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosetsCommentsAddCommentError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosetsCommentsAddCommentError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosetsCommentsAddCommentError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosetsCommentsAddCommentError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosetsCommentsAddCommentError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosetsCommentsAddCommentError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosetsCommentsAddCommentError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosetsCommentsAddCommentError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosetsCommentsAddCommentError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosetsCommentsAddCommentError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -41,10 +43,10 @@ Add a comment to a photoset.
@interface FKFlickrPhotosetsCommentsAddComment : NSObject
/* The id of the photoset to add a comment to. */
-@property (nonatomic, strong) NSString *photoset_id; /* (Required) */
+@property (nonatomic, copy) NSString *photoset_id; /* (Required) */
/* Text of the comment */
-@property (nonatomic, strong) NSString *comment_text; /* (Required) */
+@property (nonatomic, copy) NSString *comment_text; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsAddComment.m b/Pods/FlickrKit/Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsAddComment.m
index ca34a58..44a482c 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsAddComment.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsAddComment.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosetsCommentsAddComment.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosetsCommentsAddComment
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -69,6 +71,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Blank comment";
case FKFlickrPhotosetsCommentsAddCommentError_UserIsPostingCommentsTooFast:
return @"User is posting comments too fast.";
+ case FKFlickrPhotosetsCommentsAddCommentError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosetsCommentsAddCommentError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosetsCommentsAddCommentError_MissingSignature:
@@ -81,6 +85,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosetsCommentsAddCommentError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosetsCommentsAddCommentError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosetsCommentsAddCommentError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosetsCommentsAddCommentError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsDeleteComment.h b/Pods/FlickrKit/Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsDeleteComment.h
index 1e35c71..7b7dd67 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsDeleteComment.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsDeleteComment.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosetsCommentsDeleteComment.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,12 +12,14 @@
typedef enum {
FKFlickrPhotosetsCommentsDeleteCommentError_CommentNotFound = 2, /* The comment id passed was not a valid comment id */
+ FKFlickrPhotosetsCommentsDeleteCommentError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosetsCommentsDeleteCommentError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosetsCommentsDeleteCommentError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosetsCommentsDeleteCommentError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosetsCommentsDeleteCommentError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosetsCommentsDeleteCommentError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosetsCommentsDeleteCommentError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosetsCommentsDeleteCommentError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosetsCommentsDeleteCommentError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosetsCommentsDeleteCommentError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosetsCommentsDeleteCommentError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -37,7 +39,7 @@ Delete a photoset comment as the currently authenticated user.
@interface FKFlickrPhotosetsCommentsDeleteComment : NSObject
/* The id of the comment to delete from a photoset. */
-@property (nonatomic, strong) NSString *comment_id; /* (Required) */
+@property (nonatomic, copy) NSString *comment_id; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsDeleteComment.m b/Pods/FlickrKit/Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsDeleteComment.m
index cb94b33..1023ce4 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsDeleteComment.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsDeleteComment.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosetsCommentsDeleteComment.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosetsCommentsDeleteComment
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -58,6 +60,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
switch(error) {
case FKFlickrPhotosetsCommentsDeleteCommentError_CommentNotFound:
return @"Comment not found.";
+ case FKFlickrPhotosetsCommentsDeleteCommentError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosetsCommentsDeleteCommentError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosetsCommentsDeleteCommentError_MissingSignature:
@@ -70,6 +74,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosetsCommentsDeleteCommentError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosetsCommentsDeleteCommentError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosetsCommentsDeleteCommentError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosetsCommentsDeleteCommentError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsEditComment.h b/Pods/FlickrKit/Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsEditComment.h
index de8b3df..d24a04b 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsEditComment.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsEditComment.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosetsCommentsEditComment.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -13,12 +13,14 @@
typedef enum {
FKFlickrPhotosetsCommentsEditCommentError_CommentNotFound = 2, /* The comment id passed was not a valid comment id. */
FKFlickrPhotosetsCommentsEditCommentError_BlankComment = 8, /* Comment text can't be blank. */
+ FKFlickrPhotosetsCommentsEditCommentError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosetsCommentsEditCommentError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosetsCommentsEditCommentError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosetsCommentsEditCommentError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosetsCommentsEditCommentError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosetsCommentsEditCommentError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosetsCommentsEditCommentError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosetsCommentsEditCommentError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosetsCommentsEditCommentError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosetsCommentsEditCommentError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosetsCommentsEditCommentError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -38,10 +40,10 @@ Edit the text of a comment as the currently authenticated user.
@interface FKFlickrPhotosetsCommentsEditComment : NSObject
/* The id of the comment to edit. */
-@property (nonatomic, strong) NSString *comment_id; /* (Required) */
+@property (nonatomic, copy) NSString *comment_id; /* (Required) */
/* Update the comment to this text. */
-@property (nonatomic, strong) NSString *comment_text; /* (Required) */
+@property (nonatomic, copy) NSString *comment_text; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsEditComment.m b/Pods/FlickrKit/Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsEditComment.m
index fc2e967..4f731e2 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsEditComment.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsEditComment.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosetsCommentsEditComment.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosetsCommentsEditComment
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -67,6 +69,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Comment not found.";
case FKFlickrPhotosetsCommentsEditCommentError_BlankComment:
return @"Blank comment.";
+ case FKFlickrPhotosetsCommentsEditCommentError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosetsCommentsEditCommentError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosetsCommentsEditCommentError_MissingSignature:
@@ -79,6 +83,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosetsCommentsEditCommentError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosetsCommentsEditCommentError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosetsCommentsEditCommentError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosetsCommentsEditCommentError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsGetList.h b/Pods/FlickrKit/Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsGetList.h
index d6ce3ea..a89876d 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsGetList.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsGetList.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosetsCommentsGetList.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -14,6 +14,7 @@ typedef enum {
FKFlickrPhotosetsCommentsGetListError_PhotosetNotFound = 1, /* The photoset id was invalid. */
FKFlickrPhotosetsCommentsGetListError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosetsCommentsGetListError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosetsCommentsGetListError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosetsCommentsGetListError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosetsCommentsGetListError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosetsCommentsGetListError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -29,18 +30,18 @@ Returns the comments for a photoset.
Response:
-
- Umm, I'm not sure, can I get back to you on that one?
+
+ Umm, I'm not sure, can I get back to you on that one?
*/
@interface FKFlickrPhotosetsCommentsGetList : NSObject
/* The id of the photoset to fetch comments for. */
-@property (nonatomic, strong) NSString *photoset_id; /* (Required) */
+@property (nonatomic, copy) NSString *photoset_id; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsGetList.m b/Pods/FlickrKit/Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsGetList.m
index db3d49d..839ce90 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsGetList.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsGetList.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosetsCommentsGetList.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosetsCommentsGetList
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -62,6 +64,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosetsCommentsGetListError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosetsCommentsGetListError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosetsCommentsGetListError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosetsCommentsGetListError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsAddPhoto.h b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsAddPhoto.h
index 2142b78..ce13ce7 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsAddPhoto.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsAddPhoto.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosetsAddPhoto.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -15,12 +15,14 @@ typedef enum {
FKFlickrPhotosetsAddPhotoError_PhotoNotFound = 2, /* The photo id passed was not the id of a valid photo owned by the calling user. */
FKFlickrPhotosetsAddPhotoError_PhotoAlreadyInSet = 3, /* The photo is already a member of the photoset. */
FKFlickrPhotosetsAddPhotoError_MaximumNumberOfPhotosInSet = 10, /* A set has reached the upper limit for the number of photos allowed. */
+ FKFlickrPhotosetsAddPhotoError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosetsAddPhotoError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosetsAddPhotoError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosetsAddPhotoError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosetsAddPhotoError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosetsAddPhotoError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosetsAddPhotoError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosetsAddPhotoError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosetsAddPhotoError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosetsAddPhotoError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosetsAddPhotoError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -40,10 +42,10 @@ Add a photo to the end of an existing photoset.
@interface FKFlickrPhotosetsAddPhoto : NSObject
/* The id of the photoset to add a photo to. */
-@property (nonatomic, strong) NSString *photoset_id; /* (Required) */
+@property (nonatomic, copy) NSString *photoset_id; /* (Required) */
/* The id of the photo to add to the set. */
-@property (nonatomic, strong) NSString *photo_id; /* (Required) */
+@property (nonatomic, copy) NSString *photo_id; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsAddPhoto.m b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsAddPhoto.m
index b428d06..e909eaf 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsAddPhoto.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsAddPhoto.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosetsAddPhoto.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosetsAddPhoto
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -71,6 +73,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Photo already in set";
case FKFlickrPhotosetsAddPhotoError_MaximumNumberOfPhotosInSet:
return @"Maximum number of photos in set";
+ case FKFlickrPhotosetsAddPhotoError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosetsAddPhotoError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosetsAddPhotoError_MissingSignature:
@@ -83,6 +87,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosetsAddPhotoError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosetsAddPhotoError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosetsAddPhotoError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosetsAddPhotoError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsCreate.h b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsCreate.h
index 96b5f16..f6bdbf4 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsCreate.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsCreate.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosetsCreate.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -14,12 +14,14 @@ typedef enum {
FKFlickrPhotosetsCreateError_NoTitleSpecified = 1, /* No title parameter was passed in the request. */
FKFlickrPhotosetsCreateError_PhotoNotFound = 2, /* The primary photo id passed was not a valid photo id or does not belong to the calling user. */
FKFlickrPhotosetsCreateError_CantCreateAnyMoreSets = 3, /* The user has reached their maximum number of photosets limit. */
+ FKFlickrPhotosetsCreateError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosetsCreateError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosetsCreateError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosetsCreateError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosetsCreateError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosetsCreateError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosetsCreateError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosetsCreateError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosetsCreateError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosetsCreateError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosetsCreateError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -42,13 +44,13 @@ Create a new photoset for the calling user.
@interface FKFlickrPhotosetsCreate : NSObject
/* A title for the photoset. */
-@property (nonatomic, strong) NSString *title; /* (Required) */
+@property (nonatomic, copy) NSString *title; /* (Required) */
/* A description of the photoset. May contain limited html. */
-@property (nonatomic, strong) NSString *description;
+@property (copy) NSString *description;
/* The id of the photo to represent this set. The photo must belong to the calling user. */
-@property (nonatomic, strong) NSString *primary_photo_id; /* (Required) */
+@property (nonatomic, copy) NSString *primary_photo_id; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsCreate.m b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsCreate.m
index 1afdd20..bb22621 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsCreate.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsCreate.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosetsCreate.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,9 @@
@implementation FKFlickrPhotosetsCreate
+
+@synthesize description = _description;
+
- (BOOL) needsLogin {
return YES;
}
@@ -72,6 +75,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Photo not found";
case FKFlickrPhotosetsCreateError_CantCreateAnyMoreSets:
return @"Can't create any more sets";
+ case FKFlickrPhotosetsCreateError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosetsCreateError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosetsCreateError_MissingSignature:
@@ -84,6 +89,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosetsCreateError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosetsCreateError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosetsCreateError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosetsCreateError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsDelete.h b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsDelete.h
index 0903e1c..535f838 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsDelete.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsDelete.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosetsDelete.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,12 +12,14 @@
typedef enum {
FKFlickrPhotosetsDeleteError_PhotosetNotFound = 1, /* The photoset id passed was not a valid photoset id or did not belong to the calling user. */
+ FKFlickrPhotosetsDeleteError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosetsDeleteError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosetsDeleteError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosetsDeleteError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosetsDeleteError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosetsDeleteError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosetsDeleteError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosetsDeleteError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosetsDeleteError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosetsDeleteError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosetsDeleteError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -37,7 +39,7 @@ Delete a photoset.
@interface FKFlickrPhotosetsDelete : NSObject
/* The id of the photoset to delete. It must be owned by the calling user. */
-@property (nonatomic, strong) NSString *photoset_id; /* (Required) */
+@property (nonatomic, copy) NSString *photoset_id; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsDelete.m b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsDelete.m
index d8342a8..a3b6b64 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsDelete.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsDelete.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosetsDelete.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosetsDelete
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -58,6 +60,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
switch(error) {
case FKFlickrPhotosetsDeleteError_PhotosetNotFound:
return @"Photoset not found";
+ case FKFlickrPhotosetsDeleteError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosetsDeleteError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosetsDeleteError_MissingSignature:
@@ -70,6 +74,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosetsDeleteError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosetsDeleteError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosetsDeleteError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosetsDeleteError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsEditMeta.h b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsEditMeta.h
index f5f2d6b..b945e11 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsEditMeta.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsEditMeta.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosetsEditMeta.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -13,12 +13,14 @@
typedef enum {
FKFlickrPhotosetsEditMetaError_PhotosetNotFound = 1, /* The photoset id passed was not a valid photoset id or did not belong to the calling user. */
FKFlickrPhotosetsEditMetaError_NoTitleSpecified = 2, /* No title parameter was passed in the request. */
+ FKFlickrPhotosetsEditMetaError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosetsEditMetaError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosetsEditMetaError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosetsEditMetaError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosetsEditMetaError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosetsEditMetaError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosetsEditMetaError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosetsEditMetaError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosetsEditMetaError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosetsEditMetaError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosetsEditMetaError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -38,13 +40,13 @@ Modify the meta-data for a photoset.
@interface FKFlickrPhotosetsEditMeta : NSObject
/* The id of the photoset to modify. */
-@property (nonatomic, strong) NSString *photoset_id; /* (Required) */
+@property (nonatomic, copy) NSString *photoset_id; /* (Required) */
/* The new title for the photoset. */
-@property (nonatomic, strong) NSString *title; /* (Required) */
+@property (nonatomic, copy) NSString *title; /* (Required) */
/* A description of the photoset. May contain limited html. */
-@property (nonatomic, strong) NSString *description;
+@property (copy) NSString *description;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsEditMeta.m b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsEditMeta.m
index 1ccd19c..0c7ba1f 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsEditMeta.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsEditMeta.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosetsEditMeta.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,9 @@
@implementation FKFlickrPhotosetsEditMeta
+
+@synthesize description = _description;
+
- (BOOL) needsLogin {
return YES;
}
@@ -70,6 +73,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Photoset not found";
case FKFlickrPhotosetsEditMetaError_NoTitleSpecified:
return @"No title specified";
+ case FKFlickrPhotosetsEditMetaError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosetsEditMetaError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosetsEditMetaError_MissingSignature:
@@ -82,6 +87,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosetsEditMetaError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosetsEditMetaError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosetsEditMetaError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosetsEditMetaError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsEditPhotos.h b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsEditPhotos.h
index 82ae811..e4a74b5 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsEditPhotos.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsEditPhotos.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosetsEditPhotos.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -16,12 +16,14 @@ typedef enum {
FKFlickrPhotosetsEditPhotosError_PrimaryPhotoNotFound = 3, /* The primary photo id passed was not a valid photo id or does not belong to the calling user. */
FKFlickrPhotosetsEditPhotosError_PrimaryPhotoNotInList = 4, /* The primary photo id passed did not appear in the photo id list. */
FKFlickrPhotosetsEditPhotosError_EmptyPhotosList = 5, /* No photo ids were passed. */
+ FKFlickrPhotosetsEditPhotosError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosetsEditPhotosError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosetsEditPhotosError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosetsEditPhotosError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosetsEditPhotosError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosetsEditPhotosError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosetsEditPhotosError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosetsEditPhotosError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosetsEditPhotosError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosetsEditPhotosError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosetsEditPhotosError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -41,13 +43,13 @@ Modify the photos in a photoset. Use this method to add, remove and re-order pho
@interface FKFlickrPhotosetsEditPhotos : NSObject
/* The id of the photoset to modify. The photoset must belong to the calling user. */
-@property (nonatomic, strong) NSString *photoset_id; /* (Required) */
+@property (nonatomic, copy) NSString *photoset_id; /* (Required) */
/* The id of the photo to use as the 'primary' photo for the set. This id must also be passed along in photo_ids list argument. */
-@property (nonatomic, strong) NSString *primary_photo_id; /* (Required) */
+@property (nonatomic, copy) NSString *primary_photo_id; /* (Required) */
/* A comma-delimited list of photo ids to include in the set. They will appear in the set in the order sent. This list must contain the primary photo id. All photos must belong to the owner of the set. This list of photos replaces the existing list. Call flickr.photosets.addPhoto to append a photo to a set. */
-@property (nonatomic, strong) NSString *photo_ids; /* (Required) */
+@property (nonatomic, copy) NSString *photo_ids; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsEditPhotos.m b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsEditPhotos.m
index b7a8a52..09f34c3 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsEditPhotos.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsEditPhotos.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosetsEditPhotos.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosetsEditPhotos
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -80,6 +82,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Primary photo not in list";
case FKFlickrPhotosetsEditPhotosError_EmptyPhotosList:
return @"Empty photos list";
+ case FKFlickrPhotosetsEditPhotosError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosetsEditPhotosError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosetsEditPhotosError_MissingSignature:
@@ -92,6 +96,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosetsEditPhotosError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosetsEditPhotosError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosetsEditPhotosError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosetsEditPhotosError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetContext.h b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetContext.h
index 29d9fed..16dc724 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetContext.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetContext.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosetsGetContext.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -15,6 +15,7 @@ typedef enum {
FKFlickrPhotosetsGetContextError_PhotoNotInSet = 2, /* The specified photo is not in the specified set. */
FKFlickrPhotosetsGetContextError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosetsGetContextError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosetsGetContextError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosetsGetContextError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosetsGetContextError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosetsGetContextError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -31,28 +32,19 @@ Returns next and previous photos for a photo in a set.
Response:
-
-
+
*/
@interface FKFlickrPhotosetsGetContext : NSObject
/* The id of the photo to fetch the context for. */
-@property (nonatomic, strong) NSString *photo_id; /* (Required) */
+@property (nonatomic, copy) NSString *photo_id; /* (Required) */
/* The id of the photoset for which to fetch the photo's context. */
-@property (nonatomic, strong) NSString *photoset_id; /* (Required) */
-
-/* */
-@property (nonatomic, strong) NSString *num_prev;
-
-/* */
-@property (nonatomic, strong) NSString *num_next;
-
-/* A comma-delimited list of extra information to fetch for each returned record. Currently supported fields are: description, license, date_upload, date_taken, owner_name, icon_server, original_format, last_update, geo, tags, machine_tags, o_dims, views, media, path_alias, url_sq, url_t, url_s, url_m, url_z, url_l, url_o */
-@property (nonatomic, strong) NSString *extras;
+@property (nonatomic, copy) NSString *photoset_id; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetContext.m b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetContext.m
index 9c917ac..2704a95 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetContext.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetContext.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosetsGetContext.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosetsGetContext
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -57,15 +59,6 @@ - (NSDictionary *) args {
if(self.photoset_id) {
[args setValue:self.photoset_id forKey:@"photoset_id"];
}
- if(self.num_prev) {
- [args setValue:self.num_prev forKey:@"num_prev"];
- }
- if(self.num_next) {
- [args setValue:self.num_next forKey:@"num_next"];
- }
- if(self.extras) {
- [args setValue:self.extras forKey:@"extras"];
- }
return [args copy];
}
@@ -80,6 +73,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosetsGetContextError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosetsGetContextError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosetsGetContextError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosetsGetContextError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetInfo.h b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetInfo.h
index 91e2583..56e54bf 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetInfo.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetInfo.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosetsGetInfo.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -14,6 +14,7 @@ typedef enum {
FKFlickrPhotosetsGetInfoError_PhotosetNotFound = 1, /* The photoset id was not valid. */
FKFlickrPhotosetsGetInfoError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosetsGetInfoError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosetsGetInfoError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosetsGetInfoError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosetsGetInfoError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosetsGetInfoError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -29,16 +30,16 @@ Gets information about a photoset.
Response:
-
- Mah Kittehs
- Sixty and Niner. Born on the 3rd of May, 2010, or thereabouts. Came to my place on Thursday, July 29, 2010.
+
+ Mah Kittehs
+ Sixty and Niner. Born on the 3rd of May, 2010, or thereabouts. Came to my place on Thursday, July 29, 2010.
*/
@interface FKFlickrPhotosetsGetInfo : NSObject
/* The ID of the photoset to fetch information for. */
-@property (nonatomic, strong) NSString *photoset_id; /* (Required) */
+@property (nonatomic, copy) NSString *photoset_id; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetInfo.m b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetInfo.m
index 800be1c..7f9927b 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetInfo.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetInfo.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosetsGetInfo.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosetsGetInfo
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -62,6 +64,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosetsGetInfoError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosetsGetInfoError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosetsGetInfoError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosetsGetInfoError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetList.h b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetList.h
index 0f501ea..0cf2354 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetList.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetList.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosetsGetList.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -11,10 +11,11 @@
#import "FKFlickrAPIMethod.h"
typedef enum {
- FKFlickrPhotosetsGetListError_UserNotFound = 1, /* The user NSID passed was not a valid user NSID and the calling user was not logged in.
+ FKFlickrPhotosetsGetListError_UserNotFound = 1, /* The user NSID passed was not a valid user NSID and the calling user was not logged in.
*/
FKFlickrPhotosetsGetListError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosetsGetListError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosetsGetListError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosetsGetListError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosetsGetListError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosetsGetListError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -31,28 +32,31 @@ Returns the photosets belonging to the specified user.
Response:
-
-
- Avis Blanche
- My Grandma's Recipe File.
-
-
- Mah Kittehs
- Sixty and Niner. Born on the 3rd of May, 2010, or thereabouts. Came to my place on Thursday, July 29, 2010.
-
+
+
+ Avis Blanche
+ My Grandma's Recipe File.
+
+
+ Mah Kittehs
+ Sixty and Niner. Born on the 3rd of May, 2010, or thereabouts. Came to my place on Thursday, July 29, 2010.
+
*/
@interface FKFlickrPhotosetsGetList : NSObject
/* The NSID of the user to get a photoset list for. If none is specified, the calling user is assumed. */
-@property (nonatomic, strong) NSString *user_id;
+@property (nonatomic, copy) NSString *user_id;
/* The page of results to get. Currently, if this is not provided, all sets are returned, but this behaviour may change in future. */
-@property (nonatomic, strong) NSString *page;
+@property (nonatomic, copy) NSString *page;
/* The number of sets to get per page. If paging is enabled, the maximum number of sets per page is 500. */
-@property (nonatomic, strong) NSString *per_page;
+@property (nonatomic, copy) NSString *per_page;
+
+/* A comma-delimited list of extra information to fetch for the primary photo. Currently supported fields are: license, date_upload, date_taken, owner_name, icon_server, original_format, last_update, geo, tags, machine_tags, o_dims, views, media, path_alias, url_sq, url_t, url_s, url_m, url_o */
+@property (nonatomic, copy) NSString *primary_photo_extras;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetList.m b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetList.m
index 7caff00..a647357 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetList.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetList.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosetsGetList.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosetsGetList
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -52,6 +54,9 @@ - (NSDictionary *) args {
if(self.per_page) {
[args setValue:self.per_page forKey:@"per_page"];
}
+ if(self.primary_photo_extras) {
+ [args setValue:self.primary_photo_extras forKey:@"primary_photo_extras"];
+ }
return [args copy];
}
@@ -64,6 +69,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosetsGetListError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosetsGetListError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosetsGetListError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosetsGetListError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetPhotos.h b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetPhotos.h
index 4f92b14..df3997b 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetPhotos.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetPhotos.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosetsGetPhotos.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -14,6 +14,7 @@ typedef enum {
FKFlickrPhotosetsGetPhotosError_PhotosetNotFound = 1, /* The photoset id passed was not a valid photoset id. */
FKFlickrPhotosetsGetPhotosError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosetsGetPhotosError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosetsGetPhotosError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosetsGetPhotosError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosetsGetPhotosError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosetsGetPhotosError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -29,41 +30,41 @@ Get the list of photos in a set.
Response:
-
-
-
+
+
+
*/
@interface FKFlickrPhotosetsGetPhotos : NSObject
/* The id of the photoset to return the photos for. */
-@property (nonatomic, strong) NSString *photoset_id; /* (Required) */
+@property (nonatomic, copy) NSString *photoset_id; /* (Required) */
/* A comma-delimited list of extra information to fetch for each returned record. Currently supported fields are: license, date_upload, date_taken, owner_name, icon_server, original_format, last_update, geo, tags, machine_tags, o_dims, views, media, path_alias, url_sq, url_t, url_s, url_m, url_o */
-@property (nonatomic, strong) NSString *extras;
-
-/* Return photos only matching a certain privacy level. This only applies when making an authenticated call to view a photoset you own. Valid values are:
-
-- 1 public photos
-- 2 private photos visible to friends
-- 3 private photos visible to family
-- 4 private photos visible to friends & family
-- 5 completely private photos
-
+@property (nonatomic, copy) NSString *extras;
+
+/* Return photos only matching a certain privacy level. This only applies when making an authenticated call to view a photoset you own. Valid values are:
+
+- 1 public photos
+- 2 private photos visible to friends
+- 3 private photos visible to family
+- 4 private photos visible to friends & family
+- 5 completely private photos
+
*/
-@property (nonatomic, strong) NSString *privacy_filter;
+@property (nonatomic, copy) NSString *privacy_filter;
/* Number of photos to return per page. If this argument is omitted, it defaults to 500. The maximum allowed value is 500. */
-@property (nonatomic, strong) NSString *per_page;
+@property (nonatomic, copy) NSString *per_page;
/* The page of results to return. If this argument is omitted, it defaults to 1. */
-@property (nonatomic, strong) NSString *page;
+@property (nonatomic, copy) NSString *page;
/* Filter results by media type. Possible values are all (default), photos or videos */
-@property (nonatomic, strong) NSString *media;
+@property (nonatomic, copy) NSString *media;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetPhotos.m b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetPhotos.m
index f606226..c1ca1d1 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetPhotos.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetPhotos.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosetsGetPhotos.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosetsGetPhotos
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -77,6 +79,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosetsGetPhotosError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosetsGetPhotosError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosetsGetPhotosError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosetsGetPhotosError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsOrderSets.h b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsOrderSets.h
index 0badaf3..5752bdd 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsOrderSets.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsOrderSets.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosetsOrderSets.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,12 +12,14 @@
typedef enum {
FKFlickrPhotosetsOrderSetsError_SetNotFound = 1, /* One of the photoset ids passed was not the id of a valid photoset belonging to the calling user. */
+ FKFlickrPhotosetsOrderSetsError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosetsOrderSetsError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosetsOrderSetsError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosetsOrderSetsError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosetsOrderSetsError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosetsOrderSetsError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosetsOrderSetsError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosetsOrderSetsError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosetsOrderSetsError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosetsOrderSetsError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosetsOrderSetsError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -37,7 +39,7 @@ Set the order of photosets for the calling user.
@interface FKFlickrPhotosetsOrderSets : NSObject
/* A comma delimited list of photoset IDs, ordered with the set to show first, first in the list. Any set IDs not given in the list will be set to appear at the end of the list, ordered by their IDs. */
-@property (nonatomic, strong) NSString *photoset_ids; /* (Required) */
+@property (nonatomic, copy) NSString *photoset_ids; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsOrderSets.m b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsOrderSets.m
index 273b9a1..965d4fa 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsOrderSets.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsOrderSets.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosetsOrderSets.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosetsOrderSets
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -58,6 +60,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
switch(error) {
case FKFlickrPhotosetsOrderSetsError_SetNotFound:
return @"Set not found";
+ case FKFlickrPhotosetsOrderSetsError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosetsOrderSetsError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosetsOrderSetsError_MissingSignature:
@@ -70,6 +74,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosetsOrderSetsError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosetsOrderSetsError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosetsOrderSetsError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosetsOrderSetsError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsRemovePhoto.h b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsRemovePhoto.h
index 0980552..1d0b129 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsRemovePhoto.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsRemovePhoto.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosetsRemovePhoto.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -14,12 +14,14 @@ typedef enum {
FKFlickrPhotosetsRemovePhotoError_PhotosetNotFound = 1, /* The photoset id passed was not the id of avalid photoset owned by the calling user. */
FKFlickrPhotosetsRemovePhotoError_PhotoNotFound = 2, /* The photo id passed was not the id of a valid photo belonging to the calling user. */
FKFlickrPhotosetsRemovePhotoError_PhotoNotInSet = 3, /* The photo is not a member of the photoset. */
+ FKFlickrPhotosetsRemovePhotoError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosetsRemovePhotoError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosetsRemovePhotoError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosetsRemovePhotoError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosetsRemovePhotoError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosetsRemovePhotoError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosetsRemovePhotoError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosetsRemovePhotoError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosetsRemovePhotoError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosetsRemovePhotoError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosetsRemovePhotoError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -39,10 +41,10 @@ Remove a photo from a photoset.
@interface FKFlickrPhotosetsRemovePhoto : NSObject
/* The id of the photoset to remove a photo from. */
-@property (nonatomic, strong) NSString *photoset_id; /* (Required) */
+@property (nonatomic, copy) NSString *photoset_id; /* (Required) */
/* The id of the photo to remove from the set. */
-@property (nonatomic, strong) NSString *photo_id; /* (Required) */
+@property (nonatomic, copy) NSString *photo_id; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsRemovePhoto.m b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsRemovePhoto.m
index 83ab463..7f9cfc5 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsRemovePhoto.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsRemovePhoto.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosetsRemovePhoto.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosetsRemovePhoto
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -69,6 +71,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Photo not found";
case FKFlickrPhotosetsRemovePhotoError_PhotoNotInSet:
return @"Photo not in set";
+ case FKFlickrPhotosetsRemovePhotoError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosetsRemovePhotoError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosetsRemovePhotoError_MissingSignature:
@@ -81,6 +85,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosetsRemovePhotoError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosetsRemovePhotoError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosetsRemovePhotoError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosetsRemovePhotoError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsRemovePhotos.h b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsRemovePhotos.h
index ddac497..119d9ba 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsRemovePhotos.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsRemovePhotos.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosetsRemovePhotos.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -13,12 +13,14 @@
typedef enum {
FKFlickrPhotosetsRemovePhotosError_PhotosetNotFound = 1, /* The photoset id passed was not the id of available photosets owned by the calling user. */
FKFlickrPhotosetsRemovePhotosError_PhotoNotFound = 2, /* The photo id passed was not the id of a valid photo belonging to the calling user. */
+ FKFlickrPhotosetsRemovePhotosError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosetsRemovePhotosError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosetsRemovePhotosError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosetsRemovePhotosError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosetsRemovePhotosError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosetsRemovePhotosError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosetsRemovePhotosError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosetsRemovePhotosError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosetsRemovePhotosError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosetsRemovePhotosError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosetsRemovePhotosError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -38,10 +40,10 @@ Remove multiple photos from a photoset.
@interface FKFlickrPhotosetsRemovePhotos : NSObject
/* The id of the photoset to remove photos from. */
-@property (nonatomic, strong) NSString *photoset_id; /* (Required) */
+@property (nonatomic, copy) NSString *photoset_id; /* (Required) */
/* Comma-delimited list of photo ids to remove from the photoset. */
-@property (nonatomic, strong) NSString *photo_ids; /* (Required) */
+@property (nonatomic, copy) NSString *photo_ids; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsRemovePhotos.m b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsRemovePhotos.m
index eef4b2c..5944ee8 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsRemovePhotos.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsRemovePhotos.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosetsRemovePhotos.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosetsRemovePhotos
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -67,6 +69,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Photoset not found";
case FKFlickrPhotosetsRemovePhotosError_PhotoNotFound:
return @"Photo not found";
+ case FKFlickrPhotosetsRemovePhotosError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosetsRemovePhotosError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosetsRemovePhotosError_MissingSignature:
@@ -79,6 +83,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosetsRemovePhotosError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosetsRemovePhotosError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosetsRemovePhotosError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosetsRemovePhotosError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsReorderPhotos.h b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsReorderPhotos.h
index 2b7e134..0d401d2 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsReorderPhotos.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsReorderPhotos.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosetsReorderPhotos.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -13,12 +13,14 @@
typedef enum {
FKFlickrPhotosetsReorderPhotosError_PhotosetNotFound = 1, /* The photoset id passed was not a valid photoset id or did not belong to the calling user. */
FKFlickrPhotosetsReorderPhotosError_PhotoNotFound = 2, /* One or more of the photo ids passed was not a valid photo id or does not belong to the calling user. */
+ FKFlickrPhotosetsReorderPhotosError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosetsReorderPhotosError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosetsReorderPhotosError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosetsReorderPhotosError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosetsReorderPhotosError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosetsReorderPhotosError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosetsReorderPhotosError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosetsReorderPhotosError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosetsReorderPhotosError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosetsReorderPhotosError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosetsReorderPhotosError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -38,10 +40,10 @@ typedef enum {
@interface FKFlickrPhotosetsReorderPhotos : NSObject
/* The id of the photoset to reorder. The photoset must belong to the calling user. */
-@property (nonatomic, strong) NSString *photoset_id; /* (Required) */
+@property (nonatomic, copy) NSString *photoset_id; /* (Required) */
/* Ordered, comma-delimited list of photo ids. Photos that are not in the list will keep their original order */
-@property (nonatomic, strong) NSString *photo_ids; /* (Required) */
+@property (nonatomic, copy) NSString *photo_ids; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsReorderPhotos.m b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsReorderPhotos.m
index fb091d1..0026319 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsReorderPhotos.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsReorderPhotos.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosetsReorderPhotos.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosetsReorderPhotos
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -67,6 +69,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Photoset not found";
case FKFlickrPhotosetsReorderPhotosError_PhotoNotFound:
return @"Photo not found";
+ case FKFlickrPhotosetsReorderPhotosError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosetsReorderPhotosError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosetsReorderPhotosError_MissingSignature:
@@ -79,6 +83,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosetsReorderPhotosError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosetsReorderPhotosError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosetsReorderPhotosError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosetsReorderPhotosError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsSetPrimaryPhoto.h b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsSetPrimaryPhoto.h
index 2803d3e..139a93f 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsSetPrimaryPhoto.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsSetPrimaryPhoto.h
@@ -2,7 +2,7 @@
// FKFlickrPhotosetsSetPrimaryPhoto.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -13,12 +13,14 @@
typedef enum {
FKFlickrPhotosetsSetPrimaryPhotoError_PhotosetNotFound = 1, /* The photoset id passed was not the id of avalid photoset owned by the calling user. */
FKFlickrPhotosetsSetPrimaryPhotoError_PhotoNotFound = 2, /* The photo id passed was not the id of a valid photo owned by the calling user. */
+ FKFlickrPhotosetsSetPrimaryPhotoError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPhotosetsSetPrimaryPhotoError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPhotosetsSetPrimaryPhotoError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPhotosetsSetPrimaryPhotoError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPhotosetsSetPrimaryPhotoError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPhotosetsSetPrimaryPhotoError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPhotosetsSetPrimaryPhotoError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPhotosetsSetPrimaryPhotoError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPhotosetsSetPrimaryPhotoError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPhotosetsSetPrimaryPhotoError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPhotosetsSetPrimaryPhotoError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -38,10 +40,10 @@ Set photoset primary photo
@interface FKFlickrPhotosetsSetPrimaryPhoto : NSObject
/* The id of the photoset to set primary photo to. */
-@property (nonatomic, strong) NSString *photoset_id; /* (Required) */
+@property (nonatomic, copy) NSString *photoset_id; /* (Required) */
/* The id of the photo to set as primary. */
-@property (nonatomic, strong) NSString *photo_id; /* (Required) */
+@property (nonatomic, copy) NSString *photo_id; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsSetPrimaryPhoto.m b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsSetPrimaryPhoto.m
index 536c075..009c432 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsSetPrimaryPhoto.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Photosets/FKFlickrPhotosetsSetPrimaryPhoto.m
@@ -2,7 +2,7 @@
// FKFlickrPhotosetsSetPrimaryPhoto.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPhotosetsSetPrimaryPhoto
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -67,6 +69,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Photoset not found";
case FKFlickrPhotosetsSetPrimaryPhotoError_PhotoNotFound:
return @"Photo not found";
+ case FKFlickrPhotosetsSetPrimaryPhotoError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPhotosetsSetPrimaryPhotoError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPhotosetsSetPrimaryPhotoError_MissingSignature:
@@ -79,6 +83,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPhotosetsSetPrimaryPhotoError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPhotosetsSetPrimaryPhotoError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPhotosetsSetPrimaryPhotoError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPhotosetsSetPrimaryPhotoError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesFind.h b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesFind.h
index 924f42a..ebda022 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesFind.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesFind.h
@@ -2,7 +2,7 @@
// FKFlickrPlacesFind.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -14,6 +14,7 @@ typedef enum {
FKFlickrPlacesFindError_RequiredParameterMissing = 1, /* One or more required parameters was not included with the API call. */
FKFlickrPlacesFindError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPlacesFindError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPlacesFindError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPlacesFindError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPlacesFindError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPlacesFindError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -24,42 +25,33 @@ typedef enum {
/*
-Return a list of place IDs for a query string.
+Return a list of place IDs for a query string.
The flickr.places.find method is not a geocoder. It will round up
to the nearest place type to which place IDs apply. For example, if you pass it a street level address it will return the city that contains the address rather than the street, or building, itself.
Each place returned will contain its place ID, corresponding URL (underneath www.flickr.com/places) and place type for disambiguating different locations with the same name.
Response:
-
- Alabama, Alabama, United States
- Alabama, New York, United States
- Alabama, North West, South Africa
+
+ Alabama, Alabama, United States
+ Alabama, New York, United States
+ Alabama, North West, South Africa
*/
@interface FKFlickrPlacesFind : NSObject
/* The query string to use for place ID lookups */
-@property (nonatomic, strong) NSString *query; /* (Required) */
-
-/* A bounding box for limiting the area to query. */
-@property (nonatomic, strong) NSString *bbox;
-
-/* Secret sauce. */
-@property (nonatomic, strong) NSString *extras;
-
-/* Do we want sexy time words in our venue results? */
-@property (nonatomic, strong) NSString *safe;
+@property (nonatomic, copy) NSString *query; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesFind.m b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesFind.m
index 2766cbf..18338ee 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesFind.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesFind.m
@@ -2,7 +2,7 @@
// FKFlickrPlacesFind.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPlacesFind
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -50,15 +52,6 @@ - (NSDictionary *) args {
if(self.query) {
[args setValue:self.query forKey:@"query"];
}
- if(self.bbox) {
- [args setValue:self.bbox forKey:@"bbox"];
- }
- if(self.extras) {
- [args setValue:self.extras forKey:@"extras"];
- }
- if(self.safe) {
- [args setValue:self.safe forKey:@"safe"];
- }
return [args copy];
}
@@ -71,6 +64,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPlacesFindError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPlacesFindError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPlacesFindError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPlacesFindError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesFindByLatLon.h b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesFindByLatLon.h
index 4f1a268..d0b0a33 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesFindByLatLon.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesFindByLatLon.h
@@ -2,7 +2,7 @@
// FKFlickrPlacesFindByLatLon.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -17,6 +17,7 @@ typedef enum {
FKFlickrPlacesFindByLatLonError_NotAValidAccuracy = 4, /* The accuracy argument failed validation. */
FKFlickrPlacesFindByLatLonError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPlacesFindByLatLonError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPlacesFindByLatLonError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPlacesFindByLatLonError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPlacesFindByLatLonError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPlacesFindByLatLonError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -27,36 +28,36 @@ typedef enum {
/*
-Return a place ID for a latitude, longitude and accuracy triple.
-The flickr.places.findByLatLon method is not meant to be a (reverse) geocoder in the traditional sense. It is designed to allow users to find photos for "places" and will round up to the nearest place type to which corresponding place IDs apply.
-For example, if you pass it a street level coordinate it will return the city that contains the point rather than the street, or building, itself.
-It will also truncate latitudes and longitudes to three decimal points.
-
+Return a place ID for a latitude, longitude and accuracy triple.
+The flickr.places.findByLatLon method is not meant to be a (reverse) geocoder in the traditional sense. It is designed to allow users to find photos for "places" and will round up to the nearest place type to which corresponding place IDs apply.
+For example, if you pass it a street level coordinate it will return the city that contains the point rather than the street, or building, itself.
+It will also truncate latitudes and longitudes to three decimal points.
+
Response:
-
-
+
+
*/
@interface FKFlickrPlacesFindByLatLon : NSObject
/* The latitude whose valid range is -90 to 90. Anything more than 4 decimal places will be truncated. */
-@property (nonatomic, strong) NSString *lat; /* (Required) */
+@property (nonatomic, copy) NSString *lat; /* (Required) */
/* The longitude whose valid range is -180 to 180. Anything more than 4 decimal places will be truncated. */
-@property (nonatomic, strong) NSString *lon; /* (Required) */
+@property (nonatomic, copy) NSString *lon; /* (Required) */
/* Recorded accuracy level of the location information. World level is 1, Country is ~3, Region ~6, City ~11, Street ~16. Current range is 1-16. The default is 16. */
-@property (nonatomic, strong) NSString *accuracy;
+@property (nonatomic, copy) NSString *accuracy;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesFindByLatLon.m b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesFindByLatLon.m
index f939789..dc9036d 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesFindByLatLon.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesFindByLatLon.m
@@ -2,7 +2,7 @@
// FKFlickrPlacesFindByLatLon.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPlacesFindByLatLon
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -78,6 +80,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPlacesFindByLatLonError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPlacesFindByLatLonError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPlacesFindByLatLonError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPlacesFindByLatLonError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetChildrenWithPhotosPublic.h b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetChildrenWithPhotosPublic.h
index 393813e..dd4b76f 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetChildrenWithPhotosPublic.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetChildrenWithPhotosPublic.h
@@ -2,7 +2,7 @@
// FKFlickrPlacesGetChildrenWithPhotosPublic.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -16,6 +16,7 @@ typedef enum {
FKFlickrPlacesGetChildrenWithPhotosPublicError_PlaceNotFound = 3, /* No place could be found for the Places (or WOE) ID passed to the API call. */
FKFlickrPlacesGetChildrenWithPhotosPublicError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPlacesGetChildrenWithPhotosPublicError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPlacesGetChildrenWithPhotosPublicError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPlacesGetChildrenWithPhotosPublicError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPlacesGetChildrenWithPhotosPublicError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPlacesGetChildrenWithPhotosPublicError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -31,32 +32,32 @@ Return a list of locations with public photos that are parented by a Where on Ea
Response:
-
-
- Montreal Golden Square Mile, Montreal, QC, CA, Canada
-
-
- Downtown Montréal, Montreal, QC, CA, Canada
-
-
-
-
+
+
+ Montreal Golden Square Mile, Montreal, QC, CA, Canada
+
+
+ Downtown Montréal, Montreal, QC, CA, Canada
+
+
+
+
*/
@interface FKFlickrPlacesGetChildrenWithPhotosPublic : NSObject
/* A Flickr Places ID. (While optional, you must pass either a valid Places ID or a WOE ID.) */
-@property (nonatomic, strong) NSString *place_id;
+@property (nonatomic, copy) NSString *place_id;
/* A Where On Earth (WOE) ID. (While optional, you must pass either a valid Places ID or a WOE ID.) */
-@property (nonatomic, strong) NSString *woe_id;
+@property (nonatomic, copy) NSString *woe_id;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetChildrenWithPhotosPublic.m b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetChildrenWithPhotosPublic.m
index 5439b7d..fd45c32 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetChildrenWithPhotosPublic.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetChildrenWithPhotosPublic.m
@@ -2,7 +2,7 @@
// FKFlickrPlacesGetChildrenWithPhotosPublic.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPlacesGetChildrenWithPhotosPublic
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -65,6 +67,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPlacesGetChildrenWithPhotosPublicError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPlacesGetChildrenWithPhotosPublicError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPlacesGetChildrenWithPhotosPublicError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPlacesGetChildrenWithPhotosPublicError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetInfo.h b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetInfo.h
index cf36b09..d405257 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetInfo.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetInfo.h
@@ -2,7 +2,7 @@
// FKFlickrPlacesGetInfo.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -16,6 +16,7 @@ typedef enum {
FKFlickrPlacesGetInfoError_PlaceNotFound = 3, /* No place could be found for the Places (or WOE) ID passed to the API call. */
FKFlickrPlacesGetInfoError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPlacesGetInfoError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPlacesGetInfoError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPlacesGetInfoError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPlacesGetInfoError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPlacesGetInfoError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -32,46 +33,46 @@ Get informations about a place.
Response:
-
- Montreal
- Montréal
- Quebec
- Canada
-
-
-
- 45.427627563477,-73.589645385742 45.428966522217,-73.587898254395, etc...
-
-
-
-
- http://farm4.static.flickr.com/3228/shapefiles/3534_20081111_0a8afe03c5.tar.gz
-
-
-
+
+ Montreal
+ Montréal
+ Quebec
+ Canada
+
+
+
+ 45.427627563477,-73.589645385742 45.428966522217,-73.587898254395, etc...
+
+
+
+
+ http://farm4.static.flickr.com/3228/shapefiles/3534_20081111_0a8afe03c5.tar.gz
+
+
+
*/
@interface FKFlickrPlacesGetInfo : NSObject
/* A Flickr Places ID. (While optional, you must pass either a valid Places ID or a WOE ID.) */
-@property (nonatomic, strong) NSString *place_id;
+@property (nonatomic, copy) NSString *place_id;
/* A Where On Earth (WOE) ID. (While optional, you must pass either a valid Places ID or a WOE ID.) */
-@property (nonatomic, strong) NSString *woe_id;
+@property (nonatomic, copy) NSString *woe_id;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetInfo.m b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetInfo.m
index 5ba7d40..ab59a9c 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetInfo.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetInfo.m
@@ -2,7 +2,7 @@
// FKFlickrPlacesGetInfo.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPlacesGetInfo
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -65,6 +67,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPlacesGetInfoError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPlacesGetInfoError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPlacesGetInfoError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPlacesGetInfoError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetInfoByUrl.h b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetInfoByUrl.h
index 6b662fc..be6b8c0 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetInfoByUrl.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetInfoByUrl.h
@@ -2,7 +2,7 @@
// FKFlickrPlacesGetInfoByUrl.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -15,6 +15,7 @@ typedef enum {
FKFlickrPlacesGetInfoByUrlError_PlaceNotFound = 3, /* Unable to find a valid place for the places URL. */
FKFlickrPlacesGetInfoByUrlError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPlacesGetInfoByUrlError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPlacesGetInfoByUrlError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPlacesGetInfoByUrlError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPlacesGetInfoByUrlError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPlacesGetInfoByUrlError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -30,37 +31,37 @@ Lookup information about a place, by its flickr.com/places URL.
Response:
-
- Montreal
- Montréal
- Quebec
- Canada
-
-
-
- 45.427627563477,-73.589645385742 45.428966522217,-73.587898254395, etc...
-
-
-
+
+ Montreal
+ Montréal
+ Quebec
+ Canada
+
+
+
+ 45.427627563477,-73.589645385742 45.428966522217,-73.587898254395, etc...
+
+
+
*/
@interface FKFlickrPlacesGetInfoByUrl : NSObject
/* A flickr.com/places URL in the form of /country/region/city. For example: /Canada/Quebec/Montreal */
-@property (nonatomic, strong) NSString *url; /* (Required) */
+@property (nonatomic, copy) NSString *url; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetInfoByUrl.m b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetInfoByUrl.m
index 1a1eab2..868d67e 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetInfoByUrl.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetInfoByUrl.m
@@ -2,7 +2,7 @@
// FKFlickrPlacesGetInfoByUrl.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPlacesGetInfoByUrl
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -64,6 +66,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPlacesGetInfoByUrlError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPlacesGetInfoByUrlError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPlacesGetInfoByUrlError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPlacesGetInfoByUrlError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetPlaceTypes.h b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetPlaceTypes.h
index 367459e..c18672f 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetPlaceTypes.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetPlaceTypes.h
@@ -2,7 +2,7 @@
// FKFlickrPlacesGetPlaceTypes.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -13,6 +13,7 @@
typedef enum {
FKFlickrPlacesGetPlaceTypesError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPlacesGetPlaceTypesError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPlacesGetPlaceTypesError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPlacesGetPlaceTypesError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPlacesGetPlaceTypesError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPlacesGetPlaceTypesError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -28,13 +29,13 @@ Fetches a list of available place types for Flickr.
Response:
-
- neighbourhood
- locality
- county
- region
- country
- continent
+
+ neighbourhood
+ locality
+ county
+ region
+ country
+ continent
*/
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetPlaceTypes.m b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetPlaceTypes.m
index bbc170c..5c0badd 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetPlaceTypes.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetPlaceTypes.m
@@ -2,7 +2,7 @@
// FKFlickrPlacesGetPlaceTypes.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPlacesGetPlaceTypes
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -53,6 +55,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPlacesGetPlaceTypesError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPlacesGetPlaceTypesError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPlacesGetPlaceTypesError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPlacesGetPlaceTypesError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetShapeHistory.h b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetShapeHistory.h
index 245b044..e93eed4 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetShapeHistory.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetShapeHistory.h
@@ -2,7 +2,7 @@
// FKFlickrPlacesGetShapeHistory.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -16,6 +16,7 @@ typedef enum {
FKFlickrPlacesGetShapeHistoryError_PlaceNotFound = 3, /* No place could be found for the Places (or WOE) ID passed to the API call. */
FKFlickrPlacesGetShapeHistoryError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPlacesGetShapeHistoryError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPlacesGetShapeHistoryError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPlacesGetShapeHistoryError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPlacesGetShapeHistoryError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPlacesGetShapeHistoryError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -31,31 +32,31 @@ Return an historical list of all the shape data generated for a Places or Where
Response:
-
-
-
-
- 45.427627563477,-73.589645385742 45.428966522217,-73.587898254395, etc...
-
-
-
-
- http://farm4.static.flickr.com/3228/shapefiles/3534_20081111_0a8afe03c5.tar.gz
-
-
-
-
+
+
+
+
+ 45.427627563477,-73.589645385742 45.428966522217,-73.587898254395, etc...
+
+
+
+
+ http://farm4.static.flickr.com/3228/shapefiles/3534_20081111_0a8afe03c5.tar.gz
+
+
+
+
*/
@interface FKFlickrPlacesGetShapeHistory : NSObject
/* A Flickr Places ID. (While optional, you must pass either a valid Places ID or a WOE ID.) */
-@property (nonatomic, strong) NSString *place_id;
+@property (nonatomic, copy) NSString *place_id;
/* A Where On Earth (WOE) ID. (While optional, you must pass either a valid Places ID or a WOE ID.) */
-@property (nonatomic, strong) NSString *woe_id;
+@property (nonatomic, copy) NSString *woe_id;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetShapeHistory.m b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetShapeHistory.m
index 6b4f3a3..1a2555a 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetShapeHistory.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetShapeHistory.m
@@ -2,7 +2,7 @@
// FKFlickrPlacesGetShapeHistory.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPlacesGetShapeHistory
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -65,6 +67,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPlacesGetShapeHistoryError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPlacesGetShapeHistoryError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPlacesGetShapeHistoryError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPlacesGetShapeHistoryError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetTopPlacesList.h b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetTopPlacesList.h
index beab417..f7eaf35 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetTopPlacesList.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetTopPlacesList.h
@@ -2,7 +2,7 @@
// FKFlickrPlacesGetTopPlacesList.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -17,6 +17,7 @@ typedef enum {
FKFlickrPlacesGetTopPlacesListError_NotAValidPlaceID = 4, /* An invalid Places (or WOE) identifier was included with your request. */
FKFlickrPlacesGetTopPlacesListError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPlacesGetTopPlacesListError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPlacesGetTopPlacesListError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPlacesGetTopPlacesListError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPlacesGetTopPlacesListError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPlacesGetTopPlacesListError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -32,38 +33,38 @@ Return the top 100 most geotagged places for a day.
Response:
-
- United States
-
+
+ United States
+
*/
@interface FKFlickrPlacesGetTopPlacesList : NSObject
-/* The numeric ID for a specific place type to cluster photos by.
-
-Valid place type IDs are :
-
-
-- 22: neighbourhood
-- 7: locality
-- 8: region
-- 12: country
-- 29: continent
+/* The numeric ID for a specific place type to cluster photos by.
+
+Valid place type IDs are :
+
+
+- 22: neighbourhood
+- 7: locality
+- 8: region
+- 12: country
+- 29: continent
*/
-@property (nonatomic, strong) NSString *place_type_id; /* (Required) */
+@property (nonatomic, copy) NSString *place_type_id; /* (Required) */
/* A valid date in YYYY-MM-DD format. The default is yesterday. */
-@property (nonatomic, strong) NSString *date;
+@property (nonatomic, copy) NSString *date;
/* Limit your query to only those top places belonging to a specific Where on Earth (WOE) identifier. */
-@property (nonatomic, strong) NSString *woe_id;
+@property (nonatomic, copy) NSString *woe_id;
/* Limit your query to only those top places belonging to a specific Flickr Places identifier. */
-@property (nonatomic, strong) NSString *place_id;
+@property (nonatomic, copy) NSString *place_id;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetTopPlacesList.m b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetTopPlacesList.m
index f3b27a5..ff9da2c 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetTopPlacesList.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesGetTopPlacesList.m
@@ -2,7 +2,7 @@
// FKFlickrPlacesGetTopPlacesList.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPlacesGetTopPlacesList
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -77,6 +79,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPlacesGetTopPlacesListError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPlacesGetTopPlacesListError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPlacesGetTopPlacesListError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPlacesGetTopPlacesListError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesPlacesForBoundingBox.h b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesPlacesForBoundingBox.h
index a627a28..7e04081 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesPlacesForBoundingBox.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesPlacesForBoundingBox.h
@@ -1,32 +1,33 @@
-//
-// FKFlickrPlacesPlacesForBoundingBox.h
-// FlickrKit
-//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
-// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
-//
-// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
-
-
-#import "FKFlickrAPIMethod.h"
-
-typedef enum {
- FKFlickrPlacesPlacesForBoundingBoxError_RequiredParametersMissing = 1, /* One or more required parameter is missing from the API call. */
- FKFlickrPlacesPlacesForBoundingBoxError_NotAValidBbox = 2, /* The bbox argument was incomplete or incorrectly formatted */
- FKFlickrPlacesPlacesForBoundingBoxError_NotAValidPlaceType = 3, /* An invalid place type was included with your request. */
- FKFlickrPlacesPlacesForBoundingBoxError_BoundingBoxExceedsMaximumAllowableSizeForPlaceType = 4, /* The bounding box passed along with your request was too large for the request place type. */
- FKFlickrPlacesPlacesForBoundingBoxError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
- FKFlickrPlacesPlacesForBoundingBoxError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
- FKFlickrPlacesPlacesForBoundingBoxError_FormatXXXNotFound = 111, /* The requested response format was not found. */
- FKFlickrPlacesPlacesForBoundingBoxError_MethodXXXNotFound = 112, /* The requested method was not found. */
- FKFlickrPlacesPlacesForBoundingBoxError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
- FKFlickrPlacesPlacesForBoundingBoxError_InvalidXMLRPCMethodCall = 115, /* The XML-RPC request document could not be parsed. */
- FKFlickrPlacesPlacesForBoundingBoxError_BadURLFound = 116, /* One or more arguments contained a URL that has been used for abuse on Flickr. */
-
-} FKFlickrPlacesPlacesForBoundingBoxError;
-
-/*
-
+//
+// FKFlickrPlacesPlacesForBoundingBox.h
+// FlickrKit
+//
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
+// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
+//
+// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
+
+
+#import "FKFlickrAPIMethod.h"
+
+typedef enum {
+ FKFlickrPlacesPlacesForBoundingBoxError_RequiredParametersMissing = 1, /* One or more required parameter is missing from the API call. */
+ FKFlickrPlacesPlacesForBoundingBoxError_NotAValidBbox = 2, /* The bbox argument was incomplete or incorrectly formatted */
+ FKFlickrPlacesPlacesForBoundingBoxError_NotAValidPlaceType = 3, /* An invalid place type was included with your request. */
+ FKFlickrPlacesPlacesForBoundingBoxError_BoundingBoxExceedsMaximumAllowableSizeForPlaceType = 4, /* The bounding box passed along with your request was too large for the request place type. */
+ FKFlickrPlacesPlacesForBoundingBoxError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
+ FKFlickrPlacesPlacesForBoundingBoxError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPlacesPlacesForBoundingBoxError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
+ FKFlickrPlacesPlacesForBoundingBoxError_FormatXXXNotFound = 111, /* The requested response format was not found. */
+ FKFlickrPlacesPlacesForBoundingBoxError_MethodXXXNotFound = 112, /* The requested method was not found. */
+ FKFlickrPlacesPlacesForBoundingBoxError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
+ FKFlickrPlacesPlacesForBoundingBoxError_InvalidXMLRPCMethodCall = 115, /* The XML-RPC request document could not be parsed. */
+ FKFlickrPlacesPlacesForBoundingBoxError_BadURLFound = 116, /* One or more arguments contained a URL that has been used for abuse on Flickr. */
+
+} FKFlickrPlacesPlacesForBoundingBoxError;
+
+/*
+
Return all the locations of a matching place type for a bounding box.
The maximum allowable size of a bounding box (the distance between the SW and NE corners) is governed by the place type you are requesting. Allowable sizes are as follows:
@@ -38,11 +39,11 @@ The maximum allowable size of a bounding box (the distance between the SW and NE
- region: 200km (124mi)
- country: 500km (310mi)
- continent: 1500km (932mi)
-
-
-
-Response:
-
+
+
+
+Response:
+
@@ -65,14 +66,14 @@ The maximum allowable size of a bounding box (the distance between the SW and NE
Chinatown, San Francisco, CA, US, United States
-
-
-*/
-@interface FKFlickrPlacesPlacesForBoundingBox : NSObject
-
-/* A comma-delimited list of 4 values defining the Bounding Box of the area that will be searched. The 4 values represent the bottom-left corner of the box and the top-right corner, minimum_longitude, minimum_latitude, maximum_longitude, maximum_latitude. */
-@property (nonatomic, strong) NSString *bbox; /* (Required) */
-
+
+
+*/
+@interface FKFlickrPlacesPlacesForBoundingBox : NSObject
+
+/* A comma-delimited list of 4 values defining the Bounding Box of the area that will be searched. The 4 values represent the bottom-left corner of the box and the top-right corner, minimum_longitude, minimum_latitude, maximum_longitude, maximum_latitude. */
+@property (nonatomic, copy) NSString *bbox; /* (Required) */
+
/* The name of place type to using as the starting point to search for places in a bounding box. Valid placetypes are:
@@ -84,9 +85,9 @@ The maximum allowable size of a bounding box (the distance between the SW and NE
- continent
-The "place_type" argument has been deprecated in favor of the "place_type_id" argument. It won't go away but it will not be added to new methods. A complete list of place type IDs is available using the flickr.places.getPlaceTypes method. (While optional, you must pass either a valid place type or place type ID.) */
-@property (nonatomic, strong) NSString *place_type;
-
+The "place_type" argument has been deprecated in favor of the "place_type_id" argument. It won't go away but it will not be added to new methods. A complete list of place type IDs is available using the flickr.places.getPlaceTypes method. (While optional, you must pass either a valid place type or place type ID.) */
+@property (nonatomic, copy) NSString *place_type;
+
/* The numeric ID for a specific place type to cluster photos by.
Valid place type IDs are :
@@ -99,12 +100,8 @@ Valid place type IDs are :
- 29: continent
(While optional, you must pass either a valid place type or place type ID.)
- */
-@property (nonatomic, strong) NSString *place_type_id;
-
-/* Perform a recursive place type search. For example, if you search for neighbourhoods in a given bounding box but there are no results the method will also query for localities and so on until one or more valid places are found.
-Recursive searches do not change the bounding box size restrictions for the initial place type passed to the method. */
-@property (nonatomic, strong) NSString *recursive;
-
-
-@end
+ */
+@property (nonatomic, copy) NSString *place_type_id;
+
+
+@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesPlacesForBoundingBox.m b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesPlacesForBoundingBox.m
index 4708726..321f75b 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesPlacesForBoundingBox.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesPlacesForBoundingBox.m
@@ -2,7 +2,7 @@
// FKFlickrPlacesPlacesForBoundingBox.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPlacesPlacesForBoundingBox
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -56,9 +58,6 @@ - (NSDictionary *) args {
if(self.place_type_id) {
[args setValue:self.place_type_id forKey:@"place_type_id"];
}
- if(self.recursive) {
- [args setValue:self.recursive forKey:@"recursive"];
- }
return [args copy];
}
@@ -77,6 +76,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPlacesPlacesForBoundingBoxError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPlacesPlacesForBoundingBoxError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPlacesPlacesForBoundingBoxError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPlacesPlacesForBoundingBoxError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesPlacesForContacts.h b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesPlacesForContacts.h
index 2e75ba2..998df15 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesPlacesForContacts.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesPlacesForContacts.h
@@ -2,7 +2,7 @@
// FKFlickrPlacesPlacesForContacts.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -17,12 +17,14 @@ typedef enum {
FKFlickrPlacesPlacesForContactsError_NotAValidPlaceID = 4, /* An invalid Places (or WOE) identifier was included with your request. */
FKFlickrPlacesPlacesForContactsError_NotAValidThreshold = 5, /* The threshold passed was invalid. */
FKFlickrPlacesPlacesForContactsError_NotAValidContactsType = 6, /* Contacts must be either "all" or "ff" (friends and family). */
+ FKFlickrPlacesPlacesForContactsError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPlacesPlacesForContactsError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPlacesPlacesForContactsError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPlacesPlacesForContactsError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPlacesPlacesForContactsError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPlacesPlacesForContactsError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPlacesPlacesForContactsError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPlacesPlacesForContactsError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPlacesPlacesForContactsError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPlacesPlacesForContactsError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPlacesPlacesForContactsError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -38,74 +40,74 @@ Return a list of the top 100 unique places clustered by a given placetype for a
Response:
-
- San Francisco, California
+
+ San Francisco, California
*/
@interface FKFlickrPlacesPlacesForContacts : NSObject
-/* A specific place type to cluster photos by.
-
-Valid place types are :
-
-
-- neighbourhood (and neighborhood)
-- locality
-- region
-- country
-- continent
-
-
+/* A specific place type to cluster photos by.
+
+Valid place types are :
+
+
+- neighbourhood (and neighborhood)
+- locality
+- region
+- country
+- continent
+
+
The "place_type" argument has been deprecated in favor of the "place_type_id" argument. It won't go away but it will not be added to new methods. A complete list of place type IDs is available using the flickr.places.getPlaceTypes method. (While optional, you must pass either a valid place type or place type ID.) */
-@property (nonatomic, strong) NSString *place_type;
-
-/* The numeric ID for a specific place type to cluster photos by.
-
-Valid place type IDs are :
-
-
-- 22: neighbourhood
-- 7: locality
-- 8: region
-- 12: country
-- 29: continent
-
+@property (nonatomic, copy) NSString *place_type;
+
+/* The numeric ID for a specific place type to cluster photos by.
+
+Valid place type IDs are :
+
+
+- 22: neighbourhood
+- 7: locality
+- 8: region
+- 12: country
+- 29: continent
+
(While optional, you must pass either a valid place type or place type ID.) */
-@property (nonatomic, strong) NSString *place_type_id;
+@property (nonatomic, copy) NSString *place_type_id;
-/* A Where on Earth identifier to use to filter photo clusters. For example all the photos clustered by locality in the United States (WOE ID 23424977).
+/* A Where on Earth identifier to use to filter photo clusters. For example all the photos clustered by locality in the United States (WOE ID 23424977).
(While optional, you must pass either a valid Places ID or a WOE ID.) */
-@property (nonatomic, strong) NSString *woe_id;
+@property (nonatomic, copy) NSString *woe_id;
-/* A Flickr Places identifier to use to filter photo clusters. For example all the photos clustered by locality in the United States (Place ID 4KO02SibApitvSBieQ).
-
+/* A Flickr Places identifier to use to filter photo clusters. For example all the photos clustered by locality in the United States (Place ID 4KO02SibApitvSBieQ).
+
(While optional, you must pass either a valid Places ID or a WOE ID.) */
-@property (nonatomic, strong) NSString *place_id;
-
-/* The minimum number of photos that a place type must have to be included. If the number of photos is lowered then the parent place type for that place will be used.
+@property (nonatomic, copy) NSString *place_id;
+/* The minimum number of photos that a place type must have to be included. If the number of photos is lowered then the parent place type for that place will be used.
+
For example if your contacts only have 3 photos taken in the locality of Montreal (WOE ID 3534) but your threshold is set to 5 then those photos will be "rolled up" and included instead with a place record for the region of Quebec (WOE ID 2344924). */
-@property (nonatomic, strong) NSString *threshold;
+@property (nonatomic, copy) NSString *threshold;
/* Search your contacts. Either 'all' or 'ff' for just friends and family. (Default is all) */
-@property (nonatomic, strong) NSString *contacts;
+@property (nonatomic, copy) NSString *contacts;
/* Minimum upload date. Photos with an upload date greater than or equal to this value will be returned. The date should be in the form of a unix timestamp. */
-@property (nonatomic, strong) NSString *min_upload_date;
+@property (nonatomic, copy) NSString *min_upload_date;
/* Maximum upload date. Photos with an upload date less than or equal to this value will be returned. The date should be in the form of a unix timestamp. */
-@property (nonatomic, strong) NSString *max_upload_date;
+@property (nonatomic, copy) NSString *max_upload_date;
/* Minimum taken date. Photos with an taken date greater than or equal to this value will be returned. The date should be in the form of a mysql datetime. */
-@property (nonatomic, strong) NSString *min_taken_date;
+@property (nonatomic, copy) NSString *min_taken_date;
/* Maximum taken date. Photos with an taken date less than or equal to this value will be returned. The date should be in the form of a mysql datetime. */
-@property (nonatomic, strong) NSString *max_taken_date;
+@property (nonatomic, copy) NSString *max_taken_date;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesPlacesForContacts.m b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesPlacesForContacts.m
index ba842b2..d340c81 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesPlacesForContacts.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesPlacesForContacts.m
@@ -2,7 +2,7 @@
// FKFlickrPlacesPlacesForContacts.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPlacesPlacesForContacts
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -91,6 +93,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Not a valid threshold";
case FKFlickrPlacesPlacesForContactsError_NotAValidContactsType:
return @"Not a valid contacts type";
+ case FKFlickrPlacesPlacesForContactsError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPlacesPlacesForContactsError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPlacesPlacesForContactsError_MissingSignature:
@@ -103,6 +107,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPlacesPlacesForContactsError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPlacesPlacesForContactsError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPlacesPlacesForContactsError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPlacesPlacesForContactsError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesPlacesForTags.h b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesPlacesForTags.h
index aa060d3..a300ecd 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesPlacesForTags.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesPlacesForTags.h
@@ -2,7 +2,7 @@
// FKFlickrPlacesPlacesForTags.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -13,6 +13,7 @@
typedef enum {
FKFlickrPlacesPlacesForTagsError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPlacesPlacesForTagsError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPlacesPlacesForTagsError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPlacesPlacesForTagsError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPlacesPlacesForTagsError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPlacesPlacesForTagsError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -28,88 +29,88 @@ Return a list of the top 100 unique places clustered by a given placetype for se
Response:
-
- San Francisco, California
+
+ San Francisco, California
*/
@interface FKFlickrPlacesPlacesForTags : NSObject
-/* The numeric ID for a specific place type to cluster photos by.
-
-Valid place type IDs are :
-
-
-- 22: neighbourhood
-- 7: locality
-- 8: region
-- 12: country
-- 29: continent
+/* The numeric ID for a specific place type to cluster photos by.
+
+Valid place type IDs are :
+
+
+- 22: neighbourhood
+- 7: locality
+- 8: region
+- 12: country
+- 29: continent
*/
-@property (nonatomic, strong) NSString *place_type_id; /* (Required) */
+@property (nonatomic, copy) NSString *place_type_id; /* (Required) */
-/* A Where on Earth identifier to use to filter photo clusters. For example all the photos clustered by locality in the United States (WOE ID 23424977).
-
+/* A Where on Earth identifier to use to filter photo clusters. For example all the photos clustered by locality in the United States (WOE ID 23424977).
+
(While optional, you must pass either a valid Places ID or a WOE ID.) */
-@property (nonatomic, strong) NSString *woe_id;
+@property (nonatomic, copy) NSString *woe_id;
-/* A Flickr Places identifier to use to filter photo clusters. For example all the photos clustered by locality in the United States (Place ID 4KO02SibApitvSBieQ).
-
+/* A Flickr Places identifier to use to filter photo clusters. For example all the photos clustered by locality in the United States (Place ID 4KO02SibApitvSBieQ).
+
(While optional, you must pass either a valid Places ID or a WOE ID.) */
-@property (nonatomic, strong) NSString *place_id;
-
-/* The minimum number of photos that a place type must have to be included. If the number of photos is lowered then the parent place type for that place will be used.
+@property (nonatomic, copy) NSString *place_id;
+/* The minimum number of photos that a place type must have to be included. If the number of photos is lowered then the parent place type for that place will be used.
+
For example if you only have 3 photos taken in the locality of Montreal (WOE ID 3534) but your threshold is set to 5 then those photos will be "rolled up" and included instead with a place record for the region of Quebec (WOE ID 2344924). */
-@property (nonatomic, strong) NSString *threshold;
+@property (nonatomic, copy) NSString *threshold;
/* A comma-delimited list of tags. Photos with one or more of the tags listed will be returned. */
-@property (nonatomic, strong) NSString *tags;
+@property (nonatomic, copy) NSString *tags;
/* Either 'any' for an OR combination of tags, or 'all' for an AND combination. Defaults to 'any' if not specified. */
-@property (nonatomic, strong) NSString *tag_mode;
-
-/* Aside from passing in a fully formed machine tag, there is a special syntax for searching on specific properties :
-
-
- - Find photos using the 'dc' namespace :
"machine_tags" => "dc:"
-
- - Find photos with a title in the 'dc' namespace :
"machine_tags" => "dc:title="
-
- - Find photos titled "mr. camera" in the 'dc' namespace :
"machine_tags" => "dc:title=\"mr. camera\"
-
- - Find photos whose value is "mr. camera" :
"machine_tags" => "*:*=\"mr. camera\""
-
- - Find photos that have a title, in any namespace :
"machine_tags" => "*:title="
-
- - Find photos that have a title, in any namespace, whose value is "mr. camera" :
"machine_tags" => "*:title=\"mr. camera\""
-
- - Find photos, in the 'dc' namespace whose value is "mr. camera" :
"machine_tags" => "dc:*=\"mr. camera\""
-
-
-
-Multiple machine tags may be queried by passing a comma-separated list. The number of machine tags you can pass in a single query depends on the tag mode (AND or OR) that you are querying with. "AND" queries are limited to (16) machine tags. "OR" queries are limited
+@property (nonatomic, copy) NSString *tag_mode;
+
+/* Aside from passing in a fully formed machine tag, there is a special syntax for searching on specific properties :
+
+
+ - Find photos using the 'dc' namespace :
"machine_tags" => "dc:"
+
+ - Find photos with a title in the 'dc' namespace :
"machine_tags" => "dc:title="
+
+ - Find photos titled "mr. camera" in the 'dc' namespace :
"machine_tags" => "dc:title=\"mr. camera\"
+
+ - Find photos whose value is "mr. camera" :
"machine_tags" => "*:*=\"mr. camera\""
+
+ - Find photos that have a title, in any namespace :
"machine_tags" => "*:title="
+
+ - Find photos that have a title, in any namespace, whose value is "mr. camera" :
"machine_tags" => "*:title=\"mr. camera\""
+
+ - Find photos, in the 'dc' namespace whose value is "mr. camera" :
"machine_tags" => "dc:*=\"mr. camera\""
+
+
+
+Multiple machine tags may be queried by passing a comma-separated list. The number of machine tags you can pass in a single query depends on the tag mode (AND or OR) that you are querying with. "AND" queries are limited to (16) machine tags. "OR" queries are limited
to (8). */
-@property (nonatomic, strong) NSString *machine_tags;
+@property (nonatomic, copy) NSString *machine_tags;
/* Either 'any' for an OR combination of tags, or 'all' for an AND combination. Defaults to 'any' if not specified. */
-@property (nonatomic, strong) NSString *machine_tag_mode;
+@property (nonatomic, copy) NSString *machine_tag_mode;
/* Minimum upload date. Photos with an upload date greater than or equal to this value will be returned. The date should be in the form of a unix timestamp. */
-@property (nonatomic, strong) NSString *min_upload_date;
+@property (nonatomic, copy) NSString *min_upload_date;
/* Maximum upload date. Photos with an upload date less than or equal to this value will be returned. The date should be in the form of a unix timestamp. */
-@property (nonatomic, strong) NSString *max_upload_date;
+@property (nonatomic, copy) NSString *max_upload_date;
/* Minimum taken date. Photos with an taken date greater than or equal to this value will be returned. The date should be in the form of a mysql datetime. */
-@property (nonatomic, strong) NSString *min_taken_date;
+@property (nonatomic, copy) NSString *min_taken_date;
/* Maximum taken date. Photos with an taken date less than or equal to this value will be returned. The date should be in the form of a mysql datetime. */
-@property (nonatomic, strong) NSString *max_taken_date;
+@property (nonatomic, copy) NSString *max_taken_date;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesPlacesForTags.m b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesPlacesForTags.m
index ca2196f..abb6ef9 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesPlacesForTags.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesPlacesForTags.m
@@ -2,7 +2,7 @@
// FKFlickrPlacesPlacesForTags.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPlacesPlacesForTags
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -93,6 +95,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPlacesPlacesForTagsError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPlacesPlacesForTagsError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPlacesPlacesForTagsError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPlacesPlacesForTagsError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesPlacesForUser.h b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesPlacesForUser.h
index ed257f5..13d4329 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesPlacesForUser.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesPlacesForUser.h
@@ -2,7 +2,7 @@
// FKFlickrPlacesPlacesForUser.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -16,12 +16,14 @@ typedef enum {
FKFlickrPlacesPlacesForUserError_NotAValidPlaceType = 3, /* An invalid place type was included with your request. */
FKFlickrPlacesPlacesForUserError_NotAValidPlaceID = 4, /* An invalid Places (or WOE) identifier was included with your request. */
FKFlickrPlacesPlacesForUserError_NotAValidThreshold = 5, /* The threshold passed was invalid. */
+ FKFlickrPlacesPlacesForUserError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPlacesPlacesForUserError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPlacesPlacesForUserError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPlacesPlacesForUserError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPlacesPlacesForUserError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPlacesPlacesForUserError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPlacesPlacesForUserError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPlacesPlacesForUserError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPlacesPlacesForUserError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPlacesPlacesForUserError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPlacesPlacesForUserError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -37,70 +39,70 @@ Return a list of the top 100 unique places clustered by a given placetype for a
Response:
-
- San Francisco, California
+
+ San Francisco, California
*/
@interface FKFlickrPlacesPlacesForUser : NSObject
-/* The numeric ID for a specific place type to cluster photos by.
-
-Valid place type IDs are :
-
-
-- 22: neighbourhood
-- 7: locality
-- 8: region
-- 12: country
-- 29: continent
-
-
+/* The numeric ID for a specific place type to cluster photos by.
+
+Valid place type IDs are :
+
+
+- 22: neighbourhood
+- 7: locality
+- 8: region
+- 12: country
+- 29: continent
+
+
The "place_type" argument has been deprecated in favor of the "place_type_id" argument. It won't go away but it will not be added to new methods. A complete list of place type IDs is available using the flickr.places.getPlaceTypes method. (While optional, you must pass either a valid place type or place type ID.) */
-@property (nonatomic, strong) NSString *place_type_id;
-
-/* A specific place type to cluster photos by.
-
-Valid place types are :
-
-
-- neighbourhood (and neighborhood)
-- locality
-- region
-- country
-- continent
-
+@property (nonatomic, copy) NSString *place_type_id;
+
+/* A specific place type to cluster photos by.
+
+Valid place types are :
+
+
+- neighbourhood (and neighborhood)
+- locality
+- region
+- country
+- continent
+
(While optional, you must pass either a valid place type or place type ID.) */
-@property (nonatomic, strong) NSString *place_type;
+@property (nonatomic, copy) NSString *place_type;
-/* A Where on Earth identifier to use to filter photo clusters. For example all the photos clustered by locality in the United States (WOE ID 23424977).
+/* A Where on Earth identifier to use to filter photo clusters. For example all the photos clustered by locality in the United States (WOE ID 23424977).
(While optional, you must pass either a valid Places ID or a WOE ID.) */
-@property (nonatomic, strong) NSString *woe_id;
+@property (nonatomic, copy) NSString *woe_id;
-/* A Flickr Places identifier to use to filter photo clusters. For example all the photos clustered by locality in the United States (Place ID 4KO02SibApitvSBieQ).
+/* A Flickr Places identifier to use to filter photo clusters. For example all the photos clustered by locality in the United States (Place ID 4KO02SibApitvSBieQ).
(While optional, you must pass either a valid Places ID or a WOE ID.) */
-@property (nonatomic, strong) NSString *place_id;
-
-/* The minimum number of photos that a place type must have to be included. If the number of photos is lowered then the parent place type for that place will be used.
+@property (nonatomic, copy) NSString *place_id;
+/* The minimum number of photos that a place type must have to be included. If the number of photos is lowered then the parent place type for that place will be used.
+
For example if you only have 3 photos taken in the locality of Montreal (WOE ID 3534) but your threshold is set to 5 then those photos will be "rolled up" and included instead with a place record for the region of Quebec (WOE ID 2344924). */
-@property (nonatomic, strong) NSString *threshold;
+@property (nonatomic, copy) NSString *threshold;
/* Minimum upload date. Photos with an upload date greater than or equal to this value will be returned. The date should be in the form of a unix timestamp. */
-@property (nonatomic, strong) NSString *min_upload_date;
+@property (nonatomic, copy) NSString *min_upload_date;
/* Maximum upload date. Photos with an upload date less than or equal to this value will be returned. The date should be in the form of a unix timestamp. */
-@property (nonatomic, strong) NSString *max_upload_date;
+@property (nonatomic, copy) NSString *max_upload_date;
/* Minimum taken date. Photos with an taken date greater than or equal to this value will be returned. The date should be in the form of a mysql datetime. */
-@property (nonatomic, strong) NSString *min_taken_date;
+@property (nonatomic, copy) NSString *min_taken_date;
/* Maximum taken date. Photos with an taken date less than or equal to this value will be returned. The date should be in the form of a mysql datetime. */
-@property (nonatomic, strong) NSString *max_taken_date;
+@property (nonatomic, copy) NSString *max_taken_date;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesPlacesForUser.m b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesPlacesForUser.m
index f0bddd4..289c60a 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesPlacesForUser.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesPlacesForUser.m
@@ -2,7 +2,7 @@
// FKFlickrPlacesPlacesForUser.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPlacesPlacesForUser
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -86,6 +88,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Not a valid Place ID";
case FKFlickrPlacesPlacesForUserError_NotAValidThreshold:
return @"Not a valid threshold";
+ case FKFlickrPlacesPlacesForUserError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPlacesPlacesForUserError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPlacesPlacesForUserError_MissingSignature:
@@ -98,6 +102,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPlacesPlacesForUserError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPlacesPlacesForUserError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPlacesPlacesForUserError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPlacesPlacesForUserError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesResolvePlaceId.h b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesResolvePlaceId.h
index 512f391..44dfb1c 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesResolvePlaceId.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesResolvePlaceId.h
@@ -2,7 +2,7 @@
// FKFlickrPlacesResolvePlaceId.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -15,6 +15,7 @@ typedef enum {
FKFlickrPlacesResolvePlaceIdError_PlaceNotFound = 3, /* */
FKFlickrPlacesResolvePlaceIdError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPlacesResolvePlaceIdError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPlacesResolvePlaceIdError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPlacesResolvePlaceIdError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPlacesResolvePlaceIdError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPlacesResolvePlaceIdError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -25,35 +26,35 @@ typedef enum {
/*
-Find Flickr Places information by Place ID.
+Find Flickr Places information by Place ID.
This method has been deprecated. It won't be removed but you should use flickr.places.getInfo instead.
Response:
-
- San Francisco
- San Francisco
- California
- United States
+
+ San Francisco
+ San Francisco
+ California
+ United States
*/
@interface FKFlickrPlacesResolvePlaceId : NSObject
/* A Flickr Places ID */
-@property (nonatomic, strong) NSString *place_id; /* (Required) */
+@property (nonatomic, copy) NSString *place_id; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesResolvePlaceId.m b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesResolvePlaceId.m
index 4a67438..ecadd16 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesResolvePlaceId.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesResolvePlaceId.m
@@ -2,7 +2,7 @@
// FKFlickrPlacesResolvePlaceId.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPlacesResolvePlaceId
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -64,6 +66,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPlacesResolvePlaceIdError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPlacesResolvePlaceIdError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPlacesResolvePlaceIdError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPlacesResolvePlaceIdError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesResolvePlaceURL.h b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesResolvePlaceURL.h
index d9c6dfa..3e931ae 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesResolvePlaceURL.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesResolvePlaceURL.h
@@ -2,7 +2,7 @@
// FKFlickrPlacesResolvePlaceURL.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -15,6 +15,7 @@ typedef enum {
FKFlickrPlacesResolvePlaceURLError_PlaceNotFound = 3, /* */
FKFlickrPlacesResolvePlaceURLError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPlacesResolvePlaceURLError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPlacesResolvePlaceURLError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPlacesResolvePlaceURLError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPlacesResolvePlaceURLError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPlacesResolvePlaceURLError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -25,38 +26,38 @@ typedef enum {
/*
-Find Flickr Places information by Place URL.
-This method has been deprecated. It won't be removed but you should use flickr.places.getInfoByUrl instead.
+Find Flickr Places information by Place URL.
+This method has been deprecated. It won't be removed but you should use flickr.places.getInfoByUrl instead.
Response:
-
- San Francisco
- San Francisco
- California
- United States
+
+ San Francisco
+ San Francisco
+ California
+ United States
*/
@interface FKFlickrPlacesResolvePlaceURL : NSObject
-/* A Flickr Places URL.
-
+/* A Flickr Places URL.
+
Flickr Place URLs are of the form /country/region/city */
-@property (nonatomic, strong) NSString *url; /* (Required) */
+@property (nonatomic, copy) NSString *url; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesResolvePlaceURL.m b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesResolvePlaceURL.m
index 8f890d1..6101c4c 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesResolvePlaceURL.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesResolvePlaceURL.m
@@ -2,7 +2,7 @@
// FKFlickrPlacesResolvePlaceURL.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPlacesResolvePlaceURL
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -64,6 +66,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPlacesResolvePlaceURLError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPlacesResolvePlaceURLError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPlacesResolvePlaceURLError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPlacesResolvePlaceURLError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesTagsForPlace.h b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesTagsForPlace.h
index b9766c6..c233d25 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesTagsForPlace.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesTagsForPlace.h
@@ -2,7 +2,7 @@
// FKFlickrPlacesTagsForPlace.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -16,6 +16,7 @@ typedef enum {
FKFlickrPlacesTagsForPlaceError_PlaceNotFound = 3, /* An invalid Places (or WOE) identifier was included with your request. */
FKFlickrPlacesTagsForPlaceError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPlacesTagsForPlaceError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPlacesTagsForPlaceError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPlacesTagsForPlaceError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPlacesTagsForPlaceError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPlacesTagsForPlaceError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -31,44 +32,44 @@ Return a list of the top 100 unique tags for a Flickr Places or Where on Earth (
Response:
-
- montreal
- canada
- montréal
- quebec
- québec
- sylvainmichaud
- nikon
- lucbus
- music
- urban
- lucbussieres
- festival
-
+
+ montreal
+ canada
+ montréal
+ quebec
+ québec
+ sylvainmichaud
+ nikon
+ lucbus
+ music
+ urban
+ lucbussieres
+ festival
+
*/
@interface FKFlickrPlacesTagsForPlace : NSObject
-/* A Where on Earth identifier to use to filter photo clusters.
+/* A Where on Earth identifier to use to filter photo clusters.
(While optional, you must pass either a valid Places ID or a WOE ID.) */
-@property (nonatomic, strong) NSString *woe_id;
+@property (nonatomic, copy) NSString *woe_id;
-/* A Flickr Places identifier to use to filter photo clusters.
+/* A Flickr Places identifier to use to filter photo clusters.
(While optional, you must pass either a valid Places ID or a WOE ID.) */
-@property (nonatomic, strong) NSString *place_id;
+@property (nonatomic, copy) NSString *place_id;
/* Minimum upload date. Photos with an upload date greater than or equal to this value will be returned. The date should be in the form of a unix timestamp. */
-@property (nonatomic, strong) NSString *min_upload_date;
+@property (nonatomic, copy) NSString *min_upload_date;
/* Maximum upload date. Photos with an upload date less than or equal to this value will be returned. The date should be in the form of a unix timestamp. */
-@property (nonatomic, strong) NSString *max_upload_date;
+@property (nonatomic, copy) NSString *max_upload_date;
/* Minimum taken date. Photos with an taken date greater than or equal to this value will be returned. The date should be in the form of a mysql datetime. */
-@property (nonatomic, strong) NSString *min_taken_date;
+@property (nonatomic, copy) NSString *min_taken_date;
/* Maximum taken date. Photos with an taken date less than or equal to this value will be returned. The date should be in the form of a mysql datetime. */
-@property (nonatomic, strong) NSString *max_taken_date;
+@property (nonatomic, copy) NSString *max_taken_date;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesTagsForPlace.m b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesTagsForPlace.m
index 47b53fb..d9899eb 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesTagsForPlace.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Places/FKFlickrPlacesTagsForPlace.m
@@ -2,7 +2,7 @@
// FKFlickrPlacesTagsForPlace.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPlacesTagsForPlace
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -77,6 +79,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPlacesTagsForPlaceError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPlacesTagsForPlaceError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPlacesTagsForPlaceError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPlacesTagsForPlaceError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Prefs/FKFlickrPrefsGetContentType.h b/Pods/FlickrKit/Classes/Model/Generated/Prefs/FKFlickrPrefsGetContentType.h
index 38b1478..0d18115 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Prefs/FKFlickrPrefsGetContentType.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Prefs/FKFlickrPrefsGetContentType.h
@@ -2,7 +2,7 @@
// FKFlickrPrefsGetContentType.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -11,12 +11,14 @@
#import "FKFlickrAPIMethod.h"
typedef enum {
+ FKFlickrPrefsGetContentTypeError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPrefsGetContentTypeError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPrefsGetContentTypeError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPrefsGetContentTypeError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPrefsGetContentTypeError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPrefsGetContentTypeError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPrefsGetContentTypeError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPrefsGetContentTypeError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPrefsGetContentTypeError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPrefsGetContentTypeError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPrefsGetContentTypeError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -32,8 +34,8 @@ Returns the default content type preference for the user.
Response:
-
-
+
+
*/
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Prefs/FKFlickrPrefsGetContentType.m b/Pods/FlickrKit/Classes/Model/Generated/Prefs/FKFlickrPrefsGetContentType.m
index e0bfc4c..6a49543 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Prefs/FKFlickrPrefsGetContentType.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Prefs/FKFlickrPrefsGetContentType.m
@@ -2,7 +2,7 @@
// FKFlickrPrefsGetContentType.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPrefsGetContentType
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -49,6 +51,8 @@ - (NSDictionary *) args {
- (NSString *) descriptionForError:(NSInteger)error {
switch(error) {
+ case FKFlickrPrefsGetContentTypeError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPrefsGetContentTypeError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPrefsGetContentTypeError_MissingSignature:
@@ -61,6 +65,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPrefsGetContentTypeError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPrefsGetContentTypeError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPrefsGetContentTypeError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPrefsGetContentTypeError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Prefs/FKFlickrPrefsGetGeoPerms.h b/Pods/FlickrKit/Classes/Model/Generated/Prefs/FKFlickrPrefsGetGeoPerms.h
index a22f105..89d39f2 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Prefs/FKFlickrPrefsGetGeoPerms.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Prefs/FKFlickrPrefsGetGeoPerms.h
@@ -2,7 +2,7 @@
// FKFlickrPrefsGetGeoPerms.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -11,12 +11,14 @@
#import "FKFlickrAPIMethod.h"
typedef enum {
+ FKFlickrPrefsGetGeoPermsError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPrefsGetGeoPermsError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPrefsGetGeoPermsError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPrefsGetGeoPermsError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPrefsGetGeoPermsError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPrefsGetGeoPermsError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPrefsGetGeoPermsError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPrefsGetGeoPermsError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPrefsGetGeoPermsError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPrefsGetGeoPermsError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPrefsGetGeoPermsError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -27,36 +29,36 @@ typedef enum {
/*
-Returns the default privacy level for geographic information attached to the user's photos and whether or not the user has chosen to use geo-related EXIF information to automatically geotag their photos.
-
-Possible values, for viewing geotagged photos, are:
-
-
-- 0 : No default set
-- 1 : Public
-- 2 : Contacts only
-- 3 : Friends and Family only
-- 4 : Friends only
-- 5 : Family only
-- 6 : Private
-
-
-Users can edit this preference at http://www.flickr.com/account/geo/privacy/.
-
-Possible values for whether or not geo-related EXIF information will be used to geotag a photo are:
-
-
-- 0: Geo-related EXIF information will be ignored
-- 1: Geo-related EXIF information will be used to try and geotag photos on upload
-
-
+Returns the default privacy level for geographic information attached to the user's photos and whether or not the user has chosen to use geo-related EXIF information to automatically geotag their photos.
+
+Possible values, for viewing geotagged photos, are:
+
+
+- 0 : No default set
+- 1 : Public
+- 2 : Contacts only
+- 3 : Friends and Family only
+- 4 : Friends only
+- 5 : Family only
+- 6 : Private
+
+
+Users can edit this preference at http://www.flickr.com/account/geo/privacy/.
+
+Possible values for whether or not geo-related EXIF information will be used to geotag a photo are:
+
+
+- 0: Geo-related EXIF information will be ignored
+- 1: Geo-related EXIF information will be used to try and geotag photos on upload
+
+
Users can edit this preference at http://www.flickr.com/account/geo/exif/?from=privacy
Response:
-
-
+
+
*/
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Prefs/FKFlickrPrefsGetGeoPerms.m b/Pods/FlickrKit/Classes/Model/Generated/Prefs/FKFlickrPrefsGetGeoPerms.m
index 6346fd0..997b1f0 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Prefs/FKFlickrPrefsGetGeoPerms.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Prefs/FKFlickrPrefsGetGeoPerms.m
@@ -2,7 +2,7 @@
// FKFlickrPrefsGetGeoPerms.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPrefsGetGeoPerms
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -49,6 +51,8 @@ - (NSDictionary *) args {
- (NSString *) descriptionForError:(NSInteger)error {
switch(error) {
+ case FKFlickrPrefsGetGeoPermsError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPrefsGetGeoPermsError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPrefsGetGeoPermsError_MissingSignature:
@@ -61,6 +65,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPrefsGetGeoPermsError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPrefsGetGeoPermsError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPrefsGetGeoPermsError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPrefsGetGeoPermsError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Prefs/FKFlickrPrefsGetHidden.h b/Pods/FlickrKit/Classes/Model/Generated/Prefs/FKFlickrPrefsGetHidden.h
index 19128dc..f215349 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Prefs/FKFlickrPrefsGetHidden.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Prefs/FKFlickrPrefsGetHidden.h
@@ -2,7 +2,7 @@
// FKFlickrPrefsGetHidden.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -11,12 +11,14 @@
#import "FKFlickrAPIMethod.h"
typedef enum {
+ FKFlickrPrefsGetHiddenError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPrefsGetHiddenError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPrefsGetHiddenError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPrefsGetHiddenError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPrefsGetHiddenError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPrefsGetHiddenError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPrefsGetHiddenError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPrefsGetHiddenError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPrefsGetHiddenError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPrefsGetHiddenError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPrefsGetHiddenError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -32,8 +34,8 @@ Returns the default hidden preference for the user.
Response:
-
-
+
+
*/
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Prefs/FKFlickrPrefsGetHidden.m b/Pods/FlickrKit/Classes/Model/Generated/Prefs/FKFlickrPrefsGetHidden.m
index 69c4b5e..abc3c2b 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Prefs/FKFlickrPrefsGetHidden.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Prefs/FKFlickrPrefsGetHidden.m
@@ -2,7 +2,7 @@
// FKFlickrPrefsGetHidden.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPrefsGetHidden
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -49,6 +51,8 @@ - (NSDictionary *) args {
- (NSString *) descriptionForError:(NSInteger)error {
switch(error) {
+ case FKFlickrPrefsGetHiddenError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPrefsGetHiddenError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPrefsGetHiddenError_MissingSignature:
@@ -61,6 +65,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPrefsGetHiddenError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPrefsGetHiddenError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPrefsGetHiddenError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPrefsGetHiddenError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Prefs/FKFlickrPrefsGetPrivacy.h b/Pods/FlickrKit/Classes/Model/Generated/Prefs/FKFlickrPrefsGetPrivacy.h
index aff8e33..2688b17 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Prefs/FKFlickrPrefsGetPrivacy.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Prefs/FKFlickrPrefsGetPrivacy.h
@@ -2,7 +2,7 @@
// FKFlickrPrefsGetPrivacy.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -11,12 +11,14 @@
#import "FKFlickrAPIMethod.h"
typedef enum {
+ FKFlickrPrefsGetPrivacyError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPrefsGetPrivacyError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPrefsGetPrivacyError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPrefsGetPrivacyError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPrefsGetPrivacyError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPrefsGetPrivacyError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPrefsGetPrivacyError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPrefsGetPrivacyError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPrefsGetPrivacyError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPrefsGetPrivacyError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPrefsGetPrivacyError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -27,22 +29,22 @@ typedef enum {
/*
-Returns the default privacy level preference for the user.
-
-Possible values are:
-
-- 1 : Public
-- 2 : Friends only
-- 3 : Family only
-- 4 : Friends and Family
-- 5 : Private
+Returns the default privacy level preference for the user.
+
+Possible values are:
+
+- 1 : Public
+- 2 : Friends only
+- 3 : Family only
+- 4 : Friends and Family
+- 5 : Private
Response:
-
-
+
+
*/
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Prefs/FKFlickrPrefsGetPrivacy.m b/Pods/FlickrKit/Classes/Model/Generated/Prefs/FKFlickrPrefsGetPrivacy.m
index a72969d..cc06dc5 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Prefs/FKFlickrPrefsGetPrivacy.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Prefs/FKFlickrPrefsGetPrivacy.m
@@ -2,7 +2,7 @@
// FKFlickrPrefsGetPrivacy.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPrefsGetPrivacy
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -49,6 +51,8 @@ - (NSDictionary *) args {
- (NSString *) descriptionForError:(NSInteger)error {
switch(error) {
+ case FKFlickrPrefsGetPrivacyError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPrefsGetPrivacyError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPrefsGetPrivacyError_MissingSignature:
@@ -61,6 +65,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPrefsGetPrivacyError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPrefsGetPrivacyError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPrefsGetPrivacyError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPrefsGetPrivacyError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Prefs/FKFlickrPrefsGetSafetyLevel.h b/Pods/FlickrKit/Classes/Model/Generated/Prefs/FKFlickrPrefsGetSafetyLevel.h
index e573c26..0bbfc67 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Prefs/FKFlickrPrefsGetSafetyLevel.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Prefs/FKFlickrPrefsGetSafetyLevel.h
@@ -2,7 +2,7 @@
// FKFlickrPrefsGetSafetyLevel.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -11,12 +11,14 @@
#import "FKFlickrAPIMethod.h"
typedef enum {
+ FKFlickrPrefsGetSafetyLevelError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPrefsGetSafetyLevelError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPrefsGetSafetyLevelError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPrefsGetSafetyLevelError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPrefsGetSafetyLevelError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPrefsGetSafetyLevelError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPrefsGetSafetyLevelError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPrefsGetSafetyLevelError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPrefsGetSafetyLevelError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPrefsGetSafetyLevelError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPrefsGetSafetyLevelError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -32,8 +34,8 @@ Returns the default safety level preference for the user.
Response:
-
-
+
+
*/
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Prefs/FKFlickrPrefsGetSafetyLevel.m b/Pods/FlickrKit/Classes/Model/Generated/Prefs/FKFlickrPrefsGetSafetyLevel.m
index a071aea..2ba012b 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Prefs/FKFlickrPrefsGetSafetyLevel.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Prefs/FKFlickrPrefsGetSafetyLevel.m
@@ -2,7 +2,7 @@
// FKFlickrPrefsGetSafetyLevel.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPrefsGetSafetyLevel
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -49,6 +51,8 @@ - (NSDictionary *) args {
- (NSString *) descriptionForError:(NSInteger)error {
switch(error) {
+ case FKFlickrPrefsGetSafetyLevelError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPrefsGetSafetyLevelError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPrefsGetSafetyLevelError_MissingSignature:
@@ -61,6 +65,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPrefsGetSafetyLevelError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPrefsGetSafetyLevelError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPrefsGetSafetyLevelError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPrefsGetSafetyLevelError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Push/FKFlickrPushGetSubscriptions.h b/Pods/FlickrKit/Classes/Model/Generated/Push/FKFlickrPushGetSubscriptions.h
index e4ee90a..25e04f3 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Push/FKFlickrPushGetSubscriptions.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Push/FKFlickrPushGetSubscriptions.h
@@ -2,7 +2,7 @@
// FKFlickrPushGetSubscriptions.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,12 +12,14 @@
typedef enum {
FKFlickrPushGetSubscriptionsError_ServiceCurrentlyAvailableOnlyToProAccounts = 5, /* PuSH subscriptions are currently restricted to Pro account holders. */
+ FKFlickrPushGetSubscriptionsError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPushGetSubscriptionsError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPushGetSubscriptionsError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPushGetSubscriptionsError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPushGetSubscriptionsError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPushGetSubscriptionsError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPushGetSubscriptionsError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPushGetSubscriptionsError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPushGetSubscriptionsError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPushGetSubscriptionsError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPushGetSubscriptionsError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -28,18 +30,18 @@ typedef enum {
/*
-Returns a list of the subscriptions for the logged-in user.
-
+Returns a list of the subscriptions for the logged-in user.
+
(this method is experimental and may change)
Response:
-
-
-
-
-
+
+
+
+
+
*/
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Push/FKFlickrPushGetSubscriptions.m b/Pods/FlickrKit/Classes/Model/Generated/Push/FKFlickrPushGetSubscriptions.m
index a988757..efff453 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Push/FKFlickrPushGetSubscriptions.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Push/FKFlickrPushGetSubscriptions.m
@@ -2,7 +2,7 @@
// FKFlickrPushGetSubscriptions.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPushGetSubscriptions
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -51,6 +53,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
switch(error) {
case FKFlickrPushGetSubscriptionsError_ServiceCurrentlyAvailableOnlyToProAccounts:
return @"Service currently available only to pro accounts";
+ case FKFlickrPushGetSubscriptionsError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPushGetSubscriptionsError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPushGetSubscriptionsError_MissingSignature:
@@ -63,6 +67,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPushGetSubscriptionsError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPushGetSubscriptionsError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPushGetSubscriptionsError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPushGetSubscriptionsError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Push/FKFlickrPushGetTopics.h b/Pods/FlickrKit/Classes/Model/Generated/Push/FKFlickrPushGetTopics.h
index 702733e..6c70454 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Push/FKFlickrPushGetTopics.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Push/FKFlickrPushGetTopics.h
@@ -2,7 +2,7 @@
// FKFlickrPushGetTopics.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -13,6 +13,7 @@
typedef enum {
FKFlickrPushGetTopicsError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPushGetTopicsError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPushGetTopicsError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPushGetTopicsError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPushGetTopicsError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPushGetTopicsError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -23,18 +24,18 @@ typedef enum {
/*
-All the different flavours of anteater.
-
+All the different flavours of anteater.
+
(this method is experimental and may change)
Response:
-
-
-
-
-
+
+
+
+
+
*/
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Push/FKFlickrPushGetTopics.m b/Pods/FlickrKit/Classes/Model/Generated/Push/FKFlickrPushGetTopics.m
index 3ff0d34..621357c 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Push/FKFlickrPushGetTopics.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Push/FKFlickrPushGetTopics.m
@@ -2,7 +2,7 @@
// FKFlickrPushGetTopics.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPushGetTopics
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -53,6 +55,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPushGetTopicsError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPushGetTopicsError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPushGetTopicsError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPushGetTopicsError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Push/FKFlickrPushSubscribe.h b/Pods/FlickrKit/Classes/Model/Generated/Push/FKFlickrPushSubscribe.h
index 36655e0..d2702ca 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Push/FKFlickrPushSubscribe.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Push/FKFlickrPushSubscribe.h
@@ -2,7 +2,7 @@
// FKFlickrPushSubscribe.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -17,12 +17,14 @@ typedef enum {
FKFlickrPushSubscribeError_CallbackFailedOrInvalidResponse = 4, /* The verification callback failed, or failed to return the expected response to confirm the subscription. */
FKFlickrPushSubscribeError_ServiceCurrentlyAvailableOnlyToProAccounts = 5, /* PuSH subscriptions are currently restricted to Pro account holders. */
FKFlickrPushSubscribeError_SubscriptionAwaitingVerificationCallbackResponseTryAgainLater = 6, /* A subscription with those details exists already, but it is in a pending (non-verified) state. Please wait a bit for the verification callback to complete before attempting to update the subscription. */
+ FKFlickrPushSubscribeError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPushSubscribeError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPushSubscribeError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPushSubscribeError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPushSubscribeError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPushSubscribeError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPushSubscribeError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPushSubscribeError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPushSubscribeError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPushSubscribeError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPushSubscribeError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -33,8 +35,8 @@ typedef enum {
/*
-In ur pandas, tickling ur unicorn
-
+In ur pandas, tickling ur unicorn
+
(this method is experimental and may change)
@@ -44,77 +46,65 @@ In ur pandas, tickling ur unicorn
@interface FKFlickrPushSubscribe : NSObject
/* The type of subscription. See flickr.push.getTopics. */
-@property (nonatomic, strong) NSString *topic; /* (Required) */
+@property (nonatomic, copy) NSString *topic; /* (Required) */
/* The url for the subscription endpoint. Limited to 255 bytes, and must be unique for this user, i.e. no two subscriptions for a given user may use the same callback url. */
-@property (nonatomic, strong) NSString *callback; /* (Required) */
+@property (nonatomic, copy) NSString *callback; /* (Required) */
/* The verification mode, either sync or async. See the Google PubSubHubbub spec for details. */
-@property (nonatomic, strong) NSString *verify; /* (Required) */
+@property (nonatomic, copy) NSString *verify; /* (Required) */
/* The verification token to be echoed back to the subscriber during the verification callback, as per the Google PubSubHubbub spec. Limited to 200 bytes. */
-@property (nonatomic, strong) NSString *verify_token;
+@property (nonatomic, copy) NSString *verify_token;
/* Number of seconds for which the subscription will be valid. Legal values are 60 to 86400 (1 minute to 1 day). If not present, the subscription will be auto-renewing. */
-@property (nonatomic, strong) NSString *lease_seconds;
+@property (nonatomic, copy) NSString *lease_seconds;
-/* A 32-bit integer for a Where on Earth ID. Only valid if topic is geo.
-
+/* A 32-bit integer for a Where on Earth ID. Only valid if topic is geo.
+
The order of precedence for geo subscriptions is : woe ids, place ids, radial i.e. the lat, lon parameters will be ignored if place_ids is present, which will be ignored if woe_ids is present. */
-@property (nonatomic, strong) NSString *woe_ids;
+@property (nonatomic, copy) NSString *woe_ids;
-/* A comma-separated list of Flickr place IDs. Only valid if topic is geo.
-
+/* A comma-separated list of Flickr place IDs. Only valid if topic is geo.
+
The order of precedence for geo subscriptions is : woe ids, place ids, radial i.e. the lat, lon parameters will be ignored if place_ids is present, which will be ignored if woe_ids is present. */
-@property (nonatomic, strong) NSString *place_ids;
+@property (nonatomic, copy) NSString *place_ids;
-/* A latitude value, in decimal format. Only valid if topic is geo. Defines the latitude for a radial query centered around (lat, lon).
-
+/* A latitude value, in decimal format. Only valid if topic is geo. Defines the latitude for a radial query centered around (lat, lon).
+
The order of precedence for geo subscriptions is : woe ids, place ids, radial i.e. the lat, lon parameters will be ignored if place_ids is present, which will be ignored if woe_ids is present. */
-@property (nonatomic, strong) NSString *lat;
+@property (nonatomic, copy) NSString *lat;
-/* A longitude value, in decimal format. Only valid if topic is geo. Defines the longitude for a radial query centered around (lat, lon).
-
+/* A longitude value, in decimal format. Only valid if topic is geo. Defines the longitude for a radial query centered around (lat, lon).
+
The order of precedence for geo subscriptions is : woe ids, place ids, radial i.e. the lat, lon parameters will be ignored if place_ids is present, which will be ignored if woe_ids is present. */
-@property (nonatomic, strong) NSString *lon;
+@property (nonatomic, copy) NSString *lon;
-/* A radius value, in the units defined by radius_units. Only valid if topic is geo. Defines the radius of a circle for a radial query centered around (lat, lon). Default is 5 km.
-
+/* A radius value, in the units defined by radius_units. Only valid if topic is geo. Defines the radius of a circle for a radial query centered around (lat, lon). Default is 5 km.
+
The order of precedence for geo subscriptions is : woe ids, place ids, radial i.e. the lat, lon parameters will be ignored if place_ids is present, which will be ignored if woe_ids is present. */
-@property (nonatomic, strong) NSString *radius;
+@property (nonatomic, copy) NSString *radius;
-/* Defines the units for the radius parameter. Only valid if topic is geo. Options are mi and km. Default is km.
-
+/* Defines the units for the radius parameter. Only valid if topic is geo. Options are mi and km. Default is km.
+
The order of precedence for geo subscriptions is : woe ids, place ids, radial i.e. the lat, lon parameters will be ignored if place_ids is present, which will be ignored if woe_ids is present. */
-@property (nonatomic, strong) NSString *radius_units;
-
-/* Defines the minimum accuracy required for photos to be included in a subscription. Only valid if topic is geo Legal values are 1-16, default is 1 (i.e. any accuracy level).
-
-- World level is 1
-- Country is ~3
-- Region is ~6
-- City is ~11
-- Street is ~16
+@property (nonatomic, copy) NSString *radius_units;
+
+/* Defines the minimum accuracy required for photos to be included in a subscription. Only valid if topic is geo Legal values are 1-16, default is 1 (i.e. any accuracy level).
+
+- World level is 1
+- Country is ~3
+- Region is ~6
+- City is ~11
+- Street is ~16
*/
-@property (nonatomic, strong) NSString *accuracy;
+@property (nonatomic, copy) NSString *accuracy;
/* A comma-separated list of nsids representing Flickr Commons institutions (see flickr.commons.getInstitutions). Only valid if topic is commons. If not present this argument defaults to all Flickr Commons institutions. */
-@property (nonatomic, strong) NSString *nsids;
+@property (nonatomic, copy) NSString *nsids;
/* A comma-separated list of strings to be used for tag subscriptions. Photos with one or more of the tags listed will be included in the subscription. Only valid if the topic is tags. */
-@property (nonatomic, strong) NSString *tags;
-
-/* A comma-separated list of strings to be used for machine tag subscriptions. Photos with one or more of the machine tags listed will be included in the subscription. Currently the format must be namespace:tag_name=value Only valid if the topic is tags. */
-@property (nonatomic, strong) NSString *machine_tags;
-
-/* */
-@property (nonatomic, strong) NSString *update_type;
-
-/* */
-@property (nonatomic, strong) NSString *output_format;
-
-/* */
-@property (nonatomic, strong) NSString *mailto;
+@property (nonatomic, copy) NSString *tags;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Push/FKFlickrPushSubscribe.m b/Pods/FlickrKit/Classes/Model/Generated/Push/FKFlickrPushSubscribe.m
index cb80780..b9ec471 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Push/FKFlickrPushSubscribe.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Push/FKFlickrPushSubscribe.m
@@ -2,7 +2,7 @@
// FKFlickrPushSubscribe.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPushSubscribe
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -97,18 +99,6 @@ - (NSDictionary *) args {
if(self.tags) {
[args setValue:self.tags forKey:@"tags"];
}
- if(self.machine_tags) {
- [args setValue:self.machine_tags forKey:@"machine_tags"];
- }
- if(self.update_type) {
- [args setValue:self.update_type forKey:@"update_type"];
- }
- if(self.output_format) {
- [args setValue:self.output_format forKey:@"output_format"];
- }
- if(self.mailto) {
- [args setValue:self.mailto forKey:@"mailto"];
- }
return [args copy];
}
@@ -127,6 +117,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Service currently available only to pro accounts";
case FKFlickrPushSubscribeError_SubscriptionAwaitingVerificationCallbackResponseTryAgainLater:
return @"Subscription awaiting verification callback response - try again later";
+ case FKFlickrPushSubscribeError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPushSubscribeError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPushSubscribeError_MissingSignature:
@@ -139,6 +131,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPushSubscribeError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPushSubscribeError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPushSubscribeError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPushSubscribeError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Push/FKFlickrPushUnsubscribe.h b/Pods/FlickrKit/Classes/Model/Generated/Push/FKFlickrPushUnsubscribe.h
index c9064a4..a1e9fc5 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Push/FKFlickrPushUnsubscribe.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Push/FKFlickrPushUnsubscribe.h
@@ -2,7 +2,7 @@
// FKFlickrPushUnsubscribe.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -16,12 +16,14 @@ typedef enum {
FKFlickrPushUnsubscribeError_CallbackFailedOrInvalidResponse = 4, /* The verification callback failed, or failed to return the expected response to confirm the un-subscription. */
FKFlickrPushUnsubscribeError_SubscriptionAwaitingVerificationCallbackResponseTryAgainLater = 6, /* A subscription with those details exists already, but it is in a pending (non-verified) state. Please wait a bit for the verification callback to complete before attempting to update the subscription. */
FKFlickrPushUnsubscribeError_SubscriptionNotFound = 7, /* No subscription matching the provided details for this user could be found. */
+ FKFlickrPushUnsubscribeError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrPushUnsubscribeError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrPushUnsubscribeError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrPushUnsubscribeError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrPushUnsubscribeError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrPushUnsubscribeError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrPushUnsubscribeError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrPushUnsubscribeError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrPushUnsubscribeError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrPushUnsubscribeError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrPushUnsubscribeError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -32,8 +34,8 @@ typedef enum {
/*
-Why would you want to do this?
-
+Why would you want to do this?
+
(this method is experimental and may change)
@@ -43,16 +45,16 @@ Why would you want to do this?
@interface FKFlickrPushUnsubscribe : NSObject
/* The type of subscription. See flickr.push.getTopics. */
-@property (nonatomic, strong) NSString *topic; /* (Required) */
+@property (nonatomic, copy) NSString *topic; /* (Required) */
/* The url for the subscription endpoint (must be the same url as was used when creating the subscription). */
-@property (nonatomic, strong) NSString *callback; /* (Required) */
+@property (nonatomic, copy) NSString *callback; /* (Required) */
/* The verification mode, either 'sync' or 'async'. See the Google PubSubHubbub spec for details. */
-@property (nonatomic, strong) NSString *verify; /* (Required) */
+@property (nonatomic, copy) NSString *verify; /* (Required) */
/* The verification token to be echoed back to the subscriber during the verification callback, as per the Google PubSubHubbub spec. Limited to 200 bytes. */
-@property (nonatomic, strong) NSString *verify_token;
+@property (nonatomic, copy) NSString *verify_token;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Push/FKFlickrPushUnsubscribe.m b/Pods/FlickrKit/Classes/Model/Generated/Push/FKFlickrPushUnsubscribe.m
index 82f4d86..c8a90d9 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Push/FKFlickrPushUnsubscribe.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Push/FKFlickrPushUnsubscribe.m
@@ -2,7 +2,7 @@
// FKFlickrPushUnsubscribe.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrPushUnsubscribe
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -83,6 +85,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Subscription awaiting verification callback response - try again later";
case FKFlickrPushUnsubscribeError_SubscriptionNotFound:
return @"Subscription not found";
+ case FKFlickrPushUnsubscribeError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrPushUnsubscribeError_InvalidSignature:
return @"Invalid signature";
case FKFlickrPushUnsubscribeError_MissingSignature:
@@ -95,6 +99,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrPushUnsubscribeError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrPushUnsubscribeError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrPushUnsubscribeError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrPushUnsubscribeError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Reflection/FKFlickrReflectionGetMethodInfo.h b/Pods/FlickrKit/Classes/Model/Generated/Reflection/FKFlickrReflectionGetMethodInfo.h
index 7127dd9..4ab51ed 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Reflection/FKFlickrReflectionGetMethodInfo.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Reflection/FKFlickrReflectionGetMethodInfo.h
@@ -2,7 +2,7 @@
// FKFlickrReflectionGetMethodInfo.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -14,6 +14,7 @@ typedef enum {
FKFlickrReflectionGetMethodInfoError_MethodNotFound = 1, /* The requested method was not found. */
FKFlickrReflectionGetMethodInfoError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrReflectionGetMethodInfoError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrReflectionGetMethodInfoError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrReflectionGetMethodInfoError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrReflectionGetMethodInfoError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrReflectionGetMethodInfoError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -29,30 +30,30 @@ Returns information for a given flickr API method.
Response:
-
- A fake method
- xml-response-example
- explanation of example response
-
-
- You API application key.
-
- Your favorite color.
-
-
-
- Full explanation...
-
- Full explanation...
-
-
+
+ A fake method
+ xml-response-example
+ explanation of example response
+
+
+ You API application key.
+
+ Your favorite color.
+
+
+
+ Full explanation...
+
+ Full explanation...
+
+
*/
@interface FKFlickrReflectionGetMethodInfo : NSObject
/* The name of the method to fetch information for. */
-@property (nonatomic, strong) NSString *method_name; /* (Required) */
+@property (nonatomic, copy) NSString *method_name; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Reflection/FKFlickrReflectionGetMethodInfo.m b/Pods/FlickrKit/Classes/Model/Generated/Reflection/FKFlickrReflectionGetMethodInfo.m
index 8853b58..944ddbd 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Reflection/FKFlickrReflectionGetMethodInfo.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Reflection/FKFlickrReflectionGetMethodInfo.m
@@ -2,7 +2,7 @@
// FKFlickrReflectionGetMethodInfo.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrReflectionGetMethodInfo
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -62,6 +64,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrReflectionGetMethodInfoError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrReflectionGetMethodInfoError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrReflectionGetMethodInfoError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrReflectionGetMethodInfoError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Reflection/FKFlickrReflectionGetMethods.h b/Pods/FlickrKit/Classes/Model/Generated/Reflection/FKFlickrReflectionGetMethods.h
index be12fe8..32bbfa7 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Reflection/FKFlickrReflectionGetMethods.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Reflection/FKFlickrReflectionGetMethods.h
@@ -2,7 +2,7 @@
// FKFlickrReflectionGetMethods.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -13,6 +13,7 @@
typedef enum {
FKFlickrReflectionGetMethodsError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrReflectionGetMethodsError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrReflectionGetMethodsError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrReflectionGetMethodsError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrReflectionGetMethodsError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrReflectionGetMethodsError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -28,11 +29,11 @@ Returns a list of available flickr API methods.
Response:
-
- flickr.blogs.getList
- flickr.blogs.postPhoto
- flickr.contacts.getList
- flickr.contacts.getPublicList
+
+ flickr.blogs.getList
+ flickr.blogs.postPhoto
+ flickr.contacts.getList
+ flickr.contacts.getPublicList
*/
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Reflection/FKFlickrReflectionGetMethods.m b/Pods/FlickrKit/Classes/Model/Generated/Reflection/FKFlickrReflectionGetMethods.m
index eeac124..7275095 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Reflection/FKFlickrReflectionGetMethods.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Reflection/FKFlickrReflectionGetMethods.m
@@ -2,7 +2,7 @@
// FKFlickrReflectionGetMethods.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrReflectionGetMethods
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -53,6 +55,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrReflectionGetMethodsError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrReflectionGetMethodsError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrReflectionGetMethodsError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrReflectionGetMethodsError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetCSVFiles.h b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetCSVFiles.h
index e25b530..09066a1 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetCSVFiles.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetCSVFiles.h
@@ -2,7 +2,7 @@
// FKFlickrStatsGetCSVFiles.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -11,12 +11,14 @@
#import "FKFlickrAPIMethod.h"
typedef enum {
+ FKFlickrStatsGetCSVFilesError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrStatsGetCSVFilesError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrStatsGetCSVFilesError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrStatsGetCSVFilesError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrStatsGetCSVFilesError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrStatsGetCSVFilesError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrStatsGetCSVFilesError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrStatsGetCSVFilesError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrStatsGetCSVFilesError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrStatsGetCSVFilesError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrStatsGetCSVFilesError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -27,21 +29,21 @@ typedef enum {
/*
-Returns a list of URLs for text files containing all your stats data (from November 26th 2007 onwards) for the currently auth'd user.
-
-Please note, these files will only be available until June 1, 2010 Noon PDT.
+Returns a list of URLs for text files containing all your stats data (from November 26th 2007 onwards) for the currently auth'd user.
+
+Please note, these files will only be available until June 1, 2010 Noon PDT.
For more information please check out this FAQ, or just go download your files.
Response:
-
-
-
-
-
- ....
-
+
+
+
+
+
+ ....
+
*/
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetCSVFiles.m b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetCSVFiles.m
index a770d73..62e9508 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetCSVFiles.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetCSVFiles.m
@@ -2,7 +2,7 @@
// FKFlickrStatsGetCSVFiles.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrStatsGetCSVFiles
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -49,6 +51,8 @@ - (NSDictionary *) args {
- (NSString *) descriptionForError:(NSInteger)error {
switch(error) {
+ case FKFlickrStatsGetCSVFilesError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrStatsGetCSVFilesError_InvalidSignature:
return @"Invalid signature";
case FKFlickrStatsGetCSVFilesError_MissingSignature:
@@ -61,6 +65,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrStatsGetCSVFilesError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrStatsGetCSVFilesError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrStatsGetCSVFilesError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrStatsGetCSVFilesError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetCollectionDomains.h b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetCollectionDomains.h
index 90b7774..797ad67 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetCollectionDomains.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetCollectionDomains.h
@@ -2,7 +2,7 @@
// FKFlickrStatsGetCollectionDomains.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -15,12 +15,14 @@ typedef enum {
FKFlickrStatsGetCollectionDomainsError_NoStatsForThatDate = 2, /* No stats are available for the date requested. Flickr only keeps stats data for the last 28 days. */
FKFlickrStatsGetCollectionDomainsError_InvalidDate = 3, /* The date provided could not be parsed */
FKFlickrStatsGetCollectionDomainsError_CollectionNotFound = 4, /* The collection id was either invalid or was for a collection not owned by the calling user. */
+ FKFlickrStatsGetCollectionDomainsError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrStatsGetCollectionDomainsError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrStatsGetCollectionDomainsError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrStatsGetCollectionDomainsError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrStatsGetCollectionDomainsError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrStatsGetCollectionDomainsError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrStatsGetCollectionDomainsError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrStatsGetCollectionDomainsError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrStatsGetCollectionDomainsError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrStatsGetCollectionDomainsError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrStatsGetCollectionDomainsError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -33,35 +35,35 @@ typedef enum {
Get a list of referring domains for a collection
-There is one <domain> element for each referring domain, with attributes for the domain name and the number of views.
-
+There is one <domain> element for each referring domain, with attributes for the domain name and the number of views.
+
For details on the referrers coming from each domain listed you can call flickr.stats.getCollectionReferrers
Response:
-
-
-
-
-
+
+
+
+
+
*/
@interface FKFlickrStatsGetCollectionDomains : NSObject
-/* Stats will be returned for this date. This should be in either be in YYYY-MM-DD or unix timestamp format.
-
+/* Stats will be returned for this date. This should be in either be in YYYY-MM-DD or unix timestamp format.
+
A day according to Flickr Stats starts at midnight GMT for all users, and timestamps will automatically be rounded down to the start of the day. */
-@property (nonatomic, strong) NSString *date; /* (Required) */
+@property (nonatomic, copy) NSString *date; /* (Required) */
/* The id of the collection to get stats for. If not provided, stats for all collections will be returned. */
-@property (nonatomic, strong) NSString *collection_id;
+@property (nonatomic, copy) NSString *collection_id;
/* Number of domains to return per page. If this argument is omitted, it defaults to 25. The maximum allowed value is 100. */
-@property (nonatomic, strong) NSString *per_page;
+@property (nonatomic, copy) NSString *per_page;
/* The page of results to return. If this argument is omitted, it defaults to 1. */
-@property (nonatomic, strong) NSString *page;
+@property (nonatomic, copy) NSString *page;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetCollectionDomains.m b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetCollectionDomains.m
index 224a584..959241f 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetCollectionDomains.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetCollectionDomains.m
@@ -2,7 +2,7 @@
// FKFlickrStatsGetCollectionDomains.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrStatsGetCollectionDomains
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -73,6 +75,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid date";
case FKFlickrStatsGetCollectionDomainsError_CollectionNotFound:
return @"Collection not found";
+ case FKFlickrStatsGetCollectionDomainsError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrStatsGetCollectionDomainsError_InvalidSignature:
return @"Invalid signature";
case FKFlickrStatsGetCollectionDomainsError_MissingSignature:
@@ -85,6 +89,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrStatsGetCollectionDomainsError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrStatsGetCollectionDomainsError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrStatsGetCollectionDomainsError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrStatsGetCollectionDomainsError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetCollectionReferrers.h b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetCollectionReferrers.h
index 06e21cb..e4c650d 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetCollectionReferrers.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetCollectionReferrers.h
@@ -2,7 +2,7 @@
// FKFlickrStatsGetCollectionReferrers.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -16,12 +16,14 @@ typedef enum {
FKFlickrStatsGetCollectionReferrersError_InvalidDate = 3, /* The date provided could not be parsed */
FKFlickrStatsGetCollectionReferrersError_CollectionNotFound = 4, /* The collection id was either invalid or was for a collection not owned by the calling user. */
FKFlickrStatsGetCollectionReferrersError_InvalidDomain = 5, /* The domain provided is not in the expected format. */
+ FKFlickrStatsGetCollectionReferrersError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrStatsGetCollectionReferrersError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrStatsGetCollectionReferrersError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrStatsGetCollectionReferrersError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrStatsGetCollectionReferrersError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrStatsGetCollectionReferrersError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrStatsGetCollectionReferrersError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrStatsGetCollectionReferrersError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrStatsGetCollectionReferrersError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrStatsGetCollectionReferrersError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrStatsGetCollectionReferrersError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -34,38 +36,38 @@ typedef enum {
Get a list of referrers from a given domain to a collection
-There is one <referrer> element for each referring page, with attributes for the url and the number of views.
-
+There is one <referrer> element for each referring page, with attributes for the url and the number of views.
+
Where the referring page is a search engine and we have identified the search term it will be given in the searchterm attribute.
Response:
-
-
-
-
-
+
+
+
+
+
*/
@interface FKFlickrStatsGetCollectionReferrers : NSObject
-/* Stats will be returned for this date. This should be in either be in YYYY-MM-DD or unix timestamp format.
-
+/* Stats will be returned for this date. This should be in either be in YYYY-MM-DD or unix timestamp format.
+
A day according to Flickr Stats starts at midnight GMT for all users, and timestamps will automatically be rounded down to the start of the day. */
-@property (nonatomic, strong) NSString *date; /* (Required) */
+@property (nonatomic, copy) NSString *date; /* (Required) */
/* The domain to return referrers for. This should be a hostname (eg: "flickr.com") with no protocol or pathname. */
-@property (nonatomic, strong) NSString *domain; /* (Required) */
+@property (nonatomic, copy) NSString *domain; /* (Required) */
/* The id of the collection to get stats for. If not provided, stats for all collections will be returned. */
-@property (nonatomic, strong) NSString *collection_id;
+@property (nonatomic, copy) NSString *collection_id;
/* Number of referrers to return per page. If this argument is omitted, it defaults to 25. The maximum allowed value is 100. */
-@property (nonatomic, strong) NSString *per_page;
+@property (nonatomic, copy) NSString *per_page;
/* The page of results to return. If this argument is omitted, it defaults to 1. */
-@property (nonatomic, strong) NSString *page;
+@property (nonatomic, copy) NSString *page;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetCollectionReferrers.m b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetCollectionReferrers.m
index c81ad7a..5f25cf9 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetCollectionReferrers.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetCollectionReferrers.m
@@ -2,7 +2,7 @@
// FKFlickrStatsGetCollectionReferrers.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrStatsGetCollectionReferrers
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -82,6 +84,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Collection not found";
case FKFlickrStatsGetCollectionReferrersError_InvalidDomain:
return @"Invalid domain";
+ case FKFlickrStatsGetCollectionReferrersError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrStatsGetCollectionReferrersError_InvalidSignature:
return @"Invalid signature";
case FKFlickrStatsGetCollectionReferrersError_MissingSignature:
@@ -94,6 +98,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrStatsGetCollectionReferrersError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrStatsGetCollectionReferrersError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrStatsGetCollectionReferrersError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrStatsGetCollectionReferrersError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetCollectionStats.h b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetCollectionStats.h
index 3a354cd..34a6fea 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetCollectionStats.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetCollectionStats.h
@@ -2,7 +2,7 @@
// FKFlickrStatsGetCollectionStats.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -15,12 +15,14 @@ typedef enum {
FKFlickrStatsGetCollectionStatsError_NoStatsForThatDate = 2, /* No stats are available for the date requested. Flickr only keeps stats data for the last 28 days. */
FKFlickrStatsGetCollectionStatsError_InvalidDate = 3, /* The date provided could not be parsed */
FKFlickrStatsGetCollectionStatsError_CollectionNotFound = 4, /* The collection id was either invalid or was for a collection not owned by the calling user. */
+ FKFlickrStatsGetCollectionStatsError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrStatsGetCollectionStatsError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrStatsGetCollectionStatsError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrStatsGetCollectionStatsError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrStatsGetCollectionStatsError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrStatsGetCollectionStatsError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrStatsGetCollectionStatsError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrStatsGetCollectionStatsError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrStatsGetCollectionStatsError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrStatsGetCollectionStatsError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrStatsGetCollectionStatsError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -41,13 +43,13 @@ Get the number of views on a collection for a given date.
*/
@interface FKFlickrStatsGetCollectionStats : NSObject
-/* Stats will be returned for this date. This should be in either be in YYYY-MM-DD or unix timestamp format.
-
+/* Stats will be returned for this date. This should be in either be in YYYY-MM-DD or unix timestamp format.
+
A day according to Flickr Stats starts at midnight GMT for all users, and timestamps will automatically be rounded down to the start of the day. */
-@property (nonatomic, strong) NSString *date; /* (Required) */
+@property (nonatomic, copy) NSString *date; /* (Required) */
/* The id of the collection to get stats for. */
-@property (nonatomic, strong) NSString *collection_id; /* (Required) */
+@property (nonatomic, copy) NSString *collection_id; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetCollectionStats.m b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetCollectionStats.m
index 0f6adfc..cfc2afd 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetCollectionStats.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetCollectionStats.m
@@ -2,7 +2,7 @@
// FKFlickrStatsGetCollectionStats.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrStatsGetCollectionStats
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -71,6 +73,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid date";
case FKFlickrStatsGetCollectionStatsError_CollectionNotFound:
return @"Collection not found";
+ case FKFlickrStatsGetCollectionStatsError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrStatsGetCollectionStatsError_InvalidSignature:
return @"Invalid signature";
case FKFlickrStatsGetCollectionStatsError_MissingSignature:
@@ -83,6 +87,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrStatsGetCollectionStatsError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrStatsGetCollectionStatsError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrStatsGetCollectionStatsError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrStatsGetCollectionStatsError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotoDomains.h b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotoDomains.h
index 491e892..2f42201 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotoDomains.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotoDomains.h
@@ -2,7 +2,7 @@
// FKFlickrStatsGetPhotoDomains.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -15,12 +15,14 @@ typedef enum {
FKFlickrStatsGetPhotoDomainsError_NoStatsForThatDate = 2, /* No stats are available for the date requested. Flickr only keeps stats data for the last 28 days. */
FKFlickrStatsGetPhotoDomainsError_InvalidDate = 3, /* The date provided could not be parsed */
FKFlickrStatsGetPhotoDomainsError_PhotoNotFound = 4, /* The photo id was either invalid or was for a photo not owned by the calling user. */
+ FKFlickrStatsGetPhotoDomainsError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrStatsGetPhotoDomainsError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrStatsGetPhotoDomainsError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrStatsGetPhotoDomainsError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrStatsGetPhotoDomainsError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrStatsGetPhotoDomainsError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrStatsGetPhotoDomainsError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrStatsGetPhotoDomainsError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrStatsGetPhotoDomainsError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrStatsGetPhotoDomainsError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrStatsGetPhotoDomainsError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -33,35 +35,35 @@ typedef enum {
Get a list of referring domains for a photo
-There is one <domain> element for each referring domain, with attributes for the domain name and the number of views.
-
+There is one <domain> element for each referring domain, with attributes for the domain name and the number of views.
+
For details on the referrers coming from each domain listed you can call flickr.stats.getPhotoReferrers
Response:
-
-
-
-
-
+
+
+
+
+
*/
@interface FKFlickrStatsGetPhotoDomains : NSObject
-/* Stats will be returned for this date. This should be in either be in YYYY-MM-DD or unix timestamp format.
-
+/* Stats will be returned for this date. This should be in either be in YYYY-MM-DD or unix timestamp format.
+
A day according to Flickr Stats starts at midnight GMT for all users, and timestamps will automatically be rounded down to the start of the day. */
-@property (nonatomic, strong) NSString *date; /* (Required) */
+@property (nonatomic, copy) NSString *date; /* (Required) */
/* The id of the photo to get stats for. If not provided, stats for all photos will be returned. */
-@property (nonatomic, strong) NSString *photo_id;
+@property (nonatomic, copy) NSString *photo_id;
/* Number of domains to return per page. If this argument is omitted, it defaults to 25. The maximum allowed value is 100. */
-@property (nonatomic, strong) NSString *per_page;
+@property (nonatomic, copy) NSString *per_page;
/* The page of results to return. If this argument is omitted, it defaults to 1. */
-@property (nonatomic, strong) NSString *page;
+@property (nonatomic, copy) NSString *page;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotoDomains.m b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotoDomains.m
index 2757096..67dbdc3 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotoDomains.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotoDomains.m
@@ -2,7 +2,7 @@
// FKFlickrStatsGetPhotoDomains.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrStatsGetPhotoDomains
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -73,6 +75,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid date";
case FKFlickrStatsGetPhotoDomainsError_PhotoNotFound:
return @"Photo not found";
+ case FKFlickrStatsGetPhotoDomainsError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrStatsGetPhotoDomainsError_InvalidSignature:
return @"Invalid signature";
case FKFlickrStatsGetPhotoDomainsError_MissingSignature:
@@ -85,6 +89,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrStatsGetPhotoDomainsError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrStatsGetPhotoDomainsError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrStatsGetPhotoDomainsError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrStatsGetPhotoDomainsError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotoReferrers.h b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotoReferrers.h
index e22a483..6b3a3f9 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotoReferrers.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotoReferrers.h
@@ -2,7 +2,7 @@
// FKFlickrStatsGetPhotoReferrers.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -16,12 +16,14 @@ typedef enum {
FKFlickrStatsGetPhotoReferrersError_InvalidDate = 3, /* The date provided could not be parsed */
FKFlickrStatsGetPhotoReferrersError_PhotoNotFound = 4, /* The photo id was either invalid or was for a photo not owned by the calling user. */
FKFlickrStatsGetPhotoReferrersError_InvalidDomain = 5, /* The domain provided is not in the expected format. */
+ FKFlickrStatsGetPhotoReferrersError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrStatsGetPhotoReferrersError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrStatsGetPhotoReferrersError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrStatsGetPhotoReferrersError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrStatsGetPhotoReferrersError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrStatsGetPhotoReferrersError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrStatsGetPhotoReferrersError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrStatsGetPhotoReferrersError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrStatsGetPhotoReferrersError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrStatsGetPhotoReferrersError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrStatsGetPhotoReferrersError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -34,37 +36,37 @@ typedef enum {
Get a list of referrers from a given domain to a photo
-There is one <referrer> element for each referring page, with attributes for the url and the number of views.
-
+There is one <referrer> element for each referring page, with attributes for the url and the number of views.
+
Where the referring page is a search engine and we have identified the search term it will be given in the searchterm attribute.
Response:
-
-
-
-
+
+
+
+
*/
@interface FKFlickrStatsGetPhotoReferrers : NSObject
-/* Stats will be returned for this date. This should be in either be in YYYY-MM-DD or unix timestamp format.
-
+/* Stats will be returned for this date. This should be in either be in YYYY-MM-DD or unix timestamp format.
+
A day according to Flickr Stats starts at midnight GMT for all users, and timestamps will automatically be rounded down to the start of the day. */
-@property (nonatomic, strong) NSString *date; /* (Required) */
+@property (nonatomic, copy) NSString *date; /* (Required) */
/* The domain to return referrers for. This should be a hostname (eg: "flickr.com") with no protocol or pathname. */
-@property (nonatomic, strong) NSString *domain; /* (Required) */
+@property (nonatomic, copy) NSString *domain; /* (Required) */
/* The id of the photo to get stats for. If not provided, stats for all photos will be returned. */
-@property (nonatomic, strong) NSString *photo_id;
+@property (nonatomic, copy) NSString *photo_id;
/* Number of referrers to return per page. If this argument is omitted, it defaults to 25. The maximum allowed value is 100. */
-@property (nonatomic, strong) NSString *per_page;
+@property (nonatomic, copy) NSString *per_page;
/* The page of results to return. If this argument is omitted, it defaults to 1. */
-@property (nonatomic, strong) NSString *page;
+@property (nonatomic, copy) NSString *page;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotoReferrers.m b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotoReferrers.m
index 0f2eddd..6fe1d81 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotoReferrers.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotoReferrers.m
@@ -2,7 +2,7 @@
// FKFlickrStatsGetPhotoReferrers.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrStatsGetPhotoReferrers
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -82,6 +84,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Photo not found";
case FKFlickrStatsGetPhotoReferrersError_InvalidDomain:
return @"Invalid domain";
+ case FKFlickrStatsGetPhotoReferrersError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrStatsGetPhotoReferrersError_InvalidSignature:
return @"Invalid signature";
case FKFlickrStatsGetPhotoReferrersError_MissingSignature:
@@ -94,6 +98,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrStatsGetPhotoReferrersError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrStatsGetPhotoReferrersError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrStatsGetPhotoReferrersError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrStatsGetPhotoReferrersError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotoStats.h b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotoStats.h
index 065504d..becb58d 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotoStats.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotoStats.h
@@ -2,7 +2,7 @@
// FKFlickrStatsGetPhotoStats.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -15,12 +15,14 @@ typedef enum {
FKFlickrStatsGetPhotoStatsError_NoStatsForThatDate = 2, /* No stats are available for the date requested. Flickr only keeps stats data for the last 28 days. */
FKFlickrStatsGetPhotoStatsError_InvalidDate = 3, /* The date provided could not be parsed */
FKFlickrStatsGetPhotoStatsError_PhotoNotFound = 4, /* The photo id was either invalid or was for a photo not owned by the calling user. */
+ FKFlickrStatsGetPhotoStatsError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrStatsGetPhotoStatsError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrStatsGetPhotoStatsError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrStatsGetPhotoStatsError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrStatsGetPhotoStatsError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrStatsGetPhotoStatsError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrStatsGetPhotoStatsError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrStatsGetPhotoStatsError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrStatsGetPhotoStatsError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrStatsGetPhotoStatsError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrStatsGetPhotoStatsError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -41,13 +43,13 @@ Get the number of views, comments and favorites on a photo for a given date.
*/
@interface FKFlickrStatsGetPhotoStats : NSObject
-/* Stats will be returned for this date. This should be in either be in YYYY-MM-DD or unix timestamp format.
-
+/* Stats will be returned for this date. This should be in either be in YYYY-MM-DD or unix timestamp format.
+
A day according to Flickr Stats starts at midnight GMT for all users, and timestamps will automatically be rounded down to the start of the day. */
-@property (nonatomic, strong) NSString *date; /* (Required) */
+@property (nonatomic, copy) NSString *date; /* (Required) */
/* The id of the photo to get stats for. */
-@property (nonatomic, strong) NSString *photo_id; /* (Required) */
+@property (nonatomic, copy) NSString *photo_id; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotoStats.m b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotoStats.m
index 667d83f..89e31ab 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotoStats.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotoStats.m
@@ -2,7 +2,7 @@
// FKFlickrStatsGetPhotoStats.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrStatsGetPhotoStats
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -71,6 +73,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid date";
case FKFlickrStatsGetPhotoStatsError_PhotoNotFound:
return @"Photo not found";
+ case FKFlickrStatsGetPhotoStatsError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrStatsGetPhotoStatsError_InvalidSignature:
return @"Invalid signature";
case FKFlickrStatsGetPhotoStatsError_MissingSignature:
@@ -83,6 +87,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrStatsGetPhotoStatsError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrStatsGetPhotoStatsError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrStatsGetPhotoStatsError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrStatsGetPhotoStatsError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotosetDomains.h b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotosetDomains.h
index 093c860..eb417c5 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotosetDomains.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotosetDomains.h
@@ -2,7 +2,7 @@
// FKFlickrStatsGetPhotosetDomains.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -15,12 +15,14 @@ typedef enum {
FKFlickrStatsGetPhotosetDomainsError_NoStatsForThatDate = 2, /* No stats are available for the date requested. Flickr only keeps stats data for the last 28 days. */
FKFlickrStatsGetPhotosetDomainsError_InvalidDate = 3, /* The date provided could not be parsed */
FKFlickrStatsGetPhotosetDomainsError_PhotosetNotFound = 4, /* The photoset id was either invalid or was for a set not owned by the calling user. */
+ FKFlickrStatsGetPhotosetDomainsError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrStatsGetPhotosetDomainsError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrStatsGetPhotosetDomainsError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrStatsGetPhotosetDomainsError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrStatsGetPhotosetDomainsError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrStatsGetPhotosetDomainsError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrStatsGetPhotosetDomainsError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrStatsGetPhotosetDomainsError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrStatsGetPhotosetDomainsError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrStatsGetPhotosetDomainsError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrStatsGetPhotosetDomainsError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -33,35 +35,35 @@ typedef enum {
Get a list of referring domains for a photoset
-There is one <domain> element for each referring domain, with attributes for the domain name and the number of views.
-
+There is one <domain> element for each referring domain, with attributes for the domain name and the number of views.
+
For details on the referrers coming from each domain listed you can call flickr.stats.getPhotosetReferrers
Response:
-
-
-
-
-
+
+
+
+
+
*/
@interface FKFlickrStatsGetPhotosetDomains : NSObject
-/* Stats will be returned for this date. This should be in either be in YYYY-MM-DD or unix timestamp format.
-
+/* Stats will be returned for this date. This should be in either be in YYYY-MM-DD or unix timestamp format.
+
A day according to Flickr Stats starts at midnight GMT for all users, and timestamps will automatically be rounded down to the start of the day. */
-@property (nonatomic, strong) NSString *date; /* (Required) */
+@property (nonatomic, copy) NSString *date; /* (Required) */
/* The id of the photoset to get stats for. If not provided, stats for all sets will be returned. */
-@property (nonatomic, strong) NSString *photoset_id;
+@property (nonatomic, copy) NSString *photoset_id;
/* Number of domains to return per page. If this argument is omitted, it defaults to 25. The maximum allowed value is 100. */
-@property (nonatomic, strong) NSString *per_page;
+@property (nonatomic, copy) NSString *per_page;
/* The page of results to return. If this argument is omitted, it defaults to 1. */
-@property (nonatomic, strong) NSString *page;
+@property (nonatomic, copy) NSString *page;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotosetDomains.m b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotosetDomains.m
index 4e999e0..d77b953 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotosetDomains.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotosetDomains.m
@@ -2,7 +2,7 @@
// FKFlickrStatsGetPhotosetDomains.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrStatsGetPhotosetDomains
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -73,6 +75,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid date";
case FKFlickrStatsGetPhotosetDomainsError_PhotosetNotFound:
return @"Photoset not found";
+ case FKFlickrStatsGetPhotosetDomainsError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrStatsGetPhotosetDomainsError_InvalidSignature:
return @"Invalid signature";
case FKFlickrStatsGetPhotosetDomainsError_MissingSignature:
@@ -85,6 +89,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrStatsGetPhotosetDomainsError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrStatsGetPhotosetDomainsError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrStatsGetPhotosetDomainsError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrStatsGetPhotosetDomainsError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotosetReferrers.h b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotosetReferrers.h
index 870dbb7..97555ff 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotosetReferrers.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotosetReferrers.h
@@ -2,7 +2,7 @@
// FKFlickrStatsGetPhotosetReferrers.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -16,12 +16,14 @@ typedef enum {
FKFlickrStatsGetPhotosetReferrersError_InvalidDate = 3, /* The date provided could not be parsed */
FKFlickrStatsGetPhotosetReferrersError_PhotosetNotFound = 4, /* The photoset id was either invalid or was for a set not owned by the calling user. */
FKFlickrStatsGetPhotosetReferrersError_InvalidDomain = 5, /* The domain provided is not in the expected format. */
+ FKFlickrStatsGetPhotosetReferrersError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrStatsGetPhotosetReferrersError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrStatsGetPhotosetReferrersError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrStatsGetPhotosetReferrersError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrStatsGetPhotosetReferrersError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrStatsGetPhotosetReferrersError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrStatsGetPhotosetReferrersError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrStatsGetPhotosetReferrersError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrStatsGetPhotosetReferrersError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrStatsGetPhotosetReferrersError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrStatsGetPhotosetReferrersError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -34,37 +36,37 @@ typedef enum {
Get a list of referrers from a given domain to a photoset
-There is one <referrer> element for each referring page, with attributes for the url and the number of views.
-
+There is one <referrer> element for each referring page, with attributes for the url and the number of views.
+
Where the referring page is a search engine and we have identified the search term it will be given in the searchterm attribute.
Response:
-
-
-
-
+
+
+
+
*/
@interface FKFlickrStatsGetPhotosetReferrers : NSObject
-/* Stats will be returned for this date. This should be in either be in YYYY-MM-DD or unix timestamp format.
-
+/* Stats will be returned for this date. This should be in either be in YYYY-MM-DD or unix timestamp format.
+
A day according to Flickr Stats starts at midnight GMT for all users, and timestamps will automatically be rounded down to the start of the day. */
-@property (nonatomic, strong) NSString *date; /* (Required) */
+@property (nonatomic, copy) NSString *date; /* (Required) */
/* The domain to return referrers for. This should be a hostname (eg: "flickr.com") with no protocol or pathname. */
-@property (nonatomic, strong) NSString *domain; /* (Required) */
+@property (nonatomic, copy) NSString *domain; /* (Required) */
/* The id of the photoset to get stats for. If not provided, stats for all sets will be returned. */
-@property (nonatomic, strong) NSString *photoset_id;
+@property (nonatomic, copy) NSString *photoset_id;
/* Number of referrers to return per page. If this argument is omitted, it defaults to 25. The maximum allowed value is 100. */
-@property (nonatomic, strong) NSString *per_page;
+@property (nonatomic, copy) NSString *per_page;
/* The page of results to return. If this argument is omitted, it defaults to 1. */
-@property (nonatomic, strong) NSString *page;
+@property (nonatomic, copy) NSString *page;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotosetReferrers.m b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotosetReferrers.m
index 6ad7f01..d1d137c 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotosetReferrers.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotosetReferrers.m
@@ -2,7 +2,7 @@
// FKFlickrStatsGetPhotosetReferrers.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrStatsGetPhotosetReferrers
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -82,6 +84,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Photoset not found";
case FKFlickrStatsGetPhotosetReferrersError_InvalidDomain:
return @"Invalid domain";
+ case FKFlickrStatsGetPhotosetReferrersError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrStatsGetPhotosetReferrersError_InvalidSignature:
return @"Invalid signature";
case FKFlickrStatsGetPhotosetReferrersError_MissingSignature:
@@ -94,6 +98,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrStatsGetPhotosetReferrersError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrStatsGetPhotosetReferrersError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrStatsGetPhotosetReferrersError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrStatsGetPhotosetReferrersError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotosetStats.h b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotosetStats.h
index b26906b..94cad7d 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotosetStats.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotosetStats.h
@@ -2,7 +2,7 @@
// FKFlickrStatsGetPhotosetStats.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -15,12 +15,14 @@ typedef enum {
FKFlickrStatsGetPhotosetStatsError_NoStatsForThatDate = 2, /* No stats are available for the date requested. Flickr only keeps stats data for the last 28 days. */
FKFlickrStatsGetPhotosetStatsError_InvalidDate = 3, /* The date provided could not be parsed */
FKFlickrStatsGetPhotosetStatsError_PhotosetNotFound = 4, /* The photoset id was either invalid or was for a set not owned by the calling user. */
+ FKFlickrStatsGetPhotosetStatsError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrStatsGetPhotosetStatsError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrStatsGetPhotosetStatsError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrStatsGetPhotosetStatsError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrStatsGetPhotosetStatsError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrStatsGetPhotosetStatsError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrStatsGetPhotosetStatsError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrStatsGetPhotosetStatsError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrStatsGetPhotosetStatsError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrStatsGetPhotosetStatsError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrStatsGetPhotosetStatsError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -41,13 +43,13 @@ Get the number of views on a photoset for a given date.
*/
@interface FKFlickrStatsGetPhotosetStats : NSObject
-/* Stats will be returned for this date. This should be in either be in YYYY-MM-DD or unix timestamp format.
-
+/* Stats will be returned for this date. This should be in either be in YYYY-MM-DD or unix timestamp format.
+
A day according to Flickr Stats starts at midnight GMT for all users, and timestamps will automatically be rounded down to the start of the day. */
-@property (nonatomic, strong) NSString *date; /* (Required) */
+@property (nonatomic, copy) NSString *date; /* (Required) */
/* The id of the photoset to get stats for. */
-@property (nonatomic, strong) NSString *photoset_id; /* (Required) */
+@property (nonatomic, copy) NSString *photoset_id; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotosetStats.m b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotosetStats.m
index 3239ae2..c33d68d 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotosetStats.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotosetStats.m
@@ -2,7 +2,7 @@
// FKFlickrStatsGetPhotosetStats.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrStatsGetPhotosetStats
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -71,6 +73,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid date";
case FKFlickrStatsGetPhotosetStatsError_PhotosetNotFound:
return @"Photoset not found";
+ case FKFlickrStatsGetPhotosetStatsError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrStatsGetPhotosetStatsError_InvalidSignature:
return @"Invalid signature";
case FKFlickrStatsGetPhotosetStatsError_MissingSignature:
@@ -83,6 +87,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrStatsGetPhotosetStatsError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrStatsGetPhotosetStatsError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrStatsGetPhotosetStatsError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrStatsGetPhotosetStatsError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotostreamDomains.h b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotostreamDomains.h
index b786dc2..a2e8724 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotostreamDomains.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotostreamDomains.h
@@ -2,7 +2,7 @@
// FKFlickrStatsGetPhotostreamDomains.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -14,12 +14,14 @@ typedef enum {
FKFlickrStatsGetPhotostreamDomainsError_UserDoesNotHaveStats = 1, /* The user you have requested stats has not enabled stats on their account. */
FKFlickrStatsGetPhotostreamDomainsError_NoStatsForThatDate = 2, /* No stats are available for the date requested. Flickr only keeps stats data for the last 28 days. */
FKFlickrStatsGetPhotostreamDomainsError_InvalidDate = 3, /* The date provided could not be parsed */
+ FKFlickrStatsGetPhotostreamDomainsError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrStatsGetPhotostreamDomainsError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrStatsGetPhotostreamDomainsError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrStatsGetPhotostreamDomainsError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrStatsGetPhotostreamDomainsError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrStatsGetPhotostreamDomainsError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrStatsGetPhotostreamDomainsError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrStatsGetPhotostreamDomainsError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrStatsGetPhotostreamDomainsError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrStatsGetPhotostreamDomainsError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrStatsGetPhotostreamDomainsError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -32,32 +34,32 @@ typedef enum {
Get a list of referring domains for a photostream
-There is one <domain> element for each referring domain, with attributes for the domain name and the number of views.
-
+There is one <domain> element for each referring domain, with attributes for the domain name and the number of views.
+
For details on the referrers coming from each domain listed you can call flickr.stats.getPhotostreamReferrers
Response:
-
-
-
-
-
+
+
+
+
+
*/
@interface FKFlickrStatsGetPhotostreamDomains : NSObject
-/* Stats will be returned for this date. This should be in either be in YYYY-MM-DD or unix timestamp format.
-
+/* Stats will be returned for this date. This should be in either be in YYYY-MM-DD or unix timestamp format.
+
A day according to Flickr Stats starts at midnight GMT for all users, and timestamps will automatically be rounded down to the start of the day. */
-@property (nonatomic, strong) NSString *date; /* (Required) */
+@property (nonatomic, copy) NSString *date; /* (Required) */
/* Number of domains to return per page. If this argument is omitted, it defaults to 25. The maximum allowed value is 100 */
-@property (nonatomic, strong) NSString *per_page;
+@property (nonatomic, copy) NSString *per_page;
/* The page of results to return. If this argument is omitted, it defaults to 1. */
-@property (nonatomic, strong) NSString *page;
+@property (nonatomic, copy) NSString *page;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotostreamDomains.m b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotostreamDomains.m
index 6167425..b11cec5 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotostreamDomains.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotostreamDomains.m
@@ -2,7 +2,7 @@
// FKFlickrStatsGetPhotostreamDomains.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrStatsGetPhotostreamDomains
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -68,6 +70,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"No stats for that date";
case FKFlickrStatsGetPhotostreamDomainsError_InvalidDate:
return @"Invalid date";
+ case FKFlickrStatsGetPhotostreamDomainsError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrStatsGetPhotostreamDomainsError_InvalidSignature:
return @"Invalid signature";
case FKFlickrStatsGetPhotostreamDomainsError_MissingSignature:
@@ -80,6 +84,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrStatsGetPhotostreamDomainsError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrStatsGetPhotostreamDomainsError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrStatsGetPhotostreamDomainsError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrStatsGetPhotostreamDomainsError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotostreamReferrers.h b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotostreamReferrers.h
index fa4a571..6f37f9c 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotostreamReferrers.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotostreamReferrers.h
@@ -2,7 +2,7 @@
// FKFlickrStatsGetPhotostreamReferrers.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -15,12 +15,14 @@ typedef enum {
FKFlickrStatsGetPhotostreamReferrersError_NoStatsForThatDate = 2, /* No stats are available for the date requested. Flickr only keeps stats data for the last 28 days. */
FKFlickrStatsGetPhotostreamReferrersError_InvalidDate = 3, /* The date provided could not be parsed */
FKFlickrStatsGetPhotostreamReferrersError_InvalidDomain = 5, /* The domain provided is not in the expected format. */
+ FKFlickrStatsGetPhotostreamReferrersError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrStatsGetPhotostreamReferrersError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrStatsGetPhotostreamReferrersError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrStatsGetPhotostreamReferrersError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrStatsGetPhotostreamReferrersError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrStatsGetPhotostreamReferrersError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrStatsGetPhotostreamReferrersError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrStatsGetPhotostreamReferrersError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrStatsGetPhotostreamReferrersError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrStatsGetPhotostreamReferrersError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrStatsGetPhotostreamReferrersError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -33,34 +35,34 @@ typedef enum {
Get a list of referrers from a given domain to a user's photostream
-There is one <referrer> element for each referring page, with attributes for the url and the number of views.
-
+There is one <referrer> element for each referring page, with attributes for the url and the number of views.
+
Where the referring page is a search engine and we have identified the search term it will be given in the searchterm attribute.
Response:
-
-
-
-
+
+
+
+
*/
@interface FKFlickrStatsGetPhotostreamReferrers : NSObject
-/* Stats will be returned for this date. This should be in either be in YYYY-MM-DD or unix timestamp format.
-
+/* Stats will be returned for this date. This should be in either be in YYYY-MM-DD or unix timestamp format.
+
A day according to Flickr Stats starts at midnight GMT for all users, and timestamps will automatically be rounded down to the start of the day. */
-@property (nonatomic, strong) NSString *date; /* (Required) */
+@property (nonatomic, copy) NSString *date; /* (Required) */
/* The domain to return referrers for. This should be a hostname (eg: "flickr.com") with no protocol or pathname. */
-@property (nonatomic, strong) NSString *domain; /* (Required) */
+@property (nonatomic, copy) NSString *domain; /* (Required) */
/* Number of referrers to return per page. If this argument is omitted, it defaults to 25. The maximum allowed value is 100. */
-@property (nonatomic, strong) NSString *per_page;
+@property (nonatomic, copy) NSString *per_page;
/* The page of results to return. If this argument is omitted, it defaults to 1. */
-@property (nonatomic, strong) NSString *page;
+@property (nonatomic, copy) NSString *page;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotostreamReferrers.m b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotostreamReferrers.m
index 1a9db5d..9ec0880 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotostreamReferrers.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotostreamReferrers.m
@@ -2,7 +2,7 @@
// FKFlickrStatsGetPhotostreamReferrers.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrStatsGetPhotostreamReferrers
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -77,6 +79,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid date";
case FKFlickrStatsGetPhotostreamReferrersError_InvalidDomain:
return @"Invalid domain";
+ case FKFlickrStatsGetPhotostreamReferrersError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrStatsGetPhotostreamReferrersError_InvalidSignature:
return @"Invalid signature";
case FKFlickrStatsGetPhotostreamReferrersError_MissingSignature:
@@ -89,6 +93,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrStatsGetPhotostreamReferrersError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrStatsGetPhotostreamReferrersError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrStatsGetPhotostreamReferrersError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrStatsGetPhotostreamReferrersError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotostreamStats.h b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotostreamStats.h
index b72336b..cc81d7e 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotostreamStats.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotostreamStats.h
@@ -2,7 +2,7 @@
// FKFlickrStatsGetPhotostreamStats.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -14,12 +14,14 @@ typedef enum {
FKFlickrStatsGetPhotostreamStatsError_UserDoesNotHaveStats = 1, /* The user you have requested stats has not enabled stats on their account. */
FKFlickrStatsGetPhotostreamStatsError_NoStatsForThatDate = 2, /* No stats are available for the date requested. Flickr only keeps stats data for the last 28 days. */
FKFlickrStatsGetPhotostreamStatsError_InvalidDate = 3, /* The date provided could not be parsed */
+ FKFlickrStatsGetPhotostreamStatsError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrStatsGetPhotostreamStatsError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrStatsGetPhotostreamStatsError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrStatsGetPhotostreamStatsError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrStatsGetPhotostreamStatsError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrStatsGetPhotostreamStatsError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrStatsGetPhotostreamStatsError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrStatsGetPhotostreamStatsError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrStatsGetPhotostreamStatsError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrStatsGetPhotostreamStatsError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrStatsGetPhotostreamStatsError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -40,10 +42,10 @@ Get the number of views on a user's photostream for a given date.
*/
@interface FKFlickrStatsGetPhotostreamStats : NSObject
-/* Stats will be returned for this date. This should be in either be in YYYY-MM-DD or unix timestamp format.
-
+/* Stats will be returned for this date. This should be in either be in YYYY-MM-DD or unix timestamp format.
+
A day according to Flickr Stats starts at midnight GMT for all users, and timestamps will automatically be rounded down to the start of the day. */
-@property (nonatomic, strong) NSString *date; /* (Required) */
+@property (nonatomic, copy) NSString *date; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotostreamStats.m b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotostreamStats.m
index c02b7d6..a6d840e 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotostreamStats.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotostreamStats.m
@@ -2,7 +2,7 @@
// FKFlickrStatsGetPhotostreamStats.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrStatsGetPhotostreamStats
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -62,6 +64,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"No stats for that date";
case FKFlickrStatsGetPhotostreamStatsError_InvalidDate:
return @"Invalid date";
+ case FKFlickrStatsGetPhotostreamStatsError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrStatsGetPhotostreamStatsError_InvalidSignature:
return @"Invalid signature";
case FKFlickrStatsGetPhotostreamStatsError_MissingSignature:
@@ -74,6 +78,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrStatsGetPhotostreamStatsError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrStatsGetPhotostreamStatsError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrStatsGetPhotostreamStatsError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrStatsGetPhotostreamStatsError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPopularPhotos.h b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPopularPhotos.h
index 075ca9d..3af8411 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPopularPhotos.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPopularPhotos.h
@@ -2,7 +2,7 @@
// FKFlickrStatsGetPopularPhotos.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -15,12 +15,14 @@ typedef enum {
FKFlickrStatsGetPopularPhotosError_NoStatsForThatDate = 2, /* No stats are available for the date requested. Flickr only keeps stats data for the last 28 days. */
FKFlickrStatsGetPopularPhotosError_InvalidDate = 3, /* The date provided could not be parsed */
FKFlickrStatsGetPopularPhotosError_InvalidSort = 5, /* The sort provided is not valid */
+ FKFlickrStatsGetPopularPhotosError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrStatsGetPopularPhotosError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrStatsGetPopularPhotosError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrStatsGetPopularPhotosError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrStatsGetPopularPhotosError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrStatsGetPopularPhotosError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrStatsGetPopularPhotosError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrStatsGetPopularPhotosError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrStatsGetPopularPhotosError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrStatsGetPopularPhotosError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrStatsGetPopularPhotosError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -33,48 +35,48 @@ typedef enum {
List the photos with the most views, comments or favorites
-This method returns the standard photo list xml.
-
-In addition each photo element contains a <stats> element. This has attributes for the view, comment and favorite counts for the requested day.
-
-To map <photo> elements to urls, please read the url documentation.
+This method returns the standard photo list xml.
+
+In addition each photo element contains a <stats> element. This has attributes for the view, comment and favorite counts for the requested day.
+
+To map <photo> elements to urls, please read the url documentation.
Response:
-
-
-
-
-
-
-
+
+
+
+
+
+
+
*/
@interface FKFlickrStatsGetPopularPhotos : NSObject
-/* Stats will be returned for this date. This should be in either be in YYYY-MM-DD or unix timestamp format.
-
-A day according to Flickr Stats starts at midnight GMT for all users, and timestamps will automatically be rounded down to the start of the day.
-
+/* Stats will be returned for this date. This should be in either be in YYYY-MM-DD or unix timestamp format.
+
+A day according to Flickr Stats starts at midnight GMT for all users, and timestamps will automatically be rounded down to the start of the day.
+
If no date is provided, all time view counts will be returned. */
-@property (nonatomic, strong) NSString *date;
-
-/* The order in which to sort returned photos. Defaults to views. The possible values are views, comments and favorites.
+@property (nonatomic, copy) NSString *date;
+/* The order in which to sort returned photos. Defaults to views. The possible values are views, comments and favorites.
+
Other sort options are available through flickr.photos.search. */
-@property (nonatomic, strong) NSString *sort;
+@property (nonatomic, copy) NSString *sort;
/* Number of referrers to return per page. If this argument is omitted, it defaults to 25. The maximum allowed value is 100. */
-@property (nonatomic, strong) NSString *per_page;
+@property (nonatomic, copy) NSString *per_page;
/* The page of results to return. If this argument is omitted, it defaults to 1. */
-@property (nonatomic, strong) NSString *page;
+@property (nonatomic, copy) NSString *page;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPopularPhotos.m b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPopularPhotos.m
index f842d40..c4d4840 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPopularPhotos.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPopularPhotos.m
@@ -2,7 +2,7 @@
// FKFlickrStatsGetPopularPhotos.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrStatsGetPopularPhotos
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -69,6 +71,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid date";
case FKFlickrStatsGetPopularPhotosError_InvalidSort:
return @"Invalid sort";
+ case FKFlickrStatsGetPopularPhotosError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrStatsGetPopularPhotosError_InvalidSignature:
return @"Invalid signature";
case FKFlickrStatsGetPopularPhotosError_MissingSignature:
@@ -81,6 +85,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrStatsGetPopularPhotosError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrStatsGetPopularPhotosError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrStatsGetPopularPhotosError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrStatsGetPopularPhotosError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetTotalViews.h b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetTotalViews.h
index 7d593c4..51b6656 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetTotalViews.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetTotalViews.h
@@ -2,7 +2,7 @@
// FKFlickrStatsGetTotalViews.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -14,12 +14,14 @@ typedef enum {
FKFlickrStatsGetTotalViewsError_UserDoesNotHaveStats = 1, /* The user you have requested stats has not enabled stats on their account. */
FKFlickrStatsGetTotalViewsError_NoStatsForThatDate = 2, /* No stats are available for the date requested. Flickr only keeps stats data for the last 28 days. */
FKFlickrStatsGetTotalViewsError_InvalidDate = 3, /* The date provided could not be parsed */
+ FKFlickrStatsGetTotalViewsError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrStatsGetTotalViewsError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrStatsGetTotalViewsError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrStatsGetTotalViewsError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrStatsGetTotalViewsError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrStatsGetTotalViewsError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrStatsGetTotalViewsError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrStatsGetTotalViewsError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrStatsGetTotalViewsError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrStatsGetTotalViewsError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrStatsGetTotalViewsError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -35,23 +37,23 @@ Get the overall view counts for an account
Response:
-
-
-
-
-
-
+
+
+
+
+
+
*/
@interface FKFlickrStatsGetTotalViews : NSObject
-/* Stats will be returned for this date. This should be in either be in YYYY-MM-DD or unix timestamp format.
-
-A day according to Flickr Stats starts at midnight GMT for all users, and timestamps will automatically be rounded down to the start of the day.
-
+/* Stats will be returned for this date. This should be in either be in YYYY-MM-DD or unix timestamp format.
+
+A day according to Flickr Stats starts at midnight GMT for all users, and timestamps will automatically be rounded down to the start of the day.
+
If no date is provided, all time view counts will be returned. */
-@property (nonatomic, strong) NSString *date;
+@property (nonatomic, copy) NSString *date;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetTotalViews.m b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetTotalViews.m
index 0deb75b..2a6cc4f 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetTotalViews.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetTotalViews.m
@@ -2,7 +2,7 @@
// FKFlickrStatsGetTotalViews.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrStatsGetTotalViews
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -58,6 +60,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"No stats for that date";
case FKFlickrStatsGetTotalViewsError_InvalidDate:
return @"Invalid date";
+ case FKFlickrStatsGetTotalViewsError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrStatsGetTotalViewsError_InvalidSignature:
return @"Invalid signature";
case FKFlickrStatsGetTotalViewsError_MissingSignature:
@@ -70,6 +74,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrStatsGetTotalViewsError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrStatsGetTotalViewsError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrStatsGetTotalViewsError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrStatsGetTotalViewsError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetClusterPhotos.h b/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetClusterPhotos.h
index 758c1ec..fbc378b 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetClusterPhotos.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetClusterPhotos.h
@@ -2,7 +2,7 @@
// FKFlickrTagsGetClusterPhotos.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -13,6 +13,7 @@
typedef enum {
FKFlickrTagsGetClusterPhotosError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrTagsGetClusterPhotosError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrTagsGetClusterPhotosError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrTagsGetClusterPhotosError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrTagsGetClusterPhotosError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrTagsGetClusterPhotosError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -32,10 +33,10 @@ Returns the first 24 photos for a given tag cluster
@interface FKFlickrTagsGetClusterPhotos : NSObject
/* The tag that this cluster belongs to. */
-@property (nonatomic, strong) NSString *tag; /* (Required) */
+@property (nonatomic, copy) NSString *tag; /* (Required) */
/* The top three tags for the cluster, separated by dashes (just like the url). */
-@property (nonatomic, strong) NSString *cluster_id; /* (Required) */
+@property (nonatomic, copy) NSString *cluster_id; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetClusterPhotos.m b/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetClusterPhotos.m
index fd067cc..54250ce 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetClusterPhotos.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetClusterPhotos.m
@@ -2,7 +2,7 @@
// FKFlickrTagsGetClusterPhotos.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrTagsGetClusterPhotos
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -67,6 +69,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrTagsGetClusterPhotosError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrTagsGetClusterPhotosError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrTagsGetClusterPhotosError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrTagsGetClusterPhotosError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetClusters.h b/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetClusters.h
index f135ef9..d36df6b 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetClusters.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetClusters.h
@@ -2,7 +2,7 @@
// FKFlickrTagsGetClusters.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -14,6 +14,7 @@ typedef enum {
FKFlickrTagsGetClustersError_TagClusterNotFound = 1, /* The tag was invalid or no cluster exists for that tag. */
FKFlickrTagsGetClustersError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrTagsGetClustersError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrTagsGetClustersError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrTagsGetClustersError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrTagsGetClustersError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrTagsGetClustersError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -29,24 +30,24 @@ Gives you a list of tag clusters for the given tag.
Response:
-
-
- farm
- animals
- cattle
-
-
- green
- landscape
- countryside
-
+
+
+ farm
+ animals
+ cattle
+
+
+ green
+ landscape
+ countryside
+
*/
@interface FKFlickrTagsGetClusters : NSObject
/* The tag to fetch clusters for. */
-@property (nonatomic, strong) NSString *tag; /* (Required) */
+@property (nonatomic, copy) NSString *tag; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetClusters.m b/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetClusters.m
index 72c6e6a..0a5edd6 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetClusters.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetClusters.m
@@ -2,7 +2,7 @@
// FKFlickrTagsGetClusters.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrTagsGetClusters
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -62,6 +64,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrTagsGetClustersError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrTagsGetClustersError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrTagsGetClustersError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrTagsGetClustersError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetHotList.h b/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetHotList.h
index 8286221..9525260 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetHotList.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetHotList.h
@@ -2,7 +2,7 @@
// FKFlickrTagsGetHotList.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -14,6 +14,7 @@ typedef enum {
FKFlickrTagsGetHotListError_InvalidPeriod = 1, /* The specified period was not understood. */
FKFlickrTagsGetHotListError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrTagsGetHotListError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrTagsGetHotListError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrTagsGetHotListError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrTagsGetHotListError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrTagsGetHotListError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -29,23 +30,23 @@ Returns a list of hot tags for the given period.
Response:
-
- northerncalifornia
- top20
- keychain
- zb
- selfportraittuesday
- jan06
+
+ northerncalifornia
+ top20
+ keychain
+ zb
+ selfportraittuesday
+ jan06
*/
@interface FKFlickrTagsGetHotList : NSObject
/* The period for which to fetch hot tags. Valid values are day and week (defaults to day). */
-@property (nonatomic, strong) NSString *period;
+@property (nonatomic, copy) NSString *period;
/* The number of tags to return. Defaults to 20. Maximum allowed value is 200. */
-@property (nonatomic, strong) NSString *count;
+@property (nonatomic, copy) NSString *count;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetHotList.m b/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetHotList.m
index dbb9a82..090c726 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetHotList.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetHotList.m
@@ -2,7 +2,7 @@
// FKFlickrTagsGetHotList.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrTagsGetHotList
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -61,6 +63,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrTagsGetHotListError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrTagsGetHotListError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrTagsGetHotListError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrTagsGetHotListError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetListPhoto.h b/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetListPhoto.h
index fd962e9..d1886a8 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetListPhoto.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetListPhoto.h
@@ -2,7 +2,7 @@
// FKFlickrTagsGetListPhoto.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -14,6 +14,7 @@ typedef enum {
FKFlickrTagsGetListPhotoError_PhotoNotFound = 1, /* The photo id passed was not a valid photo id. */
FKFlickrTagsGetListPhotoError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrTagsGetListPhotoError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrTagsGetListPhotoError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrTagsGetListPhotoError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrTagsGetListPhotoError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrTagsGetListPhotoError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -30,20 +31,20 @@ Get the tag list for a given photo.
Response:
-
-
- tag1
- tag2
-
+
+
+ tag1
+ tag2
+
*/
@interface FKFlickrTagsGetListPhoto : NSObject
/* The id of the photo to return tags for. */
-@property (nonatomic, strong) NSString *photo_id; /* (Required) */
+@property (nonatomic, copy) NSString *photo_id; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetListPhoto.m b/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetListPhoto.m
index e5749ea..5cbcef9 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetListPhoto.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetListPhoto.m
@@ -2,7 +2,7 @@
// FKFlickrTagsGetListPhoto.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrTagsGetListPhoto
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -62,6 +64,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrTagsGetListPhotoError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrTagsGetListPhotoError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrTagsGetListPhotoError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrTagsGetListPhotoError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetListUser.h b/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetListUser.h
index 56cf6a5..0c3378a 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetListUser.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetListUser.h
@@ -2,7 +2,7 @@
// FKFlickrTagsGetListUser.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -11,10 +11,11 @@
#import "FKFlickrAPIMethod.h"
typedef enum {
- FKFlickrTagsGetListUserError_UserNotFound = 1, /* The user NSID passed was not a valid user NSID and the calling user was not logged in.
+ FKFlickrTagsGetListUserError_UserNotFound = 1, /* The user NSID passed was not a valid user NSID and the calling user was not logged in.
*/
FKFlickrTagsGetListUserError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrTagsGetListUserError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrTagsGetListUserError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrTagsGetListUserError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrTagsGetListUserError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrTagsGetListUserError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -30,21 +31,21 @@ Get the tag list for a given user (or the currently logged in user).
Response:
-
-
- gull
- tag1
- tag2
- tags
- test
-
+
+
+ gull
+ tag1
+ tag2
+ tags
+ test
+
*/
@interface FKFlickrTagsGetListUser : NSObject
/* The NSID of the user to fetch the tag list for. If this argument is not specified, the currently logged in user (if any) is assumed. */
-@property (nonatomic, strong) NSString *user_id;
+@property (nonatomic, copy) NSString *user_id;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetListUser.m b/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetListUser.m
index ef876e3..8d2ebdb 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetListUser.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetListUser.m
@@ -2,7 +2,7 @@
// FKFlickrTagsGetListUser.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrTagsGetListUser
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -58,6 +60,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrTagsGetListUserError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrTagsGetListUserError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrTagsGetListUserError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrTagsGetListUserError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetListUserPopular.h b/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetListUserPopular.h
index d97804b..8040e88 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetListUserPopular.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetListUserPopular.h
@@ -2,7 +2,7 @@
// FKFlickrTagsGetListUserPopular.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -11,10 +11,11 @@
#import "FKFlickrAPIMethod.h"
typedef enum {
- FKFlickrTagsGetListUserPopularError_UserNotFound = 1, /* The user NSID passed was not a valid user NSID and the calling user was not logged in.
+ FKFlickrTagsGetListUserPopularError_UserNotFound = 1, /* The user NSID passed was not a valid user NSID and the calling user was not logged in.
*/
FKFlickrTagsGetListUserPopularError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrTagsGetListUserPopularError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrTagsGetListUserPopularError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrTagsGetListUserPopularError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrTagsGetListUserPopularError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrTagsGetListUserPopularError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -30,24 +31,24 @@ Get the popular tags for a given user (or the currently logged in user).
Response:
-
-
- bar
- foo
- gull
- tags
- test
-
+
+
+ bar
+ foo
+ gull
+ tags
+ test
+
*/
@interface FKFlickrTagsGetListUserPopular : NSObject
/* The NSID of the user to fetch the tag list for. If this argument is not specified, the currently logged in user (if any) is assumed. */
-@property (nonatomic, strong) NSString *user_id;
+@property (nonatomic, copy) NSString *user_id;
/* Number of popular tags to return. defaults to 10 when this argument is not present. */
-@property (nonatomic, strong) NSString *count;
+@property (nonatomic, copy) NSString *count;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetListUserPopular.m b/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetListUserPopular.m
index 6ef3977..8d6e7d8 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetListUserPopular.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetListUserPopular.m
@@ -2,7 +2,7 @@
// FKFlickrTagsGetListUserPopular.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrTagsGetListUserPopular
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -61,6 +63,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrTagsGetListUserPopularError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrTagsGetListUserPopularError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrTagsGetListUserPopularError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrTagsGetListUserPopularError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetListUserRaw.h b/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetListUserRaw.h
index 120ccfa..9b53511 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetListUserRaw.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetListUserRaw.h
@@ -2,7 +2,7 @@
// FKFlickrTagsGetListUserRaw.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -14,6 +14,7 @@ typedef enum {
FKFlickrTagsGetListUserRawError_UserNotFound = 1, /* The calling user was not logged in. */
FKFlickrTagsGetListUserRawError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrTagsGetListUserRawError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrTagsGetListUserRawError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrTagsGetListUserRawError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrTagsGetListUserRawError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrTagsGetListUserRawError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -29,21 +30,21 @@ Get the raw versions of a given tag (or all tags) for the currently logged-in us
Response:
-
-
-
- foo
- Foo
- f:oo
-
-
+
+
+
+ foo
+ Foo
+ f:oo
+
+
*/
@interface FKFlickrTagsGetListUserRaw : NSObject
/* The tag you want to retrieve all raw versions for. */
-@property (nonatomic, strong) NSString *tag;
+@property (nonatomic, copy) NSString *tag;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetListUserRaw.m b/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetListUserRaw.m
index b884e9d..be63db8 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetListUserRaw.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetListUserRaw.m
@@ -2,7 +2,7 @@
// FKFlickrTagsGetListUserRaw.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrTagsGetListUserRaw
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -58,6 +60,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrTagsGetListUserRawError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrTagsGetListUserRawError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrTagsGetListUserRawError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrTagsGetListUserRawError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetMostFrequentlyUsed.h b/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetMostFrequentlyUsed.h
index 955e10d..8040e04 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetMostFrequentlyUsed.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetMostFrequentlyUsed.h
@@ -2,7 +2,7 @@
// FKFlickrTagsGetMostFrequentlyUsed.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -11,12 +11,14 @@
#import "FKFlickrAPIMethod.h"
typedef enum {
+ FKFlickrTagsGetMostFrequentlyUsedError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrTagsGetMostFrequentlyUsedError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrTagsGetMostFrequentlyUsedError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrTagsGetMostFrequentlyUsedError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrTagsGetMostFrequentlyUsedError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrTagsGetMostFrequentlyUsedError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrTagsGetMostFrequentlyUsedError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrTagsGetMostFrequentlyUsedError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrTagsGetMostFrequentlyUsedError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrTagsGetMostFrequentlyUsedError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrTagsGetMostFrequentlyUsedError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -32,13 +34,13 @@ Returns a list of most frequently used tags for a user.
Response:
-
-
-
- blah
- publicdomain
-
-
+
+
+
+ blah
+ publicdomain
+
+
*/
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetMostFrequentlyUsed.m b/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetMostFrequentlyUsed.m
index 3043022..ded2fd0 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetMostFrequentlyUsed.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetMostFrequentlyUsed.m
@@ -2,7 +2,7 @@
// FKFlickrTagsGetMostFrequentlyUsed.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrTagsGetMostFrequentlyUsed
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -49,6 +51,8 @@ - (NSDictionary *) args {
- (NSString *) descriptionForError:(NSInteger)error {
switch(error) {
+ case FKFlickrTagsGetMostFrequentlyUsedError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrTagsGetMostFrequentlyUsedError_InvalidSignature:
return @"Invalid signature";
case FKFlickrTagsGetMostFrequentlyUsedError_MissingSignature:
@@ -61,6 +65,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrTagsGetMostFrequentlyUsedError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrTagsGetMostFrequentlyUsedError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrTagsGetMostFrequentlyUsedError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrTagsGetMostFrequentlyUsedError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetRelated.h b/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetRelated.h
index 3f884dd..06ddff1 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetRelated.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetRelated.h
@@ -2,7 +2,7 @@
// FKFlickrTagsGetRelated.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -14,6 +14,7 @@ typedef enum {
FKFlickrTagsGetRelatedError_TagNotFound = 1, /* The tag argument was missing. */
FKFlickrTagsGetRelatedError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrTagsGetRelatedError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrTagsGetRelatedError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrTagsGetRelatedError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrTagsGetRelatedError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrTagsGetRelatedError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -29,20 +30,20 @@ Returns a list of tags 'related' to the given tag, based on clustered usage anal
Response:
-
- england
- thames
- tube
- bigben
- uk
-
+
+ england
+ thames
+ tube
+ bigben
+ uk
+
*/
@interface FKFlickrTagsGetRelated : NSObject
/* The tag to fetch related tags for. */
-@property (nonatomic, strong) NSString *tag; /* (Required) */
+@property (nonatomic, copy) NSString *tag; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetRelated.m b/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetRelated.m
index f9d3b43..73772ea 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetRelated.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Tags/FKFlickrTagsGetRelated.m
@@ -2,7 +2,7 @@
// FKFlickrTagsGetRelated.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrTagsGetRelated
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -62,6 +64,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrTagsGetRelatedError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrTagsGetRelatedError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrTagsGetRelatedError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrTagsGetRelatedError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Test/FKFlickrTestEcho.h b/Pods/FlickrKit/Classes/Model/Generated/Test/FKFlickrTestEcho.h
index c5b2df8..0905f2b 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Test/FKFlickrTestEcho.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Test/FKFlickrTestEcho.h
@@ -2,7 +2,7 @@
// FKFlickrTestEcho.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -13,6 +13,7 @@
typedef enum {
FKFlickrTestEchoError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrTestEchoError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrTestEchoError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrTestEchoError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrTestEchoError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrTestEchoError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -28,7 +29,7 @@ A testing method which echo's all parameters back in the response.
Response:
-echo
+echo
bar
*/
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Test/FKFlickrTestEcho.m b/Pods/FlickrKit/Classes/Model/Generated/Test/FKFlickrTestEcho.m
index bd77fd5..0dccee4 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Test/FKFlickrTestEcho.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Test/FKFlickrTestEcho.m
@@ -2,7 +2,7 @@
// FKFlickrTestEcho.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrTestEcho
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -53,6 +55,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrTestEchoError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrTestEchoError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrTestEchoError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrTestEchoError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Test/FKFlickrTestLogin.h b/Pods/FlickrKit/Classes/Model/Generated/Test/FKFlickrTestLogin.h
index 6905247..3a6303f 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Test/FKFlickrTestLogin.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Test/FKFlickrTestLogin.h
@@ -2,7 +2,7 @@
// FKFlickrTestLogin.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -11,12 +11,14 @@
#import "FKFlickrAPIMethod.h"
typedef enum {
+ FKFlickrTestLoginError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrTestLoginError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrTestLoginError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrTestLoginError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrTestLoginError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrTestLoginError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrTestLoginError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrTestLoginError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrTestLoginError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrTestLoginError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrTestLoginError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -32,9 +34,9 @@ A testing method which checks if the caller is logged in then returns their user
Response:
-
- Bees
-
+
+ Bees
+
*/
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Test/FKFlickrTestLogin.m b/Pods/FlickrKit/Classes/Model/Generated/Test/FKFlickrTestLogin.m
index ba47ebf..f320b58 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Test/FKFlickrTestLogin.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Test/FKFlickrTestLogin.m
@@ -2,7 +2,7 @@
// FKFlickrTestLogin.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrTestLogin
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -49,6 +51,8 @@ - (NSDictionary *) args {
- (NSString *) descriptionForError:(NSInteger)error {
switch(error) {
+ case FKFlickrTestLoginError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrTestLoginError_InvalidSignature:
return @"Invalid signature";
case FKFlickrTestLoginError_MissingSignature:
@@ -61,6 +65,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrTestLoginError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrTestLoginError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrTestLoginError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrTestLoginError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Test/FKFlickrTestNull.h b/Pods/FlickrKit/Classes/Model/Generated/Test/FKFlickrTestNull.h
index d40a4d3..258ba8e 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Test/FKFlickrTestNull.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Test/FKFlickrTestNull.h
@@ -2,7 +2,7 @@
// FKFlickrTestNull.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -11,12 +11,14 @@
#import "FKFlickrAPIMethod.h"
typedef enum {
+ FKFlickrTestNullError_SSLIsRequired = 95, /* SSL is required to access the Flickr API. */
FKFlickrTestNullError_InvalidSignature = 96, /* The passed signature was invalid. */
FKFlickrTestNullError_MissingSignature = 97, /* The call required signing but no signature was sent. */
FKFlickrTestNullError_LoginFailedOrInvalidAuthToken = 98, /* The login details or auth token passed were invalid. */
FKFlickrTestNullError_UserNotLoggedInOrInsufficientPermissions = 99, /* The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions. */
FKFlickrTestNullError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrTestNullError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrTestNullError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrTestNullError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrTestNullError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrTestNullError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Test/FKFlickrTestNull.m b/Pods/FlickrKit/Classes/Model/Generated/Test/FKFlickrTestNull.m
index d2e7071..6030489 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Test/FKFlickrTestNull.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Test/FKFlickrTestNull.m
@@ -2,7 +2,7 @@
// FKFlickrTestNull.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrTestNull
+
+
- (BOOL) needsLogin {
return YES;
}
@@ -49,6 +51,8 @@ - (NSDictionary *) args {
- (NSString *) descriptionForError:(NSInteger)error {
switch(error) {
+ case FKFlickrTestNullError_SSLIsRequired:
+ return @"SSL is required";
case FKFlickrTestNullError_InvalidSignature:
return @"Invalid signature";
case FKFlickrTestNullError_MissingSignature:
@@ -61,6 +65,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrTestNullError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrTestNullError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrTestNullError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrTestNullError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsGetGroup.h b/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsGetGroup.h
index 78febf3..e398ad8 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsGetGroup.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsGetGroup.h
@@ -2,7 +2,7 @@
// FKFlickrUrlsGetGroup.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -14,6 +14,7 @@ typedef enum {
FKFlickrUrlsGetGroupError_GroupNotFound = 1, /* The NSID specified was not a valid group. */
FKFlickrUrlsGetGroupError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrUrlsGetGroupError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrUrlsGetGroupError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrUrlsGetGroupError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrUrlsGetGroupError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrUrlsGetGroupError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -35,7 +36,7 @@ Returns the url to a group's page.
@interface FKFlickrUrlsGetGroup : NSObject
/* The NSID of the group to fetch the url for. */
-@property (nonatomic, strong) NSString *group_id; /* (Required) */
+@property (nonatomic, copy) NSString *group_id; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsGetGroup.m b/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsGetGroup.m
index 922c90b..b5ff725 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsGetGroup.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsGetGroup.m
@@ -2,7 +2,7 @@
// FKFlickrUrlsGetGroup.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrUrlsGetGroup
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -62,6 +64,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrUrlsGetGroupError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrUrlsGetGroupError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrUrlsGetGroupError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrUrlsGetGroupError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsGetUserPhotos.h b/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsGetUserPhotos.h
index 2102b74..3bd0a62 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsGetUserPhotos.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsGetUserPhotos.h
@@ -2,7 +2,7 @@
// FKFlickrUrlsGetUserPhotos.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -15,6 +15,7 @@ typedef enum {
FKFlickrUrlsGetUserPhotosError_NoUserSpecified = 2, /* No user_id was passed and the calling user was not logged in. */
FKFlickrUrlsGetUserPhotosError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrUrlsGetUserPhotosError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrUrlsGetUserPhotosError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrUrlsGetUserPhotosError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrUrlsGetUserPhotosError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrUrlsGetUserPhotosError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -36,7 +37,7 @@ Returns the url to a user's photos.
@interface FKFlickrUrlsGetUserPhotos : NSObject
/* The NSID of the user to fetch the url for. If omitted, the calling user is assumed. */
-@property (nonatomic, strong) NSString *user_id;
+@property (nonatomic, copy) NSString *user_id;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsGetUserPhotos.m b/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsGetUserPhotos.m
index 7309e73..00c3bfb 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsGetUserPhotos.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsGetUserPhotos.m
@@ -2,7 +2,7 @@
// FKFlickrUrlsGetUserPhotos.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrUrlsGetUserPhotos
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -60,6 +62,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrUrlsGetUserPhotosError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrUrlsGetUserPhotosError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrUrlsGetUserPhotosError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrUrlsGetUserPhotosError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsGetUserProfile.h b/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsGetUserProfile.h
index 9cd1ea9..0b12bf7 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsGetUserProfile.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsGetUserProfile.h
@@ -2,7 +2,7 @@
// FKFlickrUrlsGetUserProfile.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -15,6 +15,7 @@ typedef enum {
FKFlickrUrlsGetUserProfileError_NoUserSpecified = 2, /* No user_id was passed and the calling user was not logged in. */
FKFlickrUrlsGetUserProfileError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrUrlsGetUserProfileError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrUrlsGetUserProfileError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrUrlsGetUserProfileError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrUrlsGetUserProfileError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrUrlsGetUserProfileError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -36,7 +37,7 @@ Returns the url to a user's profile.
@interface FKFlickrUrlsGetUserProfile : NSObject
/* The NSID of the user to fetch the url for. If omitted, the calling user is assumed. */
-@property (nonatomic, strong) NSString *user_id;
+@property (nonatomic, copy) NSString *user_id;
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsGetUserProfile.m b/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsGetUserProfile.m
index 19bf9ab..9460379 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsGetUserProfile.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsGetUserProfile.m
@@ -2,7 +2,7 @@
// FKFlickrUrlsGetUserProfile.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrUrlsGetUserProfile
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -60,6 +62,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrUrlsGetUserProfileError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrUrlsGetUserProfileError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrUrlsGetUserProfileError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrUrlsGetUserProfileError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsLookupGallery.h b/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsLookupGallery.h
index d26aa2e..de4a3a3 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsLookupGallery.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsLookupGallery.h
@@ -2,7 +2,7 @@
// FKFlickrUrlsLookupGallery.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -13,6 +13,7 @@
typedef enum {
FKFlickrUrlsLookupGalleryError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrUrlsLookupGalleryError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrUrlsLookupGalleryError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrUrlsLookupGalleryError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrUrlsLookupGalleryError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrUrlsLookupGalleryError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -29,19 +30,19 @@ This is the same format returned by
- Cat Pictures I've Sent To Kevin Collins
-
+
+ Cat Pictures I've Sent To Kevin Collins
+
*/
@interface FKFlickrUrlsLookupGallery : NSObject
/* The gallery's URL. */
-@property (nonatomic, strong) NSString *url; /* (Required) */
+@property (nonatomic, copy) NSString *url; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsLookupGallery.m b/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsLookupGallery.m
index cc1a830..cc27314 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsLookupGallery.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsLookupGallery.m
@@ -2,7 +2,7 @@
// FKFlickrUrlsLookupGallery.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrUrlsLookupGallery
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -60,6 +62,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrUrlsLookupGalleryError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrUrlsLookupGalleryError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrUrlsLookupGalleryError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrUrlsLookupGalleryError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsLookupGroup.h b/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsLookupGroup.h
index c90573f..173e0c4 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsLookupGroup.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsLookupGroup.h
@@ -2,7 +2,7 @@
// FKFlickrUrlsLookupGroup.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -14,6 +14,7 @@ typedef enum {
FKFlickrUrlsLookupGroupError_GroupNotFound = 1, /* The passed URL was not a valid group page or photo pool url. */
FKFlickrUrlsLookupGroupError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrUrlsLookupGroupError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrUrlsLookupGroupError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrUrlsLookupGroupError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrUrlsLookupGroupError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrUrlsLookupGroupError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -29,15 +30,15 @@ Returns a group NSID, given the url to a group's page or photo pool.
Response:
-
- FlickrCentral
+
+ FlickrCentral
*/
@interface FKFlickrUrlsLookupGroup : NSObject
/* The url to the group's page or photo pool. */
-@property (nonatomic, strong) NSString *url; /* (Required) */
+@property (nonatomic, copy) NSString *url; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsLookupGroup.m b/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsLookupGroup.m
index ec90266..8a4e5d4 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsLookupGroup.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsLookupGroup.m
@@ -2,7 +2,7 @@
// FKFlickrUrlsLookupGroup.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrUrlsLookupGroup
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -62,6 +64,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrUrlsLookupGroupError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrUrlsLookupGroupError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrUrlsLookupGroupError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrUrlsLookupGroupError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsLookupUser.h b/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsLookupUser.h
index ecd586d..ee3dac8 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsLookupUser.h
+++ b/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsLookupUser.h
@@ -2,7 +2,7 @@
// FKFlickrUrlsLookupUser.h
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -14,6 +14,7 @@ typedef enum {
FKFlickrUrlsLookupUserError_UserNotFound = 1, /* The passed URL was not a valid user profile or photos url. */
FKFlickrUrlsLookupUserError_InvalidAPIKey = 100, /* The API key passed was not valid or has expired. */
FKFlickrUrlsLookupUserError_ServiceCurrentlyUnavailable = 105, /* The requested service is temporarily unavailable. */
+ FKFlickrUrlsLookupUserError_WriteOperationFailed = 106, /* The requested operation failed due to a temporary issue. */
FKFlickrUrlsLookupUserError_FormatXXXNotFound = 111, /* The requested response format was not found. */
FKFlickrUrlsLookupUserError_MethodXXXNotFound = 112, /* The requested method was not found. */
FKFlickrUrlsLookupUserError_InvalidSOAPEnvelope = 114, /* The SOAP envelope send in the request could not be parsed. */
@@ -29,15 +30,15 @@ Returns a user NSID, given the url to a user's photos or profile.
Response:
-
- Stewart
+
+ Stewart
*/
@interface FKFlickrUrlsLookupUser : NSObject
/* The url to the user's profile or photos page. */
-@property (nonatomic, strong) NSString *url; /* (Required) */
+@property (nonatomic, copy) NSString *url; /* (Required) */
@end
diff --git a/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsLookupUser.m b/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsLookupUser.m
index 59db2f7..04a76ee 100644
--- a/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsLookupUser.m
+++ b/Pods/FlickrKit/Classes/Model/Generated/Urls/FKFlickrUrlsLookupUser.m
@@ -2,7 +2,7 @@
// FKFlickrUrlsLookupUser.m
// FlickrKit
//
-// Generated by FKAPIBuilder on 12 Jun, 2013 at 17:19.
+// Generated by FKAPIBuilder on 19 Sep, 2014 at 10:49.
// Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com
//
// DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED
@@ -12,6 +12,8 @@
@implementation FKFlickrUrlsLookupUser
+
+
- (BOOL) needsLogin {
return NO;
}
@@ -62,6 +64,8 @@ - (NSString *) descriptionForError:(NSInteger)error {
return @"Invalid API Key";
case FKFlickrUrlsLookupUserError_ServiceCurrentlyUnavailable:
return @"Service currently unavailable";
+ case FKFlickrUrlsLookupUserError_WriteOperationFailed:
+ return @"Write operation failed";
case FKFlickrUrlsLookupUserError_FormatXXXNotFound:
return @"Format \"xxx\" not found";
case FKFlickrUrlsLookupUserError_MethodXXXNotFound:
diff --git a/Pods/FlickrKit/Classes/Network/FKImageUploadNetworkOperation.h b/Pods/FlickrKit/Classes/Network/FKImageUploadNetworkOperation.h
index 86a8305..f67686c 100644
--- a/Pods/FlickrKit/Classes/Network/FKImageUploadNetworkOperation.h
+++ b/Pods/FlickrKit/Classes/Network/FKImageUploadNetworkOperation.h
@@ -15,5 +15,6 @@
@property (nonatomic, assign, readonly) CGFloat uploadProgress;
- (id) initWithImage:(UIImage *)image arguments:(NSDictionary *)args completion:(FKAPIImageUploadCompletion)completion;
+- (id) initWithAssetURL:(NSURL *)assetURL arguments:(NSDictionary *)args completion:(FKAPIImageUploadCompletion)completion;
@end
diff --git a/Pods/FlickrKit/Classes/Network/FKImageUploadNetworkOperation.m b/Pods/FlickrKit/Classes/Network/FKImageUploadNetworkOperation.m
index b8afced..bf8c239 100644
--- a/Pods/FlickrKit/Classes/Network/FKImageUploadNetworkOperation.m
+++ b/Pods/FlickrKit/Classes/Network/FKImageUploadNetworkOperation.m
@@ -20,6 +20,7 @@ @interface FKImageUploadNetworkOperation ()
@property (nonatomic, retain) NSDictionary *args;
@property (nonatomic, assign) CGFloat uploadProgress;
@property (nonatomic, assign) NSUInteger fileSize;
+@property (nonatomic, assign) NSURL* assetURL;
@end
@implementation FKImageUploadNetworkOperation
@@ -28,6 +29,18 @@ - (id) initWithImage:(UIImage *)image arguments:(NSDictionary *)args completion:
self = [super init];
if (self) {
self.image = image;
+ self.assetURL = nil;
+ self.args = args;
+ self.completion = completion;
+ }
+ return self;
+}
+
+- (id) initWithAssetURL:(NSURL *)assetURL arguments:(NSDictionary *)args completion:(FKAPIImageUploadCompletion)completion; {
+ self = [super init];
+ if (self) {
+ self.image = nil;
+ self.assetURL = assetURL;
self.args = args;
self.completion = completion;
}
@@ -109,13 +122,25 @@ - (NSMutableURLRequest *) createRequest:(NSError **)error {
// Output stream is the file...
NSOutputStream *outputStream = [NSOutputStream outputStreamToFileAtPath:tempFileName append:NO];
[outputStream open];
-
- // Input stream is the image
- NSData *imgData = UIImageJPEGRepresentation(self.image, 1.0);
- NSInputStream *inImageStream = [[NSInputStream alloc] initWithData:imgData];
-
- // Write the contents to the streams... don't cross the streams !
- [FKDUStreamUtil writeMultipartStartString:multipartOpeningString imageStream:inImageStream toOutputStream:outputStream closingString:multipartClosingString];
+
+ if( self.image ){
+ // Input stream is the image
+ NSData *imgData = UIImageJPEGRepresentation(self.image, 1.0);
+ NSInputStream *inImageStream = [[NSInputStream alloc] initWithData:imgData];
+
+ // Write the contents to the streams... don't cross the streams !
+ [FKDUStreamUtil writeMultipartStartString:multipartOpeningString imageStream:inImageStream toOutputStream:outputStream closingString:multipartClosingString];
+ }
+ else if( self.assetURL ){
+ [FKDUStreamUtil writeMultipartWithAssetURL:self.assetURL
+ startString:multipartOpeningString
+ imageFile:tempFileName
+ toOutputStream:outputStream
+ closingString:multipartClosingString];
+ }
+ else{
+ return nil;
+ }
// Get the file size
NSDictionary *fileInfo = [[NSFileManager defaultManager] attributesOfItemAtPath:tempFileName error:error];
@@ -178,8 +203,8 @@ - (void) connection:(NSURLConnection *)connection didSendBodyData:(NSInteger)byt
self.uploadProgress = (CGFloat) totalBytesWritten / (CGFloat) self.fileSize;
#ifdef DEBUG
- NSLog(@"file size is %i", self.fileSize);
- NSLog(@"Sent %i, total Sent %i, expected total %i", bytesWritten, totalBytesWritten, totalBytesExpectedToWrite);
+ NSLog(@"file size is %lu", (unsigned long)self.fileSize);
+ NSLog(@"Sent %li, total Sent %li, expected total %li", (long)bytesWritten, (long)totalBytesWritten, (long)totalBytesExpectedToWrite);
NSLog(@"Upload progress is %f", self.uploadProgress);
#endif
}
diff --git a/Pods/FlickrKit/Classes/Network/FKUploadRespone.m b/Pods/FlickrKit/Classes/Network/FKUploadRespone.m
index 2d11438..89cc0ae 100644
--- a/Pods/FlickrKit/Classes/Network/FKUploadRespone.m
+++ b/Pods/FlickrKit/Classes/Network/FKUploadRespone.m
@@ -43,13 +43,10 @@ - (void) parser:(NSXMLParser *)parser didStartElement:(NSString *)elementName na
self.currentElementContent = nil;
- BOOL success = NO;
if ([elementName isEqualToString:@"rsp"]) {
NSString *status = [attributeDict objectForKey:@"stat"];
if ([status isEqualToString:@"ok"]) {
- success = YES;
} else if ([status isEqualToString:@"fail"]) {
- success = NO;
}
}
diff --git a/Pods/FlickrKit/README.md b/Pods/FlickrKit/README.md
index 71b7fff..8b462a1 100644
--- a/Pods/FlickrKit/README.md
+++ b/Pods/FlickrKit/README.md
@@ -6,7 +6,7 @@ FlickrKit is an iOS Objective-C library for accessing the Flickr API written by
Features
--------
-Who needs FlickrKit when we have ObjectiveFlickr? Why not? I used ObjectiveFlickr for a long time, and a some of the methods in this libary were born from ObjectiveFlickr. However, I sometimes had problems debugging ObjectiveFlickr as the networking code was custom and not familiar to me - and I provide a little bit more too…
+Who needs FlickrKit when we have ObjectiveFlickr? Why not? I used ObjectiveFlickr for a long time, and some of the methods in this library were born from ObjectiveFlickr. However, I sometimes had problems debugging ObjectiveFlickr as the networking code was custom and not familiar to me. Also I go a little further with FlickrKit and I provide a little bit more than ObjectiveFlickr does... read on....
* You have a few ways to call methods - using string method name/dictionary params - or using the Model classes that have been generated for every Flickr API call available! It's up to you - or mix it up!
* All methods return an NSOperation subclass, so you have the ability to cancel requests easily, requests are put onto an operation queue.
@@ -15,13 +15,13 @@ Who needs FlickrKit when we have ObjectiveFlickr? Why not? I used ObjectiveFlick
* There is a default disk caching of Flickr responses - you are allowed to cache up to 24 hrs. You can specify the cache time per request.
* The code is (hopefully) easy to read and debug, as it uses standard iOS networking components in the simplest way possible.
* It is (partially) unit tested.
-* There is a demo project to see it's usage.
+* There is a demo project to see its usage.
* There is a vastly simplified authentication mechanism, which is by far the most complicated part of using Flickr APi - even when using ObjectiveFlickr.
-* The model classes are auto generated and include all error codes, params, validation, documentation. The code generation project is also included in the source if you need to regenerate.
-* Maybe there are more features that i've neglected to mentions… give it a go!
+* The model classes are auto generated and include all error codes, params, validation, and documentation. The code generation project is also included in the source if you need to regenerate.
+* Maybe there are more features that I’ve neglected to mentions… give it a go!
###### Limitations
-I don't support Mac OS X (as i've never worked with that ..sorry! - ports welcome!). I don't support the old authentication method or migration - it only uses OAuth - which is almost a year old with Flickr now anyway. It only supports single user authentication - so doesn't support multiple flickr accounts
+I don't support Mac OS X (as I’ve never worked with that ..sorry! - ports welcome!). I don't support the old authentication method or migration - it only uses OAuth - which is almost a year old with Flickr now anyway. It only supports single user authentication - so doesn't support multiple Flickr accounts
Requirements
@@ -42,19 +42,19 @@ Installation
Usage
-------------
-Inluded in the source is a demo project that shows you how to get started. It has a few example use cases. The UI isn't pretty! - but the important part is the usage of the API in the code.
+Included in the source is a demo project that shows you how to get started. It has a few example use cases. The UI isn't pretty! - but the important part is the usage of the API in the code.
##### API Notes
* You need to start the library using initializeWithAPIKey:sharedSecret: which you will get from your flickr account
- * completion callbacks are not called on the main thread, so you must ensure you do any UI related work on the main thread
+ * Completion callbacks are not called on the main thread, so you must ensure you do any UI related work on the main thread
* Flickr allow you to cache responses for up to 24 hrs, you can pass the maxCacheAge for the number of minutes you want to cache this for.
* You can provide your own cache implementation if you want and plug it into FlickrKit. See [FlickrKit.h]
- * You can use either the string/dictionary call methods - or you can use the model api, where you use a model class. The advantage of the model classes are the clarity and the validation/error messaging built into them. They also contain all the flickr documentation. They are auto generated from the flickr API and can be regenerated with FKAPIBuilder class if the API updates.
+ * You can use either the string/dictionary call methods - or you can use the model api, where you use a model class. The advantage of the model classes is the clarity and the validation/error messaging built into them. They also contain all the Flickr documentation. They are auto generated from the Flickr API and can be regenerated with FKAPIBuilder class if the API updates.
##### Authentication
- * You start auth using beginAuthWithCallbackURL with the url that flickr will call back to your app - completion callback gives you a url that you can present in a webview.
- * Once the user has logged in and flickr calls back to your app, you can pass this to completeAuthWithURL.
+ * You start auth using beginAuthWithCallbackURL with the url that Flickr will call back to your app - completion callback gives you a URL that you can present in a webview.
+ * Once the user has logged in and Flickr calls back to your app, you can pass this to completeAuthWithURL.
* We store the auth token in NSUserDefaults - so when you launch your app again, you can call checkAuthorizationOnSuccess to see if the user is already validated.
* Calling logout will remove all stored tokens and the user will have to authenticate again.
@@ -83,12 +83,12 @@ This example demonstrates using the generated Flickr API Model classes.
}];
#### Your Photostream Photos
-This example uses the string/dictionary method of calling FlickrKit, and alternative to using the Model classes. It also demonstrates passing a cache time of one hour, meaning if you call this again withing the hour - it will hit the cache and not the network. Fast!
+This example uses the string/dictionary method of calling FlickrKit, and alternative to using the Model classes. It also demonstrates passing a cache time of one hour, meaning if you call this again within the hour - it will hit the cache and not the network. Fast!
[[FlickrKit sharedFlickrKit] call:@"flickr.photos.search" args:@{@"user_id": self.userID, @"per_page": @"15"} maxCacheAge:FKDUMaxAgeOneHour completion:^(NSDictionary *response, NSError *error) {
dispatch_async(dispatch_get_main_queue(), ^{
if (response) {
- // extract images from the resonse dictionary
+ // extract images from the response dictionary
} else {
// show the error
}
@@ -96,7 +96,7 @@ This example uses the string/dictionary method of calling FlickrKit, and alterna
}];
#### Uploading a Photo
-Uploading a photo and observing it's progress. imagePicked comes from the UIImagePickerControllerDelegate, but could be any UIImage.
+Uploading a photo and observing its progress. imagePicked comes from the UIImagePickerControllerDelegate, but could be any UIImage.
self.uploadOp = [[FlickrKit sharedFlickrKit] uploadImage:imagePicked args:uploadArgs completion:^(NSString *imageID, NSError *error) {
dispatch_async(dispatch_get_main_queue(), ^{
@@ -127,7 +127,7 @@ Contact
-------
I can't answer any questions about how to use the code, but I always welcome emails telling me that you're using it, or just saying thanks.
-If you create an app which uses the code, I'd also love to hear about it. You can find my contact details on my web site, listed below.
+If you create an app, which uses the code, I'd also love to hear about it. You can find my contact details on my web site, listed below.
Likewise, if you want to submit a feature request or bug report, feel free to get in touch. Better yet, fork the code and implement the feature/fix yourself, then submit a pull request.
@@ -139,4 +139,4 @@ David Casserly
Me: http://www.davidjc.com
My Work: http://www.devedup.com
Twitter: http://twitter.com/devedup
-Hire Me: http://linkedin.davidjc.com
\ No newline at end of file
+Hire Me: http://linkedin.davidjc.com
diff --git a/Pods/Headers/SDWebImage/UIImageView+HighlightedWebCache.h b/Pods/Headers/SDWebImage/UIImageView+HighlightedWebCache.h
new file mode 120000
index 0000000..b05c09f
--- /dev/null
+++ b/Pods/Headers/SDWebImage/UIImageView+HighlightedWebCache.h
@@ -0,0 +1 @@
+../../SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.h
\ No newline at end of file
diff --git a/Pods/Headers/SDWebImage/UIView+WebCacheOperation.h b/Pods/Headers/SDWebImage/UIView+WebCacheOperation.h
new file mode 120000
index 0000000..3486fa4
--- /dev/null
+++ b/Pods/Headers/SDWebImage/UIView+WebCacheOperation.h
@@ -0,0 +1 @@
+../../SDWebImage/SDWebImage/UIView+WebCacheOperation.h
\ No newline at end of file
diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock
index d1cdda5..d86219c 100644
--- a/Pods/Manifest.lock
+++ b/Pods/Manifest.lock
@@ -1,15 +1,15 @@
PODS:
- - FlickrKit (1.0.3)
- - SDWebImage (3.6):
+ - FlickrKit (1.0.4)
+ - SDWebImage (3.7.1):
- SDWebImage/Core
- - SDWebImage/Core (3.6)
+ - SDWebImage/Core (3.7.1)
DEPENDENCIES:
- FlickrKit
- SDWebImage
SPEC CHECKSUMS:
- FlickrKit: 884ea0173b3f8a1f56fd418f2ae635a03a852294
- SDWebImage: c6989652c1cdf27cbdf3f56957e2030f825af5bc
+ FlickrKit: 1bbc5c91f065fa0d7ce4119c5d5c63a9241eea73
+ SDWebImage: 116e88633b5b416ea0ca4b334a4ac59cf72dd38d
COCOAPODS: 0.33.1
diff --git a/Pods/Pods-FlickrKit.xcconfig b/Pods/Pods-FlickrKit.xcconfig
index c535c9e..ac45c70 100644
--- a/Pods/Pods-FlickrKit.xcconfig
+++ b/Pods/Pods-FlickrKit.xcconfig
@@ -1 +1 @@
-PODS_FLICKRKIT_OTHER_LDFLAGS = -framework SystemConfiguration
\ No newline at end of file
+PODS_FLICKRKIT_OTHER_LDFLAGS = -framework SystemConfiguration -weak_framework AssetsLibrary
\ No newline at end of file
diff --git a/Pods/Pods-environment.h b/Pods/Pods-environment.h
index 248f6f2..0a3c3f4 100644
--- a/Pods/Pods-environment.h
+++ b/Pods/Pods-environment.h
@@ -10,17 +10,17 @@
#define COCOAPODS_POD_AVAILABLE_FlickrKit
#define COCOAPODS_VERSION_MAJOR_FlickrKit 1
#define COCOAPODS_VERSION_MINOR_FlickrKit 0
-#define COCOAPODS_VERSION_PATCH_FlickrKit 3
+#define COCOAPODS_VERSION_PATCH_FlickrKit 4
// SDWebImage
#define COCOAPODS_POD_AVAILABLE_SDWebImage
#define COCOAPODS_VERSION_MAJOR_SDWebImage 3
-#define COCOAPODS_VERSION_MINOR_SDWebImage 6
-#define COCOAPODS_VERSION_PATCH_SDWebImage 0
+#define COCOAPODS_VERSION_MINOR_SDWebImage 7
+#define COCOAPODS_VERSION_PATCH_SDWebImage 1
// SDWebImage/Core
#define COCOAPODS_POD_AVAILABLE_SDWebImage_Core
#define COCOAPODS_VERSION_MAJOR_SDWebImage_Core 3
-#define COCOAPODS_VERSION_MINOR_SDWebImage_Core 6
-#define COCOAPODS_VERSION_PATCH_SDWebImage_Core 0
+#define COCOAPODS_VERSION_MINOR_SDWebImage_Core 7
+#define COCOAPODS_VERSION_PATCH_SDWebImage_Core 1
diff --git a/Pods/Pods.xcconfig b/Pods/Pods.xcconfig
index 4b7b1a7..e10781b 100644
--- a/Pods/Pods.xcconfig
+++ b/Pods/Pods.xcconfig
@@ -1,5 +1,5 @@
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/FlickrKit" "${PODS_ROOT}/Headers/SDWebImage"
OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers" -isystem "${PODS_ROOT}/Headers/FlickrKit" -isystem "${PODS_ROOT}/Headers/SDWebImage"
-OTHER_LDFLAGS = -ObjC -framework ImageIO -framework SystemConfiguration
+OTHER_LDFLAGS = -ObjC -framework ImageIO -framework SystemConfiguration -weak_framework AssetsLibrary
PODS_ROOT = ${SRCROOT}/Pods
\ No newline at end of file
diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj
index abd195b..8fcb196 100644
--- a/Pods/Pods.xcodeproj/project.pbxproj
+++ b/Pods/Pods.xcodeproj/project.pbxproj
@@ -10,7 +10,7 @@
46
objects
- 0023BFDB4035479A8E59AB05
+ 0030F2BD652241BDA886D8C8
includeInIndex
1
@@ -19,76 +19,31 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPrefsGetGeoPerms.m
+ FKFlickrBlogsGetList.m
path
- Classes/Model/Generated/Prefs/FKFlickrPrefsGetGeoPerms.m
+ Classes/Model/Generated/Blogs/FKFlickrBlogsGetList.m
sourceTree
<group>
- 00511A67DB8A458DBF3B2727
-
- fileRef
- D8D8715E899C4A82A55192F0
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
-
- 006CF8BFDEE24A68AF105DB7
-
- buildActionMask
- 2147483647
- files
-
- 62B0A1C3947A46DE90F380FC
- 26CCD951072B407D8F517345
-
- isa
- PBXFrameworksBuildPhase
- runOnlyForDeploymentPostprocessing
- 0
-
- 00763197FCD245948942307C
-
- fileRef
- FF439064E1224C309D612E4E
- isa
- PBXBuildFile
-
- 00A50AE7B51C498D91F74681
-
- fileRef
- CC2B9CFF84204F7CBA1DA781
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
-
- 00F972D6A74C414BA07D4B42
+ 0092876F8DA641A5AA3B922F
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrPlacesPlacesForContacts.m
+ FKFlickrPlacesGetInfo.h
path
- Classes/Model/Generated/Places/FKFlickrPlacesPlacesForContacts.m
+ Classes/Model/Generated/Places/FKFlickrPlacesGetInfo.h
sourceTree
<group>
- 01001931EC71431B948C728F
+ 01C5CD5694EC447AB94F87A0
fileRef
- 2E55B3234FA44CACBECAF412
+ 519B6D554CCB4067B66CA0DA
isa
PBXBuildFile
settings
@@ -97,59 +52,54 @@
-fobjc-arc
- 015073EFB3134A9BBC895EDD
+ 01FE020F1A8048B69B909D1B
+
+ fileRef
+ 74782FAB27E3478B9452ED3D
+ isa
+ PBXBuildFile
+
+ 0215531B1CE149FEB52A249B
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrPhotosSetSafetyLevel.m
+ FKFlickrPhotosGetContactsPhotos.h
path
- Classes/Model/Generated/Photos/FKFlickrPhotosSetSafetyLevel.m
+ Classes/Model/Generated/Photos/FKFlickrPhotosGetContactsPhotos.h
sourceTree
<group>
- 015BB74A58F84032AACF1296
-
- fileRef
- 311F775899504D5695288C3B
- isa
- PBXBuildFile
-
- 016893B5C8CF4D0B9A807F2B
+ 03694392585E4C0BB91F34DC
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrStatsGetCollectionDomains.h
+ FKFlickrPeopleFindByUsername.m
path
- Classes/Model/Generated/Stats/FKFlickrStatsGetCollectionDomains.h
+ Classes/Model/Generated/People/FKFlickrPeopleFindByUsername.m
sourceTree
<group>
- 0171BA7255FF450885134551
+ 0424ACEC2BD64519A3D620BA
fileRef
- EC6DF12CB58D4EF280B56FA4
+ A94EFA362BA249BD9B9B7AE3
isa
PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
- 01E0880BA9C0454484326E7D
+ 0473504A8E6D41EBBB715D58
fileRef
- EC3229326DBD460E86FE743D
+ 0C425F8DD0F74A62BE019FF3
isa
PBXBuildFile
settings
@@ -158,41 +108,21 @@
-fobjc-arc
- 0287B8F43796482DAFC29FA2
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- FKFlickrPhotosGetRecent.h
- path
- Classes/Model/Generated/Photos/FKFlickrPhotosGetRecent.h
- sourceTree
- <group>
-
- 02AB19AC843343A997B971E7
+ 047A2B55C6D14025B0ED3F2B
fileRef
- 7BEAAE3BD01C4029A6D1CC00
+ DEE6F207BD9E47FEA571157D
isa
PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
- 02B1BE62CAD048C4A0BB7660
+ 052B6AABA28A46F38F5BCBF8
fileRef
- 456B9D66150842A4A731C713
+ ACC73AA2574B49FEAB8EDFD0
isa
PBXBuildFile
- 02E22595A783406295E1B383
+ 05D6FA2DF8D9442AA2760383
includeInIndex
1
@@ -201,138 +131,418 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPhotosetsEditMeta.m
+ FKFlickrCamerasGetBrandModels.m
path
- Classes/Model/Generated/Photosets/FKFlickrPhotosetsEditMeta.m
+ Classes/Model/Generated/Cameras/FKFlickrCamerasGetBrandModels.m
sourceTree
<group>
- 031B4239EFFD48FCB21F5857
-
- fileRef
- C488D580CBB548F7B3A16620
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
-
- 03E43C42F7CB4DA988AFD7F5
+ 05EFFDFEE2E640CE9F30B410
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrAuthCheckToken.h
+ FKFlickrFavoritesGetPublicList.m
path
- Classes/Model/Generated/Auth/FKFlickrAuthCheckToken.h
+ Classes/Model/Generated/Favorites/FKFlickrFavoritesGetPublicList.m
sourceTree
<group>
- 0491FFE838234782BE300D4C
+ 05FE9A2B37534F759CC6667B
- includeInIndex
- 1
+ buildActionMask
+ 2147483647
+ files
+
+ 490AE64D4A2E43429B28E79D
+ F1EA60410F7D40518CB8A595
+ 39F31B69AAA749A98E1C2607
+ 161CFFC8F3494E38B72DC544
+ 44770D7C49AF4D3D8D52BE4F
+ 6A6E211EEBF647C0B1CD3A55
+ EF3839C7A20B47228B534CC4
+ 49E75267BA3F4470BF5BFE60
+ 0E9AE676A3C54FD1AD7C5267
+ E8911DF1B29F4062966DE3DD
+ 4DEFD3D7C8B545479D02533F
+ A621ABD0E0E840489ABB2BFA
+ C801F78766F14040B0D3913F
+ 24AE4EDDB00C4EB8BEF7699A
+ 9D7854FE210244308A5CBBE7
+ BBB89A827F8442F19B471AD1
+ 8BDF7CC37ADC4AAC9F054FC3
+ CDB766ECAF2E4585A7B1F20C
+ 455F76EB851F4F33A26180B9
+ A621921EAD264E5DA5C478E0
+ 657F46E7EEC6442C9B8505E0
+ 311676C14CF24F3BBB6E4CDD
+ D37980BF97DF44D09D50B8C3
+ 785898E6AE8F4F0EA2DD6763
+ 6E36EEA5712B4037AB0A7B03
+ 2D5612D2EA994382AE75D97C
+ 90AF9F1366DC4415B9838AA5
+ 33673F4AA41645A5887CB086
+ 34CA5E39729E4FCA95D43901
+ BF6BDDEEB594431299DAC4EC
+ ADF35B810D2C466485966D42
+ D6A86722A6094FD8A863F039
+ EF6932CC6CA24D0E88C8898B
+ DDDE0E05D0464A69B5822D66
+ 72DEC1FA8C5F4933B0AFF896
+ EB736D108BAA4DDEB4E0A750
+ 1B60078190A44F5CB216C7D5
+ F66AFD635BB44AC883DDC2E9
+ D4B87598808047AAA761E798
+ 33EF1CA2D6EF49ACA89F7E98
+ E06C0F53BF7F43BF83DE12E9
+ EA6B4164525E4D4789BCD246
+ 7E66CCB5FF98456FAE3C760B
+ 2BF3F17E21BB4951911C9417
+ 7B85190A737043639F4C88C1
+ 8CA87FBECAE04017B85094F3
+ 920A18C70EDA4A3CA9861062
+ FDEF28364F2E43D7BB7B08F8
+ 8DC7610F216D4CB6A000ABA1
+ 82A2221D4A98401F842D0E43
+ 772F76E348F541DBA0306CF8
+ B6FB3FB2A39645CDB81C103F
+ 609C3DDC434E426C87E9BE4D
+ DE7CD6572AD2450088652F39
+ 5A6A144C48F446278C753014
+ A2EACD3BF8F84352AD380DC6
+ 25B23D4D70E14200A2CD1850
+ 43602C6DE8B540C38FAEF316
+ 4CEE62730FDF4B75BA843A33
+ 1C79C85CE167486EA2EB1649
+ F17318F3BDA74D4CB13055D4
+ 764D06AFC2FA43579204095D
+ 10EF15A9C8FF4AABA301CF07
+ 5A6BEA267CD743F5958C1B18
+ 4AD8D98F80D4469E90A0B0BA
+ 56835904BC9540DE816657DD
+ DEAECDC34E53493590A2913C
+ 7C62272F5BB946159C35933D
+ 09D60B6908224C8BA85AA50F
+ 3940874F63D141CC9DF2B779
+ B5CFFA0903724F2EABEA3491
+ B5B284F59E2242E884C6635C
+ F948E8539334475B97ED098E
+ 9E24D285D9074B35BE9D49AC
+ CA17E66FD0664DD4A5176686
+ 1CA110B0F7874A8BBBC6EC3A
+ 3C1F4C5B71E749AAA5FE978B
+ D3FD09C9976746A180DE145A
+ 30D2BBEE8C804480801412DE
+ DEF5E5DC1A7947A4986D48EE
+ CC71D088DB7E45839E3C1928
+ 1498ECAC6F3C4D3B83D387B6
+ CE0A162792DB4292AF293848
+ E6987CE5067B447788FC3CAA
+ 779983DB835240D99B962AAE
+ 72C57C76B25740A29E4FA9C6
+ 412DA241376A4374BDBEAC94
+ DDD9849190D84A589ACD6904
+ 343A77D529E24B72A3279191
+ 2C7DEB8ADFE2421D80957A7E
+ B9384C0F6941446882B47DE6
+ B384697B2D334C7CA12DCF09
+ 827B8AEB1EF240F9B8E6975A
+ 6D5E2DB1E04A4C3E825D56CD
+ 2399050CB51B4EA797B4A29A
+ 7EC100C0F6ED4755A9D3A676
+ 15501840E79D4BACA28A6D4B
+ 96186E38FDB34DC58AF6CE5B
+ 17E6C8AD907B4620BA5685EB
+ 5911816EF6EA42A4853B213F
+ BA3C03E4AB954766AD10F335
+ 822F925D6F034961AE13ED66
+ C9CAF2E323814B60A1B89C4E
+ 052B6AABA28A46F38F5BCBF8
+ 2AD367A4F84B4418BED9160F
+ 5A0543687C41498BBD7B6B86
+ C61F7A0B85FE446BBE0EEAD9
+ 2EC481BC87064C4888016D46
+ 065A994D9A994848889CA86E
+ 13722B2596A34B439F4202A7
+ 7999E1238CA84BF8B98D1383
+ 7F39AA01BE534E0CADD5FEA5
+ 2BA846602E0B4E388F9575BB
+ 8751FDC742FF4752BF0FB5E2
+ BA96AC47514B402AA20CFD45
+ 12104A220B3849EBB9D6C1AC
+ 047A2B55C6D14025B0ED3F2B
+ 1B8AB0CDF1054BD8BBB75D31
+ 44186B92FCF14DC3A4B2E87B
+ 1B81DFFBFACD46CC80F8057F
+ 5ABDF6091B974C53920A62FA
+ DE97C48467AE40FAB2ABB4FE
+ 586A956C74DF4751A2F72DB9
+ 9ADCD77267EB4034AEDAABC8
+ E0AE9A7E444B499692128508
+ E22D2902091C405C964561C4
+ 332CD58BBE4A42E59BAA75B6
+ 5C4E73D5A42E47499E52FF47
+ FAC724D6B16B4212919EBBE8
+ EC29077C167D4A7BB70D8135
+ 895DEAF3830542D9A8BE3B08
+ B6AE699425D645B393BF44D4
+ C0F5808969FE4A718CBAF48A
+ 980E656C9E2C4329A5CA78D0
+ CD55E6559211450D9371C641
+ 52ECE91E48174C32A5AAEE00
+ C8E41DF8E9CF4776A07D3AA8
+ D914EDCC04D54839A42EA8A4
+ 35C097C243C04CBB9501BCE9
+ D3C2DA79858D4EE9B9FE4CA5
+ 6A27DF971CA742C8A42D324B
+ 77BF6F7A82BA42E1BB6FF42D
+ 97ADD144679746C79E58D744
+ 18AD2D83A09B426383244B4F
+ FDEDE3DFB4B74F4CBF91BA56
+ CFF953332896481ABB701185
+ 8E310FD7768A4E4084527DD5
+ 0E1A5E0E51DA411C98C9D1A6
+ 8C9788C587DE451AB4EF0DC0
+ 951EA560D3DA409A89805607
+ 8CBCBFE9BE3A4868AB8FBE8C
+ B95351CA4FFF476888718874
+ B6B0ABA6EDA64EE7941F722D
+ 94D87C0E7C2D48E391A06C8F
+ 4F58BD6FB17344CC878C29E4
+ 6500BD11EED24BFC96845393
+ 58D636C37570465798AD2D41
+ 543C8C3BF43E410181718A69
+ 176A7C092F394316B11779B5
+ 5F40EAF9D6F5466A9A35FF19
+ 0EFCD628E392409982061C59
+ AD96711B7BE345158B4AEA19
+ 21B83A963F514F0DA3387378
+ D5500F0E8F1C444EBFEBC10B
+ 99A950F22EB1472E8C5057E2
+ A1B1A0FBF10949FC85E4E5CC
+ 97B9D22BAE944FA7A6253F74
+ E73F020814C4401A9165CEAC
+ 6FFF3694DD0B4F60AD1A45F6
+ FD8D93A947694D7F884901CD
+ 34AE1A78EBAC489EA20D6E33
+ C2C67A35D6254D86A86C60A2
+ 5686F8630F074C60A773356B
+ E480406972B143BF8AFE34AF
+ C2890405B1A04FF2891434AC
+ 7C1E086266884C99A982F983
+ FEF56AA4AEAF40BEA9B6F184
+ BF7727FF30D54699AE99F043
+ 9883B16E30F74756BB8F36EC
+ 6B9F4C17C3F141C38E0B4BA0
+ B86D4CF8B3834F5AB51C1C80
+ 116307CB22EA44368D2A3DAF
+ 6EF40BE91A8D4F1496B9CE26
+ 0DE1E11960C149EC8A86D59D
+ 4E41D6D468774E8BAC0AA582
+ 5F6198A3CF4646B1BE57D963
+ EB0EFAE2463E4F2091A77932
+ 10F775292310469EA4D78AEE
+ 0D43D53FD90B452DA063ACC6
+ E546425309084970B7C77DA4
+ AADC0B3990BD449BBA66BF93
+ 67728AB788A940F3B0B8F63E
+ 93394162D62B4EF5A19CD47A
+ C87900015D234E05AE4362CD
+ 171AFE49F6AA443AB212E45E
+ EC7FC2895B62466284754753
+ D36E80F82A1040F789AA44E7
+ E6704933AE7944DEB601DF35
+ BF34260355AD4EB08E791ECD
+ A8A644D91A624D508C654C0D
+ F533BCFED440413F831B81EF
+ 46BE28A92A264F4F9DDDC494
+ 8159B69774AD412685FB98A2
+ 0FF8855BB63D4784877F1B34
+ 908AAFBBACD141DD943B37B2
+ 413403B22F244BA38C9E3E54
+ FCB60678022D4C81B1F6FD84
+ 64556DF7C34B4A0D8492D00D
+ 0424ACEC2BD64519A3D620BA
+ 9E3690C0565A476E9792D1AC
+ 2D494FE753AD4AABAF100341
+ F746CAEF92C249E3969B5F56
+ C7FFA5EB1053482790A0A45E
+ DC9C92B8D9DC4670814AC817
+ 42370B8AC44E4C7C8F11C1C7
+ 735B184BEC034EBE9361A32B
+ C55CD06016434846A58171D2
+ B2B70FC93D454B589C05690B
+ 92CDEC75822245E5ABEAA4BF
+ DDB48409F8D748D38C19E6BA
+ E7E7C36EFE714B1F9616B9BF
+ 367A1A7A84E249889A363900
+ 4880674C9EC2428EAD2144E6
+ 7AE46E1EA9DF4FC387C450EE
+ 3B666C2C3B6D4E988562B3B8
+
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
+ PBXHeadersBuildPhase
+ runOnlyForDeploymentPostprocessing
+ 0
+
+ 0640921C566544539FCABB0F
+
+ children
+
+ 5740CA852E38454EB7513E83
+ 1B87A273AFA0480789A3866A
+ A65F7BCA13484402A97000D1
+
+ isa
+ PBXGroup
name
- FKFlickrPhotosLicensesGetInfo.h
- path
- Classes/Model/Generated/Photos/Licenses/FKFlickrPhotosLicensesGetInfo.h
+ Products
sourceTree
<group>
- 04BACAF3BFFD488F8BC65828
+ 065A994D9A994848889CA86E
fileRef
- 8E37E1997FFD4C77B7883C04
+ FA1F801D53374609BCD83E0A
isa
PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
- 04F3C7CB702E4716AACE3B9F
+ 066926B2509A4A69BF8C1BD5
- fileRef
- 549B87A736FC4DAFA8439FA4
- isa
- PBXBuildFile
- settings
+ buildSettings
- COMPILER_FLAGS
- -fobjc-arc
+ ALWAYS_SEARCH_USER_PATHS
+ NO
+ CLANG_CXX_LANGUAGE_STANDARD
+ gnu++0x
+ CLANG_CXX_LIBRARY
+ libc++
+ CLANG_ENABLE_MODULES
+ YES
+ CLANG_ENABLE_OBJC_ARC
+ NO
+ CLANG_WARN_BOOL_CONVERSION
+ YES
+ CLANG_WARN_CONSTANT_CONVERSION
+ YES
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE
+ YES
+ CLANG_WARN_EMPTY_BODY
+ YES
+ CLANG_WARN_ENUM_CONVERSION
+ YES
+ CLANG_WARN_INT_CONVERSION
+ YES
+ CLANG_WARN_OBJC_ROOT_CLASS
+ YES
+ COPY_PHASE_STRIP
+ NO
+ ENABLE_NS_ASSERTIONS
+ NO
+ GCC_C_LANGUAGE_STANDARD
+ gnu99
+ GCC_WARN_64_TO_32_BIT_CONVERSION
+ YES
+ GCC_WARN_ABOUT_RETURN_TYPE
+ YES
+ GCC_WARN_UNDECLARED_SELECTOR
+ YES
+ GCC_WARN_UNINITIALIZED_AUTOS
+ YES
+ GCC_WARN_UNUSED_FUNCTION
+ YES
+ GCC_WARN_UNUSED_VARIABLE
+ YES
+ IPHONEOS_DEPLOYMENT_TARGET
+ 7.0
+ STRIP_INSTALLED_PRODUCT
+ NO
+ VALIDATE_PRODUCT
+ YES
+ isa
+ XCBuildConfiguration
+ name
+ Release
- 0576A2198911477BA9835994
+ 06F27D9431D5420E92FE852B
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- text
+ sourcecode.c.h
+ name
+ FKFlickrMachinetagsGetPairs.h
path
- Pods-acknowledgements.markdown
+ Classes/Model/Generated/Machinetags/FKFlickrMachinetagsGetPairs.h
sourceTree
<group>
- 05830015C71E4FE98A3583C8
-
- fileRef
- F045A4035DFE48118F1F672A
- isa
- PBXBuildFile
-
- 05C1FE9E7B454C7DA61333BD
+ 07093E62F78747F0B11BF88A
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrInterestingnessGetList.h
+ FKFlickrPhotosSuggestionsRemoveSuggestion.m
path
- Classes/Model/Generated/Interestingness/FKFlickrInterestingnessGetList.h
+ Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsRemoveSuggestion.m
sourceTree
<group>
- 05F721F2B0B94FE1B7523AFA
+ 071D6944B6AB46159FECF41D
- fileRef
- 3D507807F9E94A828948B659
+ includeInIndex
+ 1
isa
- PBXBuildFile
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.objc
+ name
+ FKFlickrPlacesTagsForPlace.m
+ path
+ Classes/Model/Generated/Places/FKFlickrPlacesTagsForPlace.m
+ sourceTree
+ <group>
- 0623CE26AA7A428CB3E929E0
+ 07446B4661EE4CF1B6ED449D
fileRef
- C7D07CA594C145088F11CCF4
+ D5AFC2A060234801AEB15D66
isa
PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- 0665C52D2E28470690CDD90A
+ 0785690C802C47A792350ED3
- fileRef
- 62762FFD271C482FA8D281F2
+ includeInIndex
+ 1
isa
- PBXBuildFile
+ PBXFileReference
+ lastKnownFileType
+ text.plist.xml
+ path
+ Pods-acknowledgements.plist
+ sourceTree
+ <group>
- 067C029F7DA94294815D6DCD
+ 07CEA23A43CB463A8C7A9410
fileRef
- F68779DB62B6483080D44132
+ 1937D0F4541C470CB2D29426
isa
PBXBuildFile
settings
@@ -341,7 +551,7 @@
-fobjc-arc
- 06ABF5DEDC794731A760A223
+ 07DA8BA1F3CA44AFA469BDC5
includeInIndex
1
@@ -350,119 +560,122 @@
lastKnownFileType
sourcecode.c.objc
name
- FKURLBuilder.m
+ FKDataTypes.m
path
- Classes/Network/FKURLBuilder.m
+ Classes/FlickrKit/FKDataTypes.m
sourceTree
<group>
- 06C724B2546642438B804162
+ 07E8BCBE803C4CD8A6FC9FAE
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- UIImageView+WebCache.m
+ NSData+ImageContentType.h
path
- SDWebImage/UIImageView+WebCache.m
+ SDWebImage/NSData+ImageContentType.h
sourceTree
<group>
- 06E7AB66B3EE4D2DB9780328
+ 07F9AD17C3284693B876A4A7
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrPhotosetsRemovePhotos.h
+ FKFlickrPrefsGetHidden.m
path
- Classes/Model/Generated/Photosets/FKFlickrPhotosetsRemovePhotos.h
+ Classes/Model/Generated/Prefs/FKFlickrPrefsGetHidden.m
sourceTree
<group>
- 070D5A115A5143799F8A925A
-
- fileRef
- A54383A460DE465FBA1C80AF
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
-
- 0711990A68DF4EE991093375
+ 0804D5D2363145C2A614314A
- fileRef
- E94610CFCD8341298E05AD6D
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
-
- 0725D01EFBB24D09B1AED522
-
- fileRef
- 5E76ABB4F6E247958C28ED83
+ includeInIndex
+ 1
isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.objc
+ name
+ FKFlickrTagsGetListUser.m
+ path
+ Classes/Model/Generated/Tags/FKFlickrTagsGetListUser.m
+ sourceTree
+ <group>
- 073DF77A2B3344E8B6BB390E
+ 081796B8ABE546CC95FC8C27
- fileRef
- BBC91291A7E04B7D99E75A9F
- isa
- PBXBuildFile
- settings
+ baseConfigurationReference
+ EDFF9142235E4850835809A9
+ buildSettings
- COMPILER_FLAGS
- -fobjc-arc
+ ALWAYS_SEARCH_USER_PATHS
+ NO
+ COPY_PHASE_STRIP
+ NO
+ DSTROOT
+ /tmp/xcodeproj.dst
+ GCC_C_LANGUAGE_STANDARD
+ gnu99
+ GCC_DYNAMIC_NO_PIC
+ NO
+ GCC_OPTIMIZATION_LEVEL
+ 0
+ GCC_PRECOMPILE_PREFIX_HEADER
+ YES
+ GCC_PREPROCESSOR_DEFINITIONS
+
+ DEBUG=1
+ $(inherited)
+
+ GCC_SYMBOLS_PRIVATE_EXTERN
+ NO
+ GCC_VERSION
+ com.apple.compilers.llvm.clang.1_0
+ INSTALL_PATH
+ $(BUILT_PRODUCTS_DIR)
+ IPHONEOS_DEPLOYMENT_TARGET
+ 7.0
+ OTHER_LDFLAGS
+
+ PRODUCT_NAME
+ $(TARGET_NAME)
+ PUBLIC_HEADERS_FOLDER_PATH
+ $(TARGET_NAME)
+ SDKROOT
+ iphoneos
+ SKIP_INSTALL
+ YES
-
- 073F93627AC845808FF0F897
-
- children
-
- 4DFBC39070324AD69EB67CEE
-
isa
- PBXGroup
+ XCBuildConfiguration
name
- Targets Support Files
- sourceTree
- <group>
+ Debug
- 075C774F73F6441EAF58E704
+ 086D1F055229497F9F30927B
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrAuthOauthCheckToken.h
+ FKFlickrPeopleGetInfo.m
path
- Classes/Model/Generated/Auth/Oauth/FKFlickrAuthOauthCheckToken.h
+ Classes/Model/Generated/People/FKFlickrPeopleGetInfo.m
sourceTree
<group>
- 079B0C41A2FC4C6F91996EF2
+ 088D90C70C38484CBB83DC74
includeInIndex
1
@@ -471,16 +684,16 @@
lastKnownFileType
sourcecode.c.h
name
- FKDUNetworkOperation.h
+ FKFlickrPeopleGetGroups.h
path
- Classes/DevedUpKit/FKDUNetworkOperation.h
+ Classes/Model/Generated/People/FKFlickrPeopleGetGroups.h
sourceTree
<group>
- 080C2D9C77A24F63A949E4D9
+ 08BE4CC0191A489DA923257A
fileRef
- 5A28F9591CFF4914A3FED0C7
+ A9171E2F1E83422B94EDF528
isa
PBXBuildFile
settings
@@ -489,7 +702,7 @@
-fobjc-arc
- 081D19269D6E4282BFE3913C
+ 08CB37F31F314C67A492C345
includeInIndex
1
@@ -498,73 +711,35 @@
lastKnownFileType
sourcecode.c.objc
name
- FlickrKit.m
+ FKFlickrPhotosGetContactsPublicPhotos.m
path
- Classes/FlickrKit/FlickrKit.m
+ Classes/Model/Generated/Photos/FKFlickrPhotosGetContactsPublicPhotos.m
sourceTree
<group>
- 08FE7A9DB33A4853A53F3D94
-
- fileRef
- 792A697EB36B4680B0A1CDFF
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
-
- 096869160DCA45D3B7CF3B3A
-
- fileRef
- 150E0F5396E24C658BBD63E9
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
-
- 0987510B098F41C8A5DE04E4
-
- fileRef
- 783B50643FD640BDBABC8BB8
- isa
- PBXBuildFile
-
- 0B09DDEAC952424BB31ECC84
+ 0934A6426C2B41A2AB78EB75
fileRef
- 9BFD0FFC0CA24E1C9859C6A9
+ 20A21BFF268C4ABBAF4C8801
isa
PBXBuildFile
- 0B9BE73C21F34C63A1FAB860
+ 0959BB51DB064328A8825825
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrPhotosGetSizes.m
+ FKFlickrPeopleGetUploadStatus.h
path
- Classes/Model/Generated/Photos/FKFlickrPhotosGetSizes.m
+ Classes/Model/Generated/People/FKFlickrPeopleGetUploadStatus.h
sourceTree
<group>
- 0BF519FD909247EDB64DABED
-
- fileRef
- BF4AEF185B5242AFBB5AC55F
- isa
- PBXBuildFile
-
- 0C058DB8496241B783371814
+ 09729D2AB91D40238B8A3D01
includeInIndex
1
@@ -573,13 +748,13 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPhotosPeopleEditCoords.m
+ FKFlickrTagsGetClusterPhotos.m
path
- Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleEditCoords.m
+ Classes/Model/Generated/Tags/FKFlickrTagsGetClusterPhotos.m
sourceTree
<group>
- 0C33DE85B16D47FCA566AD1D
+ 09AA9940ED6F4AA683B5700A
includeInIndex
1
@@ -588,27 +763,20 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrTagsGetHotList.h
+ FKFlickrActivityUserComments.h
path
- Classes/Model/Generated/Tags/FKFlickrTagsGetHotList.h
+ Classes/Model/Generated/Activity/FKFlickrActivityUserComments.h
sourceTree
<group>
- 0C69CC464A58414FBD627950
-
- fileRef
- EC8D46604AFC40BCACD99712
- isa
- PBXBuildFile
-
- 0D16F20674084D9093EF29C6
+ 09D60B6908224C8BA85AA50F
fileRef
- 8114BFC6DB03496287B1F29F
+ 8073104A57164C28891F43B4
isa
PBXBuildFile
- 0DD1B4B5D0C64E059E987B29
+ 09DC92C9AB984F208892D2D3
includeInIndex
1
@@ -617,47 +785,28 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrBlogsGetServices.m
+ FKFlickrCollectionsGetInfo.m
path
- Classes/Model/Generated/Blogs/FKFlickrBlogsGetServices.m
+ Classes/Model/Generated/Collections/FKFlickrCollectionsGetInfo.m
sourceTree
<group>
- 0E01672B4FE34DC18E732E59
-
- fileRef
- 88603D638A1C4883BF206C89
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
-
- 0F9E87275E0349CFBB81CB29
+ 0ACBB4BCCB9A4580A9D040ED
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrPhotosGetFavorites.h
+ FKFlickrPhotosSetSafetyLevel.m
path
- Classes/Model/Generated/Photos/FKFlickrPhotosGetFavorites.h
+ Classes/Model/Generated/Photos/FKFlickrPhotosSetSafetyLevel.m
sourceTree
<group>
- 1056691FAF364B059EA7C2C3
-
- fileRef
- D2CF012BE4304817A9CBBD58
- isa
- PBXBuildFile
-
- 106EA80CB03F4F089D6EA49D
+ 0ACE45356EDD4CA283F64CF1
includeInIndex
1
@@ -666,35 +815,28 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrTagsGetClusters.m
+ FKFlickrPhotosetsEditPhotos.m
path
- Classes/Model/Generated/Tags/FKFlickrTagsGetClusters.m
+ Classes/Model/Generated/Photosets/FKFlickrPhotosetsEditPhotos.m
sourceTree
<group>
- 10D3A390E8644E3F8FB3ED13
-
- fileRef
- A7EAFC09DA5C41E6A8A6B82B
- isa
- PBXBuildFile
-
- 1182789CFE8A4E2DA968EB93
+ 0B110E6A99C5484C887B81FE
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrFavoritesRemove.m
+ FKFlickrFavoritesAdd.h
path
- Classes/Model/Generated/Favorites/FKFlickrFavoritesRemove.m
+ Classes/Model/Generated/Favorites/FKFlickrFavoritesAdd.h
sourceTree
<group>
- 118EC0D327C9434ABD4C2F15
+ 0B50204D7FF547B7B1C6DA09
includeInIndex
1
@@ -703,16 +845,16 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPhotosGetContext.h
+ FKFlickrCamerasGetBrandModels.h
path
- Classes/Model/Generated/Photos/FKFlickrPhotosGetContext.h
+ Classes/Model/Generated/Cameras/FKFlickrCamerasGetBrandModels.h
sourceTree
<group>
- 11D30614ADF94C0F83DE5320
+ 0B5D5857E58A4A528FA6D10B
fileRef
- 668D60D17B144480AED1084B
+ 071D6944B6AB46159FECF41D
isa
PBXBuildFile
settings
@@ -721,14 +863,22 @@
-fobjc-arc
- 11FAB7F6BC5B49518EB9DBDA
+ 0BB80E2CAB334C12A76AD8CD
- fileRef
- 2F54FA286EC84745A1FA961A
+ includeInIndex
+ 1
isa
- PBXBuildFile
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ name
+ FKFlickrStatsGetCollectionStats.h
+ path
+ Classes/Model/Generated/Stats/FKFlickrStatsGetCollectionStats.h
+ sourceTree
+ <group>
- 12310D52F43A4912807CB420
+ 0C425F8DD0F74A62BE019FF3
includeInIndex
1
@@ -737,20 +887,25 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrCamerasGetBrandModels.m
+ FKFlickrPhotosGetSizes.m
path
- Classes/Model/Generated/Cameras/FKFlickrCamerasGetBrandModels.m
+ Classes/Model/Generated/Photos/FKFlickrPhotosGetSizes.m
sourceTree
<group>
- 12A289770E6F45D490C9AB29
+ 0C82FBEEB57B44C5914D3BD3
fileRef
- 68C76C6DA2AD40619EB14A50
+ DA346999FA914B08B58D6284
isa
PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- 135EAEC9CA6D47F9A3B7FF8D
+ 0CB960D73F164645BB2A8F8D
includeInIndex
1
@@ -759,35 +914,255 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPhotosAddTags.m
+ FKFlickrGroupsLeave.m
path
- Classes/Model/Generated/Photos/FKFlickrPhotosAddTags.m
+ Classes/Model/Generated/Groups/FKFlickrGroupsLeave.m
sourceTree
<group>
- 13CC47FF9E6540C19D57BF65
+ 0D43D53FD90B452DA063ACC6
fileRef
- A54C9B49951244B9A6F564DD
+ 0BB80E2CAB334C12A76AD8CD
isa
PBXBuildFile
- 140A635C6513477EA911EC92
+ 0D6412CBC04F4004AF2C7FEE
- includeInIndex
- 1
+ buildActionMask
+ 2147483647
+ files
+
+ 41DA4C51C1644389ABBB3E2D
+ E660228E758E48B69F40FD6B
+ 3CE384FD480649CB9AB03751
+ 08BE4CC0191A489DA923257A
+ CCF957AE6D25476699FA383E
+ 1AC4C0EE0C054EF5B9B6154E
+ 07446B4661EE4CF1B6ED449D
+ A596FDB6544C4A168A11F2BD
+ B63C574220844870A7300409
+ 9D0E400755874EA1B6FBEA49
+ A5F568ED81B24C37A8D8B1EC
+ 3854C90AC6C84FBA899A9208
+ 765C408A0AF54B1BA701AAB0
+ 922BE667CF154ECC85DBD90B
+ E540EBB9831441D58E8ADF05
+ 69D9B1FA29AD451FB8F81350
+ 17BCCDC3F0B24574A2020B24
+ 3AAE521961C842279526A2FC
+ 259EBE7CBE57464ABE584A0E
+ 74C93B2E23134733A64A3C08
+ 408D51F6CF2F4E449782ABCC
+ E751969CD8D04FE19D9B5189
+ B4A3B7A13367433EA282DF67
+ 6BAA50B763CD4435A55BE4DC
+ F3F5D3892B6E4FA480453A30
+ F0C121CE1CE948C9AFCA57E6
+ D7320BE39C544F4EB548D2B2
+ 2E6DDF60E7894DC98A7F2759
+ 0EBD06C6C4EF495980AC7797
+ F59BF7620AC04BD48C8DA472
+ AED3811D3C194820B46EA132
+ 3B099DB4FD3F4153B9DA67B4
+ 5529EB86BFB9485ABFE848F5
+ 451FE71CFE3D47A0846C52B4
+ 19E387CAE5A4400EA7E4AA48
+ 55CE4B34FC1A4574948E4B15
+ 6B239D57EC224644AC099B52
+ 347133F0AF0647319D45E162
+ 7200A6FC42F04472821DC747
+ 8B46FA03195147C097E8FA07
+ F96C07A1BCA64B86B3C0FAF4
+ C949671ABE4F4419B714BE90
+ B4C1852669BE47CC819871BC
+ 182027DB5F994008AF11CBF6
+ 22A4933390FC461BB733EF2D
+ 9C93157EF26A44E9A38BF919
+ F76695579B8E4FFABD0BDDEC
+ A166D56465DE45C9AAD90178
+ 139831149ED24FDDB19945C9
+ C438569E03424A27ABF17917
+ 5539759A118248D494BBE277
+ 2DE01087BC0B4A13AD20FB85
+ 5CE316B66535462B8272DDE0
+ A421EDAA3D3044DE92044817
+ 18EF38C914F64E2AA5D58CB3
+ 0E618251942A4BC593A6765C
+ ECBE1A1BA77841CEA7F183FB
+ 7CF19CB3B1E84B619E13E2B3
+ 0C82FBEEB57B44C5914D3BD3
+ E9230944477F4FE694DA2129
+ 7B467105AEA14DE0A2EC8E40
+ C01A07248A844D73B0D32CBF
+ 91BB98D029A54333A3006CB2
+ 5D4235923363404B997728B2
+ 221E2749FFB742A4A0967051
+ 95E1AA3F8A774FB4B9330354
+ B5E0434AB31A4DB886BC4825
+ 9898D1BF45E5477496D80E90
+ 9859A5D94CBF4BF99680E389
+ 732053997B1D4697A6B10D60
+ E524A89095B9470F90BF9832
+ CBF939B15E744DB4B4EAFDD6
+ 1C863B8B4B4240BF9D85E505
+ 2C86D65DB380452489937A85
+ 4A34C076F62E48B8B1B5D4F2
+ 5D622071A4FE40B799ADD00E
+ 822C8CBDD4244737867307A9
+ 655FCD471ABD4DB59A3E8CD3
+ CA87BADFF8774352A2672FE1
+ CE7BA73482E540F183739B6B
+ 68CD417D11EE4637842115F5
+ 4A7C976D85104030A0980DF7
+ 9DD76F33AA6A4BE6AE1E3375
+ 2C564616E7E849A4BFE76631
+ 541AC27DABB24118B97BBB76
+ 92333E9C2AC842738F1944A8
+ BAE0E03B8DFE4D1598673193
+ 2329417D9F604324BC02E3A6
+ C65CB95EEA914FA7B97682FC
+ 45749960F2AC4A62A71D8425
+ 92E29C7BD90B474481B00FCD
+ A4D1B0888C0F4CDBA8927A1C
+ C0032DF39CF64423B40E13F7
+ CF9EB583FF24459D93B21CD7
+ 4E7CF142AD234DE4AB95995A
+ FE71CF195A8E4D99954D06DB
+ BC9BDD7265D145B8B030C47D
+ CE72CB63EF114A84B3FC74E9
+ 12B913EF649248ADB1D7878C
+ CC74FBE0CFCF482F894988F0
+ 5B2090164C9A4ABEA7490712
+ F00214433CCE4978B1975BC5
+ E2A2C9CFDE0C4C98BAB32294
+ 01C5CD5694EC447AB94F87A0
+ DF639A7B16154B95BF540A68
+ C28241ABCB494F79B96F16D2
+ 8BE558C3C28D435595065F45
+ 881713D2EE3544C2B9B283EC
+ 0473504A8E6D41EBBB715D58
+ 444F3FE1DFB54C3CB7BE991D
+ 109CB559E9104BBFB49F3706
+ 530E0F6406D2455CAA1E65CC
+ FF83B8BCEC494BF4A19EE4B1
+ E7FFF1684B934EA693ECA2A5
+ 1D550749352A46CD823BAC33
+ E3FCD5C85E344D94ACDB700D
+ E088539551FE47ADB53567CC
+ 623AF294FADA4181B6524EFF
+ 55AC7CE7346343A385BC402F
+ 739F667F36EA47A3BEB06762
+ E5E0F495876644E28C6FB20E
+ 5603CB66605A48C6AEFA17BC
+ 92DC69563A0B4F198B6E6E25
+ 53DCFD69D68F4C0592EDB4E8
+ A379F9CB0B604FF0ABF876CF
+ 534EA1F4A77743A994518A79
+ 8B1BE782BAE44DC192D9C3C0
+ D9283F3A465349AB8EFFA198
+ 6E95B078732B4EFEA63CC26C
+ 83FAAE6772374B74BA03BB5E
+ 836B15CB497644E2ADD54169
+ 8AB088BA69B14E7E8E82C922
+ F59DCBF7263E4F558151563E
+ 76255F769E8043E7A8BC6A5C
+ 65BF2CA5FEC341C18023AE40
+ E8717F42D8104E95B597A697
+ 330BCDCBEE984F248548E7F9
+ 2582AE4841C7452A9D244697
+ 5CD05AC12CB34562BF7793B2
+ 995CB1EB599740B49DB6D74B
+ 330D8C560325434F9BB8DD9A
+ B88482E8AB924F8095B9CE1B
+ 0F2BFE27C678487F8E7DB6E4
+ 7A4A11A228AB46A2A8AA8EF1
+ B1381C8535474438B116E732
+ D0DB2F5CA8F84196BFF2EF41
+ 68BC690CD03E498991E50238
+ CD5EA4E9161642ABBA0EE44F
+ 123B857AB62E4EC58A0D8591
+ 2E326FF238C74B929DF41DA8
+ F63BAA16675D498B8ED9BB41
+ 85D5CC7BB6C54A5A86E65189
+ 5AC661F9CFC244D381EFDB84
+ FCAFEE446DE34480B9D93540
+ 1BB763E8910B4531A9D70444
+ C9002A65A5714580B2B8A564
+ 2B09D170756340FBAB0DD329
+ 4D00F2CED5E7423B9342E88A
+ 335EB2F3A45C4C8086484D4B
+ 41DD6CE973404C0EAC72A47F
+ EA24F9E0B0564FBB9EB1795A
+ 9DF3088D8E49455F8B750651
+ D6B3768AB7A24648ACE2BE38
+ 780D86D9240C4781BC868940
+ 2506C3576BB64AF38ACA3CB6
+ A3420ADEF71C432298866D27
+ A11BBF49E18D410DA9B637B2
+ 7FCDC0FD1BE64FB186CB66AA
+ 963529869BBE4481989CEC75
+ D1DB4B22A59C47229883F00E
+ 0B5D5857E58A4A528FA6D10B
+ AB06009CAFBE4102A944EBD3
+ EA6A0C6CDBDA4EB0B9E61B79
+ 4A521C4FF4334974985D6C5D
+ 68F4634D044342D5B5438306
+ 9FA32DB9FD7E446DAB39C193
+ 80DFADF8451D4A8D93C4B469
+ 07CEA23A43CB463A8C7A9410
+ 53D4670B348944FC8B213F8B
+ 2FB24390C81E4C3EAB6E3D50
+ 24CE26C8D03B4061A3B8983B
+ BDB8E9BEE9F4486986FAD544
+ BD68A73164934560A640007E
+ 22605C2A09D54E11B9A54A64
+ F27876DE31424F5493710FCE
+ 1D835CA704F746FDB42CDC0F
+ 4DE2BD68461242E796985C30
+ 7C96C9902ECB4DCF8444712C
+ 31A831A6E23541CD8DC90369
+ 811E183991614E75B1AABB2A
+ 8FEF2CD616194106B177527A
+ 4B9DBA9348B7460B981A4D7B
+ DF56F7806AEF44ABBD571ECC
+ FA64966DC1504D0CABE7C40D
+ 6391642CF62347A7A45748F4
+ 246143BC3C894B86968EBDE5
+ FE5ED9786CE54DD5ADCFBDB7
+ 2EDC53A18696450B8305C4AA
+ 285AF599C35644439C33E78F
+ D0C968F05D154DECBB269DBB
+ 8AB2F5652ED24C2F8C4C07D0
+ A24AB3E69D6348CCA27B8509
+ 861A0D5E2DA84566B9EA6B93
+ 21B443102B1C4044B967C8EC
+ 66561CD42DC849CD9A7C6FB2
+ 7AE9D6F36C284CAFB7FE5264
+ 121ABF1E789046B6BFDB1927
+ 874B6B2B371F4B04B914279A
+ 76C044A1C2184CB1AFB76C6E
+ 76AA706103154D3CA851CD73
+ D92B3657ACEF456E8EEC4174
+ FE63F632BC404EE4A55AB183
+ C2C98735483746BD8CA11219
+ B80F6A6AAADF48279D14D112
+ A74690C732354B04AED9D1AA
+ B3C9BD6B68AF4EB09EBB05F3
+ D8D1C0A055174D30B8804CE8
+ C8503D3A547841AA8F1E1621
+ 19829964B8B048C9AADD4832
+ C36DA36F845A434EB64BAFFD
+ D427D39956A64DD9B8FAF9DF
+ 95320D8100414AB58BF5BC73
+ 5565469C0E524CB6945C6549
+
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- FKFlickrPhotosSetContentType.h
- path
- Classes/Model/Generated/Photos/FKFlickrPhotosSetContentType.h
- sourceTree
- <group>
+ PBXSourcesBuildPhase
+ runOnlyForDeploymentPostprocessing
+ 0
- 141DFCC25B834C09A545CAC5
+ 0DE10E90B75843299090CD56
includeInIndex
1
@@ -796,16 +1171,64 @@
lastKnownFileType
sourcecode.c.h
name
- NSData+ImageContentType.h
+ FKFlickrGroupsGetInfo.h
path
- SDWebImage/NSData+ImageContentType.h
+ Classes/Model/Generated/Groups/FKFlickrGroupsGetInfo.h
sourceTree
<group>
- 14446DAA8F5A48FC93090713
+ 0DE1E11960C149EC8A86D59D
fileRef
- A27DD1D3525F425A8858CEA8
+ 3693E46EBC894FF19B07AF0E
+ isa
+ PBXBuildFile
+
+ 0E1A5E0E51DA411C98C9D1A6
+
+ fileRef
+ 36FC607F672346818D32C713
+ isa
+ PBXBuildFile
+
+ 0E2232B3B5FC40BC80BA5445
+
+ includeInIndex
+ 1
+ isa
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.objc
+ name
+ FKFlickrGroupsPoolsAdd.m
+ path
+ Classes/Model/Generated/Groups/Pools/FKFlickrGroupsPoolsAdd.m
+ sourceTree
+ <group>
+
+ 0E618251942A4BC593A6765C
+
+ fileRef
+ AA6D4D1EAE0A4D3B9B01030C
+ isa
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
+
+ 0E9AE676A3C54FD1AD7C5267
+
+ fileRef
+ BB643BBA173045F3966AFD47
+ isa
+ PBXBuildFile
+
+ 0EBD06C6C4EF495980AC7797
+
+ fileRef
+ 5E37B7E364F740169049CFE8
isa
PBXBuildFile
settings
@@ -814,20 +1237,29 @@
-fobjc-arc
- 148D6565A2B84F90B28FA590
+ 0EDB08D475F342409D8EB486
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- text.xcconfig
+ sourcecode.c.objc
+ name
+ FKFlickrPhotosetsGetContext.m
path
- Pods-SDWebImage.xcconfig
+ Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetContext.m
sourceTree
<group>
- 14CAF3145E484B40BD35FDE0
+ 0EFCD628E392409982061C59
+
+ fileRef
+ 73C8B9C694634D98BDCB2350
+ isa
+ PBXBuildFile
+
+ 0F074790B1BA40438692333F
includeInIndex
1
@@ -836,16 +1268,35 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPhotosetsGetContext.m
+ FKFlickrPhotosPeopleEditCoords.m
path
- Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetContext.m
+ Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleEditCoords.m
sourceTree
<group>
- 14D6F185E13C423D9683A4B7
+ 0F2BFE27C678487F8E7DB6E4
+
+ fileRef
+ 3AFE258E660448EC9DFECA4E
+ isa
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
+
+ 0FF8855BB63D4784877F1B34
fileRef
- 60F3FFDD0E90431CB44694D9
+ B591251856E849AC971230D5
+ isa
+ PBXBuildFile
+
+ 109CB559E9104BBFB49F3706
+
+ fileRef
+ 82E3937CEC464CD0808B2D2A
isa
PBXBuildFile
settings
@@ -854,7 +1305,35 @@
-fobjc-arc
- 150E0F5396E24C658BBD63E9
+ 10EF15A9C8FF4AABA301CF07
+
+ fileRef
+ F5A20B3757824F2E9640E8B8
+ isa
+ PBXBuildFile
+
+ 10F775292310469EA4D78AEE
+
+ fileRef
+ C61F9AB46272411489C9F0D1
+ isa
+ PBXBuildFile
+
+ 116307CB22EA44368D2A3DAF
+
+ fileRef
+ A5AA1866B73548E9B105A07E
+ isa
+ PBXBuildFile
+
+ 116FD592CEA342E782E5DD3E
+
+ fileRef
+ FCB21E2919D241D2B7B76F18
+ isa
+ PBXBuildFile
+
+ 1199E2AB89184286BD6B0C9C
includeInIndex
1
@@ -863,16 +1342,38 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPhotosetsCommentsEditComment.m
+ FKFlickrGalleriesGetListForPhoto.m
path
- Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsEditComment.m
+ Classes/Model/Generated/Galleries/FKFlickrGalleriesGetListForPhoto.m
+ sourceTree
+ <group>
+
+ 120161252A4E4756B855FB38
+
+ includeInIndex
+ 1
+ isa
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.objc
+ name
+ SDWebImageDownloaderOperation.m
+ path
+ SDWebImage/SDWebImageDownloaderOperation.m
sourceTree
<group>
- 15D5B221033341DE96ADBB31
+ 12104A220B3849EBB9D6C1AC
+
+ fileRef
+ 425EAD73495B40D3BA9C34C8
+ isa
+ PBXBuildFile
+
+ 121ABF1E789046B6BFDB1927
fileRef
- F1ADBD034C064111AB216DA9
+ 348FFCAA4F86457085D76964
isa
PBXBuildFile
settings
@@ -881,29 +1382,46 @@
-fobjc-arc
- 16350892079943FD96DBA6CB
+ 123B857AB62E4EC58A0D8591
+
+ fileRef
+ 9338576799DA499FB844F692
+ isa
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
+
+ 12487967DD3A4120BD5FFE58
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrReflectionGetMethods.m
+ FKFlickrPhotosetsGetList.h
path
- Classes/Model/Generated/Reflection/FKFlickrReflectionGetMethods.m
+ Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetList.h
sourceTree
<group>
- 16BE4689B3044F3C911B806E
+ 12B913EF649248ADB1D7878C
fileRef
- 69A53C97DC6E4ACDA30B4BF1
+ D222A7E4BB7B4A939FB4A5D5
isa
PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- 16C74A988DB74550B8340D6C
+ 12F856E942E24DFF9D9F98AA
includeInIndex
1
@@ -912,13 +1430,13 @@
lastKnownFileType
sourcecode.c.objc
name
- FKDUDefaultDiskCache.m
+ FKFlickrPeopleGetPublicGroups.m
path
- Classes/DevedUpKit/FKDUDefaultDiskCache.m
+ Classes/Model/Generated/People/FKFlickrPeopleGetPublicGroups.m
sourceTree
<group>
- 16FD915707304001AB2E5BE7
+ 132EE9BFEE1341119FCFAFE0
includeInIndex
1
@@ -927,28 +1445,28 @@
lastKnownFileType
sourcecode.c.h
name
- FKReachability.h
+ FKFlickrPhotosPeopleDelete.h
path
- Classes/Network/Reachability/FKReachability.h
+ Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleDelete.h
sourceTree
<group>
- 17BAA699E4514F34B9D82FA6
+ 133ED832934D44C5920844A0
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrPhotosetsCommentsGetList.h
+ FKFlickrPhotosLicensesGetInfo.m
path
- Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsGetList.h
+ Classes/Model/Generated/Photos/Licenses/FKFlickrPhotosLicensesGetInfo.m
sourceTree
<group>
- 17C8E9CC861841E98B7FCF7A
+ 134EF5C13CBD481AA0B6F60D
includeInIndex
1
@@ -957,20 +1475,45 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrTagsGetClusterPhotos.m
+ FKFlickrPrefsGetSafetyLevel.m
path
- Classes/Model/Generated/Tags/FKFlickrTagsGetClusterPhotos.m
+ Classes/Model/Generated/Prefs/FKFlickrPrefsGetSafetyLevel.m
sourceTree
<group>
- 17E814FCE0EE4482A6C9C83E
+ 13722B2596A34B439F4202A7
+
+ fileRef
+ BBEF0B75FC634074A0E8125F
+ isa
+ PBXBuildFile
+
+ 1380336E18374040B1F07C0E
+
+ buildActionMask
+ 2147483647
+ files
+
+ C71870A15AA54D46B5833F4A
+
+ isa
+ PBXSourcesBuildPhase
+ runOnlyForDeploymentPostprocessing
+ 0
+
+ 139831149ED24FDDB19945C9
fileRef
- DE664F927AE640349C0EE40D
+ BF12781EA356408184E24CC0
isa
PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- 181432AFF08B4E88B42B7B8B
+ 13C61507D78549D58B52DB07
includeInIndex
1
@@ -979,28 +1522,28 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPlacesGetTopPlacesList.h
+ FKFlickrAuthGetToken.h
path
- Classes/Model/Generated/Places/FKFlickrPlacesGetTopPlacesList.h
+ Classes/Model/Generated/Auth/FKFlickrAuthGetToken.h
sourceTree
<group>
- 1860F3AF46464857A907E995
+ 13C846279D454F1D905F0234
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrStatsGetPhotoStats.h
+ NSData+ImageContentType.m
path
- Classes/Model/Generated/Stats/FKFlickrStatsGetPhotoStats.h
+ SDWebImage/NSData+ImageContentType.m
sourceTree
<group>
- 1893413E7E134E36A168A519
+ 13D1954721194F79AA3245F9
includeInIndex
1
@@ -1009,13 +1552,13 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPhotosetsCommentsGetList.m
+ FKFlickrGroupsGetInfo.m
path
- Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsGetList.m
+ Classes/Model/Generated/Groups/FKFlickrGroupsGetInfo.m
sourceTree
<group>
- 193B6A40344847C1B046C7D5
+ 143C3F66066D4F4BA18B2E4F
includeInIndex
1
@@ -1024,32 +1567,47 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrFavoritesGetContext.m
+ UIView+WebCacheOperation.m
path
- Classes/Model/Generated/Favorites/FKFlickrFavoritesGetContext.m
+ SDWebImage/UIView+WebCacheOperation.m
sourceTree
<group>
- 193E11F394DA401192A5781F
+ 1498ECAC6F3C4D3B83D387B6
fileRef
- 920756A0BCF94DBCAB50BA1F
+ CF00C790B48444D58901101A
+ isa
+ PBXBuildFile
+
+ 15501840E79D4BACA28A6D4B
+
+ fileRef
+ 1B84F67377CA468F97D288A2
isa
PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
- 199B45DF76B6459D94F8B1DF
+ 161CFFC8F3494E38B72DC544
fileRef
- 9BC66C11AD0B4C8EB5D5AB1F
+ BEFD4F5270444B8186B9FEBB
isa
PBXBuildFile
- 19C66B9696324D20B9A73021
+ 16215330FE53437D810203D4
+
+ children
+
+ CF1BE9CB744544F79CDBC4B3
+
+ isa
+ PBXGroup
+ name
+ Targets Support Files
+ sourceTree
+ <group>
+
+ 16F210C4A1744263A2CA3D77
includeInIndex
1
@@ -1058,13 +1616,42 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPushUnsubscribe.h
+ FKFlickrPhotosGetRecent.h
path
- Classes/Model/Generated/Push/FKFlickrPushUnsubscribe.h
+ Classes/Model/Generated/Photos/FKFlickrPhotosGetRecent.h
+ sourceTree
+ <group>
+
+ 171AFE49F6AA443AB212E45E
+
+ fileRef
+ FE038E1D95F340FAA16EECCB
+ isa
+ PBXBuildFile
+
+ 17653B08006F47BEAD5F0EF9
+
+ includeInIndex
+ 1
+ isa
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.objc
+ name
+ FKUtilities.m
+ path
+ Classes/Utilities/FKUtilities.m
sourceTree
<group>
- 1A0F33F81BF240BAB66C006A
+ 176A7C092F394316B11779B5
+
+ fileRef
+ 72FD7BF30F164E629FE15309
+ isa
+ PBXBuildFile
+
+ 1774E5C41DA84BEFB4BA9EB2
includeInIndex
1
@@ -1073,16 +1660,16 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPhotosetsGetList.h
+ FKFlickrGroupsPoolsGetContext.h
path
- Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetList.h
+ Classes/Model/Generated/Groups/Pools/FKFlickrGroupsPoolsGetContext.h
sourceTree
<group>
- 1A363C4175694029AEB9DB5D
+ 17BCCDC3F0B24574A2020B24
fileRef
- F350141803C242C0873448FD
+ 0030F2BD652241BDA886D8C8
isa
PBXBuildFile
settings
@@ -1091,17 +1678,17 @@
-fobjc-arc
- 1A3AD330B14444C6B03C5C20
+ 17E6C8AD907B4620BA5685EB
fileRef
- 90F9C6D583E041FAA0F4F31A
+ 81C9E2231AD74A8A9174207C
isa
PBXBuildFile
- 1A8C5D6DB91E46428BF38384
+ 182027DB5F994008AF11CBF6
fileRef
- EA66E7D29F90490FA864CCF5
+ 208FE0E989ED40EBBD1E09F4
isa
PBXBuildFile
settings
@@ -1110,10 +1697,24 @@
-fobjc-arc
- 1A98CD93B0D94E0D8BEBEDE4
+ 1872926C2F12409F8C0EDABE
+
+ fileRef
+ 85E1E89A6C994643835BEA10
+ isa
+ PBXBuildFile
+
+ 18AD2D83A09B426383244B4F
+
+ fileRef
+ 5C9CCDAA30414D4EA8574D88
+ isa
+ PBXBuildFile
+
+ 18EF38C914F64E2AA5D58CB3
fileRef
- 286548A248BA460DAFB6A878
+ 0CB960D73F164645BB2A8F8D
isa
PBXBuildFile
settings
@@ -1122,7 +1723,7 @@
-fobjc-arc
- 1AE12829D8474ED995345710
+ 1937D0F4541C470CB2D29426
includeInIndex
1
@@ -1131,38 +1732,23 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPhotosLicensesGetInfo.m
+ FKFlickrPushGetTopics.m
path
- Classes/Model/Generated/Photos/Licenses/FKFlickrPhotosLicensesGetInfo.m
+ Classes/Model/Generated/Push/FKFlickrPushGetTopics.m
sourceTree
<group>
- 1B76B9167CC9406D80E2080E
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- FKFlickrPhotosGeoPhotosForLocation.h
- path
- Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoPhotosForLocation.h
- sourceTree
- <group>
-
- 1B8232C5ADB34145BB299074
+ 19382CCE7BAB407D87954878
fileRef
- 03E43C42F7CB4DA988AFD7F5
+ DF669C4100AE49A1B3B9CA64
isa
PBXBuildFile
- 1B846E3E74E747678562B917
+ 19829964B8B048C9AADD4832
fileRef
- 591D8F6726BC4285985218CD
+ C77C8CE7F69C4CADA48A8E90
isa
PBXBuildFile
settings
@@ -1171,10 +1757,25 @@
-fobjc-arc
- 1B84FD046DC44429B762C3F3
+ 19DC797B939B473B822D01BC
+
+ includeInIndex
+ 1
+ isa
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.objc
+ name
+ FKFlickrTagsGetRelated.m
+ path
+ Classes/Model/Generated/Tags/FKFlickrTagsGetRelated.m
+ sourceTree
+ <group>
+
+ 19E387CAE5A4400EA7E4AA48
fileRef
- 6F948703444B4322A99546A7
+ 5B2C48FE68224758A0280515
isa
PBXBuildFile
settings
@@ -1183,28 +1784,7 @@
-fobjc-arc
- 1B88674BFBC64CA5BFC1C9C8
-
- fileRef
- 1B76B9167CC9406D80E2080E
- isa
- PBXBuildFile
-
- 1BD83A548CDC4070B7CEAC20
-
- fileRef
- 2D098A1948724ADEB14147F6
- isa
- PBXBuildFile
-
- 1C676A96D6A840F59182CF65
-
- fileRef
- 529C8D82E72349CCB2D38A62
- isa
- PBXBuildFile
-
- 1C8FF644B0A54F18A932DA9D
+ 19E881ABE15B44B29B9067BF
includeInIndex
1
@@ -1213,27 +1793,13 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrStatsGetPhotoStats.m
+ FKFlickrStatsGetPhotostreamReferrers.m
path
- Classes/Model/Generated/Stats/FKFlickrStatsGetPhotoStats.m
+ Classes/Model/Generated/Stats/FKFlickrStatsGetPhotostreamReferrers.m
sourceTree
<group>
- 1CA9D616C21142A3A7821FE5
-
- fileRef
- C4B132CB7A0B4710BFB87DC9
- isa
- PBXBuildFile
-
- 1CBEBE00D88A4C17BB3B19C0
-
- fileRef
- 722B8569F8F348A98E7DC8D2
- isa
- PBXBuildFile
-
- 1CFB26A3E3DD4189BE144A36
+ 1A789D0B54F849CA8BBD4FA6
includeInIndex
1
@@ -1242,52 +1808,31 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPhotosCommentsGetList.m
+ FKFlickrPhotosSuggestionsApproveSuggestion.m
path
- Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsGetList.m
+ Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsApproveSuggestion.m
sourceTree
<group>
- 1DAAB03EFCCC4C11A876A6BA
-
- fileRef
- BCCEAD42F77F4643B30783DB
- isa
- PBXBuildFile
-
- 1DC38C8C89FB407E95CBE04C
-
- fileRef
- FD0C79EB8FB54BBD954CF551
- isa
- PBXBuildFile
-
- 1DC9104DD7CA46D298BC6DF4
+ 1AA01CFDB720452B9068A974
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrPhotosetsRemovePhoto.h
+ FKFlickrGroupsJoin.m
path
- Classes/Model/Generated/Photosets/FKFlickrPhotosetsRemovePhoto.h
+ Classes/Model/Generated/Groups/FKFlickrGroupsJoin.m
sourceTree
<group>
- 1E263BBE3CED46C1AF812D40
-
- fileRef
- 016893B5C8CF4D0B9A807F2B
- isa
- PBXBuildFile
-
- 1E33B0F9A5374080BF470ADE
+ 1AC4C0EE0C054EF5B9B6154E
fileRef
- 49CB0CC7F0DF44BABAF46A89
+ 3F1158E03F034F21BABE2236
isa
PBXBuildFile
settings
@@ -1296,7 +1841,7 @@
-fobjc-arc
- 1EA26A9DC0A341AA9D6DA50C
+ 1AD1E521A6DD4E24A570DF4E
includeInIndex
1
@@ -1305,13 +1850,13 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPhotosGeoGetPerms.h
+ FKFlickrPhotosPeopleDeleteCoords.h
path
- Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoGetPerms.h
+ Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleDeleteCoords.h
sourceTree
<group>
- 1EF2D785FE884243AD848EB4
+ 1AF54FE2AC1D451DB02E199E
includeInIndex
1
@@ -1320,67 +1865,77 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrCollectionsGetInfo.m
+ FKFlickrPlacesGetInfo.m
path
- Classes/Model/Generated/Collections/FKFlickrCollectionsGetInfo.m
+ Classes/Model/Generated/Places/FKFlickrPlacesGetInfo.m
sourceTree
<group>
- 1F3208062E244475BCF28316
+ 1B60078190A44F5CB216C7D5
+
+ fileRef
+ 6A9AC7B4D9944C0E9E88CC4E
+ isa
+ PBXBuildFile
+
+ 1B6E90889D044C54A7722DBA
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrPhotosGeoCorrectLocation.h
+ FKFlickrPhotosGeoGetPerms.m
path
- Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoCorrectLocation.h
+ Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoGetPerms.m
sourceTree
<group>
- 1F495DBBBAE642DB84956A6E
+ 1B81DFFBFACD46CC80F8057F
+
+ fileRef
+ C69DBE2759E64EE786539611
+ isa
+ PBXBuildFile
+
+ 1B84F67377CA468F97D288A2
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrPhotosetsCreate.m
+ FKFlickrPhotosGeoRemoveLocation.h
path
- Classes/Model/Generated/Photosets/FKFlickrPhotosetsCreate.m
+ Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoRemoveLocation.h
sourceTree
<group>
- 1F7542BDB24C45E395F311ED
+ 1B87A273AFA0480789A3866A
- fileRef
- 78E5E7C32445476E9F4DEB37
+ explicitFileType
+ archive.ar
+ includeInIndex
+ 0
isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
+ PBXFileReference
+ path
+ libPods-FlickrKit.a
+ sourceTree
+ BUILT_PRODUCTS_DIR
- 1FC12B9D95CE452F8D03B141
+ 1B8AB0CDF1054BD8BBB75D31
fileRef
- 827BC0A99753488F89B1778B
+ B73C88B27D194DC8917ACE1C
isa
PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
- 1FC25F7A02044D16A1A78A32
+ 1B9CDACC19734559B153B884
includeInIndex
1
@@ -1389,31 +1944,57 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPhotosGetFavorites.m
+ FKFlickrPeopleGetPhotos.m
path
- Classes/Model/Generated/Photos/FKFlickrPhotosGetFavorites.m
+ Classes/Model/Generated/People/FKFlickrPeopleGetPhotos.m
sourceTree
<group>
- 1FE6249EC36D46B197B0AF23
+ 1BB763E8910B4531A9D70444
- includeInIndex
- 1
+ fileRef
+ 56AEB6705F8B406782556121
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
+
+ 1BD4E2E19C4641BD84732A21
+
+ isa
+ PBXTargetDependency
+ target
+ 5DBC4EDDAA2D4C2E90614187
+ targetProxy
+ 27C09E6B79C14F0E94F34E58
+
+ 1C528875C9094641BE5C5D23
+
+ children
+
+ 3AA3991A35A4401CB121F9F8
+
+ isa
+ PBXGroup
name
- FKFlickrPrefsGetGeoPerms.h
- path
- Classes/Model/Generated/Prefs/FKFlickrPrefsGetGeoPerms.h
+ Frameworks
sourceTree
<group>
- 202614DE1C88494AA8EB46FC
+ 1C79C85CE167486EA2EB1649
+
+ fileRef
+ A6881CF48AB1410B9AA726AD
+ isa
+ PBXBuildFile
+
+ 1C863B8B4B4240BF9D85E505
fileRef
- 340A5CE5F48B4747ACB59132
+ 03694392585E4C0BB91F34DC
isa
PBXBuildFile
settings
@@ -1422,7 +2003,14 @@
-fobjc-arc
- 203592D7B80F4C3B99A29DAF
+ 1CA110B0F7874A8BBBC6EC3A
+
+ fileRef
+ 79990BB2D07040FCAFF05F9B
+ isa
+ PBXBuildFile
+
+ 1CCDF2ED381B466E8067E4E2
includeInIndex
1
@@ -1431,49 +2019,28 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrGroupsJoinRequest.h
+ FKFlickrTagsGetClusterPhotos.h
path
- Classes/Model/Generated/Groups/FKFlickrGroupsJoinRequest.h
+ Classes/Model/Generated/Tags/FKFlickrTagsGetClusterPhotos.h
sourceTree
<group>
- 208D13DBC18448DE90819D6E
+ 1D1396727CE34776A9E5720E
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrStatsGetPhotosetStats.m
+ FKFlickrPhotosetsRemovePhoto.h
path
- Classes/Model/Generated/Stats/FKFlickrStatsGetPhotosetStats.m
+ Classes/Model/Generated/Photosets/FKFlickrPhotosetsRemovePhoto.h
sourceTree
<group>
- 20A4541B41224D4AA93AAE98
-
- fileRef
- E3ECA24704204C3F884BCD4A
- isa
- PBXBuildFile
-
- 20BE0AB0B3F04932A731FBF2
-
- fileRef
- 075C774F73F6441EAF58E704
- isa
- PBXBuildFile
-
- 20DA8D8702AF42E3A6E99BD8
-
- fileRef
- BEB3632DFBEA4833847DD869
- isa
- PBXBuildFile
-
- 2108906C5EB842638DC38356
+ 1D13A1C8656E4C13A2ADC1BD
includeInIndex
1
@@ -1482,30 +2049,42 @@
lastKnownFileType
sourcecode.c.h
name
- FKDataTypes.h
+ FKFlickrPrefsGetGeoPerms.h
path
- Classes/FlickrKit/FKDataTypes.h
+ Classes/Model/Generated/Prefs/FKFlickrPrefsGetGeoPerms.h
sourceTree
<group>
- 21139FF2180048D998DE0973
+ 1D2A2112EE2244C98F98764C
- fileRef
- 422E46137A0A489CAA83173F
+ children
+
+ 972BEF1280E54E069C28CE74
+ A68101C7ADF944D598E1A14C
+
isa
- PBXBuildFile
+ PBXGroup
+ name
+ Pods
+ sourceTree
+ <group>
- 217183861A3C431D9F3D96F5
+ 1D550749352A46CD823BAC33
fileRef
- 948F4357ADCD4950A050E6A3
+ 5F3ED819EFAE4D53884FC2EE
isa
PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- 2186F61B0BF34582B5879979
+ 1D835CA704F746FDB42CDC0F
fileRef
- 1FC25F7A02044D16A1A78A32
+ 961D6608EA2A4123AE3229BA
isa
PBXBuildFile
settings
@@ -1514,34 +2093,22 @@
-fobjc-arc
- 222DC2789BE84BFD93979BBF
+ 1E783BD1EF0C47A580810613
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrUrlsGetUserProfile.h
+ FKFlickrPhotosPeopleDelete.m
path
- Classes/Model/Generated/Urls/FKFlickrUrlsGetUserProfile.h
+ Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleDelete.m
sourceTree
<group>
- 22350764CFA34229A6E4B6ED
-
- fileRef
- 1EF2D785FE884243AD848EB4
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
-
- 226892DF293B4323933BAD7D
+ 1EA9565D9D0B4A9E8B05AB8B
includeInIndex
1
@@ -1550,112 +2117,130 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrStatsGetPhotosetReferrers.m
+ FKFlickrUrlsGetGroup.m
path
- Classes/Model/Generated/Stats/FKFlickrStatsGetPhotosetReferrers.m
+ Classes/Model/Generated/Urls/FKFlickrUrlsGetGroup.m
sourceTree
<group>
- 22941B3464284BDD8FD21003
+ 1F0CA120BBF64D58B1915E65
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrPhotosDelete.m
+ FKFlickrGroupsDiscussTopicsGetInfo.h
path
- Classes/Model/Generated/Photos/FKFlickrPhotosDelete.m
+ Classes/Model/Generated/Groups/Discuss/Topics/FKFlickrGroupsDiscussTopicsGetInfo.h
sourceTree
<group>
- 22D6386BC60D4F79BA2A1322
+ 1F47361914744FAA82C7C599
- fileRef
- CD56D5A50B9D47FB86524F17
+ buildConfigurations
+
+ 60F122C493AC423EA5348C69
+ 85332AAD6D1C42DF929D5DBF
+
+ defaultConfigurationIsVisible
+ 0
+ defaultConfigurationName
+ Release
isa
- PBXBuildFile
+ XCConfigurationList
- 22FB0A5AE6F148188590D005
+ 1F75307FCBFE4D1988C0E2B7
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrGalleriesEditPhoto.m
+ FKDUDiskCache.h
path
- Classes/Model/Generated/Galleries/FKFlickrGalleriesEditPhoto.m
+ Classes/DevedUpKit/FKDUDiskCache.h
sourceTree
<group>
- 23109BEF695F4F75A93E6388
+ 1FA524E4657F4B54A4CA5DD8
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrStatsGetPhotoDomains.h
+ FKFlickrPhotosAddTags.m
path
- Classes/Model/Generated/Stats/FKFlickrStatsGetPhotoDomains.h
+ Classes/Model/Generated/Photos/FKFlickrPhotosAddTags.m
sourceTree
<group>
- 234479FFFF474F5DB72F0E9E
+ 201F8BE83F4D4A6D9C816E97
- fileRef
- A6523D9880EA40F589046C30
+ includeInIndex
+ 1
isa
- PBXBuildFile
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ name
+ FKFlickrPrefsGetContentType.h
+ path
+ Classes/Model/Generated/Prefs/FKFlickrPrefsGetContentType.h
+ sourceTree
+ <group>
- 238D975F0E9C4895AC9EF575
+ 208FE0E989ED40EBBD1E09F4
- fileRef
- D9BF7ED735664A7FB2FF06CC
+ includeInIndex
+ 1
isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.objc
+ name
+ FKFlickrGroupsDiscussRepliesAdd.m
+ path
+ Classes/Model/Generated/Groups/Discuss/Replies/FKFlickrGroupsDiscussRepliesAdd.m
+ sourceTree
+ <group>
- 2394179178714E1F99F291FE
+ 20919126051E47E78D298B57
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
- name
- FlickrKit.h
+ sourcecode.c.objc
path
- Classes/FlickrKit.h
+ Pods-dummy.m
sourceTree
<group>
- 23D4455061DE490FBBEDE2F8
+ 20A21BFF268C4ABBAF4C8801
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- text.plist.xml
+ sourcecode.c.h
+ name
+ SDWebImageCompat.h
path
- Pods-acknowledgements.plist
+ SDWebImage/SDWebImageCompat.h
sourceTree
<group>
- 2462C1A4B22140BEBF329B50
+ 20D52520A69F4874BE2D64FC
includeInIndex
1
@@ -1664,13 +2249,13 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrTestLogin.m
+ FKFlickrGalleriesGetPhotos.m
path
- Classes/Model/Generated/Test/FKFlickrTestLogin.m
+ Classes/Model/Generated/Galleries/FKFlickrGalleriesGetPhotos.m
sourceTree
<group>
- 24B00A73805D4742864F2432
+ 20FF303D2D7C46E68DDE95C8
includeInIndex
1
@@ -1679,30 +2264,48 @@
lastKnownFileType
sourcecode.c.h
name
- SDWebImageDecoder.h
+ FKFlickrStatsGetPhotosetReferrers.h
path
- SDWebImage/SDWebImageDecoder.h
+ Classes/Model/Generated/Stats/FKFlickrStatsGetPhotosetReferrers.h
sourceTree
<group>
- 24B3718D479349AEA7880BC7
+ 2150B549E32B4982BEB4186E
+
+ containerPortal
+ F3BFE5788058415BB5FF5E95
+ isa
+ PBXContainerItemProxy
+ proxyType
+ 1
+ remoteGlobalIDString
+ 399383C56EBC41B8825F24CB
+ remoteInfo
+ Pods-SDWebImage
+
+ 21B443102B1C4044B967C8EC
fileRef
- 86E6BA214D624B6384A5330A
+ DF895000DDF14375A2555FC5
isa
PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- 24C8C162F89E470F81ECD52F
+ 21B83A963F514F0DA3387378
fileRef
- C284D611B50D48F38BF5C94E
+ 0092876F8DA641A5AA3B922F
isa
PBXBuildFile
- 24E7CED693DE414792068324
+ 221E2749FFB742A4A0967051
fileRef
- 784072104BE54D549C93E923
+ CF43019CC9C94EBE82407B21
isa
PBXBuildFile
settings
@@ -1711,130 +2314,128 @@
-fobjc-arc
- 24F0585C991B47249A1F748A
+ 22605C2A09D54E11B9A54A64
fileRef
- 46372376177E4D34AAAD76C6
+ 6BE5651A4EA24899B28503F2
isa
PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- 24F0F5E9E97A440CA2148DAD
+ 226AEB722F204141A3E739A4
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrAuthCheckToken.m
+ FKFlickrPhotosGeoPhotosForLocation.h
path
- Classes/Model/Generated/Auth/FKFlickrAuthCheckToken.m
+ Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoPhotosForLocation.h
sourceTree
<group>
- 258A7293500C4746AEE5C945
+ 2277C5E3213949B4898A62E5
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrUrlsGetUserPhotos.h
+ FKFlickrContactsGetListRecentlyUploaded.m
path
- Classes/Model/Generated/Urls/FKFlickrUrlsGetUserPhotos.h
+ Classes/Model/Generated/Contacts/FKFlickrContactsGetListRecentlyUploaded.m
sourceTree
<group>
- 25BD11EB09F24AA588E1BBAF
-
- fileRef
- E95AD4D2580A4F47A01F2872
- isa
- PBXBuildFile
-
- 25F40E5BF9DE4A959C085B43
+ 228FC55C14D3484BB8EAF337
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrPhotosNotesEdit.m
+ FKFlickrGalleriesGetListForPhoto.h
path
- Classes/Model/Generated/Photos/Notes/FKFlickrPhotosNotesEdit.m
+ Classes/Model/Generated/Galleries/FKFlickrGalleriesGetListForPhoto.h
sourceTree
<group>
- 26CCD951072B407D8F517345
+ 22A4933390FC461BB733EF2D
fileRef
- E09B3269E2B64D838F027519
+ AD7F7ED41C7B482489BE3E0E
isa
PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- 26DC28338B814C9E8A3AE1F3
+ 22D025FC6F37455184D7EEDE
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrFavoritesGetPublicList.h
+ FKFlickrUrlsGetUserProfile.m
path
- Classes/Model/Generated/Favorites/FKFlickrFavoritesGetPublicList.h
+ Classes/Model/Generated/Urls/FKFlickrUrlsGetUserProfile.m
sourceTree
<group>
- 27434A6A44B44CF096C2291A
+ 2329417D9F604324BC02E3A6
+
+ fileRef
+ C989A59675864B06A160F0E2
+ isa
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
+
+ 2343C9C7EB2542ED8D36C959
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrFavoritesRemove.h
+ FKFlickrStatsGetPhotosetReferrers.m
path
- Classes/Model/Generated/Favorites/FKFlickrFavoritesRemove.h
+ Classes/Model/Generated/Stats/FKFlickrStatsGetPhotosetReferrers.m
sourceTree
<group>
- 276507719BD04B50AF4620E4
-
- fileRef
- 9EDA43C94B164543B1C5095D
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
-
- 28102025D19A4B79834C1BD6
+ 2399050CB51B4EA797B4A29A
fileRef
- 1893413E7E134E36A168A519
+ 7BF28284BBD244DDBE32100E
isa
PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
- 282DC9469F3F47C2BE78B251
+ 246143BC3C894B86968EBDE5
fileRef
- 41D09CC93D324155B7E70CD0
+ C501E3F5942C4FCCBD653399
isa
PBXBuildFile
settings
@@ -1843,61 +2444,82 @@
-fobjc-arc
- 282E3CCD12E448D1954C8DAD
-
- buildConfigurations
-
- 34C9DE1252D249ECA3987684
- C868894FB0D948BAB9DAE0F3
-
- defaultConfigurationIsVisible
- 0
- defaultConfigurationName
- Release
- isa
- XCConfigurationList
-
- 282EF38A8F25447A82DEC54B
+ 24802F8F6BA3418D9CDAB41E
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrPhotosGetAllContexts.h
+ FKFlickrPlacesGetShapeHistory.m
path
- Classes/Model/Generated/Photos/FKFlickrPhotosGetAllContexts.h
+ Classes/Model/Generated/Places/FKFlickrPlacesGetShapeHistory.m
sourceTree
<group>
- 283B3501BD93476D857AE99C
+ 248461C0189B410EA889A303
- fileRef
- 19C66B9696324D20B9A73021
+ baseConfigurationReference
+ EDFF9142235E4850835809A9
+ buildSettings
+
+ ALWAYS_SEARCH_USER_PATHS
+ NO
+ COPY_PHASE_STRIP
+ YES
+ DSTROOT
+ /tmp/xcodeproj.dst
+ GCC_C_LANGUAGE_STANDARD
+ gnu99
+ GCC_PRECOMPILE_PREFIX_HEADER
+ YES
+ GCC_VERSION
+ com.apple.compilers.llvm.clang.1_0
+ INSTALL_PATH
+ $(BUILT_PRODUCTS_DIR)
+ IPHONEOS_DEPLOYMENT_TARGET
+ 7.0
+ OTHER_CFLAGS
+
+ -DNS_BLOCK_ASSERTIONS=1
+ $(inherited)
+
+ OTHER_CPLUSPLUSFLAGS
+
+ -DNS_BLOCK_ASSERTIONS=1
+ $(inherited)
+
+ OTHER_LDFLAGS
+
+ PRODUCT_NAME
+ $(TARGET_NAME)
+ PUBLIC_HEADERS_FOLDER_PATH
+ $(TARGET_NAME)
+ SDKROOT
+ iphoneos
+ SKIP_INSTALL
+ YES
+ VALIDATE_PRODUCT
+ YES
+
isa
- PBXBuildFile
+ XCBuildConfiguration
+ name
+ Release
- 286548A248BA460DAFB6A878
+ 24AE4EDDB00C4EB8BEF7699A
- includeInIndex
- 1
+ fileRef
+ EF698D8BE6AB430FA7572EB0
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- FKFlickrInterestingnessGetList.m
- path
- Classes/Model/Generated/Interestingness/FKFlickrInterestingnessGetList.m
- sourceTree
- <group>
+ PBXBuildFile
- 28978EEC17644E8AB9A3B994
+ 24CE26C8D03B4061A3B8983B
fileRef
- 3CC8899F7E9B468BBEA45661
+ 8F51D762FF7A4B72869ECEE4
isa
PBXBuildFile
settings
@@ -1906,25 +2528,22 @@
-fobjc-arc
- 28A4BB4B503C4A5CBEEE3B75
+ 2506C3576BB64AF38ACA3CB6
- includeInIndex
- 1
+ fileRef
+ 56E38AAA276D45879DEDB4EE
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- FKFlickrPlacesPlacesForBoundingBox.h
- path
- Classes/Model/Generated/Places/FKFlickrPlacesPlacesForBoundingBox.h
- sourceTree
- <group>
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- 28C97DCAC19D4E14A2723B7A
+ 2582AE4841C7452A9D244697
fileRef
- C13B3FBE13E64045B1B60570
+ B45EB73A4BEF4819B0866B53
isa
PBXBuildFile
settings
@@ -1933,10 +2552,10 @@
-fobjc-arc
- 28DE638BC7884D32B5FCF746
+ 259EBE7CBE57464ABE584A0E
fileRef
- 60EBF9F968C548F6A3CD956C
+ 604C29BD1CB943CDBA3C409E
isa
PBXBuildFile
settings
@@ -1945,7 +2564,7 @@
-fobjc-arc
- 2921EEE61801432C8DEBEEBE
+ 25A89EFD34D443F3910AA92B
includeInIndex
1
@@ -1954,109 +2573,158 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPhotosetsReorderPhotos.m
+ FKFlickrPhotosGetRecent.m
path
- Classes/Model/Generated/Photosets/FKFlickrPhotosetsReorderPhotos.m
+ Classes/Model/Generated/Photos/FKFlickrPhotosGetRecent.m
sourceTree
<group>
- 29326B5838494053AF74A554
+ 25B23D4D70E14200A2CD1850
fileRef
- 181432AFF08B4E88B42B7B8B
+ D22FBD1D8C0145FA95DD5E5D
isa
PBXBuildFile
- 293B76CB125F4BA4A14BB6AA
+ 25FEB0AE750F4991BC49DC56
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- UIImage+MultiFormat.m
+ FKFlickrPhotosetsGetPhotos.h
path
- SDWebImage/UIImage+MultiFormat.m
+ Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetPhotos.h
sourceTree
<group>
- 29EA4DA87CC643D792DE11F7
+ 262C820F38E74F5980F8BC50
- fileRef
- 26DC28338B814C9E8A3AE1F3
+ includeInIndex
+ 1
isa
- PBXBuildFile
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ name
+ FKFlickrPhotosSetSafetyLevel.h
+ path
+ Classes/Model/Generated/Photos/FKFlickrPhotosSetSafetyLevel.h
+ sourceTree
+ <group>
- 2A1B6CC5946540A6BA0DE821
+ 2687BBA710CA49FCB7D37AF5
- fileRef
- 97CBCE7E3FA849C9A973C982
+ includeInIndex
+ 1
isa
- PBXBuildFile
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.objc
+ name
+ SDImageCache.m
+ path
+ SDWebImage/SDImageCache.m
+ sourceTree
+ <group>
+
+ 26F089D419724192844E5CA5
+
+ includeInIndex
+ 1
+ isa
+ PBXFileReference
+ lastKnownFileType
+ text.script.sh
+ path
+ Pods-resources.sh
+ sourceTree
+ <group>
- 2ACDE0F239EC490E9F96B7C0
+ 278BFB06D8284098BF0917BC
fileRef
- 98BF8C902C654E308E85221C
+ 143C3F66066D4F4BA18B2E4F
isa
PBXBuildFile
settings
COMPILER_FLAGS
- -fobjc-arc
+ -fobjc-arc -DOS_OBJECT_USE_OBJC=0
- 2ACED266598643FDB3A0689F
+ 279AE1EBFDD54B6395DA50C7
+
+ fileRef
+ 44BC989FE64249898AEAC9F9
+ isa
+ PBXBuildFile
+
+ 27C09E6B79C14F0E94F34E58
+
+ containerPortal
+ F3BFE5788058415BB5FF5E95
+ isa
+ PBXContainerItemProxy
+ proxyType
+ 1
+ remoteGlobalIDString
+ 5DBC4EDDAA2D4C2E90614187
+ remoteInfo
+ Pods-FlickrKit
+
+ 27D354D934FD4383B7549D09
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrPhotosGeoSetContext.m
+ FKFlickrPrefsGetHidden.h
path
- Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoSetContext.m
+ Classes/Model/Generated/Prefs/FKFlickrPrefsGetHidden.h
sourceTree
<group>
- 2B0C9B1007F349608D616BFC
+ 27D35E9F3381490EBB509774
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrPlacesPlacesForUser.m
+ FKFlickrGroupsMembersGetList.h
path
- Classes/Model/Generated/Places/FKFlickrPlacesPlacesForUser.m
+ Classes/Model/Generated/Groups/Members/FKFlickrGroupsMembersGetList.h
sourceTree
<group>
- 2B6740C37E314DEB9EA7159F
+ 2830FDCD3B114CD7AC88A9EC
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrPhotosCommentsEditComment.m
+ FKFlickrBlogsGetList.h
path
- Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsEditComment.m
+ Classes/Model/Generated/Blogs/FKFlickrBlogsGetList.h
sourceTree
<group>
- 2B864C6F4A5843A6B89F89E2
+ 285AF599C35644439C33E78F
fileRef
- EA903FB4E7344FC1BFCF8A6F
+ F5516AAFCAEB4DC7A402F689
isa
PBXBuildFile
settings
@@ -2065,74 +2733,64 @@
-fobjc-arc
- 2C5FC6307850430799D2F2F8
+ 28A1FBC1167D4DCC9B73295B
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrPlacesFindByLatLon.m
+ FKFlickrPlacesGetTopPlacesList.h
path
- Classes/Model/Generated/Places/FKFlickrPlacesFindByLatLon.m
+ Classes/Model/Generated/Places/FKFlickrPlacesGetTopPlacesList.h
sourceTree
<group>
- 2C9FBC7D1CF1460890D55CBC
+ 28B78AC2D8EC4A12AE63A966
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrGroupsDiscussTopicsGetInfo.m
+ FKDUConcurrentOperation.h
path
- Classes/Model/Generated/Groups/Discuss/Topics/FKFlickrGroupsDiscussTopicsGetInfo.m
+ Classes/DevedUpKit/FKDUConcurrentOperation.h
sourceTree
<group>
- 2CEB58A4B4B1478894411811
-
- buildActionMask
- 2147483647
- files
-
- D5C4EBB737424EE5B9CA6FA1
- BCED3310CE49427BA83CAFF9
- 11FAB7F6BC5B49518EB9DBDA
- 7F243213689D49D88FB7351D
- D21DD63A0CE74E7A8A1BAD0A
- 67667142D97F429AA10984D5
- 824C4357CC57406A817136BB
- 21139FF2180048D998DE0973
- 7E5B9C2121F74B6AA9DF9B4F
- 4898E7CAE310421B901B9836
- 775EE2117F954D67A35A6BB0
- 82984DE2631142AAB9F1E4FD
- 33E04F8928BA4FFE8F576D75
-
- isa
- PBXHeadersBuildPhase
- runOnlyForDeploymentPostprocessing
- 0
-
- 2CFAEAEB18B04C45B27EC6B9
+ 28F5FC29B6D84D38BE2B94C0
fileRef
- 3E043891E33447309075538F
+ 13C846279D454F1D905F0234
isa
PBXBuildFile
settings
COMPILER_FLAGS
- -fobjc-arc
+ -fobjc-arc -DOS_OBJECT_USE_OBJC=0
- 2D098A1948724ADEB14147F6
+ 29D706B644EA47C882A31F1A
+
+ includeInIndex
+ 1
+ isa
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.objc
+ name
+ FKFlickrPlacesGetInfoByUrl.m
+ path
+ Classes/Model/Generated/Places/FKFlickrPlacesGetInfoByUrl.m
+ sourceTree
+ <group>
+
+ 29E2EB76809F4852B84EE48B
includeInIndex
1
@@ -2141,16 +2799,23 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPhotosGetWithoutGeoData.h
+ FKFlickrGroupsDiscussTopicsAdd.h
path
- Classes/Model/Generated/Photos/FKFlickrPhotosGetWithoutGeoData.h
+ Classes/Model/Generated/Groups/Discuss/Topics/FKFlickrGroupsDiscussTopicsAdd.h
sourceTree
<group>
- 2D3D21D200C749F5A5402D02
+ 2AD367A4F84B4418BED9160F
fileRef
- BAFFFD63DD2A4BB2BF93BCAF
+ EA7849D4710C4D95B20DCF60
+ isa
+ PBXBuildFile
+
+ 2B09D170756340FBAB0DD329
+
+ fileRef
+ CFCC3F9D0A4F4812B5BC1DA2
isa
PBXBuildFile
settings
@@ -2159,51 +2824,52 @@
-fobjc-arc
- 2D747EBA4FD74DDDBB2ACF18
+ 2BA846602E0B4E388F9575BB
fileRef
- A04E8233154A4C69BBE984EB
+ 43A32B703AD74D7DB44AFC24
isa
PBXBuildFile
- 2D9A736B1870430697E310AE
+ 2BF3F17E21BB4951911C9417
fileRef
- 282EF38A8F25447A82DEC54B
+ 228FC55C14D3484BB8EAF337
isa
PBXBuildFile
- 2D9DD15D9A5545C98F916A54
+ 2C564616E7E849A4BFE76631
- includeInIndex
- 1
+ fileRef
+ D3EC2F9910904E3990611BED
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- FKFlickrPandaGetList.h
- path
- Classes/Model/Generated/Panda/FKFlickrPandaGetList.h
- sourceTree
- <group>
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- 2DF1D6D5D548464B8765073F
+ 2C7DEB8ADFE2421D80957A7E
- includeInIndex
- 1
+ fileRef
+ 97A2FC9D47ED4510B4B16B8D
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- FKFlickrPhotosPeopleAdd.m
- path
- Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleAdd.m
- sourceTree
- <group>
+ PBXBuildFile
+
+ 2C86D65DB380452489937A85
+
+ fileRef
+ CE4029D5058D4ADF86823AF5
+ isa
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- 2E55B3234FA44CACBECAF412
+ 2CA3EC424F3242C0B7E83C55
includeInIndex
1
@@ -2212,28 +2878,20 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrMachinetagsGetNamespaces.m
+ FKFlickrPhotosGeoSetLocation.m
path
- Classes/Model/Generated/Machinetags/FKFlickrMachinetagsGetNamespaces.m
+ Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoSetLocation.m
sourceTree
<group>
- 2EEDC7B939EF4396B6A2D6BB
+ 2D494FE753AD4AABAF100341
- includeInIndex
- 1
+ fileRef
+ 80D48564B7F74FFFBEC9DD8A
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- FKFlickrGalleriesAddPhoto.h
- path
- Classes/Model/Generated/Galleries/FKFlickrGalleriesAddPhoto.h
- sourceTree
- <group>
+ PBXBuildFile
- 2F54FA286EC84745A1FA961A
+ 2D4BFBFEFE6D466DA712167F
includeInIndex
1
@@ -2242,38 +2900,47 @@
lastKnownFileType
sourcecode.c.h
name
- SDWebImageCompat.h
+ FKFlickrAuthOauthGetAccessToken.h
path
- SDWebImage/SDWebImageCompat.h
+ Classes/Model/Generated/Auth/Oauth/FKFlickrAuthOauthGetAccessToken.h
sourceTree
<group>
- 2FB45BFEBCB040F4A5E348BA
+ 2D5612D2EA994382AE75D97C
fileRef
- F11C88F1A4074397B7F9F2C9
+ 31AEB9071B5D454A88F92DEF
isa
PBXBuildFile
- 2FF4027FA0094C8B8ACFA494
+ 2DE01087BC0B4A13AD20FB85
- includeInIndex
- 1
+ fileRef
+ 13D1954721194F79AA3245F9
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- FKFlickrPhotosGetWithGeoData.m
- path
- Classes/Model/Generated/Photos/FKFlickrPhotosGetWithGeoData.m
- sourceTree
- <group>
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
+
+ 2E326FF238C74B929DF41DA8
+
+ fileRef
+ 78A5452A33B6434189C79737
+ isa
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- 3085479EDB1248158221BB1F
+ 2E6DDF60E7894DC98A7F2759
fileRef
- C6F285D5958E44D4B17B2CFE
+ 3860A9D3B46C4C87A9106B4B
isa
PBXBuildFile
settings
@@ -2282,10 +2949,17 @@
-fobjc-arc
- 30D1CC93A3CC4F7B8DC914AF
+ 2EC481BC87064C4888016D46
+
+ fileRef
+ EC6B08A66DBD441695D740CF
+ isa
+ PBXBuildFile
+
+ 2EDC53A18696450B8305C4AA
fileRef
- 2921EEE61801432C8DEBEEBE
+ 09729D2AB91D40238B8A3D01
isa
PBXBuildFile
settings
@@ -2294,7 +2968,7 @@
-fobjc-arc
- 310ABD23EE3D4FAE829E87CF
+ 2FAC2B00E3E54CC3A8EC3AB5
includeInIndex
1
@@ -2302,12 +2976,26 @@
PBXFileReference
lastKnownFileType
sourcecode.c.objc
+ name
+ FKFlickrActivityUserComments.m
path
- Pods-dummy.m
+ Classes/Model/Generated/Activity/FKFlickrActivityUserComments.m
sourceTree
<group>
- 311F775899504D5695288C3B
+ 2FB24390C81E4C3EAB6E3D50
+
+ fileRef
+ 71C2D84FCD1A40A2B7E70159
+ isa
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
+
+ 2FCE7F8E41CF4CBCA0614EA4
includeInIndex
1
@@ -2316,20 +3004,25 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPhotosPeopleDelete.h
+ FKFlickrPhotosGetAllContexts.h
path
- Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleDelete.h
+ Classes/Model/Generated/Photos/FKFlickrPhotosGetAllContexts.h
sourceTree
<group>
- 317D801D0B4C455FA3B2ED1C
+ 2FE14071F7F04F188D076015
fileRef
- A89D8922E85D4CE4B034EF95
+ 5BCD118351C942F098A51C91
isa
PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc -DOS_OBJECT_USE_OBJC=0
+
- 31EB977B04F34B4A832A6B1E
+ 30862BC6F18645F6A81148B5
includeInIndex
1
@@ -2338,95 +3031,68 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPandaGetList.m
+ FKDUConcurrentOperation.m
path
- Classes/Model/Generated/Panda/FKFlickrPandaGetList.m
+ Classes/DevedUpKit/FKDUConcurrentOperation.m
sourceTree
<group>
- 3212D795BBBB46C187F72086
+ 3086D6A9F0214AA184CF1CEA
- includeInIndex
- 1
+ fileRef
+ 1B87A273AFA0480789A3866A
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- FKFlickrFavoritesGetContext.h
- path
- Classes/Model/Generated/Favorites/FKFlickrFavoritesGetContext.h
- sourceTree
- <group>
+ PBXBuildFile
- 321E73B5A9654C6B8959491C
+ 30D2BBEE8C804480801412DE
- includeInIndex
- 1
+ fileRef
+ E19513C0BAEF40E985548A37
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- SDWebImageCompat.m
- path
- SDWebImage/SDWebImageCompat.m
- sourceTree
- <group>
+ PBXBuildFile
- 32E16CF710224042BDAE9C05
+ 311676C14CF24F3BBB6E4CDD
- includeInIndex
- 1
+ fileRef
+ BEBD67F1A5C54A019030C65E
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- FKFlickrGalleriesGetListForPhoto.h
- path
- Classes/Model/Generated/Galleries/FKFlickrGalleriesGetListForPhoto.h
- sourceTree
- <group>
+ PBXBuildFile
- 3395C1E9753B4208AF62B128
+ 3144C761B1BB49C18F136DCC
- includeInIndex
- 1
+ fileRef
+ 07E8BCBE803C4CD8A6FC9FAE
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- FKFlickrPeopleGetPublicGroups.m
- path
- Classes/Model/Generated/People/FKFlickrPeopleGetPublicGroups.m
- sourceTree
- <group>
+ PBXBuildFile
- 33E04F8928BA4FFE8F576D75
+ 31A831A6E23541CD8DC90369
fileRef
- AD8FED97D624427B9860AFE4
+ 4F405665711C4F63BAD1916D
isa
PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- 340A5CE5F48B4747ACB59132
+ 31AEB9071B5D454A88F92DEF
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrGalleriesEditMeta.m
+ FKFlickrCollectionsGetTree.h
path
- Classes/Model/Generated/Galleries/FKFlickrGalleriesEditMeta.m
+ Classes/Model/Generated/Collections/FKFlickrCollectionsGetTree.h
sourceTree
<group>
- 345A75A66F054315880BEA6C
+ 32636168B6394595AEB57C81
includeInIndex
1
@@ -2435,13 +3101,13 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrGroupsPoolsGetPhotos.m
+ FKFlickrPhotosGetInfo.m
path
- Classes/Model/Generated/Groups/Pools/FKFlickrGroupsPoolsGetPhotos.m
+ Classes/Model/Generated/Photos/FKFlickrPhotosGetInfo.m
sourceTree
<group>
- 34ACF2C5AB414D80B5CF3CEA
+ 32844E8CC8094BC194FDE015
includeInIndex
1
@@ -2450,62 +3116,13 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPhotosSetMeta.h
+ FKFlickrPhotosSuggestionsApproveSuggestion.h
path
- Classes/Model/Generated/Photos/FKFlickrPhotosSetMeta.h
+ Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsApproveSuggestion.h
sourceTree
<group>
- 34C9DE1252D249ECA3987684
-
- baseConfigurationReference
- E317344E6C4441969370DC54
- buildSettings
-
- ALWAYS_SEARCH_USER_PATHS
- NO
- COPY_PHASE_STRIP
- NO
- DSTROOT
- /tmp/xcodeproj.dst
- GCC_C_LANGUAGE_STANDARD
- gnu99
- GCC_DYNAMIC_NO_PIC
- NO
- GCC_OPTIMIZATION_LEVEL
- 0
- GCC_PRECOMPILE_PREFIX_HEADER
- YES
- GCC_PREPROCESSOR_DEFINITIONS
-
- DEBUG=1
- $(inherited)
-
- GCC_SYMBOLS_PRIVATE_EXTERN
- NO
- GCC_VERSION
- com.apple.compilers.llvm.clang.1_0
- INSTALL_PATH
- $(BUILT_PRODUCTS_DIR)
- IPHONEOS_DEPLOYMENT_TARGET
- 7.0
- OTHER_LDFLAGS
-
- PRODUCT_NAME
- $(TARGET_NAME)
- PUBLIC_HEADERS_FOLDER_PATH
- $(TARGET_NAME)
- SDKROOT
- iphoneos
- SKIP_INSTALL
- YES
-
- isa
- XCBuildConfiguration
- name
- Debug
-
- 356A2AB8805D4FAF8C5AF353
+ 329B35BBBB634C92B2F27278
includeInIndex
1
@@ -2514,31 +3131,28 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPeopleGetInfo.h
+ FKUtilities.h
path
- Classes/Model/Generated/People/FKFlickrPeopleGetInfo.h
+ Classes/Utilities/FKUtilities.h
sourceTree
<group>
- 366892869D8C4346AD0B807E
+ 330BCDCBEE984F248548E7F9
- includeInIndex
- 1
+ fileRef
+ DC8E13687943499488E1A300
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- FKFlickrPlacesGetInfoByUrl.m
- path
- Classes/Model/Generated/Places/FKFlickrPlacesGetInfoByUrl.m
- sourceTree
- <group>
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- 36932C0127D54EEBBB938565
+ 330D8C560325434F9BB8DD9A
fileRef
- E7554D0BE0C0454383673E6A
+ F323FF5E61B14996BED7FAA3
isa
PBXBuildFile
settings
@@ -2547,7 +3161,7 @@
-fobjc-arc
- 36B62E72DD0942D186D50322
+ 3318637BC0B142D795E109D0
includeInIndex
1
@@ -2556,13 +3170,20 @@
lastKnownFileType
sourcecode.c.objc
name
- FKDUNetworkOperation.m
+ FKFlickrFavoritesGetContext.m
path
- Classes/DevedUpKit/FKDUNetworkOperation.m
+ Classes/Model/Generated/Favorites/FKFlickrFavoritesGetContext.m
sourceTree
<group>
- 36CC155429124251A0FB82D8
+ 332CD58BBE4A42E59BAA75B6
+
+ fileRef
+ 44E7891716F24373B4EE6F27
+ isa
+ PBXBuildFile
+
+ 333140C9594A41CD8EE27C04
includeInIndex
1
@@ -2571,23 +3192,16 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrGroupsDiscussTopicsAdd.m
+ FKDUBlocks.m
path
- Classes/Model/Generated/Groups/Discuss/Topics/FKFlickrGroupsDiscussTopicsAdd.m
+ Classes/DevedUpKit/FKDUBlocks.m
sourceTree
<group>
- 36D82B7398A94A78BAEC16AD
+ 335EB2F3A45C4C8086484D4B
fileRef
- 65EF1C81A02646B18E3B37C5
- isa
- PBXBuildFile
-
- 3790515AB4094AF187C6802E
-
- fileRef
- 5579DC12E18643C6AE322803
+ 6F5514A2F1EF428AB3287736
isa
PBXBuildFile
settings
@@ -2596,148 +3210,128 @@
-fobjc-arc
- 380C583C017847A88A7AF7BF
+ 335EED234BFA4524A4404089
fileRef
- D619605D1F824ECF965402B0
+ 53A339B91688471FB0C06BE1
isa
PBXBuildFile
- 38A28D917E8D47929AC0941D
+ 33673F4AA41645A5887CB086
fileRef
- 8F0FEF03FBDA4A91A4D79B27
+ 991771F51742485DB1A59972
isa
PBXBuildFile
- 38B6C7875B0749F4B6516C2A
+ 33C48530DA704D808E15A6D9
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrGroupsDiscussTopicsGetInfo.h
+ FKFlickrNetworkOperation.m
path
- Classes/Model/Generated/Groups/Discuss/Topics/FKFlickrGroupsDiscussTopicsGetInfo.h
+ Classes/Network/FKFlickrNetworkOperation.m
sourceTree
<group>
- 38C43943BA964A2C8DEAB54A
+ 33EF1CA2D6EF49ACA89F7E98
- children
-
- 148D6565A2B84F90B28FA590
- 453EC530711B4B2EBED234BB
- B0ECC99CCCE043C98AC8D97D
- 602F1C9D93444397BCC4B63F
-
+ fileRef
+ 7DBD09E8070146479EF53EB9
isa
- PBXGroup
- name
- Support Files
- sourceTree
- SOURCE_ROOT
+ PBXBuildFile
- 39143E3A7FDF4493B9A3068F
+ 343A77D529E24B72A3279191
- includeInIndex
- 1
+ fileRef
+ F5EDE45F785D4368B25323CF
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- FKFlickrPhotosSearch.m
- path
- Classes/Model/Generated/Photos/FKFlickrPhotosSearch.m
- sourceTree
- <group>
+ PBXBuildFile
- 395B112DA1AD4851A9719042
+ 347133F0AF0647319D45E162
- children
-
- 6D99ACDEBB7D4A2E854CD6EA
-
+ fileRef
+ E2598DD783DC472A82EDA870
isa
- PBXGroup
- name
- Frameworks
- sourceTree
- <group>
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- 3979022CC7F44D53B11DE71B
+ 348FFCAA4F86457085D76964
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrPhotosGeoSetPerms.h
+ FKFlickrTestEcho.m
path
- Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoSetPerms.h
+ Classes/Model/Generated/Test/FKFlickrTestEcho.m
sourceTree
<group>
- 3A65118365C04239BCCCADCC
+ 34AE1A78EBAC489EA20D6E33
fileRef
- 5A86BF034E234C178907B8DA
+ F5632D4E07AA482C87BC3222
isa
PBXBuildFile
- 3AA37D9A1E4145ED869536DF
+ 34CA5E39729E4FCA95D43901
fileRef
- 1C8FF644B0A54F18A932DA9D
+ E5896CA8E44B4A2DB95FFF04
isa
PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
- 3B68EB6EC95C4707B1CD8C1D
+ 352885C3171C44C3A68279AC
- fileRef
- 7ACBB1ECE2F04F508BE872F7
+ includeInIndex
+ 1
isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.objc
+ name
+ FKFlickrPhotosetsCommentsAddComment.m
+ path
+ Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsAddComment.m
+ sourceTree
+ <group>
- 3BE6E45464354AF99BCD9AA7
+ 3589ACE6FC5C414A924278E0
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrUrlsLookupUser.h
+ FKFlickrUrlsLookupGroup.m
path
- Classes/Model/Generated/Urls/FKFlickrUrlsLookupUser.h
+ Classes/Model/Generated/Urls/FKFlickrUrlsLookupGroup.m
sourceTree
<group>
- 3BFC776005EA49D3B4B284E8
+ 35C097C243C04CBB9501BCE9
fileRef
- 7F10B7A212254011B0370EA3
+ 93071EAB40FC44B0AC96BEC5
isa
PBXBuildFile
- 3C2A879856C94000A4E289ED
+ 3616F98A4F7D46C3AA3FB69B
includeInIndex
1
@@ -2746,25 +3340,20 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPeopleGetPhotosOf.h
+ FKFlickrMachinetagsGetValues.h
path
- Classes/Model/Generated/People/FKFlickrPeopleGetPhotosOf.h
+ Classes/Model/Generated/Machinetags/FKFlickrMachinetagsGetValues.h
sourceTree
<group>
- 3CA210AF6D4545E0B6942747
+ 367A1A7A84E249889A363900
fileRef
- 36B62E72DD0942D186D50322
+ 8F758313D80F4C1E82DBC6F7
isa
PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
- 3CAB0889C1254E4B8BF41927
+ 3693E46EBC894FF19B07AF0E
includeInIndex
1
@@ -2773,63 +3362,58 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrStatsGetPhotosetReferrers.h
+ FKFlickrReflectionGetMethodInfo.h
path
- Classes/Model/Generated/Stats/FKFlickrStatsGetPhotosetReferrers.h
+ Classes/Model/Generated/Reflection/FKFlickrReflectionGetMethodInfo.h
sourceTree
<group>
- 3CC8899F7E9B468BBEA45661
+ 36FC607F672346818D32C713
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrPhotosGeoSetPerms.m
+ FKFlickrPhotosetsDelete.h
path
- Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoSetPerms.m
+ Classes/Model/Generated/Photosets/FKFlickrPhotosetsDelete.h
sourceTree
<group>
- 3CF88FB43D1347BE933C49C6
+ 375D9E9DA9034C8894A31586
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrPhotosSuggestionsGetList.m
+ FKFlickrPlacesFind.h
path
- Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsGetList.m
+ Classes/Model/Generated/Places/FKFlickrPlacesFind.h
sourceTree
<group>
- 3D1A5F65ED2E4E598DE509E0
-
- fileRef
- 16FD915707304001AB2E5BE7
- isa
- PBXBuildFile
-
- 3D295D87A0684F6CA3A76730
+ 37AE24673B8B4F56BB51C636
- explicitFileType
- archive.ar
includeInIndex
- 0
+ 1
isa
PBXFileReference
- path
- libPods-FlickrKit.a
+ lastKnownFileType
+ sourcecode.c.objc
+ name
+ FKFlickrPhotosPeopleDeleteCoords.m
+ path
+ Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleDeleteCoords.m
sourceTree
- BUILT_PRODUCTS_DIR
+ <group>
- 3D507807F9E94A828948B659
+ 380E7A7BBAD34CFE9C4EDF15
includeInIndex
1
@@ -2838,33 +3422,40 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPhotosetsEditPhotos.h
+ FKFlickrPhotosGetWithGeoData.h
path
- Classes/Model/Generated/Photosets/FKFlickrPhotosetsEditPhotos.h
+ Classes/Model/Generated/Photos/FKFlickrPhotosGetWithGeoData.h
sourceTree
<group>
- 3D58C5D7F8774948A3500E10
+ 381C423A92F24D00B89C84C6
+ includeInIndex
+ 1
isa
PBXFileReference
lastKnownFileType
- wrapper.framework
+ sourcecode.c.objc
name
- SystemConfiguration.framework
+ FKFlickrTestLogin.m
path
- Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/SystemConfiguration.framework
+ Classes/Model/Generated/Test/FKFlickrTestLogin.m
sourceTree
- DEVELOPER_DIR
+ <group>
- 3D5A9DC6EA044C49AD4789DA
+ 3854C90AC6C84FBA899A9208
fileRef
- 140A635C6513477EA911EC92
+ 82C7898D47BE4BDE951121FD
isa
PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- 3D62AD33A0D243ECA4F4D870
+ 3860A9D3B46C4C87A9106B4B
includeInIndex
1
@@ -2873,166 +3464,145 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPhotosSuggestionsRemoveSuggestion.m
+ FKFlickrContactsGetTaggingSuggestions.m
path
- Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsRemoveSuggestion.m
+ Classes/Model/Generated/Contacts/FKFlickrContactsGetTaggingSuggestions.m
sourceTree
<group>
- 3D68FB5BF77C458A8081CEF1
+ 38838130D960489CBE3AE1DD
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrGalleriesGetList.h
+ FKFlickrPhotosetsEditMeta.m
path
- Classes/Model/Generated/Galleries/FKFlickrGalleriesGetList.h
+ Classes/Model/Generated/Photosets/FKFlickrPhotosetsEditMeta.m
sourceTree
<group>
- 3D9515A723D642BFA2B9449E
-
- fileRef
- 8D620939FBB2411289CE3918
- isa
- PBXBuildFile
-
- 3E043891E33447309075538F
+ 388A4D28A0744767BB021F87
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrPeopleGetLimits.m
+ FKFlickrStatsGetPhotostreamReferrers.h
path
- Classes/Model/Generated/People/FKFlickrPeopleGetLimits.m
+ Classes/Model/Generated/Stats/FKFlickrStatsGetPhotostreamReferrers.h
sourceTree
<group>
- 3E1D65344AFB424E94A909AC
+ 38A75B896A464BA2A06578EE
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrGroupsBrowse.h
+ FKFlickrPeopleGetPublicPhotos.m
path
- Classes/Model/Generated/Groups/FKFlickrGroupsBrowse.h
+ Classes/Model/Generated/People/FKFlickrPeopleGetPublicPhotos.m
sourceTree
<group>
- 3E9BE264664B44E19BDD7139
-
- fileRef
- 366892869D8C4346AD0B807E
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
-
- 3EDAFDD4322646E1A63A59EB
+ 3940874F63D141CC9DF2B779
fileRef
- 16350892079943FD96DBA6CB
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
-
- 3EF9E7E64C2547C3A894BB8B
-
- fileRef
- A487AC782ED242ED96F84BFD
+ B80BCFC6D91F44CD946A9101
isa
PBXBuildFile
- 3F16D64AB85B460491BE68D4
+ 396C1F8317C9474CB32AC453
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrGroupsDiscussRepliesEdit.m
+ FKFlickrGroupsDiscussRepliesGetInfo.h
path
- Classes/Model/Generated/Groups/Discuss/Replies/FKFlickrGroupsDiscussRepliesEdit.m
+ Classes/Model/Generated/Groups/Discuss/Replies/FKFlickrGroupsDiscussRepliesGetInfo.h
sourceTree
<group>
- 3F6C560D867A4706B683A513
+ 399383C56EBC41B8825F24CB
- includeInIndex
- 1
+ buildConfigurationList
+ 1F47361914744FAA82C7C599
+ buildPhases
+
+ E48B8BA99A624C6E8520FB7F
+ 9CBD449CCAC241C194DF1C3F
+ 786809F360DD4E51BEA481FC
+
+ buildRules
+
+ dependencies
+
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
+ PBXNativeTarget
name
- FKDUBlocks.m
- path
- Classes/DevedUpKit/FKDUBlocks.m
- sourceTree
- <group>
+ Pods-SDWebImage
+ productName
+ Pods-SDWebImage
+ productReference
+ A65F7BCA13484402A97000D1
+ productType
+ com.apple.product-type.library.static
- 3FC73A0353814E5AA4E29064
+ 39F31B69AAA749A98E1C2607
fileRef
- 942E2707036B47BE8E3B3451
+ 28B78AC2D8EC4A12AE63A966
isa
PBXBuildFile
- 3FFFAC775ABA48358E7699FB
+ 3A99F90B00584D2589CE154D
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrPhotosetsGetPhotos.h
+ FKFlickrPhotosetsRemovePhotos.m
path
- Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetPhotos.h
+ Classes/Model/Generated/Photosets/FKFlickrPhotosetsRemovePhotos.m
sourceTree
<group>
- 403E44828F274EDE94E7B4AC
+ 3AA3991A35A4401CB121F9F8
- includeInIndex
- 1
+ children
+
+ DF669C4100AE49A1B3B9CA64
+ F755628B40DC4999B996FFAC
+ 44BC989FE64249898AEAC9F9
+
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
+ PBXGroup
name
- FKFlickrPhotosTransformRotate.m
- path
- Classes/Model/Generated/Photos/Transform/FKFlickrPhotosTransformRotate.m
+ iOS
sourceTree
<group>
- 40884A027E3743B3A6555B4D
+ 3AAE521961C842279526A2FC
fileRef
- 4B275A3A0B4F46D396DD9BFA
+ BA55966C0EF64B3D8EF42EEC
isa
PBXBuildFile
settings
@@ -3041,7 +3611,7 @@
-fobjc-arc
- 412169762F2B47F6873DD38E
+ 3AFE258E660448EC9DFECA4E
includeInIndex
1
@@ -3050,28 +3620,25 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrGroupsLeave.m
+ FKFlickrPhotosetsCommentsGetList.m
path
- Classes/Model/Generated/Groups/FKFlickrGroupsLeave.m
+ Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsGetList.m
sourceTree
<group>
- 41B5A034F48B4CB8B3235866
+ 3B099DB4FD3F4153B9DA67B4
- includeInIndex
- 1
+ fileRef
+ 05EFFDFEE2E640CE9F30B410
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- FKFlickrStatsGetCSVFiles.m
- path
- Classes/Model/Generated/Stats/FKFlickrStatsGetCSVFiles.m
- sourceTree
- <group>
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- 41B8A0A6A0B540DDBAB826E0
+ 3B5BD7FE9DD74FD1878C0D9B
includeInIndex
1
@@ -3080,31 +3647,81 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrTagsGetListUser.h
+ FKFlickrPhotosAddTags.h
path
- Classes/Model/Generated/Tags/FKFlickrTagsGetListUser.h
+ Classes/Model/Generated/Photos/FKFlickrPhotosAddTags.h
sourceTree
<group>
- 41D09CC93D324155B7E70CD0
+ 3B666C2C3B6D4E988562B3B8
- includeInIndex
- 1
+ fileRef
+ 5731B93528554FB6A46E7F93
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
+ PBXBuildFile
+
+ 3C1F4C5B71E749AAA5FE978B
+
+ fileRef
+ 088D90C70C38484CBB83DC74
+ isa
+ PBXBuildFile
+
+ 3C5A8699F43E4C39AF119786
+
+ baseConfigurationReference
+ 8892E55BD4394A4ABFA997C3
+ buildSettings
+
+ ALWAYS_SEARCH_USER_PATHS
+ NO
+ COPY_PHASE_STRIP
+ NO
+ DSTROOT
+ /tmp/xcodeproj.dst
+ GCC_C_LANGUAGE_STANDARD
+ gnu99
+ GCC_DYNAMIC_NO_PIC
+ NO
+ GCC_OPTIMIZATION_LEVEL
+ 0
+ GCC_PRECOMPILE_PREFIX_HEADER
+ YES
+ GCC_PREFIX_HEADER
+ Pods-FlickrKit-prefix.pch
+ GCC_PREPROCESSOR_DEFINITIONS
+
+ DEBUG=1
+ $(inherited)
+
+ GCC_SYMBOLS_PRIVATE_EXTERN
+ NO
+ GCC_VERSION
+ com.apple.compilers.llvm.clang.1_0
+ INSTALL_PATH
+ $(BUILT_PRODUCTS_DIR)
+ IPHONEOS_DEPLOYMENT_TARGET
+ 7.0
+ OTHER_LDFLAGS
+
+ PRODUCT_NAME
+ $(TARGET_NAME)
+ PUBLIC_HEADERS_FOLDER_PATH
+ $(TARGET_NAME)
+ SDKROOT
+ iphoneos
+ SKIP_INSTALL
+ YES
+
+ isa
+ XCBuildConfiguration
name
- FKFlickrContactsGetListRecentlyUploaded.m
- path
- Classes/Model/Generated/Contacts/FKFlickrContactsGetListRecentlyUploaded.m
- sourceTree
- <group>
+ Debug
- 421575C0274342D5BE0729DD
+ 3CE384FD480649CB9AB03751
fileRef
- 8240CFF41EB7473C8286BE2B
+ 7900A53B1F9949768DF44EC3
isa
PBXBuildFile
settings
@@ -3113,7 +3730,7 @@
-fobjc-arc
- 422E46137A0A489CAA83173F
+ 3E08BE5FEF8848578AA27681
includeInIndex
1
@@ -3122,27 +3739,13 @@
lastKnownFileType
sourcecode.c.h
name
- SDWebImageOperation.h
+ FKOFHMACSha1Base64.h
path
- SDWebImage/SDWebImageOperation.h
+ Classes/Utilities/FKOFHMACSha1Base64.h
sourceTree
<group>
- 424CECA920184B428EE9105F
-
- buildConfigurations
-
- AAD2F34CAFCD48B097430209
- B78BF4B82F7A41F68FCDFFD6
-
- defaultConfigurationIsVisible
- 0
- defaultConfigurationName
- Release
- isa
- XCConfigurationList
-
- 428963C99C6F422A9986A6FD
+ 3F1158E03F034F21BABE2236
includeInIndex
1
@@ -3151,39 +3754,27 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPhotosGetExif.m
+ FKDUReachability.m
path
- Classes/Model/Generated/Photos/FKFlickrPhotosGetExif.m
+ Classes/Network/FKDUReachability.m
sourceTree
<group>
- 431B30D30B3E481FB99830F6
-
- fileRef
- 2ACED266598643FDB3A0689F
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
-
- 432590842CC541BEA2C5F3B6
+ 3F8B7A607FE04D5C9CDA4061
buildConfigurationList
- 282E3CCD12E448D1954C8DAD
+ D30C88E7EC774123888CA656
buildPhases
- B1C799C6543F4BFAA965B35A
- B3A2E56A504549BC9624E877
+ 1380336E18374040B1F07C0E
+ C2E844B9109E4D40A056F357
buildRules
dependencies
- CF6F6F8A96224B9798458FBB
- B18D3F132D3348E99EA49F7F
+ 1BD4E2E19C4641BD84732A21
+ CD6A88EDBF134CA39581449C
isa
PBXNativeTarget
@@ -3192,26 +3783,26 @@
productName
Pods
productReference
- BC2BD45BF0BE430787EE7963
+ 5740CA852E38454EB7513E83
productType
com.apple.product-type.library.static
- 43AAD065A08647769B7B9700
+ 4051E15D95F547889295EEE7
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrFavoritesGetList.h
+ FKFlickrPlacesResolvePlaceId.m
path
- Classes/Model/Generated/Favorites/FKFlickrFavoritesGetList.h
+ Classes/Model/Generated/Places/FKFlickrPlacesResolvePlaceId.m
sourceTree
<group>
- 43D6B01EA68142C8B8A0C874
+ 4074B293C581418AA386DC3E
includeInIndex
1
@@ -3220,28 +3811,54 @@
lastKnownFileType
sourcecode.c.objc
name
- FKDUReachability.m
+ FKFlickrPeopleGetUploadStatus.m
path
- Classes/Network/FKDUReachability.m
+ Classes/Model/Generated/People/FKFlickrPeopleGetUploadStatus.m
sourceTree
<group>
- 44BEFEC75D394236B85EA712
+ 408D51F6CF2F4E449782ABCC
- includeInIndex
- 1
+ fileRef
+ 434DAA19DEFF403A8A1F8E2E
+ isa
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
+
+ 40B925698CA84981AF5DF66F
+
+ includeInIndex
+ 1
isa
PBXFileReference
lastKnownFileType
sourcecode.c.h
name
- FKFlickrUrlsLookupGroup.h
+ FKFlickrPhotosetsCommentsEditComment.h
path
- Classes/Model/Generated/Urls/FKFlickrUrlsLookupGroup.h
+ Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsEditComment.h
sourceTree
<group>
- 44D3A8AC84B5442FAC9737DF
+ 412DA241376A4374BDBEAC94
+
+ fileRef
+ A6657B58F6DC4A218C6EEF7F
+ isa
+ PBXBuildFile
+
+ 413403B22F244BA38C9E3E54
+
+ fileRef
+ A22B248BB0F94DE98F76F43A
+ isa
+ PBXBuildFile
+
+ 4150745DC7D245D3B008790E
includeInIndex
1
@@ -3256,20 +3873,53 @@
sourceTree
<group>
- 453EC530711B4B2EBED234BB
+ 41B56FC93A084ADE8F9AD5D5
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- text.xcconfig
+ sourcecode.c.objc
+ name
+ FKFlickrPlacesResolvePlaceURL.m
path
- Pods-SDWebImage-Private.xcconfig
+ Classes/Model/Generated/Places/FKFlickrPlacesResolvePlaceURL.m
sourceTree
<group>
- 456B9D66150842A4A731C713
+ 41DA4C51C1644389ABBB3E2D
+
+ fileRef
+ 333140C9594A41CD8EE27C04
+ isa
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
+
+ 41DD6CE973404C0EAC72A47F
+
+ fileRef
+ 1AF54FE2AC1D451DB02E199E
+ isa
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
+
+ 42370B8AC44E4C7C8F11C1C7
+
+ fileRef
+ AF2F7B5DE93842ECA6A0C2F7
+ isa
+ PBXBuildFile
+
+ 425EAD73495B40D3BA9C34C8
includeInIndex
1
@@ -3278,13 +3928,13 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrMachinetagsGetNamespaces.h
+ FKFlickrPhotosLicensesGetInfo.h
path
- Classes/Model/Generated/Machinetags/FKFlickrMachinetagsGetNamespaces.h
+ Classes/Model/Generated/Photos/Licenses/FKFlickrPhotosLicensesGetInfo.h
sourceTree
<group>
- 45D316E561B64FF4BF01A70F
+ 42EC48AC9CDC4703B650C6B4
includeInIndex
1
@@ -3293,28 +3943,35 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrStatsGetPhotosetDomains.m
+ FKImageUploadNetworkOperation.m
path
- Classes/Model/Generated/Stats/FKFlickrStatsGetPhotosetDomains.m
+ Classes/Network/FKImageUploadNetworkOperation.m
sourceTree
<group>
- 462E6E31B0484339BDC2F79D
+ 434DAA19DEFF403A8A1F8E2E
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrPlacesPlacesForUser.h
+ FKFlickrCamerasGetBrands.m
path
- Classes/Model/Generated/Places/FKFlickrPlacesPlacesForUser.h
+ Classes/Model/Generated/Cameras/FKFlickrCamerasGetBrands.m
sourceTree
<group>
- 46372376177E4D34AAAD76C6
+ 43602C6DE8B540C38FAEF316
+
+ fileRef
+ 67A061557F80405B802D96AF
+ isa
+ PBXBuildFile
+
+ 43A32B703AD74D7DB44AFC24
includeInIndex
1
@@ -3323,20 +3980,32 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrUrlsLookupGallery.h
+ FKFlickrPhotosGetUntagged.h
path
- Classes/Model/Generated/Urls/FKFlickrUrlsLookupGallery.h
+ Classes/Model/Generated/Photos/FKFlickrPhotosGetUntagged.h
sourceTree
<group>
- 465207EE319F438596EFEADD
+ 44186B92FCF14DC3A4B2E87B
fileRef
- 5B65D20C77414CD08269AC98
+ 82F2FE3845344FC7AF6A4EB1
isa
PBXBuildFile
- 46A2AA9973044EA782C8C989
+ 444F3FE1DFB54C3CB7BE991D
+
+ fileRef
+ E2140984712546D9BB49E34C
+ isa
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
+
+ 4463F109BDDC4876AEF713E3
includeInIndex
1
@@ -3345,42 +4014,40 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPlacesFindByLatLon.h
+ FKFlickrPeopleGetPhotosOf.h
path
- Classes/Model/Generated/Places/FKFlickrPlacesFindByLatLon.h
+ Classes/Model/Generated/People/FKFlickrPeopleGetPhotosOf.h
sourceTree
<group>
- 46E898B7960247A2ACD3A01D
+ 44770D7C49AF4D3D8D52BE4F
+
+ fileRef
+ 1F75307FCBFE4D1988C0E2B7
+ isa
+ PBXBuildFile
+
+ 44BC989FE64249898AEAC9F9
- includeInIndex
- 1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ wrapper.framework
name
- FKFlickrPhotosSetDates.m
+ SystemConfiguration.framework
path
- Classes/Model/Generated/Photos/FKFlickrPhotosSetDates.m
+ Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/SystemConfiguration.framework
sourceTree
- <group>
-
- 47BC3BECAFC64826A7092F18
-
- fileRef
- B4E87E1973E5498AB0D5574E
- isa
- PBXBuildFile
+ DEVELOPER_DIR
- 4898E7CAE310421B901B9836
+ 44E3BB32EF9F467191C38B68
fileRef
- BBCDD58D6BE0431EA8A6B64A
+ A65F7BCA13484402A97000D1
isa
PBXBuildFile
- 48A55902957D45D1A162AB79
+ 44E7891716F24373B4EE6F27
includeInIndex
1
@@ -3389,13 +4056,13 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPlacesGetInfo.h
+ FKFlickrPhotosRemoveTag.h
path
- Classes/Model/Generated/Places/FKFlickrPlacesGetInfo.h
+ Classes/Model/Generated/Photos/FKFlickrPhotosRemoveTag.h
sourceTree
<group>
- 4951BDEB7BBC44A78DB189DD
+ 450187C3657C48B5B6D4F103
includeInIndex
1
@@ -3404,20 +4071,25 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPhotosPeopleDeleteCoords.h
+ FKFlickrUrlsGetGroup.h
path
- Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleDeleteCoords.h
+ Classes/Model/Generated/Urls/FKFlickrUrlsGetGroup.h
sourceTree
<group>
- 49799B4C36A14656980430B1
+ 451FE71CFE3D47A0846C52B4
fileRef
- 3979022CC7F44D53B11DE71B
+ E0EF0D600DF04D6C884B4544
isa
PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- 49CB0CC7F0DF44BABAF46A89
+ 4535623101BB4C9099EB4B5F
includeInIndex
1
@@ -3426,16 +4098,23 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPhotosetsDelete.m
+ FKFlickrPlacesFindByLatLon.m
path
- Classes/Model/Generated/Photosets/FKFlickrPhotosetsDelete.m
+ Classes/Model/Generated/Places/FKFlickrPlacesFindByLatLon.m
sourceTree
<group>
- 4A6C655247EA4B4F93A4BD77
+ 455F76EB851F4F33A26180B9
+
+ fileRef
+ 2D4BFBFEFE6D466DA712167F
+ isa
+ PBXBuildFile
+
+ 45749960F2AC4A62A71D8425
fileRef
- 5CCFEABB568C4A449B0411BC
+ 5FF8742A43C045F88A7CC926
isa
PBXBuildFile
settings
@@ -3444,7 +4123,7 @@
-fobjc-arc
- 4AA2B8CBFC7C416886A16BB9
+ 45BDFEBF870A41378EBFAA52
includeInIndex
1
@@ -3453,40 +4132,43 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPlacesGetChildrenWithPhotosPublic.m
+ SDWebImageCompat.m
path
- Classes/Model/Generated/Places/FKFlickrPlacesGetChildrenWithPhotosPublic.m
+ SDWebImage/SDWebImageCompat.m
sourceTree
<group>
- 4AA4588D56814EBAA7D3FFC0
+ 4619167A644A42508CCCE96A
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrPhotosetsRemovePhotos.m
+ FKFlickrPhotosGetExif.h
path
- Classes/Model/Generated/Photosets/FKFlickrPhotosetsRemovePhotos.m
+ Classes/Model/Generated/Photos/FKFlickrPhotosGetExif.h
sourceTree
<group>
- 4B016E956D4E48D2AD6A13B0
+ 463C66BBA93547109ADED1D7
- fileRef
- 06C724B2546642438B804162
+ includeInIndex
+ 1
isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc -DOS_OBJECT_USE_OBJC=0
-
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ name
+ FKFlickrPhotosUploadCheckTickets.h
+ path
+ Classes/Model/Generated/Photos/Upload/FKFlickrPhotosUploadCheckTickets.h
+ sourceTree
+ <group>
- 4B0446239D0A4B00AFDC7C76
+ 46860A73EC8F476C9F470A16
includeInIndex
1
@@ -3495,137 +4177,96 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPhotosPeopleGetList.h
+ FKFlickrPlacesGetShapeHistory.h
path
- Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleGetList.h
+ Classes/Model/Generated/Places/FKFlickrPlacesGetShapeHistory.h
sourceTree
<group>
- 4B0C017B3EFD48798CE25583
+ 46BE28A92A264F4F9DDDC494
- buildSettings
-
- ALWAYS_SEARCH_USER_PATHS
- NO
- CLANG_CXX_LANGUAGE_STANDARD
- gnu++0x
- CLANG_CXX_LIBRARY
- libc++
- CLANG_ENABLE_MODULES
- YES
- CLANG_ENABLE_OBJC_ARC
- NO
- CLANG_WARN_BOOL_CONVERSION
- YES
- CLANG_WARN_CONSTANT_CONVERSION
- YES
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE
- YES
- CLANG_WARN_EMPTY_BODY
- YES
- CLANG_WARN_ENUM_CONVERSION
- YES
- CLANG_WARN_INT_CONVERSION
- YES
- CLANG_WARN_OBJC_ROOT_CLASS
- YES
- COPY_PHASE_STRIP
- NO
- ENABLE_NS_ASSERTIONS
- NO
- GCC_C_LANGUAGE_STANDARD
- gnu99
- GCC_WARN_64_TO_32_BIT_CONVERSION
- YES
- GCC_WARN_ABOUT_RETURN_TYPE
- YES
- GCC_WARN_UNDECLARED_SELECTOR
- YES
- GCC_WARN_UNINITIALIZED_AUTOS
- YES
- GCC_WARN_UNUSED_FUNCTION
- YES
- GCC_WARN_UNUSED_VARIABLE
- YES
- IPHONEOS_DEPLOYMENT_TARGET
- 7.0
- STRIP_INSTALLED_PRODUCT
- NO
- VALIDATE_PRODUCT
- YES
-
+ fileRef
+ ED48BB27283A463ABD53DD4F
isa
- XCBuildConfiguration
- name
- Release
+ PBXBuildFile
- 4B1B09E86C6144169B96FEBF
+ 470D6211BD854C9290A54570
fileRef
- 22941B3464284BDD8FD21003
+ F1C3A4B1DEBC481EB1AED9A7
isa
PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
- 4B275A3A0B4F46D396DD9BFA
+ 476B43C9418D42619231171B
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrPhotosSetContentType.m
+ FKFlickrPhotosSuggestionsRejectSuggestion.h
path
- Classes/Model/Generated/Photos/FKFlickrPhotosSetContentType.m
+ Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsRejectSuggestion.h
+ sourceTree
+ <group>
+
+ 478BF2E012614557A8E8B5FE
+
+ includeInIndex
+ 1
+ isa
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ name
+ FKFlickrPhotosSetMeta.h
+ path
+ Classes/Model/Generated/Photos/FKFlickrPhotosSetMeta.h
sourceTree
<group>
- 4BE2730EF3934A35A5131590
+ 4880674C9EC2428EAD2144E6
fileRef
- 9309D4C7B022413E9865DC68
+ 790056AD7E43456791C1E370
isa
PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc -DOS_OBJECT_USE_OBJC=0
-
- 4BE3FC84E4D440F5A5ACC401
+ 490AE64D4A2E43429B28E79D
fileRef
- 7875462DC31A419294E9E190
+ 7F17927571B641A3B3EA02B2
isa
PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
- 4BF88FBAF0084CA283FC2F6E
+ 49212E3D5986415A85B54C7E
+
+ includeInIndex
+ 1
+ isa
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.objc
+ name
+ FKFlickrMachinetagsGetRecentValues.m
+ path
+ Classes/Model/Generated/Machinetags/FKFlickrMachinetagsGetRecentValues.m
+ sourceTree
+ <group>
+
+ 49E75267BA3F4470BF5BFE60
fileRef
- D73D1D291964407787F3FC33
+ B1E8F19A963C4C969EB16689
isa
PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
- 4BFDFDF12EA14AEE95FBBA28
+ 4A34C076F62E48B8B1B5D4F2
fileRef
- 693A31E7A89748D8AE78D4E5
+ 086D1F055229497F9F30927B
isa
PBXBuildFile
settings
@@ -3634,31 +4275,22 @@
-fobjc-arc
- 4C4E5BA4DC6546408477093B
-
- fileRef
- 0491FFE838234782BE300D4C
- isa
- PBXBuildFile
-
- 4C6F5FD66B164771BD7282F2
-
- fileRef
- 9611D817E76A4FBAB66CC1FC
- isa
- PBXBuildFile
-
- 4CACAE98D0F94459B6313B07
+ 4A521C4FF4334974985D6C5D
fileRef
- 98A30DF46FCE4E62B0D21EA4
+ 07F9AD17C3284693B876A4A7
isa
PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- 4CDC9561DFFA44C8A49B6FC3
+ 4A7C976D85104030A0980DF7
fileRef
- 412169762F2B47F6873DD38E
+ 1FA524E4657F4B54A4CA5DD8
isa
PBXBuildFile
settings
@@ -3667,37 +4299,14 @@
-fobjc-arc
- 4CF64AB9B7644036A45D63EF
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- FKFlickrPhotosGetContext.m
- path
- Classes/Model/Generated/Photos/FKFlickrPhotosGetContext.m
- sourceTree
- <group>
-
- 4CF83B49EDB34B6DA85C3DE1
+ 4AD8D98F80D4469E90A0B0BA
- includeInIndex
- 1
+ fileRef
+ AB537D6F903E45CCB15390EC
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- FKFlickrPhotosetsEditMeta.h
- path
- Classes/Model/Generated/Photosets/FKFlickrPhotosetsEditMeta.h
- sourceTree
- <group>
+ PBXBuildFile
- 4D21E7256A3F47D6A109A6CA
+ 4B71E7F964134FEAA384AA82
includeInIndex
1
@@ -3706,16 +4315,16 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPhotosGeoRemoveLocation.h
+ FKFlickrPhotosGeoCorrectLocation.h
path
- Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoRemoveLocation.h
+ Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoCorrectLocation.h
sourceTree
<group>
- 4D6ABF98AE5647B08DECF775
+ 4B9DBA9348B7460B981A4D7B
fileRef
- E146BADD4B0643A9A2E02589
+ D790DCE671904391AABF23DC
isa
PBXBuildFile
settings
@@ -3724,50 +4333,47 @@
-fobjc-arc
- 4DFBC39070324AD69EB67CEE
+ 4C077E09473549368648649D
- children
-
- E317344E6C4441969370DC54
- 0576A2198911477BA9835994
- 23D4455061DE490FBBEDE2F8
- 310ABD23EE3D4FAE829E87CF
- 9236A45CF58A4C7C83B35F88
- B702CC35169843DCB8F1F688
-
+ includeInIndex
+ 1
isa
- PBXGroup
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
name
- Pods
+ FKFlickrPhotosCommentsAddComment.h
+ path
+ Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsAddComment.h
sourceTree
<group>
- 4E010C876F1242CDBF76B401
+ 4C7D0D81BC9947FB9EF2321E
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrPhotosRecentlyUpdated.h
+ FKFlickrAuthOauthCheckToken.m
path
- Classes/Model/Generated/Photos/FKFlickrPhotosRecentlyUpdated.h
+ Classes/Model/Generated/Auth/Oauth/FKFlickrAuthOauthCheckToken.m
sourceTree
<group>
- 4E0164C690804F61A6530BA9
+ 4CEE62730FDF4B75BA843A33
fileRef
- 5DF1D0F4E14748D1AF7BE684
+ 27D35E9F3381490EBB509774
isa
PBXBuildFile
- 4E0EF9040BDC4F5D9FD02A7F
+ 4D00F2CED5E7423B9342E88A
fileRef
- 96FC1FFA6F3F47E287D43E6F
+ 4535623101BB4C9099EB4B5F
isa
PBXBuildFile
settings
@@ -3776,71 +4382,57 @@
-fobjc-arc
- 4E8ED6E88FA641878D1A3D64
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- FKFlickrPrefsGetHidden.h
- path
- Classes/Model/Generated/Prefs/FKFlickrPrefsGetHidden.h
- sourceTree
- <group>
-
- 4EE9224C24C3455A9DC0F5E2
+ 4DE2BD68461242E796985C30
fileRef
- DCE14BA969FB45A78A677C8C
+ BAA28A6BB0A6472F99DDE266
isa
PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- 4EF6EE3F4B7B4EABA093A391
+ 4DEFD3D7C8B545479D02533F
fileRef
- D6B04E2D4F234E06BEA771D9
+ 85C4DD2726D44C748612EEC1
isa
PBXBuildFile
- 4F6C9C425BEB45FE8C8BC5A9
+ 4E41D6D468774E8BAC0AA582
fileRef
- 258A7293500C4746AEE5C945
+ B3DB020E7C72481CB6D98F2C
isa
PBXBuildFile
- 4F8CD6C2CC394649BBF6E2EB
+ 4E5F73F7CE6D4EC590119899
- explicitFileType
- archive.ar
- includeInIndex
- 0
+ fileRef
+ 45BDFEBF870A41378EBFAA52
isa
- PBXFileReference
- path
- libPods-SDWebImage.a
- sourceTree
- BUILT_PRODUCTS_DIR
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc -DOS_OBJECT_USE_OBJC=0
+
- 4F9290195D714CD69B1202EC
+ 4E7CF142AD234DE4AB95995A
- includeInIndex
- 1
+ fileRef
+ 7E690292BEE4464EB50A440C
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- FKFlickrPhotosNotesDelete.h
- path
- Classes/Model/Generated/Photos/Notes/FKFlickrPhotosNotesDelete.h
- sourceTree
- <group>
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- 4F9AE7F50DCE4F1CA5C3DBCE
+ 4F405665711C4F63BAD1916D
includeInIndex
1
@@ -3849,81 +4441,32 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPeopleGetPublicPhotos.m
+ FKFlickrStatsGetPhotoStats.m
path
- Classes/Model/Generated/People/FKFlickrPeopleGetPublicPhotos.m
- sourceTree
- <group>
-
- 5005C2769E4A4908A9FA2EE9
-
- fileRef
- E3DEE4E9229841D5B5698116
- isa
- PBXBuildFile
-
- 5045C35CA15949CA861C79BE
-
- children
-
- 141DFCC25B834C09A545CAC5
- DCB6E1367DA74FCBBC005788
- C5FA4CD56C964838BAE34AD9
- 9309D4C7B022413E9865DC68
- 2F54FA286EC84745A1FA961A
- 321E73B5A9654C6B8959491C
- 24B00A73805D4742864F2432
- FE7165626B404377BDF3A1C1
- 8F39838F762B4AD29FB1478A
- 94A75C82ED5D4AF5AA025883
- D2F274B4B6BB423C81707A81
- B92B997140EB4F199F1A67CB
- A89695ACD71C4A4A8B0E7E7A
- DB9B995EB93042AFA8478D6C
- 422E46137A0A489CAA83173F
- 8A3CFF983AE94739B8BE3A19
- 44D3A8AC84B5442FAC9737DF
- BBCDD58D6BE0431EA8A6B64A
- D04E87861E0F4E4B8D551C0E
- BE6DBA67D7EA476E88BC4A4C
- B9C7939D9EF34F33AEFFF7D8
- 74901FF0FA3A4F66B950455E
- 293B76CB125F4BA4A14BB6AA
- AD8FED97D624427B9860AFE4
- 06C724B2546642438B804162
-
- isa
- PBXGroup
- name
- Core
+ Classes/Model/Generated/Stats/FKFlickrStatsGetPhotoStats.m
sourceTree
<group>
- 5080A9D805FB4DD5A7AEB2D5
+ 4F58BD6FB17344CC878C29E4
fileRef
- 983138AC6C6043AA91A88B10
+ FF660FB97E5648C49D54D4B9
isa
PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
- 51E548B51191407B8F99ACBE
+ 4F8254BBE5A3401CBE1FD421
fileRef
- F228A0EC035D460CA2438F8B
+ AEAD9F176A5E4D89BFD4B1DC
isa
PBXBuildFile
settings
COMPILER_FLAGS
- -fobjc-arc
+ -fobjc-arc -DOS_OBJECT_USE_OBJC=0
- 51E8C87629D54A72A29E8D26
+ 4FC6D7A367F343F384345C65
includeInIndex
1
@@ -3932,25 +4475,13 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPhotosSuggestionsGetList.h
+ UIButton+WebCache.h
path
- Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsGetList.h
+ SDWebImage/UIButton+WebCache.h
sourceTree
<group>
- 523FCDD2ACDF4180B36AFFDC
-
- fileRef
- A89792CC0D55466CA2FFD78E
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
-
- 525C8CFF188643F58F36ABEC
+ 4FE3567BC645479AA598D082
includeInIndex
1
@@ -3959,50 +4490,56 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrAuthOauthCheckToken.m
+ FKFlickrCommonsGetInstitutions.m
path
- Classes/Model/Generated/Auth/Oauth/FKFlickrAuthOauthCheckToken.m
+ Classes/Model/Generated/Commons/FKFlickrCommonsGetInstitutions.m
sourceTree
<group>
- 529C8D82E72349CCB2D38A62
+ 519B6D554CCB4067B66CA0DA
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrPhotosetsReorderPhotos.h
+ FKFlickrPhotosGetFavorites.m
path
- Classes/Model/Generated/Photosets/FKFlickrPhotosetsReorderPhotos.h
+ Classes/Model/Generated/Photos/FKFlickrPhotosGetFavorites.m
sourceTree
<group>
- 531875970E2440D48CD42A9C
+ 520C3CE85DCB492A81763DA3
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrPhotosCommentsGetRecentForContacts.h
+ FKFlickrPhotosSetTags.m
path
- Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsGetRecentForContacts.h
+ Classes/Model/Generated/Photos/FKFlickrPhotosSetTags.m
sourceTree
<group>
- 531D6A96E2384378936EEEB1
+ 52A9789DE64345C7A18D476D
- fileRef
- 8A0571E60E0641C0A20466BF
+ includeInIndex
+ 1
isa
- PBXBuildFile
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ path
+ Pods-SDWebImage-prefix.pch
+ sourceTree
+ <group>
- 53442ABE5EA04F1B92B93511
+ 52B5E3CB29904ED09970C47A
includeInIndex
1
@@ -4011,50 +4548,74 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPushGetTopics.h
+ FKFlickrGroupsDiscussTopicsGetList.h
path
- Classes/Model/Generated/Push/FKFlickrPushGetTopics.h
+ Classes/Model/Generated/Groups/Discuss/Topics/FKFlickrGroupsDiscussTopicsGetList.h
sourceTree
<group>
- 53780B0862BD446C9D450657
+ 52E97A42C24A4937ABC63DAD
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrPhotosGetSizes.h
+ FKFlickrPhotosGetContext.m
path
- Classes/Model/Generated/Photos/FKFlickrPhotosGetSizes.h
+ Classes/Model/Generated/Photos/FKFlickrPhotosGetContext.m
sourceTree
<group>
- 5379E07B46C04DF989F97814
+ 52ECE91E48174C32A5AAEE00
fileRef
- 9AA71C20E03F43D2A205072F
+ B932698FB04C4D22ABFCC61F
isa
PBXBuildFile
- 5380BCA74E9A45B18FD796CE
+ 52F9015455F841F19EAD51C2
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrPrefsGetContentType.h
+ FKFlickrPhotosGeoGetLocation.m
path
- Classes/Model/Generated/Prefs/FKFlickrPrefsGetContentType.h
+ Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoGetLocation.m
sourceTree
<group>
- 53BB2AFB6AF64E06B9A0EC33
+ 530E0F6406D2455CAA1E65CC
+
+ fileRef
+ 80195E95546041ADAFE973F4
+ isa
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
+
+ 534EA1F4A77743A994518A79
+
+ fileRef
+ E0495D1901BC471E89BFB331
+ isa
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
+
+ 53A339B91688471FB0C06BE1
includeInIndex
1
@@ -4063,23 +4624,28 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPeopleGetLimits.h
+ SDWebImageManager.h
path
- Classes/Model/Generated/People/FKFlickrPeopleGetLimits.h
+ SDWebImage/SDWebImageManager.h
sourceTree
<group>
- 53E7C0D3D91648B2BDF6F8D2
+ 53D4670B348944FC8B213F8B
fileRef
- 5380BCA74E9A45B18FD796CE
+ DB2EEF13D8AF46999C5868ED
isa
PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- 543E974527E94408A8DA0380
+ 53DCFD69D68F4C0592EDB4E8
fileRef
- 953A67ACB4454B4DA3F5BFE5
+ 5DE7688FFC43491B8DFF433E
isa
PBXBuildFile
settings
@@ -4088,10 +4654,10 @@
-fobjc-arc
- 5488E478BB0A436892222645
+ 541AC27DABB24118B97BBB76
fileRef
- 39143E3A7FDF4493B9A3068F
+ 8DB8DA98EEB040DCB159AE7A
isa
PBXBuildFile
settings
@@ -4100,7 +4666,7 @@
-fobjc-arc
- 549B87A736FC4DAFA8439FA4
+ 5438D3F2513A42D68838D68B
includeInIndex
1
@@ -4109,28 +4675,20 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrStatsGetPhotostreamReferrers.m
+ FKFlickrPhotosPeopleAdd.m
path
- Classes/Model/Generated/Stats/FKFlickrStatsGetPhotostreamReferrers.m
+ Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleAdd.m
sourceTree
<group>
- 54B10DA7A76D47BBBD78CA53
+ 543C8C3BF43E410181718A69
- includeInIndex
- 1
+ fileRef
+ 9CEF1C3C3A0A403C9FF24A33
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- FKFlickrPhotosPeopleDelete.m
- path
- Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleDelete.m
- sourceTree
- <group>
+ PBXBuildFile
- 54BB0E46EB924EFC9B7E1098
+ 54A429A385734795909D8B02
includeInIndex
1
@@ -4139,90 +4697,74 @@
lastKnownFileType
sourcecode.c.objc
name
- FKUploadRespone.m
+ FKFlickrGroupsJoinRequest.m
path
- Classes/Network/FKUploadRespone.m
+ Classes/Model/Generated/Groups/FKFlickrGroupsJoinRequest.m
sourceTree
<group>
- 5511304EEE534FFBBF82BD66
+ 552183D9684B4AC99FF9CBD7
- includeInIndex
- 1
+ fileRef
+ F21D3D83746546C4BBD81A9F
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- FKFlickrPhotosGetWithoutGeoData.m
- path
- Classes/Model/Generated/Photos/FKFlickrPhotosGetWithoutGeoData.m
- sourceTree
- <group>
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc -DOS_OBJECT_USE_OBJC=0
+
- 553491C72464461294C3425A
+ 5529EB86BFB9485ABFE848F5
- includeInIndex
- 1
+ fileRef
+ C1672AF84B394A3D8568344C
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- FKFlickrStatsGetPhotostreamDomains.m
- path
- Classes/Model/Generated/Stats/FKFlickrStatsGetPhotostreamDomains.m
- sourceTree
- <group>
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- 5579DC12E18643C6AE322803
+ 5539759A118248D494BBE277
- includeInIndex
- 1
+ fileRef
+ F1A7BF2825B1412AA3F317D2
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- FKDataTypes.m
- path
- Classes/FlickrKit/FKDataTypes.m
- sourceTree
- <group>
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- 55BCD988B22C426CBD4BC28F
+ 5565469C0E524CB6945C6549
fileRef
- D7E6B90BB2BB47028BA18DDA
+ 6F694DDFCDCF4C4B8DAF4D79
isa
PBXBuildFile
- 55D76C6B9AB84C548A541E84
+ 559E46314AB747148474CDE8
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrPhotosGetNotInSet.h
+ UIButton+WebCache.m
path
- Classes/Model/Generated/Photos/FKFlickrPhotosGetNotInSet.h
+ SDWebImage/UIButton+WebCache.m
sourceTree
<group>
- 563F8F363FE4492B997FBD8E
-
- fileRef
- 3212D795BBBB46C187F72086
- isa
- PBXBuildFile
-
- 569DF1820E04416AA97E9458
+ 55AC7CE7346343A385BC402F
fileRef
- 2B6740C37E314DEB9EA7159F
+ 1E783BD1EF0C47A580810613
isa
PBXBuildFile
settings
@@ -4231,17 +4773,10 @@
-fobjc-arc
- 56B0B38A0B9E4B79B5696BA7
-
- fileRef
- D7E6B90BB2BB47028BA18DDA
- isa
- PBXBuildFile
-
- 574295462535481E9DB2F0B6
+ 55CE4B34FC1A4574948E4B15
fileRef
- E86DE05331E2459B9281B0F9
+ DB6C587C86EE4FB6A7951592
isa
PBXBuildFile
settings
@@ -4250,7 +4785,7 @@
-fobjc-arc
- 57623FDE899A4A8998F11139
+ 55E2A9C8A00A4754AAE44C98
includeInIndex
1
@@ -4259,16 +4794,16 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrTagsGetListPhoto.m
+ FKFlickrPhotosetsCommentsEditComment.m
path
- Classes/Model/Generated/Tags/FKFlickrTagsGetListPhoto.m
+ Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsEditComment.m
sourceTree
<group>
- 579AD35504174CC581C4A037
+ 5603CB66605A48C6AEFA17BC
fileRef
- 79D478A468704B3EB8E5BAD4
+ 827DBD696AE44050AD3978D8
isa
PBXBuildFile
settings
@@ -4277,51 +4812,21 @@
-fobjc-arc
- 57DC17020CA64CD6ABE6F0F2
+ 56835904BC9540DE816657DD
fileRef
- F4D5FD2AAB554BC89C9F818C
+ 7B9AB6101DB94957BAB42352
isa
PBXBuildFile
- 580FE294DA174FC4AA2CCDE7
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- FKFlickrCamerasGetBrands.h
- path
- Classes/Model/Generated/Cameras/FKFlickrCamerasGetBrands.h
- sourceTree
- <group>
-
- 582576D9E5A84634AE7F04AE
+ 5686F8630F074C60A773356B
fileRef
- B716C6F025274582BBEE196D
+ EBFD4FF927C243518310558F
isa
PBXBuildFile
- 58399F4D95FA45BDB108EEAB
-
- children
-
- BB851C0B9707406DA4319A91
- 395B112DA1AD4851A9719042
- 95FB06FE97EF4101937FDE54
- 6CDE68A4C0AE400FA51EFF50
- 073F93627AC845808FF0F897
-
- isa
- PBXGroup
- sourceTree
- <group>
-
- 584A687F1E4D43C69231951A
+ 56AEB6705F8B406782556121
includeInIndex
1
@@ -4330,13 +4835,13 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrGroupsDiscussRepliesAdd.m
+ FKFlickrPhotosetsReorderPhotos.m
path
- Classes/Model/Generated/Groups/Discuss/Replies/FKFlickrGroupsDiscussRepliesAdd.m
+ Classes/Model/Generated/Photosets/FKFlickrPhotosetsReorderPhotos.m
sourceTree
<group>
- 58D0A1FBC0CF4C2B905824D1
+ 56E38AAA276D45879DEDB4EE
includeInIndex
1
@@ -4345,28 +4850,28 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPeopleFindByEmail.m
+ FKFlickrPlacesPlacesForBoundingBox.m
path
- Classes/Model/Generated/People/FKFlickrPeopleFindByEmail.m
+ Classes/Model/Generated/Places/FKFlickrPlacesPlacesForBoundingBox.m
sourceTree
<group>
- 591D8F6726BC4285985218CD
+ 56FFBC7790654D06829AD2F3
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrPhotosCommentsDeleteComment.m
+ SDImageCache.h
path
- Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsDeleteComment.m
+ SDWebImage/SDImageCache.h
sourceTree
<group>
- 5934B4A5359F4F17A5A7361C
+ 5731B93528554FB6A46E7F93
includeInIndex
1
@@ -4375,28 +4880,26 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrTagsGetMostFrequentlyUsed.h
+ FlickrKit.h
path
- Classes/Model/Generated/Tags/FKFlickrTagsGetMostFrequentlyUsed.h
+ Classes/FlickrKit.h
sourceTree
<group>
- 59DD590E2773479E971DA531
+ 5740CA852E38454EB7513E83
+ explicitFileType
+ archive.ar
includeInIndex
- 1
+ 0
isa
PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- FKAPIMethods.h
path
- Classes/Model/FKAPIMethods.h
+ libPods.a
sourceTree
- <group>
+ BUILT_PRODUCTS_DIR
- 59DEF03186164B198E013C5F
+ 579699EAF87B4A5DBAB2907E
includeInIndex
1
@@ -4405,13 +4908,13 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrStatsGetPhotoReferrers.m
+ FKFlickrGalleriesGetList.m
path
- Classes/Model/Generated/Stats/FKFlickrStatsGetPhotoReferrers.m
+ Classes/Model/Generated/Galleries/FKFlickrGalleriesGetList.m
sourceTree
<group>
- 5A28F9591CFF4914A3FED0C7
+ 57DC5006ADD94B2DA2FA921A
includeInIndex
1
@@ -4420,13 +4923,13 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPhotosSuggestionsApproveSuggestion.m
+ FKFlickrAuthOauthGetAccessToken.m
path
- Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsApproveSuggestion.m
+ Classes/Model/Generated/Auth/Oauth/FKFlickrAuthOauthGetAccessToken.m
sourceTree
<group>
- 5A410ECF26BF4A8F84D8797E
+ 5847AE7894ED4775AF928EEA
includeInIndex
1
@@ -4435,13 +4938,20 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrStatsGetTotalViews.m
+ FKFlickrMachinetagsGetPredicates.m
path
- Classes/Model/Generated/Stats/FKFlickrStatsGetTotalViews.m
+ Classes/Model/Generated/Machinetags/FKFlickrMachinetagsGetPredicates.m
sourceTree
<group>
- 5A42D9C987404659AB132862
+ 586A956C74DF4751A2F72DB9
+
+ fileRef
+ 1AD1E521A6DD4E24A570DF4E
+ isa
+ PBXBuildFile
+
+ 58A3A0C854FE4900AB39B8A4
includeInIndex
1
@@ -4450,13 +4960,27 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPhotosetsCommentsDeleteComment.h
+ FKFlickrStatsGetPhotosetDomains.h
path
- Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsDeleteComment.h
+ Classes/Model/Generated/Stats/FKFlickrStatsGetPhotosetDomains.h
sourceTree
<group>
- 5A48572F17EC4AF78305750E
+ 58D636C37570465798AD2D41
+
+ fileRef
+ A724FD97B277443698179952
+ isa
+ PBXBuildFile
+
+ 5911816EF6EA42A4853B213F
+
+ fileRef
+ 75A57C1FD6C14BF2B2AB6ECB
+ isa
+ PBXBuildFile
+
+ 59B8529BFBE24287AD111CA1
includeInIndex
1
@@ -4465,28 +4989,20 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrUrlsLookupGroup.m
+ FKFlickrAuthGetFullToken.m
path
- Classes/Model/Generated/Urls/FKFlickrUrlsLookupGroup.m
+ Classes/Model/Generated/Auth/FKFlickrAuthGetFullToken.m
sourceTree
<group>
- 5A501257F9A24B50851EDA73
+ 5A0543687C41498BBD7B6B86
- includeInIndex
- 1
+ fileRef
+ 4619167A644A42508CCCE96A
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- FKFlickrTagsGetClusters.h
- path
- Classes/Model/Generated/Tags/FKFlickrTagsGetClusters.h
- sourceTree
- <group>
+ PBXBuildFile
- 5A86BF034E234C178907B8DA
+ 5A1359FF30844563B044F482
includeInIndex
1
@@ -4495,31 +5011,37 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPhotosTransformRotate.h
+ FKFlickrGroupsJoin.h
path
- Classes/Model/Generated/Photos/Transform/FKFlickrPhotosTransformRotate.h
+ Classes/Model/Generated/Groups/FKFlickrGroupsJoin.h
sourceTree
<group>
- 5A8C0162D5C84BF2908D9526
+ 5A6A144C48F446278C753014
- includeInIndex
- 1
+ fileRef
+ 0DE10E90B75843299090CD56
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- FKFlickrReflectionGetMethodInfo.m
- path
- Classes/Model/Generated/Reflection/FKFlickrReflectionGetMethodInfo.m
- sourceTree
- <group>
+ PBXBuildFile
+
+ 5A6BEA267CD743F5958C1B18
+
+ fileRef
+ A3CF1A1D88DD441A91768041
+ isa
+ PBXBuildFile
+
+ 5ABDF6091B974C53920A62FA
+
+ fileRef
+ C4AC4F087602446EA9685151
+ isa
+ PBXBuildFile
- 5ADF38EFBB0348DAB7A5CCDD
+ 5AC661F9CFC244D381EFDB84
fileRef
- 892F2122C71F42918FF12B38
+ 9BEA0985BDD74FDA8723E708
isa
PBXBuildFile
settings
@@ -4528,32 +5050,25 @@
-fobjc-arc
- 5B65D20C77414CD08269AC98
+ 5AED8A119D524E8ABB3C7697
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrPhotosGetContactsPhotos.h
+ FKUploadRespone.m
path
- Classes/Model/Generated/Photos/FKFlickrPhotosGetContactsPhotos.h
+ Classes/Network/FKUploadRespone.m
sourceTree
<group>
- 5B94EE4B5B974412A8421FEB
-
- fileRef
- D5AE769F0055414295C71EF4
- isa
- PBXBuildFile
-
- 5C3BBA7F72E9479F9D1F1E0F
+ 5B2090164C9A4ABEA7490712
fileRef
- 6263590EDB2845CFA58657A9
+ 52E97A42C24A4937ABC63DAD
isa
PBXBuildFile
settings
@@ -4562,7 +5077,7 @@
-fobjc-arc
- 5CA52C2F3F5C4DBFBDCA243C
+ 5B2C48FE68224758A0280515
includeInIndex
1
@@ -4571,20 +5086,28 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrStatsGetPopularPhotos.m
+ FKFlickrGalleriesCreate.m
path
- Classes/Model/Generated/Stats/FKFlickrStatsGetPopularPhotos.m
+ Classes/Model/Generated/Galleries/FKFlickrGalleriesCreate.m
sourceTree
<group>
- 5CCDE52CF9B549EEB9739C5E
+ 5BA9040DEE8849E6BAAE8C2A
- fileRef
- C45F3165A229404280713B6E
+ includeInIndex
+ 1
isa
- PBXBuildFile
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ name
+ FKFlickrPhotosGeoBatchCorrectLocation.h
+ path
+ Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoBatchCorrectLocation.h
+ sourceTree
+ <group>
- 5CCFEABB568C4A449B0411BC
+ 5BCD118351C942F098A51C91
includeInIndex
1
@@ -4593,37 +5116,20 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPeopleGetPhotosOf.m
+ SDWebImageManager.m
path
- Classes/Model/Generated/People/FKFlickrPeopleGetPhotosOf.m
+ SDWebImage/SDWebImageManager.m
sourceTree
<group>
- 5D7ACD788D7F426BB90BA7DB
+ 5C4E73D5A42E47499E52FF47
fileRef
- 17C8E9CC861841E98B7FCF7A
+ E3913429B2934101BB111B01
isa
PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
-
- 5DE5F45BE7A74D93AFE950EF
-
- fileRef
- B9C7939D9EF34F33AEFFF7D8
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc -DOS_OBJECT_USE_OBJC=0
-
- 5DF1D0F4E14748D1AF7BE684
+ 5C9CCDAA30414D4EA8574D88
includeInIndex
1
@@ -4632,75 +5138,52 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPhotosSuggestionsApproveSuggestion.h
+ FKFlickrPhotosetsCommentsDeleteComment.h
path
- Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsApproveSuggestion.h
+ Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsDeleteComment.h
sourceTree
<group>
- 5E052698215B41498BAF5177
-
- buildConfigurationList
- 424CECA920184B428EE9105F
- buildPhases
-
- E9FC6D2933CA4B49896C07EE
- 006CF8BFDEE24A68AF105DB7
- 2CEB58A4B4B1478894411811
-
- buildRules
-
- dependencies
-
- isa
- PBXNativeTarget
- name
- Pods-SDWebImage
- productName
- Pods-SDWebImage
- productReference
- 4F8CD6C2CC394649BBF6E2EB
- productType
- com.apple.product-type.library.static
-
- 5E38D5B4399C4610AFCE744D
+ 5CD05AC12CB34562BF7793B2
fileRef
- 3D58C5D7F8774948A3500E10
+ C1EC0C92362A4B7EA5996DE4
isa
PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- 5E73E97DEE324FCCA81C14BA
+ 5CE316B66535462B8272DDE0
fileRef
- B92B997140EB4F199F1A67CB
+ 1AA01CFDB720452B9068A974
isa
PBXBuildFile
settings
COMPILER_FLAGS
- -fobjc-arc -DOS_OBJECT_USE_OBJC=0
+ -fobjc-arc
- 5E76ABB4F6E247958C28ED83
+ 5D4235923363404B997728B2
- includeInIndex
- 1
+ fileRef
+ AAE4BCA61A98454FB98D0F3B
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- FKFlickrGroupsMembersGetList.m
- path
- Classes/Model/Generated/Groups/Members/FKFlickrGroupsMembersGetList.m
- sourceTree
- <group>
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- 5F266E9910694B5E8A24C97D
+ 5D622071A4FE40B799ADD00E
fileRef
- 106EA80CB03F4F089D6EA49D
+ 7D4E0C309F1D488694D513FB
isa
PBXBuildFile
settings
@@ -4709,27 +5192,47 @@
-fobjc-arc
- 5F32548896844B6CAC43A870
+ 5DBC4EDDAA2D4C2E90614187
- fileRef
- F51EA909120640E09244D40D
+ buildConfigurationList
+ B36A83AC91D34BD99FBF036B
+ buildPhases
+
+ 0D6412CBC04F4004AF2C7FEE
+ AB77A4F0ED4D4C77A9589337
+ 05FE9A2B37534F759CC6667B
+
+ buildRules
+
+ dependencies
+
isa
- PBXBuildFile
+ PBXNativeTarget
+ name
+ Pods-FlickrKit
+ productName
+ Pods-FlickrKit
+ productReference
+ 1B87A273AFA0480789A3866A
+ productType
+ com.apple.product-type.library.static
- 5F9C333BD5A94B59AA8B2F2A
+ 5DE7688FFC43491B8DFF433E
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- text.xcconfig
+ sourcecode.c.objc
+ name
+ FKFlickrPhotosRemoveTag.m
path
- Pods-FlickrKit.xcconfig
+ Classes/Model/Generated/Photos/FKFlickrPhotosRemoveTag.m
sourceTree
<group>
- 5FA29D0DE9FC48B188287442
+ 5E37B7E364F740169049CFE8
includeInIndex
1
@@ -4738,13 +5241,13 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPrefsGetPrivacy.m
+ FKFlickrFavoritesAdd.m
path
- Classes/Model/Generated/Prefs/FKFlickrPrefsGetPrivacy.m
+ Classes/Model/Generated/Favorites/FKFlickrFavoritesAdd.m
sourceTree
<group>
- 5FB3F4F8AE5C41349EBF275C
+ 5EBB3C224264433B9B362AE5
includeInIndex
1
@@ -4753,59 +5256,57 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPhotosGetNotInSet.m
+ FKFlickrAuthCheckToken.m
path
- Classes/Model/Generated/Photos/FKFlickrPhotosGetNotInSet.m
+ Classes/Model/Generated/Auth/FKFlickrAuthCheckToken.m
sourceTree
<group>
- 5FD7C16393C54312B64EF166
+ 5F056D7F1E0844249DA5F1E4
- fileRef
- CE5C33B7B56A44DBBB9E6D70
+ includeInIndex
+ 1
isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ name
+ FKDUNetworkController.h
+ path
+ Classes/DevedUpKit/FKDUNetworkController.h
+ sourceTree
+ <group>
- 5FDC05BFF00645F8BCB750B8
+ 5F3ED819EFAE4D53884FC2EE
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrCommonsGetInstitutions.h
+ FKFlickrPhotosNotesAdd.m
path
- Classes/Model/Generated/Commons/FKFlickrCommonsGetInstitutions.h
+ Classes/Model/Generated/Photos/Notes/FKFlickrPhotosNotesAdd.m
sourceTree
<group>
- 6013737EAFE04F3D960D379E
+ 5F40EAF9D6F5466A9A35FF19
fileRef
- 43D6B01EA68142C8B8A0C874
+ 375D9E9DA9034C8894A31586
isa
PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
- 601AE00C9F1747CA85F6984E
+ 5F6198A3CF4646B1BE57D963
fileRef
- 6BE6EA1534494D67B573C5FD
+ EBE626827ABA4AAF9C5F3D38
isa
PBXBuildFile
- 601EB55CFF714E5483C0FCCE
+ 5FC3BE42FD7B4D4E88E31792
includeInIndex
1
@@ -4814,55 +5315,43 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrTagsGetListUserPopular.m
+ FKFlickrStatsGetPhotostreamStats.m
path
- Classes/Model/Generated/Tags/FKFlickrTagsGetListUserPopular.m
+ Classes/Model/Generated/Stats/FKFlickrStatsGetPhotostreamStats.m
sourceTree
<group>
- 602F1C9D93444397BCC4B63F
+ 5FF8742A43C045F88A7CC926
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
+ name
+ FKFlickrPhotosGeoCorrectLocation.m
path
- Pods-SDWebImage-prefix.pch
+ Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoCorrectLocation.m
sourceTree
<group>
- 60B82F25EB7C443B815549A5
-
- fileRef
- E20CCE8E0C774B30A611AC0F
- isa
- PBXBuildFile
-
- 60EBF9F968C548F6A3CD956C
+ 6032CA99A34E4C03B706CFAA
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrMachinetagsGetRecentValues.m
+ FKFlickrStatsGetPhotostreamDomains.h
path
- Classes/Model/Generated/Machinetags/FKFlickrMachinetagsGetRecentValues.m
+ Classes/Model/Generated/Stats/FKFlickrStatsGetPhotostreamDomains.h
sourceTree
<group>
- 60F18A9151744D248A04CB4A
-
- fileRef
- D5428A1636234D038478B03C
- isa
- PBXBuildFile
-
- 60F3FFDD0E90431CB44694D9
+ 604C29BD1CB943CDBA3C409E
includeInIndex
1
@@ -4871,13 +5360,13 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrStatsGetPhotostreamStats.m
+ FKFlickrBlogsPostPhoto.m
path
- Classes/Model/Generated/Stats/FKFlickrStatsGetPhotostreamStats.m
+ Classes/Model/Generated/Blogs/FKFlickrBlogsPostPhoto.m
sourceTree
<group>
- 61760C88F0CB484FA066CBF9
+ 6077A6B39B704246B4F80D76
includeInIndex
1
@@ -4886,35 +5375,71 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPhotosSetDates.h
+ FKFlickrPhotosPeopleGetList.h
path
- Classes/Model/Generated/Photos/FKFlickrPhotosSetDates.h
+ Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleGetList.h
sourceTree
<group>
- 6204E8AED88346F3A3C05471
+ 609C3DDC434E426C87E9BE4D
fileRef
- 34ACF2C5AB414D80B5CF3CEA
+ 1F0CA120BBF64D58B1915E65
isa
PBXBuildFile
- 6263590EDB2845CFA58657A9
+ 60F122C493AC423EA5348C69
- includeInIndex
- 1
+ baseConfigurationReference
+ 6F6E72E81CE74A97A64914D2
+ buildSettings
+
+ ALWAYS_SEARCH_USER_PATHS
+ NO
+ COPY_PHASE_STRIP
+ NO
+ DSTROOT
+ /tmp/xcodeproj.dst
+ GCC_C_LANGUAGE_STANDARD
+ gnu99
+ GCC_DYNAMIC_NO_PIC
+ NO
+ GCC_OPTIMIZATION_LEVEL
+ 0
+ GCC_PRECOMPILE_PREFIX_HEADER
+ YES
+ GCC_PREFIX_HEADER
+ Pods-SDWebImage-prefix.pch
+ GCC_PREPROCESSOR_DEFINITIONS
+
+ DEBUG=1
+ $(inherited)
+
+ GCC_SYMBOLS_PRIVATE_EXTERN
+ NO
+ GCC_VERSION
+ com.apple.compilers.llvm.clang.1_0
+ INSTALL_PATH
+ $(BUILT_PRODUCTS_DIR)
+ IPHONEOS_DEPLOYMENT_TARGET
+ 7.0
+ OTHER_LDFLAGS
+
+ PRODUCT_NAME
+ $(TARGET_NAME)
+ PUBLIC_HEADERS_FOLDER_PATH
+ $(TARGET_NAME)
+ SDKROOT
+ iphoneos
+ SKIP_INSTALL
+ YES
+
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
+ XCBuildConfiguration
name
- FKFlickrPhotosSetMeta.m
- path
- Classes/Model/Generated/Photos/FKFlickrPhotosSetMeta.m
- sourceTree
- <group>
+ Debug
- 62762FFD271C482FA8D281F2
+ 61B1C8F5C9E24ADCBA2C357C
includeInIndex
1
@@ -4923,30 +5448,28 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPlacesGetShapeHistory.h
+ FKFlickrPeopleGetPhotos.h
path
- Classes/Model/Generated/Places/FKFlickrPlacesGetShapeHistory.h
+ Classes/Model/Generated/People/FKFlickrPeopleGetPhotos.h
sourceTree
<group>
- 627B61C4CC734C61A26F6952
-
- fileRef
- 4CF83B49EDB34B6DA85C3DE1
- isa
- PBXBuildFile
-
- 62B0A1C3947A46DE90F380FC
+ 623AF294FADA4181B6524EFF
fileRef
- D7E6B90BB2BB47028BA18DDA
+ 5438D3F2513A42D68838D68B
isa
PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- 6396D20AAEF849A99041F624
+ 6391642CF62347A7A45748F4
fileRef
- 553491C72464461294C3425A
+ 5FC3BE42FD7B4D4E88E31792
isa
PBXBuildFile
settings
@@ -4955,7 +5478,7 @@
-fobjc-arc
- 639AF5839C77402FB2F905F8
+ 63D9A88B9CAF46F3AF26A3B4
includeInIndex
1
@@ -4964,87 +5487,75 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrContactsGetPublicList.m
+ FKFlickrTagsGetListPhoto.m
path
- Classes/Model/Generated/Contacts/FKFlickrContactsGetPublicList.m
+ Classes/Model/Generated/Tags/FKFlickrTagsGetListPhoto.m
sourceTree
<group>
- 63C3279D77C9400E9613AD8A
+ 64556DF7C34B4A0D8492D00D
+
+ fileRef
+ 8BA3C99C952449038A0529A1
+ isa
+ PBXBuildFile
+
+ 646B91B4B36946A2A926F13A
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrGroupsPoolsGetGroups.m
+ FKFlickrActivityUserPhotos.h
path
- Classes/Model/Generated/Groups/Pools/FKFlickrGroupsPoolsGetGroups.m
+ Classes/Model/Generated/Activity/FKFlickrActivityUserPhotos.h
sourceTree
<group>
- 6499A3DE4F8142BBA47CBCFD
-
- fileRef
- E70E2576321149F0A8743C5A
- isa
- PBXBuildFile
-
- 64BC184AB21D4E48A5D65BB6
-
- fileRef
- 96F3202504E9455DB1CC1FE6
- isa
- PBXBuildFile
-
- 651C0C6E3A5A47EBBB60A31E
+ 64745F88C2E4446DB8B7F16A
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrMachinetagsGetPairs.h
+ FKFlickrPlacesGetTopPlacesList.m
path
- Classes/Model/Generated/Machinetags/FKFlickrMachinetagsGetPairs.h
+ Classes/Model/Generated/Places/FKFlickrPlacesGetTopPlacesList.m
sourceTree
<group>
- 65676DC5B7204A0F8CBD6792
-
- fileRef
- 00F972D6A74C414BA07D4B42
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
-
- 6589A0FE66614E119426557F
+ 64C71ABBD8D144B78E9A8CB8
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrGroupsDiscussRepliesGetList.h
+ FKFlickrPlacesPlacesForContacts.m
path
- Classes/Model/Generated/Groups/Discuss/Replies/FKFlickrGroupsDiscussRepliesGetList.h
+ Classes/Model/Generated/Places/FKFlickrPlacesPlacesForContacts.m
sourceTree
<group>
- 65EE4B83D63F4188BA882307
+ 6500BD11EED24BFC96845393
+
+ fileRef
+ 1D1396727CE34776A9E5720E
+ isa
+ PBXBuildFile
+
+ 655FCD471ABD4DB59A3E8CD3
fileRef
- 4CF64AB9B7644036A45D63EF
+ AE0B984526114F0D9398FE7E
isa
PBXBuildFile
settings
@@ -5053,76 +5564,46 @@
-fobjc-arc
- 65EF1C81A02646B18E3B37C5
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- FKFlickrBlogsGetServices.h
- path
- Classes/Model/Generated/Blogs/FKFlickrBlogsGetServices.h
- sourceTree
- <group>
-
- 663E3884D7E146F284DE48A4
+ 657F46E7EEC6442C9B8505E0
fileRef
- 531875970E2440D48CD42A9C
+ A21012D42577488195F6F71B
isa
PBXBuildFile
- 668D60D17B144480AED1084B
+ 659B571B1D4E475986B0879F
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ text
name
- FKFlickrPlacesPlacesForTags.m
+ Podfile
path
- Classes/Model/Generated/Places/FKFlickrPlacesPlacesForTags.m
+ ../Podfile
sourceTree
- <group>
-
- 66A312E481E14F6AA98E863F
-
- fileRef
- 53BB2AFB6AF64E06B9A0EC33
- isa
- PBXBuildFile
+ SOURCE_ROOT
+ xcLanguageSpecificationIdentifier
+ xcode.lang.ruby
- 67667142D97F429AA10984D5
+ 65BF2CA5FEC341C18023AE40
fileRef
- D2F274B4B6BB423C81707A81
+ 07093E62F78747F0B11BF88A
isa
PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- 677C2843A88141669E989CDC
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- FKFlickrPlacesResolvePlaceURL.h
- path
- Classes/Model/Generated/Places/FKFlickrPlacesResolvePlaceURL.h
- sourceTree
- <group>
-
- 67B766F7786141D6857DE637
+ 66561CD42DC849CD9A7C6FB2
fileRef
- 16C74A988DB74550B8340D6C
+ 81633EB54AD8455E9BB25DFF
isa
PBXBuildFile
settings
@@ -5131,22 +5612,22 @@
-fobjc-arc
- 67BE6F1D66C04EC3BA40A123
+ 66BBAA34A5E04AF196B59293
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrTagsGetListUserPopular.h
+ FKFlickrPhotosSuggestionsSuggestLocation.m
path
- Classes/Model/Generated/Tags/FKFlickrTagsGetListUserPopular.h
+ Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsSuggestLocation.m
sourceTree
<group>
- 67C1196EEBCF495D8BED1412
+ 66EE9E7637054CD5AF817F33
includeInIndex
1
@@ -5155,29 +5636,20 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrStatsGetCollectionStats.h
+ FKFlickrPhotosetsGetContext.h
path
- Classes/Model/Generated/Stats/FKFlickrStatsGetCollectionStats.h
+ Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetContext.h
sourceTree
<group>
- 681D9E3BADDB4B7DA08A7216
+ 67728AB788A940F3B0B8F63E
- children
-
- 5045C35CA15949CA861C79BE
- 38C43943BA964A2C8DEAB54A
-
+ fileRef
+ BDE72F1ADD544A5C9A4B76B8
isa
- PBXGroup
- name
- SDWebImage
- path
- SDWebImage
- sourceTree
- <group>
+ PBXBuildFile
- 68C76C6DA2AD40619EB14A50
+ 67A061557F80405B802D96AF
includeInIndex
1
@@ -5186,31 +5658,31 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPhotosetsSetPrimaryPhoto.h
+ FKFlickrGroupsLeave.h
path
- Classes/Model/Generated/Photosets/FKFlickrPhotosetsSetPrimaryPhoto.h
+ Classes/Model/Generated/Groups/FKFlickrGroupsLeave.h
sourceTree
<group>
- 68C83AA977CC48D795B22465
+ 6852E02973B140328CBFB4C8
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKUtilities.m
+ FKFlickrPhotosRecentlyUpdated.h
path
- Classes/Utilities/FKUtilities.m
+ Classes/Model/Generated/Photos/FKFlickrPhotosRecentlyUpdated.h
sourceTree
<group>
- 68CCEC95FCD849C1BD9D35AD
+ 68BC690CD03E498991E50238
fileRef
- 57623FDE899A4A8998F11139
+ 0ACE45356EDD4CA283F64CF1
isa
PBXBuildFile
settings
@@ -5219,14 +5691,19 @@
-fobjc-arc
- 691C7C857D1E4C8F8014549F
+ 68CD417D11EE4637842115F5
fileRef
- 356A2AB8805D4FAF8C5AF353
+ 4074B293C581418AA386DC3E
isa
PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- 693A31E7A89748D8AE78D4E5
+ 68D1A728DBA14863AA0E0052
includeInIndex
1
@@ -5235,31 +5712,43 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPlacesPlacesForBoundingBox.m
+ FKDUNetworkOperation.m
path
- Classes/Model/Generated/Places/FKFlickrPlacesPlacesForBoundingBox.m
+ Classes/DevedUpKit/FKDUNetworkOperation.m
sourceTree
<group>
- 693AB0745464428586323F94
+ 68F4634D044342D5B5438306
+
+ fileRef
+ 6E6254547A454EDB8FE8A3E4
+ isa
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
+
+ 6921E6BEC2434574AB6AFB19
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrStatsGetCollectionReferrers.m
+ FKFlickrFavoritesGetList.h
path
- Classes/Model/Generated/Stats/FKFlickrStatsGetCollectionReferrers.m
+ Classes/Model/Generated/Favorites/FKFlickrFavoritesGetList.h
sourceTree
<group>
- 69655F74FFC24D89926E1885
+ 69D9B1FA29AD451FB8F81350
fileRef
- 0023BFDB4035479A8E59AB05
+ 57DC5006ADD94B2DA2FA921A
isa
PBXBuildFile
settings
@@ -5268,41 +5757,51 @@
-fobjc-arc
- 69A53C97DC6E4ACDA30B4BF1
+ 6A27DF971CA742C8A42D324B
+
+ fileRef
+ 463C66BBA93547109ADED1D7
+ isa
+ PBXBuildFile
+
+ 6A4BF029FE7648F2A914F306
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrGroupsDiscussTopicsAdd.h
+ FKFlickrGroupsDiscussRepliesGetList.m
path
- Classes/Model/Generated/Groups/Discuss/Topics/FKFlickrGroupsDiscussTopicsAdd.h
+ Classes/Model/Generated/Groups/Discuss/Replies/FKFlickrGroupsDiscussRepliesGetList.m
sourceTree
<group>
- 69E8764C9929402B9918EDCF
+ 6A6E211EEBF647C0B1CD3A55
fileRef
- 462E6E31B0484339BDC2F79D
+ 5F056D7F1E0844249DA5F1E4
isa
PBXBuildFile
- 6A545CC47B314C29A8E36055
+ 6A8EA128EAB9441595ACE32D
- fileRef
- FE7165626B404377BDF3A1C1
+ includeInIndex
+ 1
isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc -DOS_OBJECT_USE_OBJC=0
-
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ name
+ FKFlickrPhotosPeopleEditCoords.h
+ path
+ Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleEditCoords.h
+ sourceTree
+ <group>
- 6A688907D0B0429292CCEF01
+ 6A9AC7B4D9944C0E9E88CC4E
includeInIndex
1
@@ -5311,16 +5810,16 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrStatsGetPhotosetStats.h
+ FKFlickrGalleriesAddPhoto.h
path
- Classes/Model/Generated/Stats/FKFlickrStatsGetPhotosetStats.h
+ Classes/Model/Generated/Galleries/FKFlickrGalleriesAddPhoto.h
sourceTree
<group>
- 6A905EF531284CD1AB37C6F3
+ 6B239D57EC224644AC099B52
fileRef
- BA9ABCDD7D474A858061E91D
+ FE3D6D8185724198AC3ABB21
isa
PBXBuildFile
settings
@@ -5329,25 +5828,17 @@
-fobjc-arc
- 6AA39923EB2D4198A84A75D0
+ 6B9F4C17C3F141C38E0B4BA0
- includeInIndex
- 1
+ fileRef
+ C0C810C0E99B47C0B218DB8A
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- FKFlickrTagsGetListUserRaw.m
- path
- Classes/Model/Generated/Tags/FKFlickrTagsGetListUserRaw.m
- sourceTree
- <group>
+ PBXBuildFile
- 6BC31297430347C5BE52EBAF
+ 6BAA50B763CD4435A55BE4DC
fileRef
- 3F16D64AB85B460491BE68D4
+ 4FE3567BC645479AA598D082
isa
PBXBuildFile
settings
@@ -5356,66 +5847,67 @@
-fobjc-arc
- 6BE6EA1534494D67B573C5FD
+ 6BDC05B6B83D42758F933DA8
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrGalleriesEditMeta.h
+ FKFlickrStatsGetCSVFiles.m
path
- Classes/Model/Generated/Galleries/FKFlickrGalleriesEditMeta.h
+ Classes/Model/Generated/Stats/FKFlickrStatsGetCSVFiles.m
sourceTree
<group>
- 6C0597CA4C77422B8EC8E7D3
-
- fileRef
- 4D21E7256A3F47D6A109A6CA
- isa
- PBXBuildFile
-
- 6C9112DEFD134736A1791FC2
+ 6BE5651A4EA24899B28503F2
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrPhotosGetPerms.h
+ FKFlickrStatsGetCollectionDomains.m
path
- Classes/Model/Generated/Photos/FKFlickrPhotosGetPerms.h
+ Classes/Model/Generated/Stats/FKFlickrStatsGetCollectionDomains.m
sourceTree
<group>
- 6CDE68A4C0AE400FA51EFF50
+ 6C1C32A2CF4747AF854DB47E
- children
-
- BC2BD45BF0BE430787EE7963
- 3D295D87A0684F6CA3A76730
- 4F8CD6C2CC394649BBF6E2EB
-
+ includeInIndex
+ 1
isa
- PBXGroup
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.objc
name
- Products
+ FKFlickrPhotosetsCreate.m
+ path
+ Classes/Model/Generated/Photosets/FKFlickrPhotosetsCreate.m
sourceTree
<group>
- 6CEB68DB38B049D59099E7A5
+ 6C464C31FF5E49DEAD17864C
- fileRef
- 55D76C6B9AB84C548A541E84
+ includeInIndex
+ 1
isa
- PBXBuildFile
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ name
+ FKFlickrPhotosTransformRotate.h
+ path
+ Classes/Model/Generated/Photos/Transform/FKFlickrPhotosTransformRotate.h
+ sourceTree
+ <group>
- 6D01DCEB92DD46958BF760B4
+ 6D0C0E64010345B18CCDBC99
includeInIndex
1
@@ -5423,19 +5915,21 @@
PBXFileReference
lastKnownFileType
sourcecode.c.h
+ name
+ FKFlickrContactsGetPublicList.h
path
- Pods-FlickrKit-prefix.pch
+ Classes/Model/Generated/Contacts/FKFlickrContactsGetPublicList.h
sourceTree
<group>
- 6D402D1A3AB347759194B690
+ 6D5E2DB1E04A4C3E825D56CD
fileRef
- 4951BDEB7BBC44A78DB189DD
+ A1698C60B7944EF6AC755E6C
isa
PBXBuildFile
- 6D7E995B7A824783B2165E68
+ 6DD020C8A16A45728EE594C0
includeInIndex
1
@@ -5444,31 +5938,38 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPhotosGeoGetLocation.m
+ FKFlickrFavoritesGetList.m
path
- Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoGetLocation.m
+ Classes/Model/Generated/Favorites/FKFlickrFavoritesGetList.m
sourceTree
<group>
- 6D99ACDEBB7D4A2E854CD6EA
+ 6E36EEA5712B4037AB0A7B03
- children
-
- D7E6B90BB2BB47028BA18DDA
- E09B3269E2B64D838F027519
- 3D58C5D7F8774948A3500E10
-
+ fileRef
+ D6A3E4160B644647BE9486E7
isa
- PBXGroup
+ PBXBuildFile
+
+ 6E6254547A454EDB8FE8A3E4
+
+ includeInIndex
+ 1
+ isa
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.objc
name
- iOS
+ FKFlickrPrefsGetPrivacy.m
+ path
+ Classes/Model/Generated/Prefs/FKFlickrPrefsGetPrivacy.m
sourceTree
<group>
- 6E29346D2BE84BC1B8B2A543
+ 6E95B078732B4EFEA63CC26C
fileRef
- F742554A80FB4B4CAE1A8F86
+ C0826C3818B940A596A42454
isa
PBXBuildFile
settings
@@ -5477,7 +5978,14 @@
-fobjc-arc
- 6F4B5CA79A4D4946AAA96717
+ 6EF40BE91A8D4F1496B9CE26
+
+ fileRef
+ D68D736A9A4A4B98BE0061D8
+ isa
+ PBXBuildFile
+
+ 6F5514A2F1EF428AB3287736
includeInIndex
1
@@ -5486,13 +5994,13 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrGalleriesGetListForPhoto.m
+ FKFlickrPlacesGetChildrenWithPhotosPublic.m
path
- Classes/Model/Generated/Galleries/FKFlickrGalleriesGetListForPhoto.m
+ Classes/Model/Generated/Places/FKFlickrPlacesGetChildrenWithPhotosPublic.m
sourceTree
<group>
- 6F77CE28E67D4BBDA5D70416
+ 6F6544AB5ECB4BDDB6721DC2
includeInIndex
1
@@ -5501,91 +6009,73 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrStatsGetCollectionReferrers.h
+ FKFlickrPhotosSetDates.h
path
- Classes/Model/Generated/Stats/FKFlickrStatsGetCollectionReferrers.h
+ Classes/Model/Generated/Photos/FKFlickrPhotosSetDates.h
sourceTree
<group>
- 6F852550DC8D4D038FEDF974
+ 6F694DDFCDCF4C4B8DAF4D79
- fileRef
- A9250FDC898042778B9309AC
+ includeInIndex
+ 1
isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.objc
+ path
+ Pods-FlickrKit-dummy.m
+ sourceTree
+ <group>
- 6F948703444B4322A99546A7
+ 6F6E72E81CE74A97A64914D2
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
- name
- FKFlickrPlacesGetTopPlacesList.m
+ text.xcconfig
path
- Classes/Model/Generated/Places/FKFlickrPlacesGetTopPlacesList.m
+ Pods-SDWebImage-Private.xcconfig
sourceTree
<group>
- 6F962C18904F471189AF5747
-
- fileRef
- 5A8C0162D5C84BF2908D9526
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
-
- 6FA3D8D23922444B82DD21C3
+ 6FFF3694DD0B4F60AD1A45F6
fileRef
- AA562481DE344EE2AE999F2E
+ 7EF11DBA32504DC08FC44357
isa
PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
- 6FCD606F26244ECDBA89CAA9
+ 707D104BD4584A8BA4F80DD4
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrPhotosSetSafetyLevel.h
+ FKFlickrInterestingnessGetList.m
path
- Classes/Model/Generated/Photos/FKFlickrPhotosSetSafetyLevel.h
+ Classes/Model/Generated/Interestingness/FKFlickrInterestingnessGetList.m
sourceTree
<group>
- 6FD6F52334214358BF19F52E
+ 70AB206E50C6475EAC80F8C8
fileRef
- EDFE1007B6834D2CAA660C94
+ FFA63C97E46B4C07A66087CB
isa
PBXBuildFile
settings
COMPILER_FLAGS
- -fobjc-arc
+ -fobjc-arc -DOS_OBJECT_USE_OBJC=0
- 6FE7E61FBFD04333BE81C965
+ 70C2F49D30CB4F42A45C0517
includeInIndex
1
@@ -5594,50 +6084,46 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPhotosGetExif.h
+ FKFlickrUrlsLookupGroup.h
path
- Classes/Model/Generated/Photos/FKFlickrPhotosGetExif.h
+ Classes/Model/Generated/Urls/FKFlickrUrlsLookupGroup.h
sourceTree
<group>
- 7015DBDCCCC54810A899A34B
-
- fileRef
- EF6C10C700454301A44F7F3A
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
-
- 7035FDA41A6C4AAFB7250205
+ 70ED8C19286A46939802CD86
- fileRef
- 3CAB0889C1254E4B8BF41927
+ includeInIndex
+ 1
isa
- PBXBuildFile
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.objc
+ name
+ FKFlickrPhotosSetDates.m
+ path
+ Classes/Model/Generated/Photos/FKFlickrPhotosSetDates.m
+ sourceTree
+ <group>
- 70428A943753462F946DC68C
+ 71C2D84FCD1A40A2B7E70159
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrPhotosetsAddPhoto.h
+ FKFlickrPushUnsubscribe.m
path
- Classes/Model/Generated/Photosets/FKFlickrPhotosetsAddPhoto.h
+ Classes/Model/Generated/Push/FKFlickrPushUnsubscribe.m
sourceTree
<group>
- 70EA19FE9C0F4043BB17FE04
+ 7200A6FC42F04472821DC747
fileRef
- 68C83AA977CC48D795B22465
+ C04449E8F474418DAB8F3EED
isa
PBXBuildFile
settings
@@ -5646,36 +6132,21 @@
-fobjc-arc
- 712C73DC70894B358391F043
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- FKFlickrPhotosNotesDelete.m
- path
- Classes/Model/Generated/Photos/Notes/FKFlickrPhotosNotesDelete.m
- sourceTree
- <group>
-
- 717547EAA3094EC38E4B3D44
+ 72C57C76B25740A29E4FA9C6
fileRef
- 5A501257F9A24B50851EDA73
+ 4C077E09473549368648649D
isa
PBXBuildFile
- 71E498BDBA794B47828BE54A
+ 72DEC1FA8C5F4933B0AFF896
fileRef
- 677C2843A88141669E989CDC
+ C4730DB63F354412B3E1CCC3
isa
PBXBuildFile
- 722B8569F8F348A98E7DC8D2
+ 72FD7BF30F164E629FE15309
includeInIndex
1
@@ -5684,16 +6155,16 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrGroupsSearch.h
+ FKFlickrPhotosetsSetPrimaryPhoto.h
path
- Classes/Model/Generated/Groups/FKFlickrGroupsSearch.h
+ Classes/Model/Generated/Photosets/FKFlickrPhotosetsSetPrimaryPhoto.h
sourceTree
<group>
- 72AF061BB3D24023ADDFA1DA
+ 732053997B1D4697A6B10D60
fileRef
- FB3EB5BB8C28479FA4BB340E
+ 81569B4FE79749E59E21799C
isa
PBXBuildFile
settings
@@ -5702,24 +6173,17 @@
-fobjc-arc
- 737D71D54F2D474CAE4C5A45
-
- fileRef
- 9DBAAF216F2B453FB47C2FFD
- isa
- PBXBuildFile
-
- 7397A4B5386742168526ABC5
+ 735B184BEC034EBE9361A32B
fileRef
- 203592D7B80F4C3B99A29DAF
+ A7F2A908F5D84C6FBE4B22C5
isa
PBXBuildFile
- 73C5D558A68540908F86E70F
+ 739F667F36EA47A3BEB06762
fileRef
- B6EC37897308495B9E4B4D2C
+ 37AE24673B8B4F56BB51C636
isa
PBXBuildFile
settings
@@ -5728,10 +6192,40 @@
-fobjc-arc
- 7453A67E8E5B45B4923DE2A9
+ 73C8B9C694634D98BDCB2350
+
+ includeInIndex
+ 1
+ isa
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ name
+ FKFlickrPlacesFindByLatLon.h
+ path
+ Classes/Model/Generated/Places/FKFlickrPlacesFindByLatLon.h
+ sourceTree
+ <group>
+
+ 74782FAB27E3478B9452ED3D
+
+ includeInIndex
+ 1
+ isa
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ name
+ SDWebImageOperation.h
+ path
+ SDWebImage/SDWebImageOperation.h
+ sourceTree
+ <group>
+
+ 74C93B2E23134733A64A3C08
fileRef
- F92AFFA88CE5479EA320067F
+ 05D6FA2DF8D9442AA2760383
isa
PBXBuildFile
settings
@@ -5740,21 +6234,7 @@
-fobjc-arc
- 746A42C4172A4362B5558C98
-
- buildActionMask
- 2147483647
- files
-
- 55BCD988B22C426CBD4BC28F
- 5E38D5B4399C4610AFCE744D
-
- isa
- PBXFrameworksBuildPhase
- runOnlyForDeploymentPostprocessing
- 0
-
- 74901FF0FA3A4F66B950455E
+ 758BF005028741E9A08EFCD4
includeInIndex
1
@@ -5763,20 +6243,28 @@
lastKnownFileType
sourcecode.c.h
name
- UIImage+MultiFormat.h
+ FKDUNetworkOperation.h
path
- SDWebImage/UIImage+MultiFormat.h
+ Classes/DevedUpKit/FKDUNetworkOperation.h
sourceTree
<group>
- 74A2B6CEFC054F12A05A87E4
+ 75A57C1FD6C14BF2B2AB6ECB
- fileRef
- 0287B8F43796482DAFC29FA2
+ includeInIndex
+ 1
isa
- PBXBuildFile
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ name
+ FKFlickrPhotosGeoSetPerms.h
+ path
+ Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoSetPerms.h
+ sourceTree
+ <group>
- 751BAFD1666A4BBE8258D350
+ 760D69190F0B404B9ADEDDE5
includeInIndex
1
@@ -5785,16 +6273,16 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrTagsGetRelated.m
+ FKFlickrPlacesPlacesForTags.m
path
- Classes/Model/Generated/Tags/FKFlickrTagsGetRelated.m
+ Classes/Model/Generated/Places/FKFlickrPlacesPlacesForTags.m
sourceTree
<group>
- 753AF0425B944D42AFF5D6C4
+ 76255F769E8043E7A8BC6A5C
fileRef
- 081D19269D6E4282BFE3913C
+ B0CF08E217814013920DFDE9
isa
PBXBuildFile
settings
@@ -5803,22 +6291,17 @@
-fobjc-arc
- 757DD225B01A482AA3BFDB05
+ 764D06AFC2FA43579204095D
fileRef
- 5511304EEE534FFBBF82BD66
+ A3427D36EA10490E878F8FDE
isa
PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
- 759397DE03B448819F35EB50
+ 765C408A0AF54B1BA701AAB0
fileRef
- A10F157328574874BBF7C7C1
+ 59B8529BFBE24287AD111CA1
isa
PBXBuildFile
settings
@@ -5827,29 +6310,22 @@
-fobjc-arc
- 75FB9E292215415F91020130
+ 76AA706103154D3CA851CD73
fileRef
- DCB6E1367DA74FCBBC005788
+ 1EA9565D9D0B4A9E8B05AB8B
isa
PBXBuildFile
settings
COMPILER_FLAGS
- -fobjc-arc -DOS_OBJECT_USE_OBJC=0
+ -fobjc-arc
- 764A260129DB4B919CD0D290
-
- fileRef
- 9A8602CF871345F6BD5FE89A
- isa
- PBXBuildFile
-
- 7668C15E66FF40BCAC6C6521
+ 76C044A1C2184CB1AFB76C6E
fileRef
- B9237E6DECBC45109391F7F0
+ 9D2CE78959C24DC0BC82A5E8
isa
PBXBuildFile
settings
@@ -5858,65 +6334,43 @@
-fobjc-arc
- 768AC02064B54887992718DF
+ 772F76E348F541DBA0306CF8
- includeInIndex
- 1
+ fileRef
+ F2C1EA626A964397BF1D833E
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- FKFlickrAuthGetToken.m
- path
- Classes/Model/Generated/Auth/FKFlickrAuthGetToken.m
- sourceTree
- <group>
+ PBXBuildFile
- 77103D15318347FB8A0F6410
+ 775097F882D54D8DB97B8F59
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrMachinetagsGetValues.h
+ UIImageView+WebCache.m
path
- Classes/Model/Generated/Machinetags/FKFlickrMachinetagsGetValues.h
+ SDWebImage/UIImageView+WebCache.m
sourceTree
<group>
- 775EE2117F954D67A35A6BB0
-
- fileRef
- BE6DBA67D7EA476E88BC4A4C
- isa
- PBXBuildFile
-
- 77AA5D5D2E8A4F998A8343C5
-
- fileRef
- 7FD2B43028E04597A2C76FD4
- isa
- PBXBuildFile
-
- 77BAD8F9F3864A068CF55DC5
+ 779983DB835240D99B962AAE
fileRef
- 5934B4A5359F4F17A5A7361C
+ 3B5BD7FE9DD74FD1878C0D9B
isa
PBXBuildFile
- 77F968FDE5254436A704525E
+ 77BF6F7A82BA42E1BB6FF42D
fileRef
- C700FB6CB60745828D1A4217
+ D09C39225D644F938A399A1A
isa
PBXBuildFile
- 77FFE29B8152497F975E5D0C
+ 77E4C1A0881B4E7FBEF189AD
includeInIndex
1
@@ -5925,23 +6379,16 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrMachinetagsGetPairs.m
+ FKFlickrAuthGetToken.m
path
- Classes/Model/Generated/Machinetags/FKFlickrMachinetagsGetPairs.m
+ Classes/Model/Generated/Auth/FKFlickrAuthGetToken.m
sourceTree
<group>
- 7809DCC0055947BA84221EDC
-
- fileRef
- CB9AE49E9AF84591B28991D8
- isa
- PBXBuildFile
-
- 78163CDB18BA4981897AF822
+ 780D86D9240C4781BC868940
fileRef
- 6AA39923EB2D4198A84A75D0
+ 64745F88C2E4446DB8B7F16A
isa
PBXBuildFile
settings
@@ -5950,7 +6397,14 @@
-fobjc-arc
- 78287707997C4B898C56035D
+ 785898E6AE8F4F0EA2DD6763
+
+ fileRef
+ FEFB1842B8864B699C3F44D5
+ isa
+ PBXBuildFile
+
+ 7865341EA19646989DB15363
includeInIndex
1
@@ -5959,43 +6413,70 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPhotosetsCommentsDeleteComment.m
+ FKFlickrPhotosNotesEdit.m
path
- Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsDeleteComment.m
+ Classes/Model/Generated/Photos/Notes/FKFlickrPhotosNotesEdit.m
sourceTree
<group>
- 783B50643FD640BDBABC8BB8
+ 786809F360DD4E51BEA481FC
+
+ buildActionMask
+ 2147483647
+ files
+
+ 3144C761B1BB49C18F136DCC
+ F4F9B1BD6B554A0C811C7F72
+ 0934A6426C2B41A2AB78EB75
+ D327BE57FC1348A4A4AC3701
+ FA878300A0784203B1C1A9CD
+ D7D8EF18F6D348D6B3B18132
+ 335EED234BFA4524A4404089
+ 01FE020F1A8048B69B909D1B
+ B34B41FA1B89492DA3C8F2D9
+ F283A9266A044B68AC8F4B06
+ 82352D44F48647FDB2C70E2F
+ 116FD592CEA342E782E5DD3E
+ 470D6211BD854C9290A54570
+ 1872926C2F12409F8C0EDABE
+ CA387FA59ED44CCBA1ADE46F
+
+ isa
+ PBXHeadersBuildPhase
+ runOnlyForDeploymentPostprocessing
+ 0
+
+ 78A5452A33B6434189C79737
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrPhotosPeopleEditCoords.h
+ FKFlickrPhotosetsGetList.m
path
- Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleEditCoords.h
+ Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetList.m
sourceTree
<group>
- 784072104BE54D549C93E923
+ 790056AD7E43456791C1E370
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrActivityUserComments.m
+ FKUploadRespone.h
path
- Classes/Model/Generated/Activity/FKFlickrActivityUserComments.m
+ Classes/Network/FKUploadRespone.h
sourceTree
<group>
- 7875462DC31A419294E9E190
+ 7900A53B1F9949768DF44EC3
includeInIndex
1
@@ -6004,13 +6485,13 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrTagsGetMostFrequentlyUsed.m
+ FKDUDefaultDiskCache.m
path
- Classes/Model/Generated/Tags/FKFlickrTagsGetMostFrequentlyUsed.m
+ Classes/DevedUpKit/FKDUDefaultDiskCache.m
sourceTree
<group>
- 78E5E7C32445476E9F4DEB37
+ 797A14268285407393F6EEC1
includeInIndex
1
@@ -6019,68 +6500,69 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrGroupsBrowse.m
+ FKFlickrActivityUserPhotos.m
path
- Classes/Model/Generated/Groups/FKFlickrGroupsBrowse.m
+ Classes/Model/Generated/Activity/FKFlickrActivityUserPhotos.m
sourceTree
<group>
- 792A697EB36B4680B0A1CDFF
+ 79990BB2D07040FCAFF05F9B
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrActivityUserPhotos.m
+ FKFlickrPeopleFindByUsername.h
path
- Classes/Model/Generated/Activity/FKFlickrActivityUserPhotos.m
+ Classes/Model/Generated/People/FKFlickrPeopleFindByUsername.h
sourceTree
<group>
- 7934D67D64394B6482ED1A76
+ 7999E1238CA84BF8B98D1383
fileRef
- 6FE7E61FBFD04333BE81C965
+ 16F210C4A1744263A2CA3D77
isa
PBXBuildFile
- 79A5353DF214448A96A7AF17
+ 7A4A11A228AB46A2A8AA8EF1
- includeInIndex
- 1
+ fileRef
+ 6C1C32A2CF4747AF854DB47E
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- FKFlickrGroupsMembersGetList.h
- path
- Classes/Model/Generated/Groups/Members/FKFlickrGroupsMembersGetList.h
- sourceTree
- <group>
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- 79D478A468704B3EB8E5BAD4
+ 7AE46E1EA9DF4FC387C450EE
- includeInIndex
- 1
+ fileRef
+ 329B35BBBB634C92B2F27278
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- FKFlickrAuthGetFrob.m
- path
- Classes/Model/Generated/Auth/FKFlickrAuthGetFrob.m
- sourceTree
- <group>
+ PBXBuildFile
+
+ 7AE9D6F36C284CAFB7FE5264
+
+ fileRef
+ 19DC797B939B473B822D01BC
+ isa
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- 79F1C1E798E740ACACC873E6
+ 7B467105AEA14DE0A2EC8E40
fileRef
- AC3862CAB265493B982FE3C1
+ F504B2B0F95946A6993618AA
isa
PBXBuildFile
settings
@@ -6089,47 +6571,91 @@
-fobjc-arc
- 7AC4A458AC10406082AEAACC
+ 7B85190A737043639F4C88C1
fileRef
- 77103D15318347FB8A0F6410
+ E7FA9ACF977A4097A4820D37
isa
PBXBuildFile
- 7ACBB1ECE2F04F508BE872F7
+ 7B9AB6101DB94957BAB42352
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrGroupsJoinRequest.m
+ FKFlickrInterestingnessGetList.h
path
- Classes/Model/Generated/Groups/FKFlickrGroupsJoinRequest.m
+ Classes/Model/Generated/Interestingness/FKFlickrInterestingnessGetList.h
sourceTree
<group>
- 7AF43B9C7A634ABE970D606E
+ 7BBEE4284732469CBDE92210
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrPhotosetsGetList.m
+ FKFlickrContactsGetTaggingSuggestions.h
path
- Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetList.m
+ Classes/Model/Generated/Contacts/FKFlickrContactsGetTaggingSuggestions.h
+ sourceTree
+ <group>
+
+ 7BE65D825849445BBA96B4E9
+
+ includeInIndex
+ 1
+ isa
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ name
+ FKFlickrPhotosGeoSetContext.h
+ path
+ Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoSetContext.h
sourceTree
<group>
- 7AF762EC917645C7A0A19EF5
+ 7BF28284BBD244DDBE32100E
+
+ includeInIndex
+ 1
+ isa
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ name
+ FKFlickrPhotosGeoGetPerms.h
+ path
+ Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoGetPerms.h
+ sourceTree
+ <group>
+
+ 7C1E086266884C99A982F983
+
+ fileRef
+ 1D13A1C8656E4C13A2ADC1BD
+ isa
+ PBXBuildFile
+
+ 7C62272F5BB946159C35933D
+
+ fileRef
+ 06F27D9431D5420E92FE852B
+ isa
+ PBXBuildFile
+
+ 7C96C9902ECB4DCF8444712C
fileRef
- 8AB97D90DD894AD8B9280736
+ C095E190732B43DBA473988A
isa
PBXBuildFile
settings
@@ -6138,10 +6664,10 @@
-fobjc-arc
- 7B04B93C41F84D8A8C22AE79
+ 7CF19CB3B1E84B619E13E2B3
fileRef
- 345A75A66F054315880BEA6C
+ 8F38C3D2F8D94A0BB5F40077
isa
PBXBuildFile
settings
@@ -6150,20 +6676,22 @@
-fobjc-arc
- 7B70EE12BEC7402FBC514743
+ 7D4E0C309F1D488694D513FB
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- text.xcconfig
+ sourcecode.c.objc
+ name
+ FKFlickrPeopleGetLimits.m
path
- Pods-FlickrKit-Private.xcconfig
+ Classes/Model/Generated/People/FKFlickrPeopleGetLimits.m
sourceTree
<group>
- 7B7F2418C513441890640E7F
+ 7DBD09E8070146479EF53EB9
includeInIndex
1
@@ -6172,13 +6700,13 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPhotosPeopleAdd.h
+ FKFlickrGalleriesEditPhoto.h
path
- Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleAdd.h
+ Classes/Model/Generated/Galleries/FKFlickrGalleriesEditPhoto.h
sourceTree
<group>
- 7B8C6EB26D3C4684B4D67CFD
+ 7E1C12782E9645A9BEC2BE0F
includeInIndex
1
@@ -6187,35 +6715,42 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPeopleGetPublicGroups.h
+ FKFlickrGroupsDiscussRepliesAdd.h
path
- Classes/Model/Generated/People/FKFlickrPeopleGetPublicGroups.h
+ Classes/Model/Generated/Groups/Discuss/Replies/FKFlickrGroupsDiscussRepliesAdd.h
sourceTree
<group>
- 7BAF726AD3B749A3A9E4E2CC
+ 7E66CCB5FF98456FAE3C760B
fileRef
- 53780B0862BD446C9D450657
+ 8631932C80C8460C99AB0E13
isa
PBXBuildFile
- 7BC04F5CB3FB4AE494C12988
+ 7E690292BEE4464EB50A440C
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrPhotosNotesEdit.h
+ FKFlickrPhotosGeoSetContext.m
path
- Classes/Model/Generated/Photos/Notes/FKFlickrPhotosNotesEdit.h
+ Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoSetContext.m
sourceTree
<group>
- 7BC7AD3CA75A4C2BBA185E32
+ 7EC100C0F6ED4755A9D3A676
+
+ fileRef
+ 226AEB722F204141A3E739A4
+ isa
+ PBXBuildFile
+
+ 7EF11DBA32504DC08FC44357
includeInIndex
1
@@ -6224,38 +6759,38 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrTagsGetClusterPhotos.h
+ FKFlickrPlacesPlacesForContacts.h
path
- Classes/Model/Generated/Tags/FKFlickrTagsGetClusterPhotos.h
+ Classes/Model/Generated/Places/FKFlickrPlacesPlacesForContacts.h
sourceTree
<group>
- 7BEAAE3BD01C4029A6D1CC00
+ 7F17927571B641A3B3EA02B2
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrPushUnsubscribe.m
+ FKAPIMethods.h
path
- Classes/Model/Generated/Push/FKFlickrPushUnsubscribe.m
+ Classes/Model/FKAPIMethods.h
sourceTree
<group>
- 7CBB3FEF03E14F029B2115B3
+ 7F39AA01BE534E0CADD5FEA5
fileRef
- 67BE6F1D66C04EC3BA40A123
+ 8197C00AB0E6407F8073B184
isa
PBXBuildFile
- 7D5EDD1E7FE34675BE5ADFE2
+ 7FCDC0FD1BE64FB186CB66AA
fileRef
- 015073EFB3134A9BBC895EDD
+ B5D82213B48840B19075ADBC
isa
PBXBuildFile
settings
@@ -6264,10 +6799,70 @@
-fobjc-arc
- 7D61F79A3C12494F91A84C2A
+ 7FD556F270F44375AA705148
+
+ includeInIndex
+ 1
+ isa
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ name
+ FKFlickrPhotosSetTags.h
+ path
+ Classes/Model/Generated/Photos/FKFlickrPhotosSetTags.h
+ sourceTree
+ <group>
+
+ 80195E95546041ADAFE973F4
+
+ includeInIndex
+ 1
+ isa
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.objc
+ name
+ FKFlickrPhotosGetWithoutGeoData.m
+ path
+ Classes/Model/Generated/Photos/FKFlickrPhotosGetWithoutGeoData.m
+ sourceTree
+ <group>
+
+ 8073104A57164C28891F43B4
+
+ includeInIndex
+ 1
+ isa
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ name
+ FKFlickrMachinetagsGetPredicates.h
+ path
+ Classes/Model/Generated/Machinetags/FKFlickrMachinetagsGetPredicates.h
+ sourceTree
+ <group>
+
+ 80D48564B7F74FFFBEC9DD8A
+
+ includeInIndex
+ 1
+ isa
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ name
+ FKFlickrTestLogin.h
+ path
+ Classes/Model/Generated/Test/FKFlickrTestLogin.h
+ sourceTree
+ <group>
+
+ 80DFADF8451D4A8D93C4B469
fileRef
- E5CBE9236C9C477096AE395E
+ 9542B7CD8B204BF2BBD5F1F4
isa
PBXBuildFile
settings
@@ -6276,21 +6871,41 @@
-fobjc-arc
- 7D6D30FE764E4944B7519AE7
+ 811E183991614E75B1AABB2A
fileRef
- D1A5BE63D1E547E7B4A7E7F6
+ BE140E3D33F74B558E220BED
isa
PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
+
+ 81569B4FE79749E59E21799C
+
+ includeInIndex
+ 1
+ isa
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.objc
+ name
+ FKFlickrPandaGetList.m
+ path
+ Classes/Model/Generated/Panda/FKFlickrPandaGetList.m
+ sourceTree
+ <group>
- 7E21C0260E45480FBCA8E43C
+ 8159B69774AD412685FB98A2
fileRef
- 6C9112DEFD134736A1791FC2
+ E94E2972D91E4FAB9A7BDE26
isa
PBXBuildFile
- 7E2AA3430EDB4736A52DEFD1
+ 81633EB54AD8455E9BB25DFF
includeInIndex
1
@@ -6299,23 +6914,46 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPrefsGetSafetyLevel.m
+ FKFlickrTagsGetMostFrequentlyUsed.m
path
- Classes/Model/Generated/Prefs/FKFlickrPrefsGetSafetyLevel.m
+ Classes/Model/Generated/Tags/FKFlickrTagsGetMostFrequentlyUsed.m
sourceTree
<group>
- 7E5B9C2121F74B6AA9DF9B4F
+ 8197C00AB0E6407F8073B184
- fileRef
- 8A3CFF983AE94739B8BE3A19
+ includeInIndex
+ 1
isa
- PBXBuildFile
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ name
+ FKFlickrPhotosGetSizes.h
+ path
+ Classes/Model/Generated/Photos/FKFlickrPhotosGetSizes.h
+ sourceTree
+ <group>
+
+ 81C9E2231AD74A8A9174207C
+
+ includeInIndex
+ 1
+ isa
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ name
+ FKFlickrPhotosGeoSetLocation.h
+ path
+ Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoSetLocation.h
+ sourceTree
+ <group>
- 7E6A508FB3F748EFB3A62703
+ 822C8CBDD4244737867307A9
fileRef
- 4AA4588D56814EBAA7D3FFC0
+ 1B9CDACC19734559B153B884
isa
PBXBuildFile
settings
@@ -6324,90 +6962,251 @@
-fobjc-arc
- 7E71D89CF36E45F097C97B44
+ 822F925D6F034961AE13ED66
fileRef
- 23109BEF695F4F75A93E6388
+ 0215531B1CE149FEB52A249B
isa
PBXBuildFile
- 7EBBC0AE749949E68A46CE2A
+ 82352D44F48647FDB2C70E2F
fileRef
- 51E8C87629D54A72A29E8D26
+ D8DC64AE346A4DD287EF0BE7
isa
PBXBuildFile
- 7ECA61B0DECE4A09B28BB507
+ 827B8AEB1EF240F9B8E6975A
fileRef
- 44D3A8AC84B5442FAC9737DF
+ 4B71E7F964134FEAA384AA82
isa
PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc -DOS_OBJECT_USE_OBJC=0
-
- 7F10B7A212254011B0370EA3
+ 827DBD696AE44050AD3978D8
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrAuthGetToken.h
+ FKFlickrPhotosPeopleGetList.m
path
- Classes/Model/Generated/Auth/FKFlickrAuthGetToken.h
+ Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleGetList.m
sourceTree
<group>
- 7F243213689D49D88FB7351D
+ 82A2221D4A98401F842D0E43
fileRef
- 24B00A73805D4742864F2432
+ 396C1F8317C9474CB32AC453
isa
PBXBuildFile
- 7F6415A59CE348DC9C6BE453
+ 82C7898D47BE4BDE951121FD
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKDUBlocks.h
+ FKFlickrAuthGetFrob.m
path
- Classes/DevedUpKit/FKDUBlocks.h
+ Classes/Model/Generated/Auth/FKFlickrAuthGetFrob.m
sourceTree
<group>
- 7F6E67DB6019463D81625325
+ 82E3937CEC464CD0808B2D2A
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrPhotosCommentsEditComment.h
+ FKFlickrPhotosGetWithGeoData.m
path
- Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsEditComment.h
+ Classes/Model/Generated/Photos/FKFlickrPhotosGetWithGeoData.m
sourceTree
<group>
- 7F7B4A9FE9734327B3297EA3
+ 82F2FE3845344FC7AF6A4EB1
- buildSettings
-
- ALWAYS_SEARCH_USER_PATHS
- NO
+ includeInIndex
+ 1
+ isa
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ name
+ FKFlickrPhotosNotesDelete.h
+ path
+ Classes/Model/Generated/Photos/Notes/FKFlickrPhotosNotesDelete.h
+ sourceTree
+ <group>
+
+ 836B15CB497644E2ADD54169
+
+ fileRef
+ 520C3CE85DCB492A81763DA3
+ isa
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
+
+ 838E227A002F4833A2B11691
+
+ includeInIndex
+ 1
+ isa
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.objc
+ name
+ FKFlickrPhotosGeoPhotosForLocation.m
+ path
+ Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoPhotosForLocation.m
+ sourceTree
+ <group>
+
+ 83FAAE6772374B74BA03BB5E
+
+ fileRef
+ 0ACBB4BCCB9A4580A9D040ED
+ isa
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
+
+ 8419E21DE10E44BE9B9B01E2
+
+ includeInIndex
+ 1
+ isa
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.objc
+ name
+ FKFlickrGroupsBrowse.m
+ path
+ Classes/Model/Generated/Groups/FKFlickrGroupsBrowse.m
+ sourceTree
+ <group>
+
+ 84F70F34305747D2A6D64B42
+
+ includeInIndex
+ 1
+ isa
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ name
+ FKFlickrStatsGetPhotoDomains.h
+ path
+ Classes/Model/Generated/Stats/FKFlickrStatsGetPhotoDomains.h
+ sourceTree
+ <group>
+
+ 85332AAD6D1C42DF929D5DBF
+
+ baseConfigurationReference
+ 6F6E72E81CE74A97A64914D2
+ buildSettings
+
+ ALWAYS_SEARCH_USER_PATHS
+ NO
+ COPY_PHASE_STRIP
+ YES
+ DSTROOT
+ /tmp/xcodeproj.dst
+ GCC_C_LANGUAGE_STANDARD
+ gnu99
+ GCC_PRECOMPILE_PREFIX_HEADER
+ YES
+ GCC_PREFIX_HEADER
+ Pods-SDWebImage-prefix.pch
+ GCC_VERSION
+ com.apple.compilers.llvm.clang.1_0
+ INSTALL_PATH
+ $(BUILT_PRODUCTS_DIR)
+ IPHONEOS_DEPLOYMENT_TARGET
+ 7.0
+ OTHER_CFLAGS
+
+ -DNS_BLOCK_ASSERTIONS=1
+ $(inherited)
+
+ OTHER_CPLUSPLUSFLAGS
+
+ -DNS_BLOCK_ASSERTIONS=1
+ $(inherited)
+
+ OTHER_LDFLAGS
+
+ PRODUCT_NAME
+ $(TARGET_NAME)
+ PUBLIC_HEADERS_FOLDER_PATH
+ $(TARGET_NAME)
+ SDKROOT
+ iphoneos
+ SKIP_INSTALL
+ YES
+ VALIDATE_PRODUCT
+ YES
+
+ isa
+ XCBuildConfiguration
+ name
+ Release
+
+ 855552D4582A44E297021061
+
+ includeInIndex
+ 1
+ isa
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ name
+ FKFlickrTagsGetListUser.h
+ path
+ Classes/Model/Generated/Tags/FKFlickrTagsGetListUser.h
+ sourceTree
+ <group>
+
+ 855CA2BBBE8243A999E3E76C
+
+ includeInIndex
+ 1
+ isa
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.objc
+ name
+ FKFlickrPhotosGeoRemoveLocation.m
+ path
+ Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoRemoveLocation.m
+ sourceTree
+ <group>
+
+ 85A0B75AFD8D4D0CA69351F6
+
+ buildSettings
+
+ ALWAYS_SEARCH_USER_PATHS
+ NO
CLANG_CXX_LANGUAGE_STANDARD
gnu++0x
CLANG_CXX_LIBRARY
@@ -6469,19 +7268,22 @@
name
Debug
- 7FC9166522F84521A3E18BA2
+ 85BA99C066BE4615BE189D99
- fileRef
- 54B10DA7A76D47BBBD78CA53
+ includeInIndex
+ 1
isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ name
+ FKFlickrPhotosSuggestionsRemoveSuggestion.h
+ path
+ Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsRemoveSuggestion.h
+ sourceTree
+ <group>
- 7FD2B43028E04597A2C76FD4
+ 85C4DD2726D44C748612EEC1
includeInIndex
1
@@ -6490,16 +7292,16 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPushSubscribe.h
+ FKFlickrAPIMethod.h
path
- Classes/Model/Generated/Push/FKFlickrPushSubscribe.h
+ Classes/Model/FKFlickrAPIMethod.h
sourceTree
<group>
- 807C2F77BB624BD4BA28DFAE
+ 85D5CC7BB6C54A5A86E65189
fileRef
- B243E12EAF3B4A7DB6C329FA
+ CB2E82FD74D34F8D860C7FE3
isa
PBXBuildFile
settings
@@ -6508,24 +7310,25 @@
-fobjc-arc
- 809555DA2AD4408EBF859781
-
- fileRef
- 4B0446239D0A4B00AFDC7C76
- isa
- PBXBuildFile
-
- 80DFFF281D434FA291731807
+ 85E1E89A6C994643835BEA10
- fileRef
- 4F9290195D714CD69B1202EC
+ includeInIndex
+ 1
isa
- PBXBuildFile
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ name
+ UIImageView+WebCache.h
+ path
+ SDWebImage/UIImageView+WebCache.h
+ sourceTree
+ <group>
- 810EC858F1D64532B95E1136
+ 861A0D5E2DA84566B9EA6B93
fileRef
- 8D8FC1F5A0B14D6487DAE894
+ 86916D43F91E477EA22ECE66
isa
PBXBuildFile
settings
@@ -6534,7 +7337,7 @@
-fobjc-arc
- 8114BFC6DB03496287B1F29F
+ 862585FA0D1A470982274B6C
includeInIndex
1
@@ -6543,32 +7346,13 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPhotosetsCommentsAddComment.h
+ FKFlickrTestEcho.h
path
- Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsAddComment.h
+ Classes/Model/Generated/Test/FKFlickrTestEcho.h
sourceTree
<group>
- 812B9F80A0B947E096260F24
-
- fileRef
- 2394179178714E1F99F291FE
- isa
- PBXBuildFile
-
- 81831F980C1848A7AF693D40
-
- fileRef
- 36CC155429124251A0FB82D8
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
-
- 81B832D1599F403B9EE72437
+ 8631932C80C8460C99AB0E13
includeInIndex
1
@@ -6577,13 +7361,13 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPlacesTagsForPlace.h
+ FKFlickrGalleriesGetList.h
path
- Classes/Model/Generated/Places/FKFlickrPlacesTagsForPlace.h
+ Classes/Model/Generated/Galleries/FKFlickrGalleriesGetList.h
sourceTree
<group>
- 8240CFF41EB7473C8286BE2B
+ 86916D43F91E477EA22ECE66
includeInIndex
1
@@ -6592,23 +7376,31 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrTagsGetListUser.m
+ FKFlickrTagsGetListUserPopular.m
path
- Classes/Model/Generated/Tags/FKFlickrTagsGetListUser.m
+ Classes/Model/Generated/Tags/FKFlickrTagsGetListUserPopular.m
sourceTree
<group>
- 824C4357CC57406A817136BB
+ 872192558A4B47A897FEFF92
- fileRef
- A89695ACD71C4A4A8B0E7E7A
+ includeInIndex
+ 1
isa
- PBXBuildFile
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ name
+ FKFlickrPeopleGetInfo.h
+ path
+ Classes/Model/Generated/People/FKFlickrPeopleGetInfo.h
+ sourceTree
+ <group>
- 824FAACEFE5A469286D45AA4
+ 874B6B2B371F4B04B914279A
fileRef
- 2FF4027FA0094C8B8ACFA494
+ 381C423A92F24D00B89C84C6
isa
PBXBuildFile
settings
@@ -6617,32 +7409,17 @@
-fobjc-arc
- 827BC0A99753488F89B1778B
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- FKFlickrPandaGetPhotos.m
- path
- Classes/Model/Generated/Panda/FKFlickrPandaGetPhotos.m
- sourceTree
- <group>
-
- 82984DE2631142AAB9F1E4FD
+ 8751FDC742FF4752BF0FB5E2
fileRef
- 74901FF0FA3A4F66B950455E
+ 380E7A7BBAD34CFE9C4EDF15
isa
PBXBuildFile
- 8298E9777C5844FCB021004B
+ 881713D2EE3544C2B9B283EC
fileRef
- F7F6D8FC36524D288E809791
+ 25A89EFD34D443F3910AA92B
isa
PBXBuildFile
settings
@@ -6651,22 +7428,20 @@
-fobjc-arc
- 8311DFEE8BCB4CB4A77511E1
+ 8892E55BD4394A4ABFA997C3
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
- name
- FKFlickrPeopleFindByUsername.m
+ text.xcconfig
path
- Classes/Model/Generated/People/FKFlickrPeopleFindByUsername.m
+ Pods-FlickrKit-Private.xcconfig
sourceTree
<group>
- 83991EF75B814F078B361938
+ 88D901AD3B014411AC4C3B19
includeInIndex
1
@@ -6675,35 +7450,53 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrMachinetagsGetRecentValues.h
+ FKFlickrPhotosDelete.h
path
- Classes/Model/Generated/Machinetags/FKFlickrMachinetagsGetRecentValues.h
+ Classes/Model/Generated/Photos/FKFlickrPhotosDelete.h
sourceTree
<group>
- 847D2D79B91D4EC4B355A40A
+ 895DEAF3830542D9A8BE3B08
fileRef
- 4E010C876F1242CDBF76B401
+ 478BF2E012614557A8E8B5FE
isa
PBXBuildFile
- 848059774C5B4B11971C3C75
+ 89E740A3F4EC492FB3E993EC
- fileRef
- 9654A1B5D245490E93E6F69B
+ includeInIndex
+ 1
isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ name
+ SDWebImageDecoder.h
+ path
+ SDWebImage/SDWebImageDecoder.h
+ sourceTree
+ <group>
+
+ 8A41C2DDCFBF4024A9A9EDCB
+
+ includeInIndex
+ 1
+ isa
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.objc
+ name
+ FKFlickrPlacesGetPlaceTypes.m
+ path
+ Classes/Model/Generated/Places/FKFlickrPlacesGetPlaceTypes.m
+ sourceTree
+ <group>
- 85DD764E1A72417D83F43881
+ 8AB088BA69B14E7E8E82C922
fileRef
- ADFED37C4B084CD4B2745246
+ 1A789D0B54F849CA8BBD4FA6
isa
PBXBuildFile
settings
@@ -6712,10 +7505,10 @@
-fobjc-arc
- 85F6BA63303E4474B3C8C9A2
+ 8AB2F5652ED24C2F8C4C07D0
fileRef
- 06ABF5DEDC794731A760A223
+ 63D9A88B9CAF46F3AF26A3B4
isa
PBXBuildFile
settings
@@ -6724,14 +7517,7 @@
-fobjc-arc
- 8697101858574283A3B185D4
-
- fileRef
- 7BC04F5CB3FB4AE494C12988
- isa
- PBXBuildFile
-
- 86E6BA214D624B6384A5330A
+ 8AF5B5A946A146C0A8F07A1A
includeInIndex
1
@@ -6740,16 +7526,16 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPhotosSetTags.h
+ SDWebImageDownloader.h
path
- Classes/Model/Generated/Photos/FKFlickrPhotosSetTags.h
+ SDWebImage/SDWebImageDownloader.h
sourceTree
<group>
- 8709AF6AF90941B782066DAB
+ 8B1BE782BAE44DC192D9C3C0
fileRef
- 914BEF1CAE6145B08C3FED55
+ 70ED8C19286A46939802CD86
isa
PBXBuildFile
settings
@@ -6758,10 +7544,10 @@
-fobjc-arc
- 870AB18D7FDF46D7AB509CA3
+ 8B46FA03195147C097E8FA07
fileRef
- E5411A2E037541658452082B
+ 579699EAF87B4A5DBAB2907E
isa
PBXBuildFile
settings
@@ -6770,7 +7556,7 @@
-fobjc-arc
- 875348AA52D0482184255CA6
+ 8BA3C99C952449038A0529A1
includeInIndex
1
@@ -6779,69 +7565,83 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrContactsGetPublicList.h
+ FKFlickrTagsGetMostFrequentlyUsed.h
path
- Classes/Model/Generated/Contacts/FKFlickrContactsGetPublicList.h
+ Classes/Model/Generated/Tags/FKFlickrTagsGetMostFrequentlyUsed.h
sourceTree
<group>
- 87AA9DAB2E87402E9E6394D5
+ 8BDF7CC37ADC4AAC9F054FC3
+
+ fileRef
+ 13C61507D78549D58B52DB07
+ isa
+ PBXBuildFile
+
+ 8BE558C3C28D435595065F45
+
+ fileRef
+ 97CAFF72671C4AACADFBB5FA
+ isa
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
+
+ 8C1B18641E2E4F4CA8716DED
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrContactsGetTaggingSuggestions.h
+ FKFlickrPhotosGetExif.m
path
- Classes/Model/Generated/Contacts/FKFlickrContactsGetTaggingSuggestions.h
+ Classes/Model/Generated/Photos/FKFlickrPhotosGetExif.m
sourceTree
<group>
- 87FBBD588842447B84541A2D
+ 8C9788C587DE451AB4EF0DC0
fileRef
- DA6E6FAF05794F249EB7631C
+ B0B6C4759227460095FE4A00
isa
PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
- 87FF8290596A4FE484B1DB44
+ 8CA87FBECAE04017B85094F3
fileRef
- B747A38D41C54A10AE1DD5DC
+ B3ED245364BD433F978638D2
isa
PBXBuildFile
- 8825AB1864C34CEFB20CE523
+ 8CBCBFE9BE3A4868AB8FBE8C
fileRef
- 7F6E67DB6019463D81625325
+ 66EE9E7637054CD5AF817F33
isa
PBXBuildFile
- 88534736D4DD4BB3BAC5239B
+ 8D39D64BDDD943EAA2706545
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKOFHMACSha1Base64.h
+ SDWebImageDownloader.m
path
- Classes/Utilities/FKOFHMACSha1Base64.h
+ SDWebImage/SDWebImageDownloader.m
sourceTree
<group>
- 88603D638A1C4883BF206C89
+ 8DB8DA98EEB040DCB159AE7A
includeInIndex
1
@@ -6850,54 +7650,42 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrGalleriesGetInfo.m
+ FKFlickrPhotosCommentsEditComment.m
path
- Classes/Model/Generated/Galleries/FKFlickrGalleriesGetInfo.m
+ Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsEditComment.m
sourceTree
<group>
- 88637C7C4EF449F6AEAE518B
-
- fileRef
- EF54C54BABBB4C2FBB1011E0
- isa
- PBXBuildFile
-
- 8880B3A42E3846FEB1565649
+ 8DC7610F216D4CB6A000ABA1
fileRef
- 955F125580A34419AB5A1824
+ E1C5EBDE90504182898337BD
isa
PBXBuildFile
- 8880C515CC1046BAB0C424C5
+ 8E310FD7768A4E4084527DD5
fileRef
- 321E73B5A9654C6B8959491C
+ D0D2F9527EB5456B881E3C17
isa
PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc -DOS_OBJECT_USE_OBJC=0
-
- 891A96CF457A44B2BEB430B6
+ 8EAEFDB66CA6420FB4D4AEF3
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrPhotosPeopleGetList.m
+ UIView+WebCacheOperation.h
path
- Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleGetList.m
+ SDWebImage/UIView+WebCacheOperation.h
sourceTree
<group>
- 892F2122C71F42918FF12B38
+ 8ED57E1BC1F5427B9B12AF80
includeInIndex
1
@@ -6906,47 +7694,28 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrContactsGetList.m
+ FKFlickrPhotosGetCounts.m
path
- Classes/Model/Generated/Contacts/FKFlickrContactsGetList.m
+ Classes/Model/Generated/Photos/FKFlickrPhotosGetCounts.m
sourceTree
<group>
- 89A170BD0C6C420F83ABA67A
-
- fileRef
- 9851ABEC4708483DB6F41269
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
-
- 89D8207AE22E4AA4A88A94D5
-
- fileRef
- 9C07964EB3FE49678A278016
- isa
- PBXBuildFile
-
- 8A0571E60E0641C0A20466BF
+ 8F38C3D2F8D94A0BB5F40077
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrPhotosetsCommentsEditComment.h
+ FKFlickrGroupsPoolsGetContext.m
path
- Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsEditComment.h
+ Classes/Model/Generated/Groups/Pools/FKFlickrGroupsPoolsGetContext.m
sourceTree
<group>
- 8A2E9F96EBA547E9BAB54737
+ 8F4223AF5795494198AAC111
includeInIndex
1
@@ -6955,28 +7724,28 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPhotosSuggestionsRemoveSuggestion.h
+ FKFlickrGalleriesEditMeta.h
path
- Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsRemoveSuggestion.h
+ Classes/Model/Generated/Galleries/FKFlickrGalleriesEditMeta.h
sourceTree
<group>
- 8A3CFF983AE94739B8BE3A19
+ 8F51D762FF7A4B72869ECEE4
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- SDWebImagePrefetcher.h
+ FKFlickrReflectionGetMethodInfo.m
path
- SDWebImage/SDWebImagePrefetcher.h
+ Classes/Model/Generated/Reflection/FKFlickrReflectionGetMethodInfo.m
sourceTree
<group>
- 8A7FD72AAB884A069469D78F
+ 8F758313D80F4C1E82DBC6F7
includeInIndex
1
@@ -6985,20 +7754,13 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrGroupsPoolsAdd.h
+ FKURLBuilder.h
path
- Classes/Model/Generated/Groups/Pools/FKFlickrGroupsPoolsAdd.h
+ Classes/Network/FKURLBuilder.h
sourceTree
<group>
- 8A9A431DDE0743B29C3389C8
-
- fileRef
- D1F10C0E55BA454E94EBA8C3
- isa
- PBXBuildFile
-
- 8AB97D90DD894AD8B9280736
+ 8F875F9C09A3415EACF42C1A
includeInIndex
1
@@ -7007,16 +7769,16 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPlacesTagsForPlace.m
+ FKFlickrGroupsPoolsGetPhotos.m
path
- Classes/Model/Generated/Places/FKFlickrPlacesTagsForPlace.m
+ Classes/Model/Generated/Groups/Pools/FKFlickrGroupsPoolsGetPhotos.m
sourceTree
<group>
- 8C40E912505947E3A539DBA0
+ 8FEF2CD616194106B177527A
fileRef
- 584A687F1E4D43C69231951A
+ 2343C9C7EB2542ED8D36C959
isa
PBXBuildFile
settings
@@ -7025,25 +7787,24 @@
-fobjc-arc
- 8CC51171E6F2426BA7ACD30F
+ 908AAFBBACD141DD943B37B2
- includeInIndex
- 1
+ fileRef
+ 855552D4582A44E297021061
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- FKFlickrGroupsDiscussRepliesGetInfo.h
- path
- Classes/Model/Generated/Groups/Discuss/Replies/FKFlickrGroupsDiscussRepliesGetInfo.h
- sourceTree
- <group>
+ PBXBuildFile
+
+ 90AF9F1366DC4415B9838AA5
+
+ fileRef
+ EF07810B3B834C4080F506F3
+ isa
+ PBXBuildFile
- 8D1DF923EB7D4664BF0EF8A2
+ 91BB98D029A54333A3006CB2
fileRef
- F40E0D29B69E467898A2EB54
+ 707D104BD4584A8BA4F80DD4
isa
PBXBuildFile
settings
@@ -7052,52 +7813,38 @@
-fobjc-arc
- 8D21EC17B91346DB8256C7CD
+ 920A18C70EDA4A3CA9861062
- includeInIndex
- 1
+ fileRef
+ 7E1C12782E9645A9BEC2BE0F
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- FKFlickrPhotosCommentsDeleteComment.h
- path
- Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsDeleteComment.h
- sourceTree
- <group>
+ PBXBuildFile
- 8D3789C456CF497A8C004041
+ 922BE667CF154ECC85DBD90B
- includeInIndex
- 1
+ fileRef
+ 77E4C1A0881B4E7FBEF189AD
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- FKFlickrPhotosGetUntagged.m
- path
- Classes/Model/Generated/Photos/FKFlickrPhotosGetUntagged.m
- sourceTree
- <group>
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- 8D4BD0D5E4F543209F631641
+ 92333E9C2AC842738F1944A8
- includeInIndex
- 1
+ fileRef
+ BF84DEF3779F4EBEB2DD32CB
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- FKFlickrPhotosDelete.h
- path
- Classes/Model/Generated/Photos/FKFlickrPhotosDelete.h
- sourceTree
- <group>
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- 8D620939FBB2411289CE3918
+ 9280688EEC724DFA9FB089A7
includeInIndex
1
@@ -7106,31 +7853,23 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPhotosGetInfo.h
+ SDWebImagePrefetcher.h
path
- Classes/Model/Generated/Photos/FKFlickrPhotosGetInfo.h
+ SDWebImage/SDWebImagePrefetcher.h
sourceTree
<group>
- 8D8FC1F5A0B14D6487DAE894
+ 92CDEC75822245E5ABEAA4BF
- includeInIndex
- 1
+ fileRef
+ CCA56042AC124304981947C6
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- FKFlickrGroupsDiscussRepliesGetInfo.m
- path
- Classes/Model/Generated/Groups/Discuss/Replies/FKFlickrGroupsDiscussRepliesGetInfo.m
- sourceTree
- <group>
+ PBXBuildFile
- 8D9D8F0DCA9A47C6B0EC8E76
+ 92DC69563A0B4F198B6E6E25
fileRef
- A3CEF35C3DAE4520A109FAB9
+ 992F9832CD6C4E7EA1E0AF33
isa
PBXBuildFile
settings
@@ -7139,10 +7878,10 @@
-fobjc-arc
- 8DDBA291A9B9418D87AD1BF6
+ 92E29C7BD90B474481B00FCD
fileRef
- 77FFE29B8152497F975E5D0C
+ 52F9015455F841F19EAD51C2
isa
PBXBuildFile
settings
@@ -7151,7 +7890,7 @@
-fobjc-arc
- 8DF0B48E478246809F687F37
+ 93071EAB40FC44B0AC96BEC5
includeInIndex
1
@@ -7160,13 +7899,13 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrStatsGetTotalViews.h
+ FKFlickrPhotosSuggestionsSuggestLocation.h
path
- Classes/Model/Generated/Stats/FKFlickrStatsGetTotalViews.h
+ Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsSuggestLocation.h
sourceTree
<group>
- 8E37E1997FFD4C77B7883C04
+ 9338576799DA499FB844F692
includeInIndex
1
@@ -7175,68 +7914,72 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrGroupsJoin.m
+ FKFlickrPhotosetsGetInfo.m
path
- Classes/Model/Generated/Groups/FKFlickrGroupsJoin.m
+ Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetInfo.m
sourceTree
<group>
- 8E3C7892552E4C499A3E1ABB
+ 93394162D62B4EF5A19CD47A
+
+ fileRef
+ 58A3A0C854FE4900AB39B8A4
+ isa
+ PBXBuildFile
+
+ 933E7CED17C14B6E840016BA
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
- name
- FKFlickrPhotosGeoPhotosForLocation.m
+ text
path
- Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoPhotosForLocation.m
+ Pods-acknowledgements.markdown
sourceTree
<group>
- 8EAAF19D9C4844B8BED63824
+ 9467057183324F4D9022A0D3
fileRef
- 2EEDC7B939EF4396B6A2D6BB
+ D0B653C3C1C04F55925BB39F
isa
PBXBuildFile
- 8F0FEF03FBDA4A91A4D79B27
+ 94D87C0E7C2D48E391A06C8F
- includeInIndex
- 1
+ fileRef
+ 25FEB0AE750F4991BC49DC56
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- FKFlickrFavoritesAdd.h
- path
- Classes/Model/Generated/Favorites/FKFlickrFavoritesAdd.h
- sourceTree
- <group>
+ PBXBuildFile
- 8F39838F762B4AD29FB1478A
+ 94F2BFCE46EE4B3AB9BE71FA
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- SDWebImageDownloader.h
+ FKFlickrPhotosGeoSetPerms.m
path
- SDWebImage/SDWebImageDownloader.h
+ Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoSetPerms.m
sourceTree
<group>
- 8FCD609F09F44236A90F78DF
+ 951EA560D3DA409A89805607
+
+ fileRef
+ AE9B8B0E41974CFFA41B2A30
+ isa
+ PBXBuildFile
+
+ 95320D8100414AB58BF5BC73
fileRef
- 02E22595A783406295E1B383
+ A3E1DAE701A845D381754B27
isa
PBXBuildFile
settings
@@ -7245,25 +7988,25 @@
-fobjc-arc
- 8FF95552ECD94922A0A7CDC5
+ 9542B7CD8B204BF2BBD5F1F4
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrBlogsPostPhoto.h
+ FKFlickrPushGetSubscriptions.m
path
- Classes/Model/Generated/Blogs/FKFlickrBlogsPostPhoto.h
+ Classes/Model/Generated/Push/FKFlickrPushGetSubscriptions.m
sourceTree
<group>
- 90137953560349D880E3C03C
+ 95E1AA3F8A774FB4B9330354
fileRef
- 63C3279D77C9400E9613AD8A
+ 5847AE7894ED4775AF928EEA
isa
PBXBuildFile
settings
@@ -7272,34 +8015,14 @@
-fobjc-arc
- 90A5468EE3B045FDA4EEDBBF
+ 96186E38FDB34DC58AF6CE5B
fileRef
- 639AF5839C77402FB2F905F8
+ 7BE65D825849445BBA96B4E9
isa
PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
-
- 90F9C6D583E041FAA0F4F31A
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- FKFlickrPhotosSetPerms.h
- path
- Classes/Model/Generated/Photos/FKFlickrPhotosSetPerms.h
- sourceTree
- <group>
- 914BEF1CAE6145B08C3FED55
+ 961D6608EA2A4123AE3229BA
includeInIndex
1
@@ -7308,28 +8031,25 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrUrlsLookupUser.m
+ FKFlickrStatsGetCollectionStats.m
path
- Classes/Model/Generated/Urls/FKFlickrUrlsLookupUser.m
+ Classes/Model/Generated/Stats/FKFlickrStatsGetCollectionStats.m
sourceTree
<group>
- 91A39B0890F44BC5BE395611
+ 963529869BBE4481989CEC75
- includeInIndex
- 1
+ fileRef
+ 4051E15D95F547889295EEE7
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- FKFlickrContactsGetTaggingSuggestions.m
- path
- Classes/Model/Generated/Contacts/FKFlickrContactsGetTaggingSuggestions.m
- sourceTree
- <group>
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- 91CDF7ACD3504BDF9EF5AA6A
+ 963AB21E61AA46C8A0D172E1
includeInIndex
1
@@ -7338,28 +8058,475 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrAuthOauthGetAccessToken.h
+ FKFlickrPandaGetPhotos.h
path
- Classes/Model/Generated/Auth/Oauth/FKFlickrAuthOauthGetAccessToken.h
+ Classes/Model/Generated/Panda/FKFlickrPandaGetPhotos.h
sourceTree
<group>
- 920756A0BCF94DBCAB50BA1F
+ 972BEF1280E54E069C28CE74
- includeInIndex
- 1
+ children
+
+ 7F17927571B641A3B3EA02B2
+ A25D8A17854541B69AF8030F
+ 333140C9594A41CD8EE27C04
+ 28B78AC2D8EC4A12AE63A966
+ 30862BC6F18645F6A81148B5
+ BEFD4F5270444B8186B9FEBB
+ 7900A53B1F9949768DF44EC3
+ 1F75307FCBFE4D1988C0E2B7
+ 5F056D7F1E0844249DA5F1E4
+ A9171E2F1E83422B94EDF528
+ 758BF005028741E9A08EFCD4
+ 68D1A728DBA14863AA0E0052
+ B1E8F19A963C4C969EB16689
+ 3F1158E03F034F21BABE2236
+ BB643BBA173045F3966AFD47
+ D5AFC2A060234801AEB15D66
+ B03C089D1AF6427BAA3745D5
+ 07DA8BA1F3CA44AFA469BDC5
+ 85C4DD2726D44C748612EEC1
+ 09AA9940ED6F4AA683B5700A
+ 2FAC2B00E3E54CC3A8EC3AB5
+ 646B91B4B36946A2A926F13A
+ 797A14268285407393F6EEC1
+ EF698D8BE6AB430FA7572EB0
+ 5EBB3C224264433B9B362AE5
+ B4F92698E8C547C78146C571
+ 82C7898D47BE4BDE951121FD
+ B5FF67BD3AC4460DBAD2B83A
+ 59B8529BFBE24287AD111CA1
+ 13C61507D78549D58B52DB07
+ 77E4C1A0881B4E7FBEF189AD
+ EF73340795F14B9DABB2E580
+ 4C7D0D81BC9947FB9EF2321E
+ 2D4BFBFEFE6D466DA712167F
+ 57DC5006ADD94B2DA2FA921A
+ 2830FDCD3B114CD7AC88A9EC
+ 0030F2BD652241BDA886D8C8
+ A21012D42577488195F6F71B
+ BA55966C0EF64B3D8EF42EEC
+ BEBD67F1A5C54A019030C65E
+ 604C29BD1CB943CDBA3C409E
+ 0B50204D7FF547B7B1C6DA09
+ 05D6FA2DF8D9442AA2760383
+ FEFB1842B8864B699C3F44D5
+ 434DAA19DEFF403A8A1F8E2E
+ D6A3E4160B644647BE9486E7
+ 09DC92C9AB984F208892D2D3
+ 31AEB9071B5D454A88F92DEF
+ CD5DF97161EE43748A0436EB
+ EF07810B3B834C4080F506F3
+ 4FE3567BC645479AA598D082
+ 991771F51742485DB1A59972
+ EB8556AEA1C94577BB0ECA8E
+ E5896CA8E44B4A2DB95FFF04
+ 2277C5E3213949B4898A62E5
+ 6D0C0E64010345B18CCDBC99
+ FF7570F726C24F93B9A64B38
+ 7BBEE4284732469CBDE92210
+ 3860A9D3B46C4C87A9106B4B
+ 0B110E6A99C5484C887B81FE
+ 5E37B7E364F740169049CFE8
+ 9EFCA6D183CD450EA866F446
+ 3318637BC0B142D795E109D0
+ 6921E6BEC2434574AB6AFB19
+ 6DD020C8A16A45728EE594C0
+ C4730DB63F354412B3E1CCC3
+ 05EFFDFEE2E640CE9F30B410
+ A5DFEBA9498D4C30A04958B3
+ C1672AF84B394A3D8568344C
+ 6A9AC7B4D9944C0E9E88CC4E
+ E0EF0D600DF04D6C884B4544
+ F4F4C55C1F9D4350AA00F19B
+ 5B2C48FE68224758A0280515
+ 8F4223AF5795494198AAC111
+ DB6C587C86EE4FB6A7951592
+ 7DBD09E8070146479EF53EB9
+ FE3D6D8185724198AC3ABB21
+ A4E8D831EDC44A1181C13117
+ E2598DD783DC472A82EDA870
+ FC7E822FC113451493C97DBB
+ C04449E8F474418DAB8F3EED
+ 8631932C80C8460C99AB0E13
+ 579699EAF87B4A5DBAB2907E
+ 228FC55C14D3484BB8EAF337
+ 1199E2AB89184286BD6B0C9C
+ E7FA9ACF977A4097A4820D37
+ 20D52520A69F4874BE2D64FC
+ B3ED245364BD433F978638D2
+ 8419E21DE10E44BE9B9B01E2
+ 7E1C12782E9645A9BEC2BE0F
+ 208FE0E989ED40EBBD1E09F4
+ C45BC97D9F4C4ECE88C720A3
+ AD7F7ED41C7B482489BE3E0E
+ E1C5EBDE90504182898337BD
+ AA5E16FF2ECB43609CF3ED2E
+ 396C1F8317C9474CB32AC453
+ E0DB4FDB87A0463B851AAEA1
+ F2C1EA626A964397BF1D833E
+ 6A4BF029FE7648F2A914F306
+ 29E2EB76809F4852B84EE48B
+ BF12781EA356408184E24CC0
+ 1F0CA120BBF64D58B1915E65
+ A15D75D5440649318607C0DA
+ 52B5E3CB29904ED09970C47A
+ F1A7BF2825B1412AA3F317D2
+ 0DE10E90B75843299090CD56
+ 13D1954721194F79AA3245F9
+ 5A1359FF30844563B044F482
+ 1AA01CFDB720452B9068A974
+ D22FBD1D8C0145FA95DD5E5D
+ 54A429A385734795909D8B02
+ 67A061557F80405B802D96AF
+ 0CB960D73F164645BB2A8F8D
+ 27D35E9F3381490EBB509774
+ AA6D4D1EAE0A4D3B9B01030C
+ A6881CF48AB1410B9AA726AD
+ 0E2232B3B5FC40BC80BA5445
+ 1774E5C41DA84BEFB4BA9EB2
+ 8F38C3D2F8D94A0BB5F40077
+ A3427D36EA10490E878F8FDE
+ DA346999FA914B08B58D6284
+ F5A20B3757824F2E9640E8B8
+ 8F875F9C09A3415EACF42C1A
+ A3CF1A1D88DD441A91768041
+ F504B2B0F95946A6993618AA
+ AB537D6F903E45CCB15390EC
+ FD297FCF0134487580272CF6
+ 7B9AB6101DB94957BAB42352
+ 707D104BD4584A8BA4F80DD4
+ CAF032A1D54944B191787E36
+ AAE4BCA61A98454FB98D0F3B
+ 06F27D9431D5420E92FE852B
+ CF43019CC9C94EBE82407B21
+ 8073104A57164C28891F43B4
+ 5847AE7894ED4775AF928EEA
+ B80BCFC6D91F44CD946A9101
+ 49212E3D5986415A85B54C7E
+ 3616F98A4F7D46C3AA3FB69B
+ D92CACB3BB7847D69EACBEE1
+ F06FD50F4A4E461FA5D04830
+ 33C48530DA704D808E15A6D9
+ C07F44A3AAC8493A90984DD4
+ 81569B4FE79749E59E21799C
+ 963AB21E61AA46C8A0D172E1
+ BAEAA78E2AF84473A86C0BD8
+ BE8756EDFE38463191CADFF9
+ BFEAF6A7D3514B319CA75A31
+ 79990BB2D07040FCAFF05F9B
+ 03694392585E4C0BB91F34DC
+ 088D90C70C38484CBB83DC74
+ CE4029D5058D4ADF86823AF5
+ 872192558A4B47A897FEFF92
+ 086D1F055229497F9F30927B
+ E19513C0BAEF40E985548A37
+ 7D4E0C309F1D488694D513FB
+ 61B1C8F5C9E24ADCBA2C357C
+ 1B9CDACC19734559B153B884
+ 4463F109BDDC4876AEF713E3
+ AE0B984526114F0D9398FE7E
+ CF00C790B48444D58901101A
+ 12F856E942E24DFF9D9F98AA
+ A1CD8336B30C4D5DB0B87545
+ 38A75B896A464BA2A06578EE
+ 0959BB51DB064328A8825825
+ 4074B293C581418AA386DC3E
+ 3B5BD7FE9DD74FD1878C0D9B
+ 1FA524E4657F4B54A4CA5DD8
+ 4C077E09473549368648649D
+ A020973AB23147EB8D74A9CF
+ A6657B58F6DC4A218C6EEF7F
+ D3EC2F9910904E3990611BED
+ EC3F3692E52B452BBB0513B4
+ 8DB8DA98EEB040DCB159AE7A
+ F5EDE45F785D4368B25323CF
+ BF84DEF3779F4EBEB2DD32CB
+ 97A2FC9D47ED4510B4B16B8D
+ FBFFD792B17C46A8B49E4228
+ 88D901AD3B014411AC4C3B19
+ C989A59675864B06A160F0E2
+ 5BA9040DEE8849E6BAAE8C2A
+ FA74421F297649B3866E1563
+ 4B71E7F964134FEAA384AA82
+ 5FF8742A43C045F88A7CC926
+ A1698C60B7944EF6AC755E6C
+ 52F9015455F841F19EAD51C2
+ 7BF28284BBD244DDBE32100E
+ 1B6E90889D044C54A7722DBA
+ 226AEB722F204141A3E739A4
+ 838E227A002F4833A2B11691
+ 1B84F67377CA468F97D288A2
+ 855CA2BBBE8243A999E3E76C
+ 7BE65D825849445BBA96B4E9
+ 7E690292BEE4464EB50A440C
+ 81C9E2231AD74A8A9174207C
+ 2CA3EC424F3242C0B7E83C55
+ 75A57C1FD6C14BF2B2AB6ECB
+ 94F2BFCE46EE4B3AB9BE71FA
+ 2FCE7F8E41CF4CBCA0614EA4
+ F746424DCB8C4E5ABC37FCBB
+ 0215531B1CE149FEB52A249B
+ D222A7E4BB7B4A939FB4A5D5
+ D798848B1E1B4A62A8C09C7D
+ 08CB37F31F314C67A492C345
+ ACC73AA2574B49FEAB8EDFD0
+ 52E97A42C24A4937ABC63DAD
+ EA7849D4710C4D95B20DCF60
+ 8ED57E1BC1F5427B9B12AF80
+ 4619167A644A42508CCCE96A
+ 8C1B18641E2E4F4CA8716DED
+ FBCF08143FEA4FB79D31FDB8
+ 519B6D554CCB4067B66CA0DA
+ EC6B08A66DBD441695D740CF
+ 32636168B6394595AEB57C81
+ FA1F801D53374609BCD83E0A
+ C5F98C737A9E47F6A05A58C9
+ BBEF0B75FC634074A0E8125F
+ 97CAFF72671C4AACADFBB5FA
+ 16F210C4A1744263A2CA3D77
+ 25A89EFD34D443F3910AA92B
+ 8197C00AB0E6407F8073B184
+ 0C425F8DD0F74A62BE019FF3
+ 43A32B703AD74D7DB44AFC24
+ E2140984712546D9BB49E34C
+ 380E7A7BBAD34CFE9C4EDF15
+ 82E3937CEC464CD0808B2D2A
+ CEB28BE488D84108BBE94000
+ 80195E95546041ADAFE973F4
+ 425EAD73495B40D3BA9C34C8
+ 133ED832934D44C5920844A0
+ DEE6F207BD9E47FEA571157D
+ D16C5F15BC7544F3B1A44188
+ B73C88B27D194DC8917ACE1C
+ 5F3ED819EFAE4D53884FC2EE
+ 82F2FE3845344FC7AF6A4EB1
+ B1AC6C24B3E34F7B972E8AC5
+ C69DBE2759E64EE786539611
+ 7865341EA19646989DB15363
+ C4AC4F087602446EA9685151
+ 5438D3F2513A42D68838D68B
+ 132EE9BFEE1341119FCFAFE0
+ 1E783BD1EF0C47A580810613
+ 1AD1E521A6DD4E24A570DF4E
+ 37AE24673B8B4F56BB51C636
+ 6A8EA128EAB9441595ACE32D
+ 0F074790B1BA40438692333F
+ 6077A6B39B704246B4F80D76
+ 827DBD696AE44050AD3978D8
+ 6852E02973B140328CBFB4C8
+ 992F9832CD6C4E7EA1E0AF33
+ 44E7891716F24373B4EE6F27
+ 5DE7688FFC43491B8DFF433E
+ E3913429B2934101BB111B01
+ F9322590D1B6455E8DDB4CF7
+ F1F3995175AB4719A4BAC283
+ E0495D1901BC471E89BFB331
+ 6F6544AB5ECB4BDDB6721DC2
+ 70ED8C19286A46939802CD86
+ 478BF2E012614557A8E8B5FE
+ DE46CAEE103A46669D26C239
+ D4C75D5D50FB44C9BEA4BD39
+ C0826C3818B940A596A42454
+ 262C820F38E74F5980F8BC50
+ 0ACBB4BCCB9A4580A9D040ED
+ 7FD556F270F44375AA705148
+ 520C3CE85DCB492A81763DA3
+ 32844E8CC8094BC194FDE015
+ 1A789D0B54F849CA8BBD4FA6
+ B932698FB04C4D22ABFCC61F
+ DE2F7442BD394A47A63EC62D
+ 476B43C9418D42619231171B
+ B0CF08E217814013920DFDE9
+ 85BA99C066BE4615BE189D99
+ 07093E62F78747F0B11BF88A
+ 93071EAB40FC44B0AC96BEC5
+ 66BBAA34A5E04AF196B59293
+ 6C464C31FF5E49DEAD17864C
+ DC8E13687943499488E1A300
+ 463C66BBA93547109ADED1D7
+ B45EB73A4BEF4819B0866B53
+ D09C39225D644F938A399A1A
+ C1EC0C92362A4B7EA5996DE4
+ EE27AA06F654451B81996B8C
+ 352885C3171C44C3A68279AC
+ 5C9CCDAA30414D4EA8574D88
+ F323FF5E61B14996BED7FAA3
+ 40B925698CA84981AF5DF66F
+ 55E2A9C8A00A4754AAE44C98
+ F9EC34BCAB654212A8D69859
+ 3AFE258E660448EC9DFECA4E
+ D0D2F9527EB5456B881E3C17
+ 6C1C32A2CF4747AF854DB47E
+ 36FC607F672346818D32C713
+ C1235C5B0A974A9089165871
+ B0B6C4759227460095FE4A00
+ 38838130D960489CBE3AE1DD
+ AE9B8B0E41974CFFA41B2A30
+ 0ACE45356EDD4CA283F64CF1
+ 66EE9E7637054CD5AF817F33
+ 0EDB08D475F342409D8EB486
+ 98FE6E9381C440559C042E90
+ 9338576799DA499FB844F692
+ 12487967DD3A4120BD5FFE58
+ 78A5452A33B6434189C79737
+ 25FEB0AE750F4991BC49DC56
+ F8E8607BD71F49D595BF88ED
+ FF660FB97E5648C49D54D4B9
+ CB2E82FD74D34F8D860C7FE3
+ 1D1396727CE34776A9E5720E
+ 9BEA0985BDD74FDA8723E708
+ A724FD97B277443698179952
+ 3A99F90B00584D2589CE154D
+ 9CEF1C3C3A0A403C9FF24A33
+ 56AEB6705F8B406782556121
+ 72FD7BF30F164E629FE15309
+ BD69063EC6FC4123A4979E34
+ 375D9E9DA9034C8894A31586
+ CFCC3F9D0A4F4812B5BC1DA2
+ 73C8B9C694634D98BDCB2350
+ 4535623101BB4C9099EB4B5F
+ B99D8D50841C422EAB80D5B4
+ 6F5514A2F1EF428AB3287736
+ 0092876F8DA641A5AA3B922F
+ 1AF54FE2AC1D451DB02E199E
+ A8259FF9D63B44B797748427
+ 29D706B644EA47C882A31F1A
+ CA0DCBE59332466DA2F04553
+ 8A41C2DDCFBF4024A9A9EDCB
+ 46860A73EC8F476C9F470A16
+ 24802F8F6BA3418D9CDAB41E
+ 28A1FBC1167D4DCC9B73295B
+ 64745F88C2E4446DB8B7F16A
+ EF3249FB0DDA4E6099E5F484
+ 56E38AAA276D45879DEDB4EE
+ 7EF11DBA32504DC08FC44357
+ 64C71ABBD8D144B78E9A8CB8
+ 97B4FB4A045F490DAC597EB0
+ 760D69190F0B404B9ADEDDE5
+ F5632D4E07AA482C87BC3222
+ B5D82213B48840B19075ADBC
+ BE2CE424937D41C29FDC9CB4
+ 4051E15D95F547889295EEE7
+ EBFD4FF927C243518310558F
+ 41B56FC93A084ADE8F9AD5D5
+ DF642888546E4E82A86613CB
+ 071D6944B6AB46159FECF41D
+ 201F8BE83F4D4A6D9C816E97
+ CD98C14DFCC14692A7035723
+ 1D13A1C8656E4C13A2ADC1BD
+ A1647BE7C4DB4CE88EFD6F46
+ 27D354D934FD4383B7549D09
+ 07F9AD17C3284693B876A4A7
+ 9892A73210E94913B59D903E
+ 6E6254547A454EDB8FE8A3E4
+ D0A4E8F32A88469B945A71F2
+ 134EF5C13CBD481AA0B6F60D
+ C0C810C0E99B47C0B218DB8A
+ 9542B7CD8B204BF2BBD5F1F4
+ BB1036BCD6B847B0B5A14D3B
+ 1937D0F4541C470CB2D29426
+ A5AA1866B73548E9B105A07E
+ DB2EEF13D8AF46999C5868ED
+ D68D736A9A4A4B98BE0061D8
+ 71C2D84FCD1A40A2B7E70159
+ 3693E46EBC894FF19B07AF0E
+ 8F51D762FF7A4B72869ECEE4
+ B3DB020E7C72481CB6D98F2C
+ A2455CCB5CF742B79B0A3FCC
+ EBE626827ABA4AAF9C5F3D38
+ 6BDC05B6B83D42758F933DA8
+ CEB848459AA446CDA102AA39
+ 6BE5651A4EA24899B28503F2
+ C61F9AB46272411489C9F0D1
+ F80F2F190C8F44148C212F2D
+ 0BB80E2CAB334C12A76AD8CD
+ 961D6608EA2A4123AE3229BA
+ 84F70F34305747D2A6D64B42
+ BAA28A6BB0A6472F99DDE266
+ AB931E24165E4C2CB3E36DAF
+ C095E190732B43DBA473988A
+ BDE72F1ADD544A5C9A4B76B8
+ 4F405665711C4F63BAD1916D
+ 58A3A0C854FE4900AB39B8A4
+ BE140E3D33F74B558E220BED
+ 20FF303D2D7C46E68DDE95C8
+ 2343C9C7EB2542ED8D36C959
+ FE038E1D95F340FAA16EECCB
+ D790DCE671904391AABF23DC
+ 6032CA99A34E4C03B706CFAA
+ C4FD8848CBBD45E598D3CE0C
+ 388A4D28A0744767BB021F87
+ 19E881ABE15B44B29B9067BF
+ BBDD7EEE2B9B469382F9083B
+ 5FC3BE42FD7B4D4E88E31792
+ AD1641537B594CF5973739CB
+ C501E3F5942C4FCCBD653399
+ F21125F11F364F2AB16CF402
+ 9B4FEFAB7F5A4081A9443D6A
+ 1CCDF2ED381B466E8067E4E2
+ 09729D2AB91D40238B8A3D01
+ ED48BB27283A463ABD53DD4F
+ F5516AAFCAEB4DC7A402F689
+ E94E2972D91E4FAB9A7BDE26
+ D1878596CF4143CA93049CB8
+ B591251856E849AC971230D5
+ 63D9A88B9CAF46F3AF26A3B4
+ 855552D4582A44E297021061
+ 0804D5D2363145C2A614314A
+ A22B248BB0F94DE98F76F43A
+ 86916D43F91E477EA22ECE66
+ A4D60BD6E30348E5BFA2AE44
+ DF895000DDF14375A2555FC5
+ 8BA3C99C952449038A0529A1
+ 81633EB54AD8455E9BB25DFF
+ A94EFA362BA249BD9B9B7AE3
+ 19DC797B939B473B822D01BC
+ 862585FA0D1A470982274B6C
+ 348FFCAA4F86457085D76964
+ 80D48564B7F74FFFBEC9DD8A
+ 381C423A92F24D00B89C84C6
+ B250DDD625144076898B938B
+ 9D2CE78959C24DC0BC82A5E8
+ 450187C3657C48B5B6D4F103
+ 1EA9565D9D0B4A9E8B05AB8B
+ BDC5707C891E452C99037CB8
+ B31A50D6CBD34C3AB7F03759
+ AF2F7B5DE93842ECA6A0C2F7
+ 22D025FC6F37455184D7EEDE
+ A7F2A908F5D84C6FBE4B22C5
+ FF4C2FF567834324A73977E1
+ 70C2F49D30CB4F42A45C0517
+ 3589ACE6FC5C414A924278E0
+ FF91C9EC33274C9284964EDC
+ DED76955BB844E2C8BB78655
+ CCA56042AC124304981947C6
+ 42EC48AC9CDC4703B650C6B4
+ 3E08BE5FEF8848578AA27681
+ F0A7DD022B7542658B6FFD0F
+ EECB496A06034635ADDABF2A
+ 9EE45D4FA40D4356AC1F9AD4
+ 8F758313D80F4C1E82DBC6F7
+ C77C8CE7F69C4CADA48A8E90
+ 790056AD7E43456791C1E370
+ 5AED8A119D524E8ABB3C7697
+ 329B35BBBB634C92B2F27278
+ 17653B08006F47BEAD5F0EF9
+ 5731B93528554FB6A46E7F93
+ A3E1DAE701A845D381754B27
+ B51BB9088A1842F0AF91CFEA
+
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
+ PBXGroup
name
- FKFlickrPushSubscribe.m
+ FlickrKit
path
- Classes/Model/Generated/Push/FKFlickrPushSubscribe.m
+ FlickrKit
sourceTree
<group>
- 9236A45CF58A4C7C83B35F88
+ 97A2FC9D47ED4510B4B16B8D
includeInIndex
1
@@ -7367,41 +8534,43 @@
PBXFileReference
lastKnownFileType
sourcecode.c.h
+ name
+ FKFlickrPhotosCommentsGetRecentForContacts.h
path
- Pods-environment.h
+ Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsGetRecentForContacts.h
sourceTree
<group>
- 92396708BD384C7FB84A5196
+ 97ADD144679746C79E58D744
fileRef
- 3E1D65344AFB424E94A909AC
+ EE27AA06F654451B81996B8C
isa
PBXBuildFile
- 925B603C8DEC40F180AB76E5
+ 97B4FB4A045F490DAC597EB0
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrStatsGetCollectionDomains.m
+ FKFlickrPlacesPlacesForTags.h
path
- Classes/Model/Generated/Stats/FKFlickrStatsGetCollectionDomains.m
+ Classes/Model/Generated/Places/FKFlickrPlacesPlacesForTags.h
sourceTree
<group>
- 92E7D79316794CF9A8F896DC
+ 97B9D22BAE944FA7A6253F74
fileRef
- 05C1FE9E7B454C7DA61333BD
+ 28A1FBC1167D4DCC9B73295B
isa
PBXBuildFile
- 9309D4C7B022413E9865DC68
+ 97CAFF72671C4AACADFBB5FA
includeInIndex
1
@@ -7410,31 +8579,23 @@
lastKnownFileType
sourcecode.c.objc
name
- SDImageCache.m
+ FKFlickrPhotosGetPerms.m
path
- SDWebImage/SDImageCache.m
+ Classes/Model/Generated/Photos/FKFlickrPhotosGetPerms.m
sourceTree
<group>
- 932A56F56F4348E0B4527CA3
+ 980E656C9E2C4329A5CA78D0
- includeInIndex
- 1
+ fileRef
+ 7FD556F270F44375AA705148
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- FKFlickrMachinetagsGetPredicates.m
- path
- Classes/Model/Generated/Machinetags/FKFlickrMachinetagsGetPredicates.m
- sourceTree
- <group>
+ PBXBuildFile
- 93DB55C365384C609D6D0E8E
+ 9859A5D94CBF4BF99680E389
fileRef
- E840138ED7EC49C08DBA1481
+ 33C48530DA704D808E15A6D9
isa
PBXBuildFile
settings
@@ -7443,469 +8604,14 @@
-fobjc-arc
- 942120411A63410E8F91FBC8
+ 9883B16E30F74756BB8F36EC
- children
-
- 59DD590E2773479E971DA531
- 7F6415A59CE348DC9C6BE453
- 3F6C560D867A4706B683A513
- 97CBCE7E3FA849C9A973C982
- BA9ABCDD7D474A858061E91D
- B716C6F025274582BBEE196D
- 16C74A988DB74550B8340D6C
- 9C07964EB3FE49678A278016
- E20CCE8E0C774B30A611AC0F
- E397017EAE004484A46FD8AC
- 079B0C41A2FC4C6F91996EF2
- 36B62E72DD0942D186D50322
- D599B20D2D7C4A63B9FC0553
- 43D6B01EA68142C8B8A0C874
- E3ECA24704204C3F884BCD4A
- AA562481DE344EE2AE999F2E
- 2108906C5EB842638DC38356
- 5579DC12E18643C6AE322803
- C700FB6CB60745828D1A4217
- D6CAB0FB01014174B714F78B
- 784072104BE54D549C93E923
- BF4AEF185B5242AFBB5AC55F
- 792A697EB36B4680B0A1CDFF
- 03E43C42F7CB4DA988AFD7F5
- 24F0F5E9E97A440CA2148DAD
- C7D07CA594C145088F11CCF4
- 79D478A468704B3EB8E5BAD4
- E70E2576321149F0A8743C5A
- C488D580CBB548F7B3A16620
- 7F10B7A212254011B0370EA3
- 768AC02064B54887992718DF
- 075C774F73F6441EAF58E704
- 525C8CFF188643F58F36ABEC
- 91CDF7ACD3504BDF9EF5AA6A
- E94610CFCD8341298E05AD6D
- 9A719A024E594773AE120053
- A9250FDC898042778B9309AC
- 65EF1C81A02646B18E3B37C5
- 0DD1B4B5D0C64E059E987B29
- 8FF95552ECD94922A0A7CDC5
- BBC91291A7E04B7D99E75A9F
- C284D611B50D48F38BF5C94E
- 12310D52F43A4912807CB420
- 580FE294DA174FC4AA2CCDE7
- F92AFFA88CE5479EA320067F
- C351E382AEAA46B9AADAA757
- 1EF2D785FE884243AD848EB4
- EC8D46604AFC40BCACD99712
- B67AB4AB69324CD0AF1397CB
- 5FDC05BFF00645F8BCB750B8
- ECDB0222266B41849DD00B2B
- 955F125580A34419AB5A1824
- 892F2122C71F42918FF12B38
- ECBFCBB4BAE1479F9480EB01
- 41D09CC93D324155B7E70CD0
- 875348AA52D0482184255CA6
- 639AF5839C77402FB2F905F8
- 87AA9DAB2E87402E9E6394D5
- 91A39B0890F44BC5BE395611
- 8F0FEF03FBDA4A91A4D79B27
- A89792CC0D55466CA2FFD78E
- 3212D795BBBB46C187F72086
- 193B6A40344847C1B046C7D5
- 43AAD065A08647769B7B9700
- F7F6D8FC36524D288E809791
- 26DC28338B814C9E8A3AE1F3
- EBD7F3B52BF241F88A516D3F
- 27434A6A44B44CF096C2291A
- 1182789CFE8A4E2DA968EB93
- 2EEDC7B939EF4396B6A2D6BB
- D9BF7ED735664A7FB2FF06CC
- D590EEA745444C21BE017FAC
- B243E12EAF3B4A7DB6C329FA
- 6BE6EA1534494D67B573C5FD
- 340A5CE5F48B4747ACB59132
- C45F3165A229404280713B6E
- 22FB0A5AE6F148188590D005
- D1F10C0E55BA454E94EBA8C3
- 96FC1FFA6F3F47E287D43E6F
- A8259279C7404291ABA58B3A
- 88603D638A1C4883BF206C89
- 3D68FB5BF77C458A8081CEF1
- 98BF8C902C654E308E85221C
- 32E16CF710224042BDAE9C05
- 6F4B5CA79A4D4946AAA96717
- E8884AA807584AAC83F7C83F
- BB27BABC79304D78B790022E
- 3E1D65344AFB424E94A909AC
- 78E5E7C32445476E9F4DEB37
- DA36C0B1C0394BF9A7C94199
- 584A687F1E4D43C69231951A
- 967136712E024604A71339EB
- F350141803C242C0873448FD
- 9A8602CF871345F6BD5FE89A
- 3F16D64AB85B460491BE68D4
- 8CC51171E6F2426BA7ACD30F
- 8D8FC1F5A0B14D6487DAE894
- 6589A0FE66614E119426557F
- F87E306400EF485B903194BC
- 69A53C97DC6E4ACDA30B4BF1
- 36CC155429124251A0FB82D8
- 38B6C7875B0749F4B6516C2A
- 2C9FBC7D1CF1460890D55CBC
- B6A016112BC140109193DA0C
- F1ADBD034C064111AB216DA9
- 9BFD0FFC0CA24E1C9859C6A9
- EDFE1007B6834D2CAA660C94
- DF1E4724C3A144D99E1F298D
- 8E37E1997FFD4C77B7883C04
- 203592D7B80F4C3B99A29DAF
- 7ACBB1ECE2F04F508BE872F7
- A0C82015CD714F8DABE894B7
- 412169762F2B47F6873DD38E
- 79A5353DF214448A96A7AF17
- 5E76ABB4F6E247958C28ED83
- 8A7FD72AAB884A069469D78F
- E146BADD4B0643A9A2E02589
- FA95F9C403D04CA495ECEF94
- A98B9683B2594A32AF2C19C1
- F11C88F1A4074397B7F9F2C9
- 63C3279D77C9400E9613AD8A
- 942E2707036B47BE8E3B3451
- 345A75A66F054315880BEA6C
- AB9059B826E34792BD177EDA
- 953A67ACB4454B4DA3F5BFE5
- 722B8569F8F348A98E7DC8D2
- A10F157328574874BBF7C7C1
- 05C1FE9E7B454C7DA61333BD
- 286548A248BA460DAFB6A878
- 456B9D66150842A4A731C713
- 2E55B3234FA44CACBECAF412
- 651C0C6E3A5A47EBBB60A31E
- 77FFE29B8152497F975E5D0C
- A6523D9880EA40F589046C30
- 932A56F56F4348E0B4527CA3
- 83991EF75B814F078B361938
- 60EBF9F968C548F6A3CD956C
- 77103D15318347FB8A0F6410
- FB3EB5BB8C28479FA4BB340E
- 94D6A4769F234E8AAAA94341
- D73D1D291964407787F3FC33
- 2D9DD15D9A5545C98F916A54
- 31EB977B04F34B4A832A6B1E
- FF3214D87A134EF59636936A
- 827BC0A99753488F89B1778B
- A68E27DB4B5F4FDB9DB65958
- 58D0A1FBC0CF4C2B905824D1
- D5428A1636234D038478B03C
- 8311DFEE8BCB4CB4A77511E1
- A487AC782ED242ED96F84BFD
- D25C416548054E928D632B9A
- 356A2AB8805D4FAF8C5AF353
- E5411A2E037541658452082B
- 53BB2AFB6AF64E06B9A0EC33
- 3E043891E33447309075538F
- B4E87E1973E5498AB0D5574E
- F02FDB1CCD7D4D9A84AD2E5F
- 3C2A879856C94000A4E289ED
- 5CCFEABB568C4A449B0411BC
- 7B8C6EB26D3C4684B4D67CFD
- 3395C1E9753B4208AF62B128
- B71E5CB7DFC44E4B8EBAD033
- 4F9AE7F50DCE4F1CA5C3DBCE
- C8E2BCEDA0EC47A49B87906E
- A27DD1D3525F425A8858CEA8
- 96F3202504E9455DB1CC1FE6
- 135EAEC9CA6D47F9A3B7FF8D
- 948F4357ADCD4950A050E6A3
- 9EDA43C94B164543B1C5095D
- 8D21EC17B91346DB8256C7CD
- 591D8F6726BC4285985218CD
- 7F6E67DB6019463D81625325
- 2B6740C37E314DEB9EA7159F
- B747A38D41C54A10AE1DD5DC
- 1CFB26A3E3DD4189BE144A36
- 531875970E2440D48CD42A9C
- CBAEE555B49646A48629AC8A
- 8D4BD0D5E4F543209F631641
- 22941B3464284BDD8FD21003
- C5C1E940AA9642429132039F
- F256F4D471AC41239BA60F0A
- 1F3208062E244475BCF28316
- B9237E6DECBC45109391F7F0
- D10F83FC8E274AFC81721114
- 6D7E995B7A824783B2165E68
- 1EA26A9DC0A341AA9D6DA50C
- E840138ED7EC49C08DBA1481
- 1B76B9167CC9406D80E2080E
- 8E3C7892552E4C499A3E1ABB
- 4D21E7256A3F47D6A109A6CA
- BAFFFD63DD2A4BB2BF93BCAF
- E1E3A81EA7914A58BA6F63CB
- 2ACED266598643FDB3A0689F
- B4B93EDA01BB4CE5BFEAEF30
- E86DE05331E2459B9281B0F9
- 3979022CC7F44D53B11DE71B
- 3CC8899F7E9B468BBEA45661
- 282EF38A8F25447A82DEC54B
- D8D8715E899C4A82A55192F0
- 5B65D20C77414CD08269AC98
- 97639969B68B460682E492EE
- FF564090F91343AE9BE0D42D
- EA66E7D29F90490FA864CCF5
- 118EC0D327C9434ABD4C2F15
- 4CF64AB9B7644036A45D63EF
- E12B0B4B7D40480DAD1CD546
- C13B3FBE13E64045B1B60570
- 6FE7E61FBFD04333BE81C965
- 428963C99C6F422A9986A6FD
- 0F9E87275E0349CFBB81CB29
- 1FC25F7A02044D16A1A78A32
- 8D620939FBB2411289CE3918
- CD5629049B174F1599B309C4
- 55D76C6B9AB84C548A541E84
- 5FB3F4F8AE5C41349EBF275C
- 6C9112DEFD134736A1791FC2
- C6F285D5958E44D4B17B2CFE
- 0287B8F43796482DAFC29FA2
- F742554A80FB4B4CAE1A8F86
- 53780B0862BD446C9D450657
- 0B9BE73C21F34C63A1FAB860
- FF439064E1224C309D612E4E
- 8D3789C456CF497A8C004041
- F2CC02AF2E384B87BE543EDF
- 2FF4027FA0094C8B8ACFA494
- 2D098A1948724ADEB14147F6
- 5511304EEE534FFBBF82BD66
- 0491FFE838234782BE300D4C
- 1AE12829D8474ED995345710
- D6B04E2D4F234E06BEA771D9
- CD3118E6AC754994A11872EE
- F51EA909120640E09244D40D
- E107F11DDBA441D88B2FAF1F
- 4F9290195D714CD69B1202EC
- 712C73DC70894B358391F043
- 7BC04F5CB3FB4AE494C12988
- 25F40E5BF9DE4A959C085B43
- 7B7F2418C513441890640E7F
- 2DF1D6D5D548464B8765073F
- 311F775899504D5695288C3B
- 54B10DA7A76D47BBBD78CA53
- 4951BDEB7BBC44A78DB189DD
- 9851ABEC4708483DB6F41269
- 783B50643FD640BDBABC8BB8
- 0C058DB8496241B783371814
- 4B0446239D0A4B00AFDC7C76
- 891A96CF457A44B2BEB430B6
- 4E010C876F1242CDBF76B401
- C7CB18D53D1D4ECF957EB741
- F4D5FD2AAB554BC89C9F818C
- A54383A460DE465FBA1C80AF
- CC48CFEDB0994057B8A82C90
- 39143E3A7FDF4493B9A3068F
- 140A635C6513477EA911EC92
- 4B275A3A0B4F46D396DD9BFA
- 61760C88F0CB484FA066CBF9
- 46E898B7960247A2ACD3A01D
- 34ACF2C5AB414D80B5CF3CEA
- 6263590EDB2845CFA58657A9
- 90F9C6D583E041FAA0F4F31A
- B48C3C8BD3BD4EC591A517F3
- 6FCD606F26244ECDBA89CAA9
- 015073EFB3134A9BBC895EDD
- 86E6BA214D624B6384A5330A
- C1B99B077F164E87B4214D2E
- 5DF1D0F4E14748D1AF7BE684
- 5A28F9591CFF4914A3FED0C7
- 51E8C87629D54A72A29E8D26
- 3CF88FB43D1347BE933C49C6
- D2CF012BE4304817A9CBBD58
- F58A5E4A6D2F403F814D4632
- 8A2E9F96EBA547E9BAB54737
- 3D62AD33A0D243ECA4F4D870
- A7EAFC09DA5C41E6A8A6B82B
- BA70CBE630C6414DAA5DA102
- 5A86BF034E234C178907B8DA
- 403E44828F274EDE94E7B4AC
- A04E8233154A4C69BBE984EB
- EA903FB4E7344FC1BFCF8A6F
- 70428A943753462F946DC68C
- F79540022307471AB761F580
- 8114BFC6DB03496287B1F29F
- A3CEF35C3DAE4520A109FAB9
- 5A42D9C987404659AB132862
- 78287707997C4B898C56035D
- 8A0571E60E0641C0A20466BF
- 150E0F5396E24C658BBD63E9
- 17BAA699E4514F34B9D82FA6
- 1893413E7E134E36A168A519
- E34D648E9494420EAB19D78B
- 1F495DBBBAE642DB84956A6E
- 94D58C5A98004794B23A8625
- 49CB0CC7F0DF44BABAF46A89
- 4CF83B49EDB34B6DA85C3DE1
- 02E22595A783406295E1B383
- 3D507807F9E94A828948B659
- 95134B018CE44E9F880AF6BC
- CB9AE49E9AF84591B28991D8
- 14CAF3145E484B40BD35FDE0
- EF54C54BABBB4C2FBB1011E0
- EF6C10C700454301A44F7F3A
- 1A0F33F81BF240BAB66C006A
- 7AF43B9C7A634ABE970D606E
- 3FFFAC775ABA48358E7699FB
- DD1B03A24F60448FB923970E
- 9699180D60BF41479D014B83
- EC6DF12CB58D4EF280B56FA4
- 1DC9104DD7CA46D298BC6DF4
- 983138AC6C6043AA91A88B10
- 06E7AB66B3EE4D2DB9780328
- 4AA4588D56814EBAA7D3FFC0
- 529C8D82E72349CCB2D38A62
- 2921EEE61801432C8DEBEEBE
- 68C76C6DA2AD40619EB14A50
- E5CBE9236C9C477096AE395E
- F045A4035DFE48118F1F672A
- CAA59717A7EB485DAD509B18
- 46A2AA9973044EA782C8C989
- 2C5FC6307850430799D2F2F8
- A54C9B49951244B9A6F564DD
- 4AA2B8CBFC7C416886A16BB9
- 48A55902957D45D1A162AB79
- F68779DB62B6483080D44132
- CD56D5A50B9D47FB86524F17
- 366892869D8C4346AD0B807E
- D619605D1F824ECF965402B0
- D479826A132C4B5592617F18
- 62762FFD271C482FA8D281F2
- EC3229326DBD460E86FE743D
- 181432AFF08B4E88B42B7B8B
- 6F948703444B4322A99546A7
- 28A4BB4B503C4A5CBEEE3B75
- 693A31E7A89748D8AE78D4E5
- DCE14BA969FB45A78A677C8C
- 00F972D6A74C414BA07D4B42
- 9BC66C11AD0B4C8EB5D5AB1F
- 668D60D17B144480AED1084B
- 462E6E31B0484339BDC2F79D
- 2B0C9B1007F349608D616BFC
- D5AE769F0055414295C71EF4
- 9DE31A3545C940BBAC17316D
- 677C2843A88141669E989CDC
- 97DDEFDF99144D059A746B35
- 81B832D1599F403B9EE72437
- 8AB97D90DD894AD8B9280736
- 5380BCA74E9A45B18FD796CE
- F40E0D29B69E467898A2EB54
- 1FE6249EC36D46B197B0AF23
- 0023BFDB4035479A8E59AB05
- 4E8ED6E88FA641878D1A3D64
- DA6E6FAF05794F249EB7631C
- B1C0EFE96F364B46A12D05C1
- 5FA29D0DE9FC48B188287442
- C880C31660604EE48D6DDC10
- 7E2AA3430EDB4736A52DEFD1
- 9AA71C20E03F43D2A205072F
- CC2B9CFF84204F7CBA1DA781
- 53442ABE5EA04F1B92B93511
- AC3862CAB265493B982FE3C1
- 7FD2B43028E04597A2C76FD4
- 920756A0BCF94DBCAB50BA1F
- 19C66B9696324D20B9A73021
- 7BEAAE3BD01C4029A6D1CC00
- 9DBAAF216F2B453FB47C2FFD
- 5A8C0162D5C84BF2908D9526
- D1A5BE63D1E547E7B4A7E7F6
- 16350892079943FD96DBA6CB
- DCB309B2ADBF43E08C71CBFC
- 41B5A034F48B4CB8B3235866
- 016893B5C8CF4D0B9A807F2B
- 925B603C8DEC40F180AB76E5
- 6F77CE28E67D4BBDA5D70416
- 693AB0745464428586323F94
- 67C1196EEBCF495D8BED1412
- F228A0EC035D460CA2438F8B
- 23109BEF695F4F75A93E6388
- D4C45D373C5048A9A0B7EBEB
- 98A30DF46FCE4E62B0D21EA4
- 59DEF03186164B198E013C5F
- 1860F3AF46464857A907E995
- 1C8FF644B0A54F18A932DA9D
- 9F221E03B59A413B9F011A98
- 45D316E561B64FF4BF01A70F
- 3CAB0889C1254E4B8BF41927
- 226892DF293B4323933BAD7D
- 6A688907D0B0429292CCEF01
- 208D13DBC18448DE90819D6E
- E95AD4D2580A4F47A01F2872
- 553491C72464461294C3425A
- B07B5E48845140369C47C854
- 549B87A736FC4DAFA8439FA4
- A89D8922E85D4CE4B034EF95
- 60F3FFDD0E90431CB44694D9
- DE664F927AE640349C0EE40D
- 5CA52C2F3F5C4DBFBDCA243C
- 8DF0B48E478246809F687F37
- 5A410ECF26BF4A8F84D8797E
- 7BC7AD3CA75A4C2BBA185E32
- 17C8E9CC861841E98B7FCF7A
- 5A501257F9A24B50851EDA73
- 106EA80CB03F4F089D6EA49D
- 0C33DE85B16D47FCA566AD1D
- 9654A1B5D245490E93E6F69B
- FD0C79EB8FB54BBD954CF551
- 57623FDE899A4A8998F11139
- 41B8A0A6A0B540DDBAB826E0
- 8240CFF41EB7473C8286BE2B
- 67BE6F1D66C04EC3BA40A123
- 601EB55CFF714E5483C0FCCE
- 9611D817E76A4FBAB66CC1FC
- 6AA39923EB2D4198A84A75D0
- 5934B4A5359F4F17A5A7361C
- 7875462DC31A419294E9E190
- E3DEE4E9229841D5B5698116
- 751BAFD1666A4BBE8258D350
- BCCEAD42F77F4643B30783DB
- B6EC37897308495B9E4B4D2C
- C4B132CB7A0B4710BFB87DC9
- 2462C1A4B22140BEBF329B50
- F9295B6E7718410EAB07F520
- ADFED37C4B084CD4B2745246
- CD9078DA9741445E859C4F68
- CE5C33B7B56A44DBBB9E6D70
- 258A7293500C4746AEE5C945
- E7554D0BE0C0454383673E6A
- 222DC2789BE84BFD93979BBF
- B1CAB8CE783C41119E177196
- 46372376177E4D34AAAD76C6
- F13595933E2E46DA9A5A2130
- 44BEFEC75D394236B85EA712
- 5A48572F17EC4AF78305750E
- 3BE6E45464354AF99BCD9AA7
- 914BEF1CAE6145B08C3FED55
- A14668206AF744AA91DF4EC1
- EA92CF0461404981B595ED9C
- 88534736D4DD4BB3BAC5239B
- F98E996BC12241978C2B8E1E
- 16FD915707304001AB2E5BE7
- CDD11CBDB5854B469B83DF1F
- 9C5907133DA24374A07852AD
- 06ABF5DEDC794731A760A223
- AAD2E5975776470A9C154BDF
- 54BB0E46EB924EFC9B7E1098
- DD92F7ADCF2C40289DF284F7
- 68C83AA977CC48D795B22465
- 2394179178714E1F99F291FE
- 081D19269D6E4282BFE3913C
- B04BBF003ED1431CA1E17B9E
-
+ fileRef
+ D0A4E8F32A88469B945A71F2
isa
- PBXGroup
- name
- FlickrKit
- path
- FlickrKit
- sourceTree
- <group>
+ PBXBuildFile
- 942E2707036B47BE8E3B3451
+ 9892A73210E94913B59D903E
includeInIndex
1
@@ -7914,20 +8620,25 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrGroupsPoolsGetPhotos.h
+ FKFlickrPrefsGetPrivacy.h
path
- Classes/Model/Generated/Groups/Pools/FKFlickrGroupsPoolsGetPhotos.h
+ Classes/Model/Generated/Prefs/FKFlickrPrefsGetPrivacy.h
sourceTree
<group>
- 9439EFFA5B59451C932739B5
+ 9898D1BF45E5477496D80E90
fileRef
- C8E2BCEDA0EC47A49B87906E
+ D92CACB3BB7847D69EACBEE1
isa
PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- 948F4357ADCD4950A050E6A3
+ 98FE6E9381C440559C042E90
includeInIndex
1
@@ -7936,58 +8647,81 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPhotosCommentsAddComment.h
+ FKFlickrPhotosetsGetInfo.h
path
- Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsAddComment.h
+ Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetInfo.h
sourceTree
<group>
- 94A75C82ED5D4AF5AA025883
+ 991771F51742485DB1A59972
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- SDWebImageDownloader.m
+ FKFlickrContactsGetList.h
path
- SDWebImage/SDWebImageDownloader.m
+ Classes/Model/Generated/Contacts/FKFlickrContactsGetList.h
sourceTree
<group>
- 94D58C5A98004794B23A8625
+ 992F9832CD6C4E7EA1E0AF33
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrPhotosetsDelete.h
+ FKFlickrPhotosRecentlyUpdated.m
path
- Classes/Model/Generated/Photosets/FKFlickrPhotosetsDelete.h
+ Classes/Model/Generated/Photos/FKFlickrPhotosRecentlyUpdated.m
sourceTree
<group>
- 94D6A4769F234E8AAAA94341
+ 995CB1EB599740B49DB6D74B
- includeInIndex
- 1
+ fileRef
+ 352885C3171C44C3A68279AC
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- FKFlickrNetworkOperation.h
- path
- Classes/Network/FKFlickrNetworkOperation.h
- sourceTree
- <group>
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
+
+ 99A950F22EB1472E8C5057E2
+
+ fileRef
+ CA0DCBE59332466DA2F04553
+ isa
+ PBXBuildFile
+
+ 9ADCD77267EB4034AEDAABC8
+
+ fileRef
+ 6A8EA128EAB9441595ACE32D
+ isa
+ PBXBuildFile
- 95134B018CE44E9F880AF6BC
+ 9B1706B2745841F1B77F2489
+
+ fileRef
+ 2687BBA710CA49FCB7D37AF5
+ isa
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc -DOS_OBJECT_USE_OBJC=0
+
+
+ 9B4FEFAB7F5A4081A9443D6A
includeInIndex
1
@@ -7996,13 +8730,13 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPhotosetsEditPhotos.m
+ FKFlickrStatsGetTotalViews.m
path
- Classes/Model/Generated/Photosets/FKFlickrPhotosetsEditPhotos.m
+ Classes/Model/Generated/Stats/FKFlickrStatsGetTotalViews.m
sourceTree
<group>
- 953A67ACB4454B4DA3F5BFE5
+ 9BEA0985BDD74FDA8723E708
includeInIndex
1
@@ -8011,42 +8745,39 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrGroupsPoolsRemove.m
+ FKFlickrPhotosetsRemovePhoto.m
path
- Classes/Model/Generated/Groups/Pools/FKFlickrGroupsPoolsRemove.m
+ Classes/Model/Generated/Photosets/FKFlickrPhotosetsRemovePhoto.m
sourceTree
<group>
- 955F125580A34419AB5A1824
+ 9C93157EF26A44E9A38BF919
- includeInIndex
- 1
+ fileRef
+ AA5E16FF2ECB43609CF3ED2E
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- FKFlickrContactsGetList.h
- path
- Classes/Model/Generated/Contacts/FKFlickrContactsGetList.h
- sourceTree
- <group>
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- 95FB06FE97EF4101937FDE54
+ 9CBD449CCAC241C194DF1C3F
- children
+ buildActionMask
+ 2147483647
+ files
- 942120411A63410E8F91FBC8
- 681D9E3BADDB4B7DA08A7216
+ A3B059D02E374A31A20B2A46
+ E78EA7A954994B30B19B1230
isa
- PBXGroup
- name
- Pods
- sourceTree
- <group>
+ PBXFrameworksBuildPhase
+ runOnlyForDeploymentPostprocessing
+ 0
- 9611D817E76A4FBAB66CC1FC
+ 9CEF1C3C3A0A403C9FF24A33
includeInIndex
1
@@ -8055,20 +8786,25 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrTagsGetListUserRaw.h
+ FKFlickrPhotosetsReorderPhotos.h
path
- Classes/Model/Generated/Tags/FKFlickrTagsGetListUserRaw.h
+ Classes/Model/Generated/Photosets/FKFlickrPhotosetsReorderPhotos.h
sourceTree
<group>
- 96394F9A599B449FAF122BC7
+ 9D0E400755874EA1B6FBEA49
fileRef
- B1C0EFE96F364B46A12D05C1
+ 797A14268285407393F6EEC1
isa
PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- 9654A1B5D245490E93E6F69B
+ 9D2CE78959C24DC0BC82A5E8
includeInIndex
1
@@ -8077,46 +8813,35 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrTagsGetHotList.m
+ FKFlickrTestNull.m
path
- Classes/Model/Generated/Tags/FKFlickrTagsGetHotList.m
+ Classes/Model/Generated/Test/FKFlickrTestNull.m
sourceTree
<group>
- 967136712E024604A71339EB
+ 9D7854FE210244308A5CBBE7
- includeInIndex
- 1
+ fileRef
+ B4F92698E8C547C78146C571
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- FKFlickrGroupsDiscussRepliesDelete.h
- path
- Classes/Model/Generated/Groups/Discuss/Replies/FKFlickrGroupsDiscussRepliesDelete.h
- sourceTree
- <group>
+ PBXBuildFile
- 9699180D60BF41479D014B83
+ 9DD76F33AA6A4BE6AE1E3375
- includeInIndex
- 1
+ fileRef
+ A020973AB23147EB8D74A9CF
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- FKFlickrPhotosetsOrderSets.h
- path
- Classes/Model/Generated/Photosets/FKFlickrPhotosetsOrderSets.h
- sourceTree
- <group>
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- 96AC0CA0122E46CFB5CEC9A5
+ 9DF3088D8E49455F8B750651
fileRef
- 9DE31A3545C940BBAC17316D
+ 8A41C2DDCFBF4024A9A9EDCB
isa
PBXBuildFile
settings
@@ -8125,7 +8850,36 @@
-fobjc-arc
- 96F3202504E9455DB1CC1FE6
+ 9E24D285D9074B35BE9D49AC
+
+ fileRef
+ 963AB21E61AA46C8A0D172E1
+ isa
+ PBXBuildFile
+
+ 9E3690C0565A476E9792D1AC
+
+ fileRef
+ 862585FA0D1A470982274B6C
+ isa
+ PBXBuildFile
+
+ 9EE45D4FA40D4356AC1F9AD4
+
+ includeInIndex
+ 1
+ isa
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.objc
+ name
+ FKReachability.m
+ path
+ Classes/Network/Reachability/FKReachability.m
+ sourceTree
+ <group>
+
+ 9EFCA6D183CD450EA866F446
includeInIndex
1
@@ -8134,13 +8888,25 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPhotosAddTags.h
+ FKFlickrFavoritesGetContext.h
path
- Classes/Model/Generated/Photos/FKFlickrPhotosAddTags.h
+ Classes/Model/Generated/Favorites/FKFlickrFavoritesGetContext.h
sourceTree
<group>
- 96FC1FFA6F3F47E287D43E6F
+ 9FA32DB9FD7E446DAB39C193
+
+ fileRef
+ 134EF5C13CBD481AA0B6F60D
+ isa
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
+
+ A020973AB23147EB8D74A9CF
includeInIndex
1
@@ -8149,20 +8915,25 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrGalleriesEditPhotos.m
+ FKFlickrPhotosCommentsAddComment.m
path
- Classes/Model/Generated/Galleries/FKFlickrGalleriesEditPhotos.m
+ Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsAddComment.m
sourceTree
<group>
- 975E3E50BD4D4F5EABEC030C
+ A11BBF49E18D410DA9B637B2
fileRef
- D6CAB0FB01014174B714F78B
+ 760D69190F0B404B9ADEDDE5
isa
PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- 97639969B68B460682E492EE
+ A15D75D5440649318607C0DA
includeInIndex
1
@@ -8171,73 +8942,92 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPhotosGetContactsPhotos.m
+ FKFlickrGroupsDiscussTopicsGetInfo.m
path
- Classes/Model/Generated/Photos/FKFlickrPhotosGetContactsPhotos.m
+ Classes/Model/Generated/Groups/Discuss/Topics/FKFlickrGroupsDiscussTopicsGetInfo.m
sourceTree
<group>
- 97CBCE7E3FA849C9A973C982
+ A1647BE7C4DB4CE88EFD6F46
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKDUConcurrentOperation.h
+ FKFlickrPrefsGetGeoPerms.m
path
- Classes/DevedUpKit/FKDUConcurrentOperation.h
+ Classes/Model/Generated/Prefs/FKFlickrPrefsGetGeoPerms.m
sourceTree
<group>
- 97DDEFDF99144D059A746B35
+ A166D56465DE45C9AAD90178
+
+ fileRef
+ 6A4BF029FE7648F2A914F306
+ isa
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
+
+ A1698C60B7944EF6AC755E6C
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrPlacesResolvePlaceURL.m
+ FKFlickrPhotosGeoGetLocation.h
path
- Classes/Model/Generated/Places/FKFlickrPlacesResolvePlaceURL.m
+ Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoGetLocation.h
sourceTree
<group>
- 983138AC6C6043AA91A88B10
+ A1B1A0FBF10949FC85E4E5CC
+
+ fileRef
+ 46860A73EC8F476C9F470A16
+ isa
+ PBXBuildFile
+
+ A1CD8336B30C4D5DB0B87545
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrPhotosetsRemovePhoto.m
+ FKFlickrPeopleGetPublicPhotos.h
path
- Classes/Model/Generated/Photosets/FKFlickrPhotosetsRemovePhoto.m
+ Classes/Model/Generated/People/FKFlickrPeopleGetPublicPhotos.h
sourceTree
<group>
- 9851ABEC4708483DB6F41269
+ A21012D42577488195F6F71B
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrPhotosPeopleDeleteCoords.m
+ FKFlickrBlogsGetServices.h
path
- Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleDeleteCoords.m
+ Classes/Model/Generated/Blogs/FKFlickrBlogsGetServices.h
sourceTree
<group>
- 98A30DF46FCE4E62B0D21EA4
+ A22B248BB0F94DE98F76F43A
includeInIndex
1
@@ -8246,13 +9036,13 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrStatsGetPhotoReferrers.h
+ FKFlickrTagsGetListUserPopular.h
path
- Classes/Model/Generated/Stats/FKFlickrStatsGetPhotoReferrers.h
+ Classes/Model/Generated/Tags/FKFlickrTagsGetListUserPopular.h
sourceTree
<group>
- 98BF8C902C654E308E85221C
+ A2455CCB5CF742B79B0A3FCC
includeInIndex
1
@@ -8261,16 +9051,16 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrGalleriesGetList.m
+ FKFlickrReflectionGetMethods.m
path
- Classes/Model/Generated/Galleries/FKFlickrGalleriesGetList.m
+ Classes/Model/Generated/Reflection/FKFlickrReflectionGetMethods.m
sourceTree
<group>
- 995C594F88BD47E891F25994
+ A24AB3E69D6348CCA27B8509
fileRef
- 31EB977B04F34B4A832A6B1E
+ 0804D5D2363145C2A614314A
isa
PBXBuildFile
settings
@@ -8279,55 +9069,32 @@
-fobjc-arc
- 997861159A584CCAB4BE4C34
+ A25D8A17854541B69AF8030F
- fileRef
- A68E27DB4B5F4FDB9DB65958
+ includeInIndex
+ 1
isa
- PBXBuildFile
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ name
+ FKDUBlocks.h
+ path
+ Classes/DevedUpKit/FKDUBlocks.h
+ sourceTree
+ <group>
- 99CC26E6CED84878A17279B8
+ A2EACD3BF8F84352AD380DC6
- attributes
-
- LastUpgradeCheck
- 0510
-
- buildConfigurationList
- F9D634D1465D4DF4AEEC5697
- compatibilityVersion
- Xcode 3.2
- developmentRegion
- English
- hasScannedForEncodings
- 0
+ fileRef
+ 5A1359FF30844563B044F482
isa
- PBXProject
- knownRegions
-
- en
-
- mainGroup
- 58399F4D95FA45BDB108EEAB
- productRefGroup
- 6CDE68A4C0AE400FA51EFF50
- projectDirPath
-
- projectReferences
-
- projectRoot
-
- targets
-
- 432590842CC541BEA2C5F3B6
- BCD5DF8710C248BBA0378911
- 5E052698215B41498BAF5177
-
+ PBXBuildFile
- 99DDB538947E44A782BDA1DC
+ A3420ADEF71C432298866D27
fileRef
- F87E306400EF485B903194BC
+ 64C71ABBD8D144B78E9A8CB8
isa
PBXBuildFile
settings
@@ -8336,14 +9103,7 @@
-fobjc-arc
- 9A44BD82B9DF43A090CC973F
-
- fileRef
- ECBFCBB4BAE1479F9480EB01
- isa
- PBXBuildFile
-
- 9A719A024E594773AE120053
+ A3427D36EA10490E878F8FDE
includeInIndex
1
@@ -8352,13 +9112,32 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrBlogsGetList.h
+ FKFlickrGroupsPoolsGetGroups.h
path
- Classes/Model/Generated/Blogs/FKFlickrBlogsGetList.h
+ Classes/Model/Generated/Groups/Pools/FKFlickrGroupsPoolsGetGroups.h
sourceTree
<group>
- 9A8602CF871345F6BD5FE89A
+ A379F9CB0B604FF0ABF876CF
+
+ fileRef
+ F9322590D1B6455E8DDB4CF7
+ isa
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
+
+ A3B059D02E374A31A20B2A46
+
+ fileRef
+ DF669C4100AE49A1B3B9CA64
+ isa
+ PBXBuildFile
+
+ A3CF1A1D88DD441A91768041
includeInIndex
1
@@ -8367,38 +9146,31 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrGroupsDiscussRepliesEdit.h
+ FKFlickrGroupsPoolsRemove.h
path
- Classes/Model/Generated/Groups/Discuss/Replies/FKFlickrGroupsDiscussRepliesEdit.h
+ Classes/Model/Generated/Groups/Pools/FKFlickrGroupsPoolsRemove.h
sourceTree
<group>
- 9AA71C20E03F43D2A205072F
+ A3E1DAE701A845D381754B27
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrPushGetSubscriptions.h
+ FlickrKit.m
path
- Classes/Model/Generated/Push/FKFlickrPushGetSubscriptions.h
+ Classes/FlickrKit/FlickrKit.m
sourceTree
<group>
- 9AC576FCBB6E4CB9BEF9A3B0
-
- fileRef
- 5A42D9C987404659AB132862
- isa
- PBXBuildFile
-
- 9AD2B366A8DC4A8C91D7AFA0
+ A421EDAA3D3044DE92044817
fileRef
- 58D0A1FBC0CF4C2B905824D1
+ 54A429A385734795909D8B02
isa
PBXBuildFile
settings
@@ -8407,10 +9179,10 @@
-fobjc-arc
- 9BACADBC35204AFFAB604C79
+ A4D1B0888C0F4CDBA8927A1C
fileRef
- 0DD1B4B5D0C64E059E987B29
+ 1B6E90889D044C54A7722DBA
isa
PBXBuildFile
settings
@@ -8419,14 +9191,7 @@
-fobjc-arc
- 9BBD3E0D7A814CDABE31712E
-
- fileRef
- 8A7FD72AAB884A069469D78F
- isa
- PBXBuildFile
-
- 9BC66C11AD0B4C8EB5D5AB1F
+ A4D60BD6E30348E5BFA2AE44
includeInIndex
1
@@ -8435,13 +9200,13 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPlacesPlacesForTags.h
+ FKFlickrTagsGetListUserRaw.h
path
- Classes/Model/Generated/Places/FKFlickrPlacesPlacesForTags.h
+ Classes/Model/Generated/Tags/FKFlickrTagsGetListUserRaw.h
sourceTree
<group>
- 9BFD0FFC0CA24E1C9859C6A9
+ A4E8D831EDC44A1181C13117
includeInIndex
1
@@ -8450,20 +9215,25 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrGroupsGetInfo.h
+ FKFlickrGalleriesEditPhotos.h
path
- Classes/Model/Generated/Groups/FKFlickrGroupsGetInfo.h
+ Classes/Model/Generated/Galleries/FKFlickrGalleriesEditPhotos.h
sourceTree
<group>
- 9C06BF9CA400466AAF9075CE
+ A596FDB6544C4A168A11F2BD
fileRef
- F9295B6E7718410EAB07F520
+ 07DA8BA1F3CA44AFA469BDC5
isa
PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- 9C07964EB3FE49678A278016
+ A5AA1866B73548E9B105A07E
includeInIndex
1
@@ -8472,13 +9242,13 @@
lastKnownFileType
sourcecode.c.h
name
- FKDUDiskCache.h
+ FKFlickrPushSubscribe.h
path
- Classes/DevedUpKit/FKDUDiskCache.h
+ Classes/Model/Generated/Push/FKFlickrPushSubscribe.h
sourceTree
<group>
- 9C5907133DA24374A07852AD
+ A5DFEBA9498D4C30A04958B3
includeInIndex
1
@@ -8487,96 +9257,98 @@
lastKnownFileType
sourcecode.c.h
name
- FKURLBuilder.h
+ FKFlickrFavoritesRemove.h
path
- Classes/Network/FKURLBuilder.h
+ Classes/Model/Generated/Favorites/FKFlickrFavoritesRemove.h
sourceTree
<group>
- 9D49C20F46D548889827D29A
+ A5F568ED81B24C37A8D8B1EC
+
+ fileRef
+ 5EBB3C224264433B9B362AE5
+ isa
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
+
+ A621921EAD264E5DA5C478E0
+
+ fileRef
+ 2830FDCD3B114CD7AC88A9EC
+ isa
+ PBXBuildFile
+
+ A621ABD0E0E840489ABB2BFA
fileRef
- CD9078DA9741445E859C4F68
+ 09AA9940ED6F4AA683B5700A
isa
PBXBuildFile
- 9DBAAF216F2B453FB47C2FFD
+ A65F7BCA13484402A97000D1
+ explicitFileType
+ archive.ar
includeInIndex
- 1
+ 0
isa
PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- FKFlickrReflectionGetMethodInfo.h
path
- Classes/Model/Generated/Reflection/FKFlickrReflectionGetMethodInfo.h
+ libPods-SDWebImage.a
sourceTree
- <group>
+ BUILT_PRODUCTS_DIR
- 9DE31A3545C940BBAC17316D
+ A6657B58F6DC4A218C6EEF7F
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrPlacesResolvePlaceId.m
+ FKFlickrPhotosCommentsDeleteComment.h
path
- Classes/Model/Generated/Places/FKFlickrPlacesResolvePlaceId.m
+ Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsDeleteComment.h
sourceTree
<group>
- 9DE5AC5A42C8453D8FFE52E8
+ A68101C7ADF944D598E1A14C
- fileRef
- B6A016112BC140109193DA0C
+ children
+
+ B113D0B5D78E48BBAA6D2D60
+ E341A7325F174BEFA63D88CC
+
isa
- PBXBuildFile
-
- 9E134840251343AFB896D76A
-
- fileRef
- 1182789CFE8A4E2DA968EB93
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
-
- 9EBB2803525A42A09357BC64
-
- fileRef
- A98B9683B2594A32AF2C19C1
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
+ PBXGroup
+ name
+ SDWebImage
+ path
+ SDWebImage
+ sourceTree
+ <group>
- 9EDA43C94B164543B1C5095D
+ A6881CF48AB1410B9AA726AD
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrPhotosCommentsAddComment.m
+ FKFlickrGroupsPoolsAdd.h
path
- Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsAddComment.m
+ Classes/Model/Generated/Groups/Pools/FKFlickrGroupsPoolsAdd.h
sourceTree
<group>
- 9F221E03B59A413B9F011A98
+ A724FD97B277443698179952
includeInIndex
1
@@ -8585,30 +9357,16 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrStatsGetPhotosetDomains.h
+ FKFlickrPhotosetsRemovePhotos.h
path
- Classes/Model/Generated/Stats/FKFlickrStatsGetPhotosetDomains.h
+ Classes/Model/Generated/Photosets/FKFlickrPhotosetsRemovePhotos.h
sourceTree
<group>
- 9F42BFAC88BE4659803D6EB5
-
- fileRef
- 81B832D1599F403B9EE72437
- isa
- PBXBuildFile
-
- 9FCCBF155A8E488D8E3F2ED4
-
- fileRef
- 1A0F33F81BF240BAB66C006A
- isa
- PBXBuildFile
-
- 9FFCB5823BBC4E5B8117B7BA
+ A74690C732354B04AED9D1AA
fileRef
- 24F0F5E9E97A440CA2148DAD
+ DED76955BB844E2C8BB78655
isa
PBXBuildFile
settings
@@ -8617,7 +9375,7 @@
-fobjc-arc
- A04E8233154A4C69BBE984EB
+ A7F2A908F5D84C6FBE4B22C5
includeInIndex
1
@@ -8626,13 +9384,13 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPhotosUploadCheckTickets.h
+ FKFlickrUrlsLookupGallery.h
path
- Classes/Model/Generated/Photos/Upload/FKFlickrPhotosUploadCheckTickets.h
+ Classes/Model/Generated/Urls/FKFlickrUrlsLookupGallery.h
sourceTree
<group>
- A0C82015CD714F8DABE894B7
+ A8259FF9D63B44B797748427
includeInIndex
1
@@ -8641,37 +9399,20 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrGroupsLeave.h
+ FKFlickrPlacesGetInfoByUrl.h
path
- Classes/Model/Generated/Groups/FKFlickrGroupsLeave.h
+ Classes/Model/Generated/Places/FKFlickrPlacesGetInfoByUrl.h
sourceTree
<group>
- A10467CE68C34ED88C8B675B
-
- fileRef
- D04E87861E0F4E4B8D551C0E
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc -DOS_OBJECT_USE_OBJC=0
-
-
- A106D662FC2647D4ADBB13A9
+ A8A644D91A624D508C654C0D
fileRef
- 8E3C7892552E4C499A3E1ABB
+ F21125F11F364F2AB16CF402
isa
PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
- A10F157328574874BBF7C7C1
+ A9171E2F1E83422B94EDF528
includeInIndex
1
@@ -8680,20 +9421,13 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrGroupsSearch.m
+ FKDUNetworkController.m
path
- Classes/Model/Generated/Groups/FKFlickrGroupsSearch.m
+ Classes/DevedUpKit/FKDUNetworkController.m
sourceTree
<group>
- A1120952DD4544D8A776A16F
-
- fileRef
- 222DC2789BE84BFD93979BBF
- isa
- PBXBuildFile
-
- A14668206AF744AA91DF4EC1
+ A94EFA362BA249BD9B9B7AE3
includeInIndex
1
@@ -8702,20 +9436,65 @@
lastKnownFileType
sourcecode.c.h
name
- FKImageUploadNetworkOperation.h
+ FKFlickrTagsGetRelated.h
path
- Classes/Network/FKImageUploadNetworkOperation.h
+ Classes/Model/Generated/Tags/FKFlickrTagsGetRelated.h
sourceTree
<group>
- A1F9F6BE977741DAA5C94BD2
+ AA1E9C4B9A924027AE596A0F
- fileRef
- 1EA26A9DC0A341AA9D6DA50C
+ baseConfigurationReference
+ 8892E55BD4394A4ABFA997C3
+ buildSettings
+
+ ALWAYS_SEARCH_USER_PATHS
+ NO
+ COPY_PHASE_STRIP
+ YES
+ DSTROOT
+ /tmp/xcodeproj.dst
+ GCC_C_LANGUAGE_STANDARD
+ gnu99
+ GCC_PRECOMPILE_PREFIX_HEADER
+ YES
+ GCC_PREFIX_HEADER
+ Pods-FlickrKit-prefix.pch
+ GCC_VERSION
+ com.apple.compilers.llvm.clang.1_0
+ INSTALL_PATH
+ $(BUILT_PRODUCTS_DIR)
+ IPHONEOS_DEPLOYMENT_TARGET
+ 7.0
+ OTHER_CFLAGS
+
+ -DNS_BLOCK_ASSERTIONS=1
+ $(inherited)
+
+ OTHER_CPLUSPLUSFLAGS
+
+ -DNS_BLOCK_ASSERTIONS=1
+ $(inherited)
+
+ OTHER_LDFLAGS
+
+ PRODUCT_NAME
+ $(TARGET_NAME)
+ PUBLIC_HEADERS_FOLDER_PATH
+ $(TARGET_NAME)
+ SDKROOT
+ iphoneos
+ SKIP_INSTALL
+ YES
+ VALIDATE_PRODUCT
+ YES
+
isa
- PBXBuildFile
+ XCBuildConfiguration
+ name
+ Release
- A27DD1D3525F425A8858CEA8
+ AA5E16FF2ECB43609CF3ED2E
includeInIndex
1
@@ -8724,55 +9503,53 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPeopleGetUploadStatus.m
+ FKFlickrGroupsDiscussRepliesEdit.m
path
- Classes/Model/Generated/People/FKFlickrPeopleGetUploadStatus.m
+ Classes/Model/Generated/Groups/Discuss/Replies/FKFlickrGroupsDiscussRepliesEdit.m
sourceTree
<group>
- A2972A9C6F4B453BB5489567
+ AA6D4D1EAE0A4D3B9B01030C
- fileRef
- A8259279C7404291ABA58B3A
- isa
- PBXBuildFile
-
- A2AEDC2F167C4EBCB627ACD3
-
- containerPortal
- 99CC26E6CED84878A17279B8
- isa
- PBXContainerItemProxy
- proxyType
+ includeInIndex
1
- remoteGlobalIDString
- 5E052698215B41498BAF5177
- remoteInfo
- Pods-SDWebImage
+ isa
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.objc
+ name
+ FKFlickrGroupsMembersGetList.m
+ path
+ Classes/Model/Generated/Groups/Members/FKFlickrGroupsMembersGetList.m
+ sourceTree
+ <group>
- A349D7B09B2445519359B1C1
+ AADC0B3990BD449BBA66BF93
fileRef
- 3BE6E45464354AF99BCD9AA7
+ AB931E24165E4C2CB3E36DAF
isa
PBXBuildFile
- A3547A688E5D4688A5FFB190
+ AAE4BCA61A98454FB98D0F3B
- fileRef
- 4AA2B8CBFC7C416886A16BB9
+ includeInIndex
+ 1
isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.objc
+ name
+ FKFlickrMachinetagsGetNamespaces.m
+ path
+ Classes/Model/Generated/Machinetags/FKFlickrMachinetagsGetNamespaces.m
+ sourceTree
+ <group>
- A3A3860D4ED1429DA22F496D
+ AB06009CAFBE4102A944EBD3
fileRef
- 59DEF03186164B198E013C5F
+ CD98C14DFCC14692A7035723
isa
PBXBuildFile
settings
@@ -8781,22 +9558,36 @@
-fobjc-arc
- A3CEF35C3DAE4520A109FAB9
+ AB537D6F903E45CCB15390EC
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrPhotosetsCommentsAddComment.m
+ FKFlickrGroupsSearch.h
path
- Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsAddComment.m
+ Classes/Model/Generated/Groups/FKFlickrGroupsSearch.h
sourceTree
<group>
- A487AC782ED242ED96F84BFD
+ AB77A4F0ED4D4C77A9589337
+
+ buildActionMask
+ 2147483647
+ files
+
+ 19382CCE7BAB407D87954878
+ 279AE1EBFDD54B6395DA50C7
+
+ isa
+ PBXFrameworksBuildPhase
+ runOnlyForDeploymentPostprocessing
+ 0
+
+ AB931E24165E4C2CB3E36DAF
includeInIndex
1
@@ -8805,28 +9596,28 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPeopleGetGroups.h
+ FKFlickrStatsGetPhotoReferrers.h
path
- Classes/Model/Generated/People/FKFlickrPeopleGetGroups.h
+ Classes/Model/Generated/Stats/FKFlickrStatsGetPhotoReferrers.h
sourceTree
<group>
- A54383A460DE465FBA1C80AF
+ ACC73AA2574B49FEAB8EDFD0
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrPhotosRemoveTag.m
+ FKFlickrPhotosGetContext.h
path
- Classes/Model/Generated/Photos/FKFlickrPhotosRemoveTag.m
+ Classes/Model/Generated/Photos/FKFlickrPhotosGetContext.h
sourceTree
<group>
- A54C9B49951244B9A6F564DD
+ AD1641537B594CF5973739CB
includeInIndex
1
@@ -8835,71 +9626,57 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPlacesGetChildrenWithPhotosPublic.h
+ FKFlickrStatsGetPopularPhotos.h
path
- Classes/Model/Generated/Places/FKFlickrPlacesGetChildrenWithPhotosPublic.h
+ Classes/Model/Generated/Stats/FKFlickrStatsGetPopularPhotos.h
sourceTree
<group>
- A5F30428A46046A1AE04CC6A
+ AD7F7ED41C7B482489BE3E0E
- fileRef
- 2C9FBC7D1CF1460890D55CBC
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
-
- A61470DD1ECD4D23A1459F5A
-
- fileRef
- 2108906C5EB842638DC38356
+ includeInIndex
+ 1
isa
- PBXBuildFile
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.objc
+ name
+ FKFlickrGroupsDiscussRepliesDelete.m
+ path
+ Classes/Model/Generated/Groups/Discuss/Replies/FKFlickrGroupsDiscussRepliesDelete.m
+ sourceTree
+ <group>
- A61CDF763FE54D9190877E79
+ AD96711B7BE345158B4AEA19
fileRef
- CDD11CBDB5854B469B83DF1F
+ B99D8D50841C422EAB80D5B4
isa
PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
- A6501D70C5CE47A9B491B843
+ ADF35B810D2C466485966D42
fileRef
- 293B76CB125F4BA4A14BB6AA
+ 7BBEE4284732469CBDE92210
isa
PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc -DOS_OBJECT_USE_OBJC=0
-
- A6523D9880EA40F589046C30
+ AE0B984526114F0D9398FE7E
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrMachinetagsGetPredicates.h
+ FKFlickrPeopleGetPhotosOf.m
path
- Classes/Model/Generated/Machinetags/FKFlickrMachinetagsGetPredicates.h
+ Classes/Model/Generated/People/FKFlickrPeopleGetPhotosOf.m
sourceTree
<group>
- A68E27DB4B5F4FDB9DB65958
+ AE9B8B0E41974CFFA41B2A30
includeInIndex
1
@@ -8908,32 +9685,40 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPeopleFindByEmail.h
+ FKFlickrPhotosetsEditPhotos.h
path
- Classes/Model/Generated/People/FKFlickrPeopleFindByEmail.h
+ Classes/Model/Generated/Photosets/FKFlickrPhotosetsEditPhotos.h
sourceTree
<group>
- A71E711D749641CEA49B8AE9
+ AEAD9F176A5E4D89BFD4B1DC
- fileRef
- 208D13DBC18448DE90819D6E
+ includeInIndex
+ 1
isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.objc
+ name
+ UIImageView+HighlightedWebCache.m
+ path
+ SDWebImage/UIImageView+HighlightedWebCache.m
+ sourceTree
+ <group>
- A76928A1FF8D4C4A960E7371
+ AED3811D3C194820B46EA132
fileRef
- 3C2A879856C94000A4E289ED
+ 6DD020C8A16A45728EE594C0
isa
PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- A7EAFC09DA5C41E6A8A6B82B
+ AF2F7B5DE93842ECA6A0C2F7
includeInIndex
1
@@ -8942,13 +9727,13 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPhotosSuggestionsSuggestLocation.h
+ FKFlickrUrlsGetUserProfile.h
path
- Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsSuggestLocation.h
+ Classes/Model/Generated/Urls/FKFlickrUrlsGetUserProfile.h
sourceTree
<group>
- A8259279C7404291ABA58B3A
+ B03C089D1AF6427BAA3745D5
includeInIndex
1
@@ -8957,13 +9742,13 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrGalleriesGetInfo.h
+ FKDataTypes.h
path
- Classes/Model/Generated/Galleries/FKFlickrGalleriesGetInfo.h
+ Classes/FlickrKit/FKDataTypes.h
sourceTree
<group>
- A89695ACD71C4A4A8B0E7E7A
+ B0B6C4759227460095FE4A00
includeInIndex
1
@@ -8972,13 +9757,13 @@
lastKnownFileType
sourcecode.c.h
name
- SDWebImageManager.h
+ FKFlickrPhotosetsEditMeta.h
path
- SDWebImage/SDWebImageManager.h
+ Classes/Model/Generated/Photosets/FKFlickrPhotosetsEditMeta.h
sourceTree
<group>
- A89792CC0D55466CA2FFD78E
+ B0CF08E217814013920DFDE9
includeInIndex
1
@@ -8987,62 +9772,118 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrFavoritesAdd.m
+ FKFlickrPhotosSuggestionsRejectSuggestion.m
path
- Classes/Model/Generated/Favorites/FKFlickrFavoritesAdd.m
+ Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsRejectSuggestion.m
sourceTree
<group>
- A89D8922E85D4CE4B034EF95
+ B113D0B5D78E48BBAA6D2D60
+
+ children
+
+ 07E8BCBE803C4CD8A6FC9FAE
+ 13C846279D454F1D905F0234
+ 56FFBC7790654D06829AD2F3
+ 2687BBA710CA49FCB7D37AF5
+ 20A21BFF268C4ABBAF4C8801
+ 45BDFEBF870A41378EBFAA52
+ 89E740A3F4EC492FB3E993EC
+ F21D3D83746546C4BBD81A9F
+ 8AF5B5A946A146C0A8F07A1A
+ 8D39D64BDDD943EAA2706545
+ DAF28E0DEA6E4A63877713EB
+ 120161252A4E4756B855FB38
+ 53A339B91688471FB0C06BE1
+ 5BCD118351C942F098A51C91
+ 74782FAB27E3478B9452ED3D
+ 9280688EEC724DFA9FB089A7
+ 4150745DC7D245D3B008790E
+ 4FC6D7A367F343F384345C65
+ 559E46314AB747148474CDE8
+ D8DC64AE346A4DD287EF0BE7
+ E869B0B2DB404AFEBF224091
+ FCB21E2919D241D2B7B76F18
+ FFA63C97E46B4C07A66087CB
+ F1C3A4B1DEBC481EB1AED9A7
+ AEAD9F176A5E4D89BFD4B1DC
+ 85E1E89A6C994643835BEA10
+ 775097F882D54D8DB97B8F59
+ 8EAEFDB66CA6420FB4D4AEF3
+ 143C3F66066D4F4BA18B2E4F
+
+ isa
+ PBXGroup
+ name
+ Core
+ sourceTree
+ <group>
+
+ B1381C8535474438B116E732
+
+ fileRef
+ C1235C5B0A974A9089165871
+ isa
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
+
+ B1AC6C24B3E34F7B972E8AC5
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrStatsGetPhotostreamStats.h
+ FKFlickrPhotosNotesDelete.m
path
- Classes/Model/Generated/Stats/FKFlickrStatsGetPhotostreamStats.h
+ Classes/Model/Generated/Photos/Notes/FKFlickrPhotosNotesDelete.m
sourceTree
<group>
- A9250FDC898042778B9309AC
+ B1E8F19A963C4C969EB16689
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrBlogsGetList.m
+ FKDUReachability.h
path
- Classes/Model/Generated/Blogs/FKFlickrBlogsGetList.m
+ Classes/Network/FKDUReachability.h
sourceTree
<group>
- A978E31AB54B4F9C8C7B4C6A
+ B250DDD625144076898B938B
- fileRef
- 5FA29D0DE9FC48B188287442
+ includeInIndex
+ 1
isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ name
+ FKFlickrTestNull.h
+ path
+ Classes/Model/Generated/Test/FKFlickrTestNull.h
+ sourceTree
+ <group>
- A98A1FBE957D4805A9393D74
+ B2B70FC93D454B589C05690B
fileRef
- 94D6A4769F234E8AAAA94341
+ FF91C9EC33274C9284964EDC
isa
PBXBuildFile
- A98B9683B2594A32AF2C19C1
+ B31A50D6CBD34C3AB7F03759
includeInIndex
1
@@ -9051,23 +9892,44 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrGroupsPoolsGetContext.m
+ FKFlickrUrlsGetUserPhotos.m
path
- Classes/Model/Generated/Groups/Pools/FKFlickrGroupsPoolsGetContext.m
+ Classes/Model/Generated/Urls/FKFlickrUrlsGetUserPhotos.m
sourceTree
<group>
- A9D3F43ACB364472A3891833
+ B34B41FA1B89492DA3C8F2D9
+
+ fileRef
+ 9280688EEC724DFA9FB089A7
+ isa
+ PBXBuildFile
+
+ B36A83AC91D34BD99FBF036B
+
+ buildConfigurations
+
+ 3C5A8699F43E4C39AF119786
+ AA1E9C4B9A924027AE596A0F
+
+ defaultConfigurationIsVisible
+ 0
+ defaultConfigurationName
+ Release
+ isa
+ XCConfigurationList
+
+ B384697B2D334C7CA12DCF09
fileRef
- 079B0C41A2FC4C6F91996EF2
+ 5BA9040DEE8849E6BAAE8C2A
isa
PBXBuildFile
- AA2737166D854852838F36AE
+ B3C9BD6B68AF4EB09EBB05F3
fileRef
- 46E898B7960247A2ACD3A01D
+ 42EC48AC9CDC4703B650C6B4
isa
PBXBuildFile
settings
@@ -9076,36 +9938,22 @@
-fobjc-arc
- AA4A63042BA54318ABF164E3
-
- fileRef
- 43AAD065A08647769B7B9700
- isa
- PBXBuildFile
-
- AA562481DE344EE2AE999F2E
+ B3DB020E7C72481CB6D98F2C
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKDUStreamUtil.m
+ FKFlickrReflectionGetMethods.h
path
- Classes/DevedUpKit/FKDUStreamUtil.m
+ Classes/Model/Generated/Reflection/FKFlickrReflectionGetMethods.h
sourceTree
<group>
- AA833D3AA94447EAA620D717
-
- fileRef
- 6589A0FE66614E119426557F
- isa
- PBXBuildFile
-
- AAD2E5975776470A9C154BDF
+ B3ED245364BD433F978638D2
includeInIndex
1
@@ -9114,67 +9962,31 @@
lastKnownFileType
sourcecode.c.h
name
- FKUploadRespone.h
+ FKFlickrGroupsBrowse.h
path
- Classes/Network/FKUploadRespone.h
+ Classes/Model/Generated/Groups/FKFlickrGroupsBrowse.h
sourceTree
<group>
- AAD2F34CAFCD48B097430209
+ B45EB73A4BEF4819B0866B53
- baseConfigurationReference
- 453EC530711B4B2EBED234BB
- buildSettings
-
- ALWAYS_SEARCH_USER_PATHS
- NO
- COPY_PHASE_STRIP
- NO
- DSTROOT
- /tmp/xcodeproj.dst
- GCC_C_LANGUAGE_STANDARD
- gnu99
- GCC_DYNAMIC_NO_PIC
- NO
- GCC_OPTIMIZATION_LEVEL
- 0
- GCC_PRECOMPILE_PREFIX_HEADER
- YES
- GCC_PREFIX_HEADER
- Pods-SDWebImage-prefix.pch
- GCC_PREPROCESSOR_DEFINITIONS
-
- DEBUG=1
- $(inherited)
-
- GCC_SYMBOLS_PRIVATE_EXTERN
- NO
- GCC_VERSION
- com.apple.compilers.llvm.clang.1_0
- INSTALL_PATH
- $(BUILT_PRODUCTS_DIR)
- IPHONEOS_DEPLOYMENT_TARGET
- 7.0
- OTHER_LDFLAGS
-
- PRODUCT_NAME
- $(TARGET_NAME)
- PUBLIC_HEADERS_FOLDER_PATH
- $(TARGET_NAME)
- SDKROOT
- iphoneos
- SKIP_INSTALL
- YES
-
+ includeInIndex
+ 1
isa
- XCBuildConfiguration
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.objc
name
- Debug
+ FKFlickrPhotosUploadCheckTickets.m
+ path
+ Classes/Model/Generated/Photos/Upload/FKFlickrPhotosUploadCheckTickets.m
+ sourceTree
+ <group>
- AAD34CA21F994071B2E75E23
+ B4A3B7A13367433EA282DF67
fileRef
- 5A48572F17EC4AF78305750E
+ CD5DF97161EE43748A0436EB
isa
PBXBuildFile
settings
@@ -9183,14 +9995,19 @@
-fobjc-arc
- AB0295409A8C4B749E3B6821
+ B4C1852669BE47CC819871BC
fileRef
- 8D4BD0D5E4F543209F631641
+ 8419E21DE10E44BE9B9B01E2
isa
PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- AB9059B826E34792BD177EDA
+ B4F92698E8C547C78146C571
includeInIndex
1
@@ -9199,115 +10016,76 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrGroupsPoolsRemove.h
+ FKFlickrAuthGetFrob.h
path
- Classes/Model/Generated/Groups/Pools/FKFlickrGroupsPoolsRemove.h
+ Classes/Model/Generated/Auth/FKFlickrAuthGetFrob.h
sourceTree
<group>
- ABB546C3B18C46E78E2D3FB7
+ B51BB9088A1842F0AF91CFEA
- fileRef
- 1CFB26A3E3DD4189BE144A36
+ children
+
+ E04C672B2584413D9A828E70
+ 8892E55BD4394A4ABFA997C3
+ 6F694DDFCDCF4C4B8DAF4D79
+ B957B61111BE47F8A7EBA3B7
+
isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
+ PBXGroup
+ name
+ Support Files
+ sourceTree
+ SOURCE_ROOT
- AC3862CAB265493B982FE3C1
+ B591251856E849AC971230D5
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrPushGetTopics.m
+ FKFlickrTagsGetListPhoto.h
path
- Classes/Model/Generated/Push/FKFlickrPushGetTopics.m
+ Classes/Model/Generated/Tags/FKFlickrTagsGetListPhoto.h
sourceTree
<group>
- ACF2DEA11A4D4A569A3C7B0A
-
- fileRef
- 768AC02064B54887992718DF
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
-
- AD465702CE014CDF8ECD2FB7
-
- fileRef
- DD92F7ADCF2C40289DF284F7
- isa
- PBXBuildFile
-
- AD532CA76EA54739B4E44453
-
- fileRef
- 6F4B5CA79A4D4946AAA96717
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
-
- AD684329D2BE48C899E577CB
+ B5B284F59E2242E884C6635C
fileRef
- B1CAB8CE783C41119E177196
+ F06FD50F4A4E461FA5D04830
isa
PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
- AD81D9F20A304E01889B4B5A
+ B5CFFA0903724F2EABEA3491
fileRef
- 4F8CD6C2CC394649BBF6E2EB
+ 3616F98A4F7D46C3AA3FB69B
isa
PBXBuildFile
- AD8FED97D624427B9860AFE4
+ B5D82213B48840B19075ADBC
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- UIImageView+WebCache.h
+ FKFlickrPlacesPlacesForUser.m
path
- SDWebImage/UIImageView+WebCache.h
+ Classes/Model/Generated/Places/FKFlickrPlacesPlacesForUser.m
sourceTree
<group>
- ADB00E62A58A42FF92B433A5
-
- fileRef
- 88534736D4DD4BB3BAC5239B
- isa
- PBXBuildFile
-
- ADBD3FEAA1A141ADB0939671
+ B5E0434AB31A4DB886BC4825
fileRef
- 5FB3F4F8AE5C41349EBF275C
+ 49212E3D5986415A85B54C7E
isa
PBXBuildFile
settings
@@ -9316,25 +10094,25 @@
-fobjc-arc
- ADFED37C4B084CD4B2745246
+ B5FF67BD3AC4460DBAD2B83A
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrTestNull.m
+ FKFlickrAuthGetFullToken.h
path
- Classes/Model/Generated/Test/FKFlickrTestNull.m
+ Classes/Model/Generated/Auth/FKFlickrAuthGetFullToken.h
sourceTree
<group>
- AE6481D2C3694980B7070DDF
+ B63C574220844870A7300409
fileRef
- 12310D52F43A4912807CB420
+ 2FAC2B00E3E54CC3A8EC3AB5
isa
PBXBuildFile
settings
@@ -9343,66 +10121,43 @@
-fobjc-arc
- AE8E4FA7820F43938B0A16D1
+ B6AE699425D645B393BF44D4
fileRef
- B07B5E48845140369C47C854
+ D4C75D5D50FB44C9BEA4BD39
isa
PBXBuildFile
- AEB4842B063D441791184953
+ B6B0ABA6EDA64EE7941F722D
fileRef
- EBD7F3B52BF241F88A516D3F
+ 12487967DD3A4120BD5FFE58
isa
PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
-
- AF8E5C5E7893434399ED575A
-
- fileRef
- 193B6A40344847C1B046C7D5
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
- B047761B6705422CBC88CA64
+ B6FB3FB2A39645CDB81C103F
fileRef
- 693AB0745464428586323F94
+ 29E2EB76809F4852B84EE48B
isa
PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
- B04BBF003ED1431CA1E17B9E
+ B73C88B27D194DC8917ACE1C
- children
-
- 5F9C333BD5A94B59AA8B2F2A
- 7B70EE12BEC7402FBC514743
- BEB3632DFBEA4833847DD869
- 6D01DCEB92DD46958BF760B4
-
+ includeInIndex
+ 1
isa
- PBXGroup
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
name
- Support Files
+ FKFlickrPhotosNotesAdd.h
+ path
+ Classes/Model/Generated/Photos/Notes/FKFlickrPhotosNotesAdd.h
sourceTree
- SOURCE_ROOT
+ <group>
- B07B5E48845140369C47C854
+ B80BCFC6D91F44CD946A9101
includeInIndex
1
@@ -9411,16 +10166,16 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrStatsGetPhotostreamReferrers.h
+ FKFlickrMachinetagsGetRecentValues.h
path
- Classes/Model/Generated/Stats/FKFlickrStatsGetPhotostreamReferrers.h
+ Classes/Model/Generated/Machinetags/FKFlickrMachinetagsGetRecentValues.h
sourceTree
<group>
- B099771FE2424DE4AAABEA8B
+ B80F6A6AAADF48279D14D112
fileRef
- 135EAEC9CA6D47F9A3B7FF8D
+ 3589ACE6FC5C414A924278E0
isa
PBXBuildFile
settings
@@ -9429,10 +10184,17 @@
-fobjc-arc
- B0A8604E3E83488CA17D2AEF
+ B86D4CF8B3834F5AB51C1C80
+
+ fileRef
+ BB1036BCD6B847B0B5A14D3B
+ isa
+ PBXBuildFile
+
+ B88482E8AB924F8095B9CE1B
fileRef
- CD5629049B174F1599B309C4
+ 55E2A9C8A00A4754AAE44C98
isa
PBXBuildFile
settings
@@ -9441,50 +10203,49 @@
-fobjc-arc
- B0ECC99CCCE043C98AC8D97D
+ B932698FB04C4D22ABFCC61F
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
+ name
+ FKFlickrPhotosSuggestionsGetList.h
path
- Pods-SDWebImage-dummy.m
+ Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsGetList.h
sourceTree
<group>
- B0F05E5764B746248A14ADBE
-
- fileRef
- 27434A6A44B44CF096C2291A
- isa
- PBXBuildFile
-
- B0F30A0D36174A4E9658604D
+ B9384C0F6941446882B47DE6
fileRef
- 7B7F2418C513441890640E7F
+ 88D901AD3B014411AC4C3B19
isa
PBXBuildFile
- B135B24391C54E7F836EC77B
+ B95351CA4FFF476888718874
fileRef
- 9A719A024E594773AE120053
+ 98FE6E9381C440559C042E90
isa
PBXBuildFile
- B18D3F132D3348E99EA49F7F
+ B957B61111BE47F8A7EBA3B7
+ includeInIndex
+ 1
isa
- PBXTargetDependency
- target
- 5E052698215B41498BAF5177
- targetProxy
- A2AEDC2F167C4EBCB627ACD3
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ path
+ Pods-FlickrKit-prefix.pch
+ sourceTree
+ <group>
- B1C0EFE96F364B46A12D05C1
+ B99D8D50841C422EAB80D5B4
includeInIndex
1
@@ -9493,26 +10254,20 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPrefsGetPrivacy.h
+ FKFlickrPlacesGetChildrenWithPhotosPublic.h
path
- Classes/Model/Generated/Prefs/FKFlickrPrefsGetPrivacy.h
+ Classes/Model/Generated/Places/FKFlickrPlacesGetChildrenWithPhotosPublic.h
sourceTree
<group>
- B1C799C6543F4BFAA965B35A
+ BA3C03E4AB954766AD10F335
- buildActionMask
- 2147483647
- files
-
- F01A47E2DE1B480DBA1C4B45
-
+ fileRef
+ 2FCE7F8E41CF4CBCA0614EA4
isa
- PBXSourcesBuildPhase
- runOnlyForDeploymentPostprocessing
- 0
+ PBXBuildFile
- B1CAB8CE783C41119E177196
+ BA55966C0EF64B3D8EF42EEC
includeInIndex
1
@@ -9521,13 +10276,20 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrUrlsGetUserProfile.m
+ FKFlickrBlogsGetServices.m
path
- Classes/Model/Generated/Urls/FKFlickrUrlsGetUserProfile.m
+ Classes/Model/Generated/Blogs/FKFlickrBlogsGetServices.m
sourceTree
<group>
- B243E12EAF3B4A7DB6C329FA
+ BA96AC47514B402AA20CFD45
+
+ fileRef
+ CEB28BE488D84108BBE94000
+ isa
+ PBXBuildFile
+
+ BAA28A6BB0A6472F99DDE266
includeInIndex
1
@@ -9536,373 +10298,106 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrGalleriesCreate.m
+ FKFlickrStatsGetPhotoDomains.m
path
- Classes/Model/Generated/Galleries/FKFlickrGalleriesCreate.m
+ Classes/Model/Generated/Stats/FKFlickrStatsGetPhotoDomains.m
sourceTree
<group>
- B25609F786994C6A83BCC2EB
+ BAE0E03B8DFE4D1598673193
fileRef
- 28A4BB4B503C4A5CBEEE3B75
+ FBFFD792B17C46A8B49E4228
isa
PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- B275F31C2BD54A38B57B21F2
+ BAEAA78E2AF84473A86C0BD8
- fileRef
- 1FE6249EC36D46B197B0AF23
+ includeInIndex
+ 1
isa
- PBXBuildFile
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.objc
+ name
+ FKFlickrPandaGetPhotos.m
+ path
+ Classes/Model/Generated/Panda/FKFlickrPandaGetPhotos.m
+ sourceTree
+ <group>
- B2E2044D905E472E9A3FF3D6
+ BB1036BCD6B847B0B5A14D3B
- fileRef
- 6FCD606F26244ECDBA89CAA9
+ includeInIndex
+ 1
isa
- PBXBuildFile
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ name
+ FKFlickrPushGetTopics.h
+ path
+ Classes/Model/Generated/Push/FKFlickrPushGetTopics.h
+ sourceTree
+ <group>
- B2F2D6DE2643451E8CE7512E
+ BB643BBA173045F3966AFD47
- buildActionMask
- 2147483647
- files
-
- F47DB750D86B4A8284365551
- C97D77463E8E4FB8B3092E84
- 2A1B6CC5946540A6BA0DE821
- 582576D9E5A84634AE7F04AE
- 89D8207AE22E4AA4A88A94D5
- 60B82F25EB7C443B815549A5
- A9D3F43ACB364472A3891833
- E766CBBA1B0242B4AEA40BF9
- 20A4541B41224D4AA93AAE98
- A61470DD1ECD4D23A1459F5A
- 77F968FDE5254436A704525E
- 975E3E50BD4D4F5EABEC030C
- 0BF519FD909247EDB64DABED
- 1B8232C5ADB34145BB299074
- 0623CE26AA7A428CB3E929E0
- 6499A3DE4F8142BBA47CBCFD
- 3BFC776005EA49D3B4B284E8
- 20BE0AB0B3F04932A731FBF2
- E9E0BC335E4848028637702C
- B135B24391C54E7F836EC77B
- 36D82B7398A94A78BAEC16AD
- F237DA4ABDA54E2BB8C957D9
- 24C8C162F89E470F81ECD52F
- C4C09F80AB5A440A87C92C27
- CF8330656C7C4E17888AE665
- 0C69CC464A58414FBD627950
- EA581E99EF94497EA8985296
- 8880B3A42E3846FEB1565649
- 9A44BD82B9DF43A090CC973F
- B3D555C9F5FC42F9804A3201
- C140C3F20D844D758E726C68
- 38A28D917E8D47929AC0941D
- 563F8F363FE4492B997FBD8E
- AA4A63042BA54318ABF164E3
- 29EA4DA87CC643D792DE11F7
- B0F05E5764B746248A14ADBE
- 8EAAF19D9C4844B8BED63824
- FE2A456EAF064DB4A1E0999D
- 601AE00C9F1747CA85F6984E
- 5CCDE52CF9B549EEB9739C5E
- 8A9A431DDE0743B29C3389C8
- A2972A9C6F4B453BB5489567
- D4C9557188C34C3AA2581FBC
- DAFEBF3E44A94661B4B9B920
- EE83A34647B34F24B021F712
- 92396708BD384C7FB84A5196
- C3DFF847C09D4AB38F568E59
- D349DC8E7E724DD386139DD0
- 764A260129DB4B919CD0D290
- F6D5A85D5CD4465FAADD619E
- AA833D3AA94447EAA620D717
- 16BE4689B3044F3C911B806E
- FF6610AFBF0B4221968EC450
- 9DE5AC5A42C8453D8FFE52E8
- 0B09DDEAC952424BB31ECC84
- D4A8AD090CCC42EC949C1193
- 7397A4B5386742168526ABC5
- E2F1B021C61E443C951C587E
- B944F5AD3974412ABDE67C1D
- 9BBD3E0D7A814CDABE31712E
- C2B1521EFECA4069BC607DFC
- 2FB45BFEBCB040F4A5E348BA
- 3FC73A0353814E5AA4E29064
- D50EBB25DDF646819BCA6ECA
- 1CBEBE00D88A4C17BB3B19C0
- 92E7D79316794CF9A8F896DC
- 02B1BE62CAD048C4A0BB7660
- F19C6B93483049068F4427EE
- 234479FFFF474F5DB72F0E9E
- D151CF13B1B848BD82D0A619
- 7AC4A458AC10406082AEAACC
- A98A1FBE957D4805A9393D74
- D9734F5F28D74BA0830F0C95
- CB28E1238DBE451192037250
- 997861159A584CCAB4BE4C34
- 60F18A9151744D248A04CB4A
- 3EF9E7E64C2547C3A894BB8B
- 691C7C857D1E4C8F8014549F
- 66A312E481E14F6AA98E863F
- 47BC3BECAFC64826A7092F18
- A76928A1FF8D4C4A960E7371
- EAC0FF9D904D46ED8CE1819E
- BE56D946CE9149FB8EF9F777
- 9439EFFA5B59451C932739B5
- 64BC184AB21D4E48A5D65BB6
- 217183861A3C431D9F3D96F5
- C4D50B5FC40644CD9F77CCD4
- 8825AB1864C34CEFB20CE523
- 87FF8290596A4FE484B1DB44
- 663E3884D7E146F284DE48A4
- AB0295409A8C4B749E3B6821
- FB9CD78FCFEC41579EE99EC5
- D859C018485347B09F075371
- EC83E0FE241E4603B0D64700
- A1F9F6BE977741DAA5C94BD2
- 1B88674BFBC64CA5BFC1C9C8
- 6C0597CA4C77422B8EC8E7D3
- F71A447BC60746E887A713E2
- C1C05F04324B451E8814604A
- 49799B4C36A14656980430B1
- 2D9A736B1870430697E310AE
- 465207EE319F438596EFEADD
- CC6CD1BB0A7640E5B1F24550
- E4ACF5ACD1104CB0993854A8
- C7B0BF04F3BF498AA61C5FDA
- 7934D67D64394B6482ED1A76
- E1F1E648ECBE41228AFBE05B
- 3D9515A723D642BFA2B9449E
- 6CEB68DB38B049D59099E7A5
- 7E21C0260E45480FBCA8E43C
- 74A2B6CEFC054F12A05A87E4
- 7BAF726AD3B749A3A9E4E2CC
- 00763197FCD245948942307C
- F2B9EB0A4037481DA38E16F8
- 1BD83A548CDC4070B7CEAC20
- 4C4E5BA4DC6546408477093B
- 4EF6EE3F4B7B4EABA093A391
- 5F32548896844B6CAC43A870
- 80DFFF281D434FA291731807
- 8697101858574283A3B185D4
- B0F30A0D36174A4E9658604D
- 015BB74A58F84032AACF1296
- 6D402D1A3AB347759194B690
- 0987510B098F41C8A5DE04E4
- 809555DA2AD4408EBF859781
- 847D2D79B91D4EC4B355A40A
- 57DC17020CA64CD6ABE6F0F2
- D9BDFE4A15C7416B878A622E
- 3D5A9DC6EA044C49AD4789DA
- BBB96B8D0403404986DA71D2
- 6204E8AED88346F3A3C05471
- 1A3AD330B14444C6B03C5C20
- B2E2044D905E472E9A3FF3D6
- 24B3718D479349AEA7880BC7
- 4E0164C690804F61A6530BA9
- 7EBBC0AE749949E68A46CE2A
- 1056691FAF364B059EA7C2C3
- E72842BAE1224DBD8C853FEB
- 10D3A390E8644E3F8FB3ED13
- 3A65118365C04239BCCCADCC
- 2D747EBA4FD74DDDBB2ACF18
- EACD3780EB614DC2B824A153
- 0D16F20674084D9093EF29C6
- 9AC576FCBB6E4CB9BEF9A3B0
- 531D6A96E2384378936EEEB1
- EDE518C906804E3BABB54AD4
- B655B34B35DF43BA9F890542
- BE38470A226A43B49CD04178
- 627B61C4CC734C61A26F6952
- 05F721F2B0B94FE1B7523AFA
- 7809DCC0055947BA84221EDC
- 88637C7C4EF449F6AEAE518B
- 9FCCBF155A8E488D8E3F2ED4
- E7A14A00A09B428B8B37E6DA
- D589D9ABF82C4936A49C1742
- F5D2AFD288D544C08F3244D1
- C187736CADE04AEC9D13552B
- 1C676A96D6A840F59182CF65
- 12A289770E6F45D490C9AB29
- 05830015C71E4FE98A3583C8
- DA70A0196FC34489AF889279
- 13CC47FF9E6540C19D57BF65
- E0C30DEF7B824B6EBCF73111
- 22D6386BC60D4F79BA2A1322
- 380C583C017847A88A7AF7BF
- 0665C52D2E28470690CDD90A
- 29326B5838494053AF74A554
- B25609F786994C6A83BCC2EB
- 4EE9224C24C3455A9DC0F5E2
- 199B45DF76B6459D94F8B1DF
- 69E8764C9929402B9918EDCF
- 5B94EE4B5B974412A8421FEB
- 71E498BDBA794B47828BE54A
- 9F42BFAC88BE4659803D6EB5
- 53E7C0D3D91648B2BDF6F8D2
- B275F31C2BD54A38B57B21F2
- D1B1EB59FFBB491FB733F90C
- 96394F9A599B449FAF122BC7
- E354D22C261F44D1A8C3E1DA
- 5379E07B46C04DF989F97814
- F4881975CA2F45C8AB04D382
- 77AA5D5D2E8A4F998A8343C5
- 283B3501BD93476D857AE99C
- 737D71D54F2D474CAE4C5A45
- 7D6D30FE764E4944B7519AE7
- B48A366617344323A1EAFF59
- 1E263BBE3CED46C1AF812D40
- EA21E69DFC8B4791A53FDA65
- B449642BF1544E9792268E4A
- 7E71D89CF36E45F097C97B44
- 4CACAE98D0F94459B6313B07
- F75D3522318E4643A87F69D3
- F6981DFD98A74D25B8A838D3
- 7035FDA41A6C4AAFB7250205
- CC72DA79D6CC4D3D9C685F8C
- 25BD11EB09F24AA588E1BBAF
- AE8E4FA7820F43938B0A16D1
- 317D801D0B4C455FA3B2ED1C
- 17E814FCE0EE4482A6C9C83E
- CA36DAB508E9443A8B9375D2
- C76ADFDF36814987BB21D2EE
- 717547EAA3094EC38E4B3D44
- F51F0BC63B6D4EBC838F69DD
- 1DC38C8C89FB407E95CBE04C
- D12F81D1E78E4923BD5F940F
- 7CBB3FEF03E14F029B2115B3
- 4C6F5FD66B164771BD7282F2
- 77BAD8F9F3864A068CF55DC5
- 5005C2769E4A4908A9FA2EE9
- 1DAAB03EFCCC4C11A876A6BA
- 1CA9D616C21142A3A7821FE5
- 9C06BF9CA400466AAF9075CE
- 9D49C20F46D548889827D29A
- 4F6C9C425BEB45FE8C8BC5A9
- A1120952DD4544D8A776A16F
- 24F0585C991B47249A1F748A
- C8E7FACE48A64EBEA89AFF65
- A349D7B09B2445519359B1C1
- D4D9E190B5AC4AA4A240B533
- ADB00E62A58A42FF92B433A5
- 3D1A5F65ED2E4E598DE509E0
- CCAAD27CC2B1480C9DF94818
- CBE7AC8B2B1A4CB2B696B805
- AD465702CE014CDF8ECD2FB7
- 812B9F80A0B947E096260F24
-
+ includeInIndex
+ 1
isa
- PBXHeadersBuildPhase
- runOnlyForDeploymentPostprocessing
- 0
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ name
+ FKDUStreamUtil.h
+ path
+ Classes/DevedUpKit/FKDUStreamUtil.h
+ sourceTree
+ <group>
- B3A2E56A504549BC9624E877
+ BB92F632ECFD42EC965E8666
- buildActionMask
- 2147483647
- files
+ buildConfigurations
- 56B0B38A0B9E4B79B5696BA7
- BD5AED58E8474B5DB0785F69
- AD81D9F20A304E01889B4B5A
+ 85A0B75AFD8D4D0CA69351F6
+ 066926B2509A4A69BF8C1BD5
- isa
- PBXFrameworksBuildPhase
- runOnlyForDeploymentPostprocessing
+ defaultConfigurationIsVisible
0
-
- B3D555C9F5FC42F9804A3201
-
- fileRef
- 875348AA52D0482184255CA6
- isa
- PBXBuildFile
-
- B449642BF1544E9792268E4A
-
- fileRef
- 67C1196EEBCF495D8BED1412
+ defaultConfigurationName
+ Release
isa
- PBXBuildFile
+ XCConfigurationList
- B48A366617344323A1EAFF59
+ BBB89A827F8442F19B471AD1
fileRef
- DCB309B2ADBF43E08C71CBFC
+ B5FF67BD3AC4460DBAD2B83A
isa
PBXBuildFile
- B48C3C8BD3BD4EC591A517F3
+ BBDD7EEE2B9B469382F9083B
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrPhotosSetPerms.m
+ FKFlickrStatsGetPhotostreamStats.h
path
- Classes/Model/Generated/Photos/FKFlickrPhotosSetPerms.m
+ Classes/Model/Generated/Stats/FKFlickrStatsGetPhotostreamStats.h
sourceTree
<group>
- B4A43AE15D3049FCB5D6C617
-
- baseConfigurationReference
- 7B70EE12BEC7402FBC514743
- buildSettings
-
- ALWAYS_SEARCH_USER_PATHS
- NO
- COPY_PHASE_STRIP
- NO
- DSTROOT
- /tmp/xcodeproj.dst
- GCC_C_LANGUAGE_STANDARD
- gnu99
- GCC_DYNAMIC_NO_PIC
- NO
- GCC_OPTIMIZATION_LEVEL
- 0
- GCC_PRECOMPILE_PREFIX_HEADER
- YES
- GCC_PREFIX_HEADER
- Pods-FlickrKit-prefix.pch
- GCC_PREPROCESSOR_DEFINITIONS
-
- DEBUG=1
- $(inherited)
-
- GCC_SYMBOLS_PRIVATE_EXTERN
- NO
- GCC_VERSION
- com.apple.compilers.llvm.clang.1_0
- INSTALL_PATH
- $(BUILT_PRODUCTS_DIR)
- IPHONEOS_DEPLOYMENT_TARGET
- 7.0
- OTHER_LDFLAGS
-
- PRODUCT_NAME
- $(TARGET_NAME)
- PUBLIC_HEADERS_FOLDER_PATH
- $(TARGET_NAME)
- SDKROOT
- iphoneos
- SKIP_INSTALL
- YES
-
- isa
- XCBuildConfiguration
- name
- Debug
-
- B4B93EDA01BB4CE5BFEAEF30
+ BBEF0B75FC634074A0E8125F
includeInIndex
1
@@ -9911,31 +10406,28 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPhotosGeoSetLocation.h
+ FKFlickrPhotosGetPerms.h
path
- Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoSetLocation.h
+ Classes/Model/Generated/Photos/FKFlickrPhotosGetPerms.h
sourceTree
<group>
- B4E87E1973E5498AB0D5574E
+ BBF27AAFACA945F58BED9406
- includeInIndex
- 1
+ fileRef
+ 775097F882D54D8DB97B8F59
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- FKFlickrPeopleGetPhotos.h
- path
- Classes/Model/Generated/People/FKFlickrPeopleGetPhotos.h
- sourceTree
- <group>
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc -DOS_OBJECT_USE_OBJC=0
+
- B5D344FED5634EB9896DE887
+ BC9BDD7265D145B8B030C47D
fileRef
- ECDB0222266B41849DD00B2B
+ 94F2BFCE46EE4B3AB9BE71FA
isa
PBXBuildFile
settings
@@ -9944,14 +10436,19 @@
-fobjc-arc
- B655B34B35DF43BA9F890542
+ BD68A73164934560A640007E
fileRef
- E34D648E9494420EAB19D78B
+ 6BDC05B6B83D42758F933DA8
isa
PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- B67AB4AB69324CD0AF1397CB
+ BD69063EC6FC4123A4979E34
includeInIndex
1
@@ -9960,156 +10457,16 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrCollectionsGetTree.m
+ FKFlickrPhotosetsSetPrimaryPhoto.m
path
- Classes/Model/Generated/Collections/FKFlickrCollectionsGetTree.m
+ Classes/Model/Generated/Photosets/FKFlickrPhotosetsSetPrimaryPhoto.m
sourceTree
<group>
- B6A016112BC140109193DA0C
+ BDB8E9BEE9F4486986FAD544
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- FKFlickrGroupsDiscussTopicsGetList.h
- path
- Classes/Model/Generated/Groups/Discuss/Topics/FKFlickrGroupsDiscussTopicsGetList.h
- sourceTree
- <group>
-
- B6EC37897308495B9E4B4D2C
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- FKFlickrTestEcho.m
- path
- Classes/Model/Generated/Test/FKFlickrTestEcho.m
- sourceTree
- <group>
-
- B702CC35169843DCB8F1F688
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- text.script.sh
- path
- Pods-resources.sh
- sourceTree
- <group>
-
- B716C6F025274582BBEE196D
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- FKDUDefaultDiskCache.h
- path
- Classes/DevedUpKit/FKDUDefaultDiskCache.h
- sourceTree
- <group>
-
- B71E5CB7DFC44E4B8EBAD033
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- FKFlickrPeopleGetPublicPhotos.h
- path
- Classes/Model/Generated/People/FKFlickrPeopleGetPublicPhotos.h
- sourceTree
- <group>
-
- B747A38D41C54A10AE1DD5DC
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- FKFlickrPhotosCommentsGetList.h
- path
- Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsGetList.h
- sourceTree
- <group>
-
- B78BF4B82F7A41F68FCDFFD6
-
- baseConfigurationReference
- 453EC530711B4B2EBED234BB
- buildSettings
-
- ALWAYS_SEARCH_USER_PATHS
- NO
- COPY_PHASE_STRIP
- YES
- DSTROOT
- /tmp/xcodeproj.dst
- GCC_C_LANGUAGE_STANDARD
- gnu99
- GCC_PRECOMPILE_PREFIX_HEADER
- YES
- GCC_PREFIX_HEADER
- Pods-SDWebImage-prefix.pch
- GCC_VERSION
- com.apple.compilers.llvm.clang.1_0
- INSTALL_PATH
- $(BUILT_PRODUCTS_DIR)
- IPHONEOS_DEPLOYMENT_TARGET
- 7.0
- OTHER_CFLAGS
-
- -DNS_BLOCK_ASSERTIONS=1
- $(inherited)
-
- OTHER_CPLUSPLUSFLAGS
-
- -DNS_BLOCK_ASSERTIONS=1
- $(inherited)
-
- OTHER_LDFLAGS
-
- PRODUCT_NAME
- $(TARGET_NAME)
- PUBLIC_HEADERS_FOLDER_PATH
- $(TARGET_NAME)
- SDKROOT
- iphoneos
- SKIP_INSTALL
- YES
- VALIDATE_PRODUCT
- YES
-
- isa
- XCBuildConfiguration
- name
- Release
-
- B86BF6D6340E4C8CBA47335B
-
- fileRef
- 2C5FC6307850430799D2F2F8
+ fileRef
+ A2455CCB5CF742B79B0A3FCC
isa
PBXBuildFile
settings
@@ -10118,126 +10475,37 @@
-fobjc-arc
- B8789EFAABF74A9F9EDE6F7F
-
- baseConfigurationReference
- 7B70EE12BEC7402FBC514743
- buildSettings
-
- ALWAYS_SEARCH_USER_PATHS
- NO
- COPY_PHASE_STRIP
- YES
- DSTROOT
- /tmp/xcodeproj.dst
- GCC_C_LANGUAGE_STANDARD
- gnu99
- GCC_PRECOMPILE_PREFIX_HEADER
- YES
- GCC_PREFIX_HEADER
- Pods-FlickrKit-prefix.pch
- GCC_VERSION
- com.apple.compilers.llvm.clang.1_0
- INSTALL_PATH
- $(BUILT_PRODUCTS_DIR)
- IPHONEOS_DEPLOYMENT_TARGET
- 7.0
- OTHER_CFLAGS
-
- -DNS_BLOCK_ASSERTIONS=1
- $(inherited)
-
- OTHER_CPLUSPLUSFLAGS
-
- -DNS_BLOCK_ASSERTIONS=1
- $(inherited)
-
- OTHER_LDFLAGS
-
- PRODUCT_NAME
- $(TARGET_NAME)
- PUBLIC_HEADERS_FOLDER_PATH
- $(TARGET_NAME)
- SDKROOT
- iphoneos
- SKIP_INSTALL
- YES
- VALIDATE_PRODUCT
- YES
-
- isa
- XCBuildConfiguration
- name
- Release
-
- B9237E6DECBC45109391F7F0
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- FKFlickrPhotosGeoCorrectLocation.m
- path
- Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoCorrectLocation.m
- sourceTree
- <group>
-
- B92B997140EB4F199F1A67CB
+ BDC5707C891E452C99037CB8
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
- name
- SDWebImageDownloaderOperation.m
- path
- SDWebImage/SDWebImageDownloaderOperation.m
- sourceTree
- <group>
-
- B944F5AD3974412ABDE67C1D
-
- fileRef
- 79A5353DF214448A96A7AF17
- isa
- PBXBuildFile
-
- B9C7939D9EF34F33AEFFF7D8
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- UIImage+GIF.m
+ FKFlickrUrlsGetUserPhotos.h
path
- SDWebImage/UIImage+GIF.m
+ Classes/Model/Generated/Urls/FKFlickrUrlsGetUserPhotos.h
sourceTree
<group>
- BA70CBE630C6414DAA5DA102
+ BDE72F1ADD544A5C9A4B76B8
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrPhotosSuggestionsSuggestLocation.m
+ FKFlickrStatsGetPhotoStats.h
path
- Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsSuggestLocation.m
+ Classes/Model/Generated/Stats/FKFlickrStatsGetPhotoStats.h
sourceTree
<group>
- BA9ABCDD7D474A858061E91D
+ BE140E3D33F74B558E220BED
includeInIndex
1
@@ -10246,106 +10514,43 @@
lastKnownFileType
sourcecode.c.objc
name
- FKDUConcurrentOperation.m
+ FKFlickrStatsGetPhotosetDomains.m
path
- Classes/DevedUpKit/FKDUConcurrentOperation.m
+ Classes/Model/Generated/Stats/FKFlickrStatsGetPhotosetDomains.m
sourceTree
<group>
- BAFFFD63DD2A4BB2BF93BCAF
+ BE2CE424937D41C29FDC9CB4
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrPhotosGeoRemoveLocation.m
+ FKFlickrPlacesResolvePlaceId.h
path
- Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoRemoveLocation.m
+ Classes/Model/Generated/Places/FKFlickrPlacesResolvePlaceId.h
sourceTree
<group>
- BB27BABC79304D78B790022E
+ BE8756EDFE38463191CADFF9
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
- name
- FKFlickrGalleriesGetPhotos.m
- path
- Classes/Model/Generated/Galleries/FKFlickrGalleriesGetPhotos.m
- sourceTree
- <group>
-
- BB6870B32B064852BAFE1C9B
-
- fileRef
- B48C3C8BD3BD4EC591A517F3
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
-
- BB851C0B9707406DA4319A91
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- text
- name
- Podfile
- path
- ../Podfile
- sourceTree
- SOURCE_ROOT
- xcLanguageSpecificationIdentifier
- xcode.lang.ruby
-
- BBADCB3137044170AFF2BEA0
-
- fileRef
- E107F11DDBA441D88B2FAF1F
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
-
- BBB96B8D0403404986DA71D2
-
- fileRef
- 61760C88F0CB484FA066CBF9
- isa
- PBXBuildFile
-
- BBC91291A7E04B7D99E75A9F
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrBlogsPostPhoto.m
+ FKFlickrPeopleFindByEmail.h
path
- Classes/Model/Generated/Blogs/FKFlickrBlogsPostPhoto.m
+ Classes/Model/Generated/People/FKFlickrPeopleFindByEmail.h
sourceTree
<group>
- BBCDD58D6BE0431EA8A6B64A
+ BEBD67F1A5C54A019030C65E
includeInIndex
1
@@ -10354,50 +10559,13 @@
lastKnownFileType
sourcecode.c.h
name
- UIButton+WebCache.h
- path
- SDWebImage/UIButton+WebCache.h
- sourceTree
- <group>
-
- BC2BD45BF0BE430787EE7963
-
- explicitFileType
- archive.ar
- includeInIndex
- 0
- isa
- PBXFileReference
+ FKFlickrBlogsPostPhoto.h
path
- libPods.a
+ Classes/Model/Generated/Blogs/FKFlickrBlogsPostPhoto.h
sourceTree
- BUILT_PRODUCTS_DIR
-
- BC386C940AE04D08AD2DC9D5
-
- fileRef
- 2B0C9B1007F349608D616BFC
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
-
- BC6763C414D8475DB9150FF0
-
- fileRef
- F256F4D471AC41239BA60F0A
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
+ <group>
- BCCEAD42F77F4643B30783DB
+ BEFD4F5270444B8186B9FEBB
includeInIndex
1
@@ -10406,81 +10574,64 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrTestEcho.h
+ FKDUDefaultDiskCache.h
path
- Classes/Model/Generated/Test/FKFlickrTestEcho.h
+ Classes/DevedUpKit/FKDUDefaultDiskCache.h
sourceTree
<group>
- BCD5DF8710C248BBA0378911
+ BF12781EA356408184E24CC0
- buildConfigurationList
- FF245B0A5CF447478FDDF756
- buildPhases
-
- E5AAC3AB7EF14A5383A095D4
- 746A42C4172A4362B5558C98
- B2F2D6DE2643451E8CE7512E
-
- buildRules
-
- dependencies
-
+ includeInIndex
+ 1
isa
- PBXNativeTarget
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.objc
name
- Pods-FlickrKit
- productName
- Pods-FlickrKit
- productReference
- 3D295D87A0684F6CA3A76730
- productType
- com.apple.product-type.library.static
-
- BCED3310CE49427BA83CAFF9
-
- fileRef
- C5FA4CD56C964838BAE34AD9
- isa
- PBXBuildFile
+ FKFlickrGroupsDiscussTopicsAdd.m
+ path
+ Classes/Model/Generated/Groups/Discuss/Topics/FKFlickrGroupsDiscussTopicsAdd.m
+ sourceTree
+ <group>
- BD5AED58E8474B5DB0785F69
+ BF34260355AD4EB08E791ECD
fileRef
- 3D295D87A0684F6CA3A76730
+ AD1641537B594CF5973739CB
isa
PBXBuildFile
- BE38470A226A43B49CD04178
+ BF6BDDEEB594431299DAC4EC
fileRef
- 94D58C5A98004794B23A8625
+ 6D0C0E64010345B18CCDBC99
isa
PBXBuildFile
- BE56D946CE9149FB8EF9F777
+ BF7727FF30D54699AE99F043
fileRef
- B71E5CB7DFC44E4B8EBAD033
+ 9892A73210E94913B59D903E
isa
PBXBuildFile
- BE6DBA67D7EA476E88BC4A4C
+ BF84DEF3779F4EBEB2DD32CB
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- UIImage+GIF.h
+ FKFlickrPhotosCommentsGetList.m
path
- SDWebImage/UIImage+GIF.h
+ Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsGetList.m
sourceTree
<group>
- BEB3632DFBEA4833847DD869
+ BFEAF6A7D3514B319CA75A31
includeInIndex
1
@@ -10488,15 +10639,17 @@
PBXFileReference
lastKnownFileType
sourcecode.c.objc
+ name
+ FKFlickrPeopleFindByEmail.m
path
- Pods-FlickrKit-dummy.m
+ Classes/Model/Generated/People/FKFlickrPeopleFindByEmail.m
sourceTree
<group>
- BF38E4FB4B8541CE835A3DA6
+ C0032DF39CF64423B40E13F7
fileRef
- 8311DFEE8BCB4CB4A77511E1
+ 838E227A002F4833A2B11691
isa
PBXBuildFile
settings
@@ -10505,10 +10658,10 @@
-fobjc-arc
- BF3A106D1D7A447EA2AE8B14
+ C01A07248A844D73B0D32CBF
fileRef
- 0B9BE73C21F34C63A1FAB860
+ FD297FCF0134487580272CF6
isa
PBXBuildFile
settings
@@ -10517,75 +10670,37 @@
-fobjc-arc
- BF4AEF185B5242AFBB5AC55F
+ C04449E8F474418DAB8F3EED
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrActivityUserPhotos.h
+ FKFlickrGalleriesGetInfo.m
path
- Classes/Model/Generated/Activity/FKFlickrActivityUserPhotos.h
+ Classes/Model/Generated/Galleries/FKFlickrGalleriesGetInfo.m
sourceTree
<group>
- BF5B0931A50C4EF89DE9C4F3
-
- fileRef
- 5CA52C2F3F5C4DBFBDCA243C
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
-
- BFF369C8415548568BCACBE0
-
- fileRef
- 94A75C82ED5D4AF5AA025883
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc -DOS_OBJECT_USE_OBJC=0
-
-
- C13B3FBE13E64045B1B60570
+ C07F44A3AAC8493A90984DD4
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrPhotosGetCounts.m
+ FKFlickrPandaGetList.h
path
- Classes/Model/Generated/Photos/FKFlickrPhotosGetCounts.m
+ Classes/Model/Generated/Panda/FKFlickrPandaGetList.h
sourceTree
<group>
- C140C3F20D844D758E726C68
-
- fileRef
- 87AA9DAB2E87402E9E6394D5
- isa
- PBXBuildFile
-
- C187736CADE04AEC9D13552B
-
- fileRef
- 06E7AB66B3EE4D2DB9780328
- isa
- PBXBuildFile
-
- C1B99B077F164E87B4214D2E
+ C0826C3818B940A596A42454
includeInIndex
1
@@ -10594,73 +10709,28 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPhotosSetTags.m
+ FKFlickrPhotosSetPerms.m
path
- Classes/Model/Generated/Photos/FKFlickrPhotosSetTags.m
+ Classes/Model/Generated/Photos/FKFlickrPhotosSetPerms.m
sourceTree
<group>
- C1C05F04324B451E8814604A
-
- fileRef
- B4B93EDA01BB4CE5BFEAEF30
- isa
- PBXBuildFile
-
- C1E100D86B7A4915846D28AB
-
- fileRef
- 8D3789C456CF497A8C004041
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
-
- C284D611B50D48F38BF5C94E
+ C095E190732B43DBA473988A
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrCamerasGetBrandModels.h
+ FKFlickrStatsGetPhotoReferrers.m
path
- Classes/Model/Generated/Cameras/FKFlickrCamerasGetBrandModels.h
+ Classes/Model/Generated/Stats/FKFlickrStatsGetPhotoReferrers.m
sourceTree
<group>
- C2A6D33B17A64CB4BAAA21F7
-
- fileRef
- B0ECC99CCCE043C98AC8D97D
- isa
- PBXBuildFile
-
- C2B1521EFECA4069BC607DFC
-
- fileRef
- FA95F9C403D04CA495ECEF94
- isa
- PBXBuildFile
-
- C2B31F02E2BC4126ACD2ABF3
-
- fileRef
- 6D7E995B7A824783B2165E68
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
-
- C351E382AEAA46B9AADAA757
+ C0C810C0E99B47C0B218DB8A
includeInIndex
1
@@ -10669,47 +10739,35 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrCollectionsGetInfo.h
+ FKFlickrPushGetSubscriptions.h
path
- Classes/Model/Generated/Collections/FKFlickrCollectionsGetInfo.h
+ Classes/Model/Generated/Push/FKFlickrPushGetSubscriptions.h
sourceTree
<group>
- C3573570FDAD47318B4F4EC7
-
- fileRef
- 4F9AE7F50DCE4F1CA5C3DBCE
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
-
- C3DFF847C09D4AB38F568E59
+ C0F5808969FE4A718CBAF48A
fileRef
- DA36C0B1C0394BF9A7C94199
+ 262C820F38E74F5980F8BC50
isa
PBXBuildFile
- C45F3165A229404280713B6E
+ C1235C5B0A974A9089165871
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrGalleriesEditPhoto.h
+ FKFlickrPhotosetsDelete.m
path
- Classes/Model/Generated/Galleries/FKFlickrGalleriesEditPhoto.h
+ Classes/Model/Generated/Photosets/FKFlickrPhotosetsDelete.m
sourceTree
<group>
- C488D580CBB548F7B3A16620
+ C1672AF84B394A3D8568344C
includeInIndex
1
@@ -10718,45 +10776,57 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrAuthGetFullToken.m
+ FKFlickrFavoritesRemove.m
path
- Classes/Model/Generated/Auth/FKFlickrAuthGetFullToken.m
+ Classes/Model/Generated/Favorites/FKFlickrFavoritesRemove.m
sourceTree
<group>
- C4B132CB7A0B4710BFB87DC9
+ C1EC0C92362A4B7EA5996DE4
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrTestLogin.h
+ FKFlickrPhotosetsAddPhoto.m
path
- Classes/Model/Generated/Test/FKFlickrTestLogin.h
+ Classes/Model/Generated/Photosets/FKFlickrPhotosetsAddPhoto.m
sourceTree
<group>
- C4C09F80AB5A440A87C92C27
+ C28241ABCB494F79B96F16D2
+
+ fileRef
+ C5F98C737A9E47F6A05A58C9
+ isa
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
+
+ C2890405B1A04FF2891434AC
fileRef
- 580FE294DA174FC4AA2CCDE7
+ 201F8BE83F4D4A6D9C816E97
isa
PBXBuildFile
- C4D50B5FC40644CD9F77CCD4
+ C2C67A35D6254D86A86C60A2
fileRef
- 8D21EC17B91346DB8256C7CD
+ BE2CE424937D41C29FDC9CB4
isa
PBXBuildFile
- C4F8163A27494986B13928DD
+ C2C98735483746BD8CA11219
fileRef
- BA70CBE630C6414DAA5DA102
+ FF4C2FF567834324A73977E1
isa
PBXBuildFile
settings
@@ -10765,25 +10835,37 @@
-fobjc-arc
- C5C1E940AA9642429132039F
+ C2E844B9109E4D40A056F357
- includeInIndex
- 1
+ buildActionMask
+ 2147483647
+ files
+
+ F9112A7977E04F189F6C9748
+ 3086D6A9F0214AA184CF1CEA
+ 44E3BB32EF9F467191C38B68
+
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- FKFlickrPhotosGeoBatchCorrectLocation.h
- path
- Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoBatchCorrectLocation.h
- sourceTree
- <group>
+ PBXFrameworksBuildPhase
+ runOnlyForDeploymentPostprocessing
+ 0
+
+ C36DA36F845A434EB64BAFFD
+
+ fileRef
+ 5AED8A119D524E8ABB3C7697
+ isa
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- C5F77816003D49A48AAC01F2
+ C438569E03424A27ABF17917
fileRef
- F79540022307471AB761F580
+ A15D75D5440649318607C0DA
isa
PBXBuildFile
settings
@@ -10792,7 +10874,22 @@
-fobjc-arc
- C5FA4CD56C964838BAE34AD9
+ C43C852EE4BC4F62AB585A99
+
+ children
+
+ 659B571B1D4E475986B0879F
+ 1C528875C9094641BE5C5D23
+ 1D2A2112EE2244C98F98764C
+ 0640921C566544539FCABB0F
+ 16215330FE53437D810203D4
+
+ isa
+ PBXGroup
+ sourceTree
+ <group>
+
+ C45BC97D9F4C4ECE88C720A3
includeInIndex
1
@@ -10801,69 +10898,80 @@
lastKnownFileType
sourcecode.c.h
name
- SDImageCache.h
+ FKFlickrGroupsDiscussRepliesDelete.h
path
- SDWebImage/SDImageCache.h
+ Classes/Model/Generated/Groups/Discuss/Replies/FKFlickrGroupsDiscussRepliesDelete.h
sourceTree
<group>
- C63F1A1F423F4C6197E344D1
+ C4730DB63F354412B3E1CCC3
- fileRef
- EA92CF0461404981B595ED9C
+ includeInIndex
+ 1
isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ name
+ FKFlickrFavoritesGetPublicList.h
+ path
+ Classes/Model/Generated/Favorites/FKFlickrFavoritesGetPublicList.h
+ sourceTree
+ <group>
- C6F285D5958E44D4B17B2CFE
+ C4AC4F087602446EA9685151
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrPhotosGetPerms.m
+ FKFlickrPhotosPeopleAdd.h
path
- Classes/Model/Generated/Photos/FKFlickrPhotosGetPerms.m
+ Classes/Model/Generated/Photos/People/FKFlickrPhotosPeopleAdd.h
sourceTree
<group>
- C700FB6CB60745828D1A4217
+ C4FD8848CBBD45E598D3CE0C
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrAPIMethod.h
+ FKFlickrStatsGetPhotostreamDomains.m
path
- Classes/Model/FKFlickrAPIMethod.h
+ Classes/Model/Generated/Stats/FKFlickrStatsGetPhotostreamDomains.m
sourceTree
<group>
- C76ADFDF36814987BB21D2EE
+ C501E3F5942C4FCCBD653399
- fileRef
- 7BC7AD3CA75A4C2BBA185E32
+ includeInIndex
+ 1
isa
- PBXBuildFile
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.objc
+ name
+ FKFlickrStatsGetPopularPhotos.m
+ path
+ Classes/Model/Generated/Stats/FKFlickrStatsGetPopularPhotos.m
+ sourceTree
+ <group>
- C7B0BF04F3BF498AA61C5FDA
+ C55CD06016434846A58171D2
fileRef
- E12B0B4B7D40480DAD1CD546
+ 70C2F49D30CB4F42A45C0517
isa
PBXBuildFile
- C7CB18D53D1D4ECF957EB741
+ C5F98C737A9E47F6A05A58C9
includeInIndex
1
@@ -10872,13 +10980,20 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPhotosRecentlyUpdated.m
+ FKFlickrPhotosGetNotInSet.m
path
- Classes/Model/Generated/Photos/FKFlickrPhotosRecentlyUpdated.m
+ Classes/Model/Generated/Photos/FKFlickrPhotosGetNotInSet.m
sourceTree
<group>
- C7D07CA594C145088F11CCF4
+ C61F7A0B85FE446BBE0EEAD9
+
+ fileRef
+ FBCF08143FEA4FB79D31FDB8
+ isa
+ PBXBuildFile
+
+ C61F9AB46272411489C9F0D1
includeInIndex
1
@@ -10887,63 +11002,25 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrAuthGetFrob.h
+ FKFlickrStatsGetCollectionReferrers.h
path
- Classes/Model/Generated/Auth/FKFlickrAuthGetFrob.h
+ Classes/Model/Generated/Stats/FKFlickrStatsGetCollectionReferrers.h
sourceTree
<group>
- C868894FB0D948BAB9DAE0F3
+ C65CB95EEA914FA7B97682FC
- baseConfigurationReference
- E317344E6C4441969370DC54
- buildSettings
+ fileRef
+ FA74421F297649B3866E1563
+ isa
+ PBXBuildFile
+ settings
- ALWAYS_SEARCH_USER_PATHS
- NO
- COPY_PHASE_STRIP
- YES
- DSTROOT
- /tmp/xcodeproj.dst
- GCC_C_LANGUAGE_STANDARD
- gnu99
- GCC_PRECOMPILE_PREFIX_HEADER
- YES
- GCC_VERSION
- com.apple.compilers.llvm.clang.1_0
- INSTALL_PATH
- $(BUILT_PRODUCTS_DIR)
- IPHONEOS_DEPLOYMENT_TARGET
- 7.0
- OTHER_CFLAGS
-
- -DNS_BLOCK_ASSERTIONS=1
- $(inherited)
-
- OTHER_CPLUSPLUSFLAGS
-
- -DNS_BLOCK_ASSERTIONS=1
- $(inherited)
-
- OTHER_LDFLAGS
-
- PRODUCT_NAME
- $(TARGET_NAME)
- PUBLIC_HEADERS_FOLDER_PATH
- $(TARGET_NAME)
- SDKROOT
- iphoneos
- SKIP_INSTALL
- YES
- VALIDATE_PRODUCT
- YES
+ COMPILER_FLAGS
+ -fobjc-arc
- isa
- XCBuildConfiguration
- name
- Release
- C880C31660604EE48D6DDC10
+ C69DBE2759E64EE786539611
includeInIndex
1
@@ -10952,13 +11029,13 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPrefsGetSafetyLevel.h
+ FKFlickrPhotosNotesEdit.h
path
- Classes/Model/Generated/Prefs/FKFlickrPrefsGetSafetyLevel.h
+ Classes/Model/Generated/Photos/Notes/FKFlickrPhotosNotesEdit.h
sourceTree
<group>
- C8E2BCEDA0EC47A49B87906E
+ C6B910A3A84044558548150E
includeInIndex
1
@@ -10966,35 +11043,19 @@
PBXFileReference
lastKnownFileType
sourcecode.c.h
- name
- FKFlickrPeopleGetUploadStatus.h
path
- Classes/Model/Generated/People/FKFlickrPeopleGetUploadStatus.h
+ Pods-environment.h
sourceTree
<group>
- C8E7FACE48A64EBEA89AFF65
-
- fileRef
- 44BEFEC75D394236B85EA712
- isa
- PBXBuildFile
-
- C97D77463E8E4FB8B3092E84
-
- fileRef
- 7F6415A59CE348DC9C6BE453
- isa
- PBXBuildFile
-
- CA36DAB508E9443A8B9375D2
+ C71870A15AA54D46B5833F4A
fileRef
- 8DF0B48E478246809F687F37
+ 20919126051E47E78D298B57
isa
PBXBuildFile
- CAA59717A7EB485DAD509B18
+ C77C8CE7F69C4CADA48A8E90
includeInIndex
1
@@ -11003,38 +11064,30 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPlacesFind.m
+ FKURLBuilder.m
path
- Classes/Model/Generated/Places/FKFlickrPlacesFind.m
+ Classes/Network/FKURLBuilder.m
sourceTree
<group>
- CB28E1238DBE451192037250
+ C7FFA5EB1053482790A0A45E
fileRef
- FF3214D87A134EF59636936A
+ 450187C3657C48B5B6D4F103
isa
PBXBuildFile
- CB9AE49E9AF84591B28991D8
+ C801F78766F14040B0D3913F
- includeInIndex
- 1
+ fileRef
+ 646B91B4B36946A2A926F13A
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- FKFlickrPhotosetsGetContext.h
- path
- Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetContext.h
- sourceTree
- <group>
+ PBXBuildFile
- CBAB125716EF4CE6A549779D
+ C8503D3A547841AA8F1E1621
fileRef
- 0C058DB8496241B783371814
+ 9EE45D4FA40D4356AC1F9AD4
isa
PBXBuildFile
settings
@@ -11043,44 +11096,48 @@
-fobjc-arc
- CBAEE555B49646A48629AC8A
+ C87900015D234E05AE4362CD
- includeInIndex
- 1
+ fileRef
+ 20FF303D2D7C46E68DDE95C8
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- FKFlickrPhotosCommentsGetRecentForContacts.m
- path
- Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsGetRecentForContacts.m
- sourceTree
- <group>
+ PBXBuildFile
- CBB0C96C4C014C0ABE38E6A8
+ C883FF0C336845948D062613
fileRef
- 925B603C8DEC40F180AB76E5
+ 559E46314AB747148474CDE8
isa
PBXBuildFile
settings
COMPILER_FLAGS
- -fobjc-arc
+ -fobjc-arc -DOS_OBJECT_USE_OBJC=0
- CBE7AC8B2B1A4CB2B696B805
+ C8E41DF8E9CF4776A07D3AA8
+
+ fileRef
+ 476B43C9418D42619231171B
+ isa
+ PBXBuildFile
+
+ C9002A65A5714580B2B8A564
fileRef
- AAD2E5975776470A9C154BDF
+ BD69063EC6FC4123A4979E34
isa
PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- CC274ECE3DA94FB2A21013D8
+ C949671ABE4F4419B714BE90
fileRef
- D25C416548054E928D632B9A
+ 20D52520A69F4874BE2D64FC
isa
PBXBuildFile
settings
@@ -11089,7 +11146,7 @@
-fobjc-arc
- CC2B9CFF84204F7CBA1DA781
+ C989A59675864B06A160F0E2
includeInIndex
1
@@ -11098,13 +11155,20 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPushGetSubscriptions.m
+ FKFlickrPhotosDelete.m
path
- Classes/Model/Generated/Push/FKFlickrPushGetSubscriptions.m
+ Classes/Model/Generated/Photos/FKFlickrPhotosDelete.m
sourceTree
<group>
- CC48CFEDB0994057B8A82C90
+ C9CAF2E323814B60A1B89C4E
+
+ fileRef
+ D798848B1E1B4A62A8C09C7D
+ isa
+ PBXBuildFile
+
+ CA0DCBE59332466DA2F04553
includeInIndex
1
@@ -11113,62 +11177,54 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPhotosSearch.h
+ FKFlickrPlacesGetPlaceTypes.h
path
- Classes/Model/Generated/Photos/FKFlickrPhotosSearch.h
+ Classes/Model/Generated/Places/FKFlickrPlacesGetPlaceTypes.h
sourceTree
<group>
- CC6CD1BB0A7640E5B1F24550
+ CA17E66FD0664DD4A5176686
fileRef
- FF564090F91343AE9BE0D42D
+ BE8756EDFE38463191CADFF9
isa
PBXBuildFile
- CC72DA79D6CC4D3D9C685F8C
+ CA387FA59ED44CCBA1ADE46F
fileRef
- 6A688907D0B0429292CCEF01
+ 8EAEFDB66CA6420FB4D4AEF3
isa
PBXBuildFile
- CCAAD27CC2B1480C9DF94818
+ CA87BADFF8774352A2672FE1
fileRef
- 9C5907133DA24374A07852AD
+ 12F856E942E24DFF9D9F98AA
isa
PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- CD3118E6AC754994A11872EE
+ CAF032A1D54944B191787E36
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrPhotosLicensesSetLicense.m
+ FKFlickrMachinetagsGetNamespaces.h
path
- Classes/Model/Generated/Photos/Licenses/FKFlickrPhotosLicensesSetLicense.m
+ Classes/Model/Generated/Machinetags/FKFlickrMachinetagsGetNamespaces.h
sourceTree
<group>
- CD4C09E5CB3B4FC181022618
-
- containerPortal
- 99CC26E6CED84878A17279B8
- isa
- PBXContainerItemProxy
- proxyType
- 1
- remoteGlobalIDString
- BCD5DF8710C248BBA0378911
- remoteInfo
- Pods-FlickrKit
-
- CD5629049B174F1599B309C4
+ CB2E82FD74D34F8D860C7FE3
includeInIndex
1
@@ -11177,28 +11233,44 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPhotosGetInfo.m
+ FKFlickrPhotosetsOrderSets.m
path
- Classes/Model/Generated/Photos/FKFlickrPhotosGetInfo.m
+ Classes/Model/Generated/Photosets/FKFlickrPhotosetsOrderSets.m
sourceTree
<group>
- CD56D5A50B9D47FB86524F17
+ CBF939B15E744DB4B4EAFDD6
- includeInIndex
- 1
+ fileRef
+ BFEAF6A7D3514B319CA75A31
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- FKFlickrPlacesGetInfoByUrl.h
- path
- Classes/Model/Generated/Places/FKFlickrPlacesGetInfoByUrl.h
- sourceTree
- <group>
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
+
+ CC71D088DB7E45839E3C1928
+
+ fileRef
+ 4463F109BDDC4876AEF713E3
+ isa
+ PBXBuildFile
+
+ CC74FBE0CFCF482F894988F0
+
+ fileRef
+ 08CB37F31F314C67A492C345
+ isa
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- CD9078DA9741445E859C4F68
+ CCA56042AC124304981947C6
includeInIndex
1
@@ -11207,13 +11279,44 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrUrlsGetGroup.h
+ FKImageUploadNetworkOperation.h
path
- Classes/Model/Generated/Urls/FKFlickrUrlsGetGroup.h
+ Classes/Network/FKImageUploadNetworkOperation.h
sourceTree
<group>
- CDD11CBDB5854B469B83DF1F
+ CCF957AE6D25476699FA383E
+
+ fileRef
+ 68D1A728DBA14863AA0E0052
+ isa
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
+
+ CD3AED5A3D6C42DFB345755C
+
+ fileRef
+ E869B0B2DB404AFEBF224091
+ isa
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc -DOS_OBJECT_USE_OBJC=0
+
+
+ CD55E6559211450D9371C641
+
+ fileRef
+ 32844E8CC8094BC194FDE015
+ isa
+ PBXBuildFile
+
+ CD5DF97161EE43748A0436EB
includeInIndex
1
@@ -11222,16 +11325,16 @@
lastKnownFileType
sourcecode.c.objc
name
- FKReachability.m
+ FKFlickrCollectionsGetTree.m
path
- Classes/Network/Reachability/FKReachability.m
+ Classes/Model/Generated/Collections/FKFlickrCollectionsGetTree.m
sourceTree
<group>
- CDD3B07FB0114BF8A96110B0
+ CD5EA4E9161642ABBA0EE44F
fileRef
- 403E44828F274EDE94E7B4AC
+ 0EDB08D475F342409D8EB486
isa
PBXBuildFile
settings
@@ -11240,19 +11343,16 @@
-fobjc-arc
- CDFD1C2766A647EFB08A642E
+ CD6A88EDBF134CA39581449C
- fileRef
- 3D62AD33A0D243ECA4F4D870
isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
+ PBXTargetDependency
+ target
+ 399383C56EBC41B8825F24CB
+ targetProxy
+ 2150B549E32B4982BEB4186E
- CE5C33B7B56A44DBBB9E6D70
+ CD98C14DFCC14692A7035723
includeInIndex
1
@@ -11261,32 +11361,45 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrUrlsGetGroup.m
+ FKFlickrPrefsGetContentType.m
path
- Classes/Model/Generated/Urls/FKFlickrUrlsGetGroup.m
+ Classes/Model/Generated/Prefs/FKFlickrPrefsGetContentType.m
sourceTree
<group>
- CF6F6F8A96224B9798458FBB
+ CDB766ECAF2E4585A7B1F20C
+ fileRef
+ EF73340795F14B9DABB2E580
isa
- PBXTargetDependency
- target
- BCD5DF8710C248BBA0378911
- targetProxy
- CD4C09E5CB3B4FC181022618
+ PBXBuildFile
- CF8330656C7C4E17888AE665
+ CE0A162792DB4292AF293848
fileRef
- C351E382AEAA46B9AADAA757
+ A1CD8336B30C4D5DB0B87545
isa
PBXBuildFile
- CF85E4181F4E4B6E92CBF2F3
+ CE4029D5058D4ADF86823AF5
+
+ includeInIndex
+ 1
+ isa
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.objc
+ name
+ FKFlickrPeopleGetGroups.m
+ path
+ Classes/Model/Generated/People/FKFlickrPeopleGetGroups.m
+ sourceTree
+ <group>
+
+ CE72CB63EF114A84B3FC74E9
fileRef
- F02FDB1CCD7D4D9A84AD2E5F
+ F746424DCB8C4E5ABC37FCBB
isa
PBXBuildFile
settings
@@ -11295,10 +11408,10 @@
-fobjc-arc
- CFA0C70D7B8F43AE899B0210
+ CE7BA73482E540F183739B6B
fileRef
- 54BB0E46EB924EFC9B7E1098
+ 38A75B896A464BA2A06578EE
isa
PBXBuildFile
settings
@@ -11307,34 +11420,22 @@
-fobjc-arc
- D04E87861E0F4E4B8D551C0E
+ CEB28BE488D84108BBE94000
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- UIButton+WebCache.m
+ FKFlickrPhotosGetWithoutGeoData.h
path
- SDWebImage/UIButton+WebCache.m
+ Classes/Model/Generated/Photos/FKFlickrPhotosGetWithoutGeoData.h
sourceTree
<group>
- D106FCECF15944198B6E5764
-
- fileRef
- DB9B995EB93042AFA8478D6C
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc -DOS_OBJECT_USE_OBJC=0
-
-
- D10F83FC8E274AFC81721114
+ CEB848459AA446CDA102AA39
includeInIndex
1
@@ -11343,42 +11444,64 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPhotosGeoGetLocation.h
+ FKFlickrStatsGetCollectionDomains.h
path
- Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoGetLocation.h
+ Classes/Model/Generated/Stats/FKFlickrStatsGetCollectionDomains.h
sourceTree
<group>
- D12F81D1E78E4923BD5F940F
+ CF00C790B48444D58901101A
- fileRef
- 41B8A0A6A0B540DDBAB826E0
+ includeInIndex
+ 1
isa
- PBXBuildFile
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ name
+ FKFlickrPeopleGetPublicGroups.h
+ path
+ Classes/Model/Generated/People/FKFlickrPeopleGetPublicGroups.h
+ sourceTree
+ <group>
- D151CF13B1B848BD82D0A619
+ CF1BE9CB744544F79CDBC4B3
- fileRef
- 83991EF75B814F078B361938
+ children
+
+ EDFF9142235E4850835809A9
+ 933E7CED17C14B6E840016BA
+ 0785690C802C47A792350ED3
+ 20919126051E47E78D298B57
+ C6B910A3A84044558548150E
+ 26F089D419724192844E5CA5
+
isa
- PBXBuildFile
+ PBXGroup
+ name
+ Pods
+ sourceTree
+ <group>
- D16892F3A76547F9A88B38B6
+ CF43019CC9C94EBE82407B21
- fileRef
- 2462C1A4B22140BEBF329B50
+ includeInIndex
+ 1
isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.objc
+ name
+ FKFlickrMachinetagsGetPairs.m
+ path
+ Classes/Model/Generated/Machinetags/FKFlickrMachinetagsGetPairs.m
+ sourceTree
+ <group>
- D16E805A7B9B4358BADBC86F
+ CF9EB583FF24459D93B21CD7
fileRef
- 891A96CF457A44B2BEB430B6
+ 855CA2BBBE8243A999E3E76C
isa
PBXBuildFile
settings
@@ -11387,29 +11510,29 @@
-fobjc-arc
- D1A5BE63D1E547E7B4A7E7F6
+ CFCC3F9D0A4F4812B5BC1DA2
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrReflectionGetMethods.h
+ FKFlickrPlacesFind.m
path
- Classes/Model/Generated/Reflection/FKFlickrReflectionGetMethods.h
+ Classes/Model/Generated/Places/FKFlickrPlacesFind.m
sourceTree
<group>
- D1B1EB59FFBB491FB733F90C
+ CFF953332896481ABB701185
fileRef
- 4E8ED6E88FA641878D1A3D64
+ F9EC34BCAB654212A8D69859
isa
PBXBuildFile
- D1F10C0E55BA454E94EBA8C3
+ D09C39225D644F938A399A1A
includeInIndex
1
@@ -11418,50 +11541,53 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrGalleriesEditPhotos.h
+ FKFlickrPhotosetsAddPhoto.h
path
- Classes/Model/Generated/Galleries/FKFlickrGalleriesEditPhotos.h
+ Classes/Model/Generated/Photosets/FKFlickrPhotosetsAddPhoto.h
sourceTree
<group>
- D21DD63A0CE74E7A8A1BAD0A
-
- fileRef
- 8F39838F762B4AD29FB1478A
- isa
- PBXBuildFile
-
- D25C416548054E928D632B9A
+ D0A4E8F32A88469B945A71F2
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrPeopleGetGroups.m
+ FKFlickrPrefsGetSafetyLevel.h
path
- Classes/Model/Generated/People/FKFlickrPeopleGetGroups.m
+ Classes/Model/Generated/Prefs/FKFlickrPrefsGetSafetyLevel.h
sourceTree
<group>
- D2CF012BE4304817A9CBBD58
+ D0B653C3C1C04F55925BB39F
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
- name
- FKFlickrPhotosSuggestionsRejectSuggestion.h
+ sourcecode.c.objc
path
- Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsRejectSuggestion.h
+ Pods-SDWebImage-dummy.m
sourceTree
<group>
- D2F274B4B6BB423C81707A81
+ D0C968F05D154DECBB269DBB
+
+ fileRef
+ D1878596CF4143CA93049CB8
+ isa
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
+
+ D0D2F9527EB5456B881E3C17
includeInIndex
1
@@ -11470,16 +11596,16 @@
lastKnownFileType
sourcecode.c.h
name
- SDWebImageDownloaderOperation.h
+ FKFlickrPhotosetsCreate.h
path
- SDWebImage/SDWebImageDownloaderOperation.h
+ Classes/Model/Generated/Photosets/FKFlickrPhotosetsCreate.h
sourceTree
<group>
- D2FA7911318B441D99D5A8CF
+ D0DB2F5CA8F84196BFF2EF41
fileRef
- 97639969B68B460682E492EE
+ 38838130D960489CBE3AE1DD
isa
PBXBuildFile
settings
@@ -11488,29 +11614,40 @@
-fobjc-arc
- D349DC8E7E724DD386139DD0
+ D16C5F15BC7544F3B1A44188
- fileRef
- 967136712E024604A71339EB
+ includeInIndex
+ 1
isa
- PBXBuildFile
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.objc
+ name
+ FKFlickrPhotosLicensesSetLicense.m
+ path
+ Classes/Model/Generated/Photos/Licenses/FKFlickrPhotosLicensesSetLicense.m
+ sourceTree
+ <group>
- D37428218DD7472FB6D0E161
+ D1878596CF4143CA93049CB8
- fileRef
- 932A56F56F4348E0B4527CA3
+ includeInIndex
+ 1
isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.objc
+ name
+ FKFlickrTagsGetHotList.m
+ path
+ Classes/Model/Generated/Tags/FKFlickrTagsGetHotList.m
+ sourceTree
+ <group>
- D3FA790192214E829005FEF7
+ D1DB4B22A59C47229883F00E
fileRef
- 22FB0A5AE6F148188590D005
+ 41B56FC93A084ADE8F9AD5D5
isa
PBXBuildFile
settings
@@ -11519,7 +11656,7 @@
-fobjc-arc
- D479826A132C4B5592617F18
+ D222A7E4BB7B4A939FB4A5D5
includeInIndex
1
@@ -11528,32 +11665,70 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPlacesGetPlaceTypes.m
+ FKFlickrPhotosGetContactsPhotos.m
path
- Classes/Model/Generated/Places/FKFlickrPlacesGetPlaceTypes.m
+ Classes/Model/Generated/Photos/FKFlickrPhotosGetContactsPhotos.m
+ sourceTree
+ <group>
+
+ D22FBD1D8C0145FA95DD5E5D
+
+ includeInIndex
+ 1
+ isa
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ name
+ FKFlickrGroupsJoinRequest.h
+ path
+ Classes/Model/Generated/Groups/FKFlickrGroupsJoinRequest.h
sourceTree
<group>
- D4A8AD090CCC42EC949C1193
+ D30C88E7EC774123888CA656
+
+ buildConfigurations
+
+ 081796B8ABE546CC95FC8C27
+ 248461C0189B410EA889A303
+
+ defaultConfigurationIsVisible
+ 0
+ defaultConfigurationName
+ Release
+ isa
+ XCConfigurationList
+
+ D327BE57FC1348A4A4AC3701
fileRef
- DF1E4724C3A144D99E1F298D
+ 89E740A3F4EC492FB3E993EC
isa
PBXBuildFile
- D4C11307AF154A6089AF4F1B
+ D36E80F82A1040F789AA44E7
fileRef
- 3CF88FB43D1347BE933C49C6
+ 388A4D28A0744767BB021F87
+ isa
+ PBXBuildFile
+
+ D37980BF97DF44D09D50B8C3
+
+ fileRef
+ 0B50204D7FF547B7B1C6DA09
+ isa
+ PBXBuildFile
+
+ D3C2DA79858D4EE9B9FE4CA5
+
+ fileRef
+ 6C464C31FF5E49DEAD17864C
isa
PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
- D4C45D373C5048A9A0B7EBEB
+ D3EC2F9910904E3990611BED
includeInIndex
1
@@ -11562,34 +11737,39 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrStatsGetPhotoDomains.m
+ FKFlickrPhotosCommentsDeleteComment.m
path
- Classes/Model/Generated/Stats/FKFlickrStatsGetPhotoDomains.m
+ Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsDeleteComment.m
sourceTree
<group>
- D4C9557188C34C3AA2581FBC
+ D3FD09C9976746A180DE145A
fileRef
- 3D68FB5BF77C458A8081CEF1
+ 872192558A4B47A897FEFF92
isa
PBXBuildFile
- D4D9E190B5AC4AA4A240B533
+ D427D39956A64DD9B8FAF9DF
fileRef
- A14668206AF744AA91DF4EC1
+ 17653B08006F47BEAD5F0EF9
isa
PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- D50EBB25DDF646819BCA6ECA
+ D4B87598808047AAA761E798
fileRef
- AB9059B826E34792BD177EDA
+ 8F4223AF5795494198AAC111
isa
PBXBuildFile
- D5428A1636234D038478B03C
+ D4C75D5D50FB44C9BEA4BD39
includeInIndex
1
@@ -11598,35 +11778,35 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPeopleFindByUsername.h
+ FKFlickrPhotosSetPerms.h
path
- Classes/Model/Generated/People/FKFlickrPeopleFindByUsername.h
+ Classes/Model/Generated/Photos/FKFlickrPhotosSetPerms.h
sourceTree
<group>
- D589D9ABF82C4936A49C1742
+ D5500F0E8F1C444EBFEBC10B
fileRef
- 9699180D60BF41479D014B83
+ A8259FF9D63B44B797748427
isa
PBXBuildFile
- D590EEA745444C21BE017FAC
+ D5AFC2A060234801AEB15D66
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrGalleriesCreate.h
+ FKDUStreamUtil.m
path
- Classes/Model/Generated/Galleries/FKFlickrGalleriesCreate.h
+ Classes/DevedUpKit/FKDUStreamUtil.m
sourceTree
<group>
- D599B20D2D7C4A63B9FC0553
+ D68D736A9A4A4B98BE0061D8
includeInIndex
1
@@ -11635,13 +11815,13 @@
lastKnownFileType
sourcecode.c.h
name
- FKDUReachability.h
+ FKFlickrPushUnsubscribe.h
path
- Classes/Network/FKDUReachability.h
+ Classes/Model/Generated/Push/FKFlickrPushUnsubscribe.h
sourceTree
<group>
- D5AE769F0055414295C71EF4
+ D6A3E4160B644647BE9486E7
includeInIndex
1
@@ -11650,38 +11830,35 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPlacesResolvePlaceId.h
+ FKFlickrCollectionsGetInfo.h
path
- Classes/Model/Generated/Places/FKFlickrPlacesResolvePlaceId.h
+ Classes/Model/Generated/Collections/FKFlickrCollectionsGetInfo.h
sourceTree
<group>
- D5C4EBB737424EE5B9CA6FA1
+ D6A86722A6094FD8A863F039
fileRef
- 141DFCC25B834C09A545CAC5
+ 0B110E6A99C5484C887B81FE
isa
PBXBuildFile
- D619605D1F824ECF965402B0
+ D6B3768AB7A24648ACE2BE38
- includeInIndex
- 1
+ fileRef
+ 24802F8F6BA3418D9CDAB41E
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- FKFlickrPlacesGetPlaceTypes.h
- path
- Classes/Model/Generated/Places/FKFlickrPlacesGetPlaceTypes.h
- sourceTree
- <group>
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- D68A6578AB164DDCBFB9E974
+ D7320BE39C544F4EB548D2B2
fileRef
- D4C45D373C5048A9A0B7EBEB
+ FF7570F726C24F93B9A64B38
isa
PBXBuildFile
settings
@@ -11690,22 +11867,22 @@
-fobjc-arc
- D6B04E2D4F234E06BEA771D9
+ D790DCE671904391AABF23DC
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrPhotosLicensesSetLicense.h
+ FKFlickrStatsGetPhotosetStats.m
path
- Classes/Model/Generated/Photos/Licenses/FKFlickrPhotosLicensesSetLicense.h
+ Classes/Model/Generated/Stats/FKFlickrStatsGetPhotosetStats.m
sourceTree
<group>
- D6CAB0FB01014174B714F78B
+ D798848B1E1B4A62A8C09C7D
includeInIndex
1
@@ -11714,31 +11891,57 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrActivityUserComments.h
+ FKFlickrPhotosGetContactsPublicPhotos.h
path
- Classes/Model/Generated/Activity/FKFlickrActivityUserComments.h
+ Classes/Model/Generated/Photos/FKFlickrPhotosGetContactsPublicPhotos.h
sourceTree
<group>
- D73D1D291964407787F3FC33
+ D7D8EF18F6D348D6B3B18132
+
+ fileRef
+ DAF28E0DEA6E4A63877713EB
+ isa
+ PBXBuildFile
+
+ D8D1C0A055174D30B8804CE8
+
+ fileRef
+ F0A7DD022B7542658B6FFD0F
+ isa
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
+
+ D8DC64AE346A4DD287EF0BE7
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrNetworkOperation.m
+ UIImage+GIF.h
path
- Classes/Network/FKFlickrNetworkOperation.m
+ SDWebImage/UIImage+GIF.h
sourceTree
<group>
- D7AA4F56EE7545ACB1DAD157
+ D914EDCC04D54839A42EA8A4
+
+ fileRef
+ 85BA99C066BE4615BE189D99
+ isa
+ PBXBuildFile
+
+ D9283F3A465349AB8EFFA198
fileRef
- 1F495DBBBAE642DB84956A6E
+ DE46CAEE103A46669D26C239
isa
PBXBuildFile
settings
@@ -11747,27 +11950,19 @@
-fobjc-arc
- D7E6B90BB2BB47028BA18DDA
-
- isa
- PBXFileReference
- lastKnownFileType
- wrapper.framework
- name
- Foundation.framework
- path
- Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/Foundation.framework
- sourceTree
- DEVELOPER_DIR
-
- D859C018485347B09F075371
+ D92B3657ACEF456E8EEC4174
fileRef
- 1F3208062E244475BCF28316
+ B31A50D6CBD34C3AB7F03759
isa
PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- D8D8715E899C4A82A55192F0
+ D92CACB3BB7847D69EACBEE1
includeInIndex
1
@@ -11776,27 +11971,26 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPhotosGetAllContexts.m
+ FKFlickrMachinetagsGetValues.m
path
- Classes/Model/Generated/Photos/FKFlickrPhotosGetAllContexts.m
+ Classes/Model/Generated/Machinetags/FKFlickrMachinetagsGetValues.m
sourceTree
<group>
- D9734F5F28D74BA0830F0C95
-
- fileRef
- 2D9DD15D9A5545C98F916A54
- isa
- PBXBuildFile
-
- D9BDFE4A15C7416B878A622E
+ D97E1F93C3B54D63AE36AC5C
- fileRef
- CC48CFEDB0994057B8A82C90
+ includeInIndex
+ 1
isa
- PBXBuildFile
+ PBXFileReference
+ lastKnownFileType
+ text.xcconfig
+ path
+ Pods-SDWebImage.xcconfig
+ sourceTree
+ <group>
- D9BF7ED735664A7FB2FF06CC
+ DA346999FA914B08B58D6284
includeInIndex
1
@@ -11805,13 +11999,13 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrGalleriesAddPhoto.m
+ FKFlickrGroupsPoolsGetGroups.m
path
- Classes/Model/Generated/Galleries/FKFlickrGalleriesAddPhoto.m
+ Classes/Model/Generated/Groups/Pools/FKFlickrGroupsPoolsGetGroups.m
sourceTree
<group>
- DA36C0B1C0394BF9A7C94199
+ DAF28E0DEA6E4A63877713EB
includeInIndex
1
@@ -11820,13 +12014,13 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrGroupsDiscussRepliesAdd.h
+ SDWebImageDownloaderOperation.h
path
- Classes/Model/Generated/Groups/Discuss/Replies/FKFlickrGroupsDiscussRepliesAdd.h
+ SDWebImage/SDWebImageDownloaderOperation.h
sourceTree
<group>
- DA6E6FAF05794F249EB7631C
+ DB2EEF13D8AF46999C5868ED
includeInIndex
1
@@ -11835,27 +12029,13 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPrefsGetHidden.m
+ FKFlickrPushSubscribe.m
path
- Classes/Model/Generated/Prefs/FKFlickrPrefsGetHidden.m
+ Classes/Model/Generated/Push/FKFlickrPushSubscribe.m
sourceTree
<group>
- DA70A0196FC34489AF889279
-
- fileRef
- 46A2AA9973044EA782C8C989
- isa
- PBXBuildFile
-
- DAFEBF3E44A94661B4B9B920
-
- fileRef
- 32E16CF710224042BDAE9C05
- isa
- PBXBuildFile
-
- DB9B995EB93042AFA8478D6C
+ DB6C587C86EE4FB6A7951592
includeInIndex
1
@@ -11864,94 +12044,83 @@
lastKnownFileType
sourcecode.c.objc
name
- SDWebImageManager.m
+ FKFlickrGalleriesEditMeta.m
path
- SDWebImage/SDWebImageManager.m
+ Classes/Model/Generated/Galleries/FKFlickrGalleriesEditMeta.m
sourceTree
<group>
- DBC1EA57872F409AB4C86990
-
- fileRef
- B67AB4AB69324CD0AF1397CB
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
-
- DBCA52C3B69445109F659891
+ DB76989A1A0E4C48A887DB9F
fileRef
- 712C73DC70894B358391F043
+ 8D39D64BDDD943EAA2706545
isa
PBXBuildFile
settings
COMPILER_FLAGS
- -fobjc-arc
+ -fobjc-arc -DOS_OBJECT_USE_OBJC=0
- DCB309B2ADBF43E08C71CBFC
+ DC8E13687943499488E1A300
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrStatsGetCSVFiles.h
+ FKFlickrPhotosTransformRotate.m
path
- Classes/Model/Generated/Stats/FKFlickrStatsGetCSVFiles.h
+ Classes/Model/Generated/Photos/Transform/FKFlickrPhotosTransformRotate.m
sourceTree
<group>
- DCB6E1367DA74FCBBC005788
+ DC9C92B8D9DC4670814AC817
- includeInIndex
- 1
+ fileRef
+ BDC5707C891E452C99037CB8
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- NSData+ImageContentType.m
- path
- SDWebImage/NSData+ImageContentType.m
- sourceTree
- <group>
+ PBXBuildFile
- DCD8290208BF404F9D60E6C7
+ DDB48409F8D748D38C19E6BA
fileRef
- 5A410ECF26BF4A8F84D8797E
+ 3E08BE5FEF8848578AA27681
+ isa
+ PBXBuildFile
+
+ DDD9849190D84A589ACD6904
+
+ fileRef
+ EC3F3692E52B452BBB0513B4
+ isa
+ PBXBuildFile
+
+ DDDE0E05D0464A69B5822D66
+
+ fileRef
+ 6921E6BEC2434574AB6AFB19
isa
PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
- DCE14BA969FB45A78A677C8C
+ DE2F7442BD394A47A63EC62D
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrPlacesPlacesForContacts.h
+ FKFlickrPhotosSuggestionsGetList.m
path
- Classes/Model/Generated/Places/FKFlickrPlacesPlacesForContacts.h
+ Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsGetList.m
sourceTree
<group>
- DD1B03A24F60448FB923970E
+ DE46CAEE103A46669D26C239
includeInIndex
1
@@ -11960,55 +12129,49 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPhotosetsGetPhotos.m
+ FKFlickrPhotosSetMeta.m
path
- Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetPhotos.m
+ Classes/Model/Generated/Photos/FKFlickrPhotosSetMeta.m
sourceTree
<group>
- DD408E81DAA5432AAEFF3624
+ DE7CD6572AD2450088652F39
fileRef
- D479826A132C4B5592617F18
+ 52B5E3CB29904ED09970C47A
isa
PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
- DD92F7ADCF2C40289DF284F7
+ DE97C48467AE40FAB2ABB4FE
- includeInIndex
- 1
+ fileRef
+ 132EE9BFEE1341119FCFAFE0
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- FKUtilities.h
- path
- Classes/Utilities/FKUtilities.h
- sourceTree
- <group>
+ PBXBuildFile
- DE664F927AE640349C0EE40D
+ DEAECDC34E53493590A2913C
+
+ fileRef
+ CAF032A1D54944B191787E36
+ isa
+ PBXBuildFile
+
+ DED76955BB844E2C8BB78655
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrStatsGetPopularPhotos.h
+ FKFlickrUrlsLookupUser.m
path
- Classes/Model/Generated/Stats/FKFlickrStatsGetPopularPhotos.h
+ Classes/Model/Generated/Urls/FKFlickrUrlsLookupUser.m
sourceTree
<group>
- DF1E4724C3A144D99E1F298D
+ DEE6F207BD9E47FEA571157D
includeInIndex
1
@@ -12017,16 +12180,35 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrGroupsJoin.h
+ FKFlickrPhotosLicensesSetLicense.h
path
- Classes/Model/Generated/Groups/FKFlickrGroupsJoin.h
+ Classes/Model/Generated/Photos/Licenses/FKFlickrPhotosLicensesSetLicense.h
sourceTree
<group>
- DF4EA1001DC1404A9B279AB3
+ DEF5E5DC1A7947A4986D48EE
+
+ fileRef
+ 61B1C8F5C9E24ADCBA2C357C
+ isa
+ PBXBuildFile
+
+ DF56F7806AEF44ABBD571ECC
+
+ fileRef
+ C4FD8848CBBD45E598D3CE0C
+ isa
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
+
+ DF639A7B16154B95BF540A68
fileRef
- 41B5A034F48B4CB8B3235866
+ 32636168B6394595AEB57C81
isa
PBXBuildFile
settings
@@ -12035,27 +12217,35 @@
-fobjc-arc
- E09B3269E2B64D838F027519
+ DF642888546E4E82A86613CB
+ includeInIndex
+ 1
isa
PBXFileReference
lastKnownFileType
- wrapper.framework
+ sourcecode.c.h
name
- ImageIO.framework
+ FKFlickrPlacesTagsForPlace.h
path
- Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/ImageIO.framework
+ Classes/Model/Generated/Places/FKFlickrPlacesTagsForPlace.h
sourceTree
- DEVELOPER_DIR
+ <group>
- E0C30DEF7B824B6EBCF73111
+ DF669C4100AE49A1B3B9CA64
- fileRef
- 48A55902957D45D1A162AB79
isa
- PBXBuildFile
+ PBXFileReference
+ lastKnownFileType
+ wrapper.framework
+ name
+ Foundation.framework
+ path
+ Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/Foundation.framework
+ sourceTree
+ DEVELOPER_DIR
- E107F11DDBA441D88B2FAF1F
+ DF895000DDF14375A2555FC5
includeInIndex
1
@@ -12064,46 +12254,51 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPhotosNotesAdd.m
+ FKFlickrTagsGetListUserRaw.m
path
- Classes/Model/Generated/Photos/Notes/FKFlickrPhotosNotesAdd.m
+ Classes/Model/Generated/Tags/FKFlickrTagsGetListUserRaw.m
sourceTree
<group>
- E12B0B4B7D40480DAD1CD546
+ E0495D1901BC471E89BFB331
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrPhotosGetCounts.h
+ FKFlickrPhotosSetContentType.m
path
- Classes/Model/Generated/Photos/FKFlickrPhotosGetCounts.h
+ Classes/Model/Generated/Photos/FKFlickrPhotosSetContentType.m
sourceTree
<group>
- E146BADD4B0643A9A2E02589
+ E04C672B2584413D9A828E70
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
- name
- FKFlickrGroupsPoolsAdd.m
+ text.xcconfig
path
- Classes/Model/Generated/Groups/Pools/FKFlickrGroupsPoolsAdd.m
+ Pods-FlickrKit.xcconfig
sourceTree
<group>
- E16FA621247740D690DFBC3C
+ E06C0F53BF7F43BF83DE12E9
+
+ fileRef
+ A4E8D831EDC44A1181C13117
+ isa
+ PBXBuildFile
+
+ E088539551FE47ADB53567CC
fileRef
- F58A5E4A6D2F403F814D4632
+ 7865341EA19646989DB15363
isa
PBXBuildFile
settings
@@ -12112,98 +12307,96 @@
-fobjc-arc
- E1E3A81EA7914A58BA6F63CB
+ E0AE9A7E444B499692128508
+
+ fileRef
+ 6077A6B39B704246B4F80D76
+ isa
+ PBXBuildFile
+
+ E0DB4FDB87A0463B851AAEA1
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrPhotosGeoSetContext.h
+ FKFlickrGroupsDiscussRepliesGetInfo.m
path
- Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoSetContext.h
+ Classes/Model/Generated/Groups/Discuss/Replies/FKFlickrGroupsDiscussRepliesGetInfo.m
sourceTree
<group>
- E1F1E648ECBE41228AFBE05B
-
- fileRef
- 0F9E87275E0349CFBB81CB29
- isa
- PBXBuildFile
-
- E20CCE8E0C774B30A611AC0F
+ E0EF0D600DF04D6C884B4544
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKDUNetworkController.h
+ FKFlickrGalleriesAddPhoto.m
path
- Classes/DevedUpKit/FKDUNetworkController.h
+ Classes/Model/Generated/Galleries/FKFlickrGalleriesAddPhoto.m
sourceTree
<group>
- E2E52D80112441AA928D1677
-
- fileRef
- C1B99B077F164E87B4214D2E
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
-
- E2F1B021C61E443C951C587E
+ E19513C0BAEF40E985548A37
- fileRef
- A0C82015CD714F8DABE894B7
+ includeInIndex
+ 1
isa
- PBXBuildFile
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ name
+ FKFlickrPeopleGetLimits.h
+ path
+ Classes/Model/Generated/People/FKFlickrPeopleGetLimits.h
+ sourceTree
+ <group>
- E317344E6C4441969370DC54
+ E1C5EBDE90504182898337BD
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- text.xcconfig
+ sourcecode.c.h
+ name
+ FKFlickrGroupsDiscussRepliesEdit.h
path
- Pods.xcconfig
+ Classes/Model/Generated/Groups/Discuss/Replies/FKFlickrGroupsDiscussRepliesEdit.h
sourceTree
<group>
- E34D648E9494420EAB19D78B
+ E2140984712546D9BB49E34C
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrPhotosetsCreate.h
+ FKFlickrPhotosGetUntagged.m
path
- Classes/Model/Generated/Photosets/FKFlickrPhotosetsCreate.h
+ Classes/Model/Generated/Photos/FKFlickrPhotosGetUntagged.m
sourceTree
<group>
- E354D22C261F44D1A8C3E1DA
+ E22D2902091C405C964561C4
fileRef
- C880C31660604EE48D6DDC10
+ 6852E02973B140328CBFB4C8
isa
PBXBuildFile
- E397017EAE004484A46FD8AC
+ E2598DD783DC472A82EDA870
includeInIndex
1
@@ -12212,16 +12405,16 @@
lastKnownFileType
sourcecode.c.objc
name
- FKDUNetworkController.m
+ FKFlickrGalleriesEditPhotos.m
path
- Classes/DevedUpKit/FKDUNetworkController.m
+ Classes/Model/Generated/Galleries/FKFlickrGalleriesEditPhotos.m
sourceTree
<group>
- E3BC448DD7D64182B0E4D850
+ E2A2C9CFDE0C4C98BAB32294
fileRef
- 525C8CFF188643F58F36ABEC
+ 8C1B18641E2E4F4CA8716DED
isa
PBXBuildFile
settings
@@ -12230,22 +12423,23 @@
-fobjc-arc
- E3DEE4E9229841D5B5698116
+ E341A7325F174BEFA63D88CC
- includeInIndex
- 1
+ children
+
+ D97E1F93C3B54D63AE36AC5C
+ 6F6E72E81CE74A97A64914D2
+ D0B653C3C1C04F55925BB39F
+ 52A9789DE64345C7A18D476D
+
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
+ PBXGroup
name
- FKFlickrTagsGetRelated.h
- path
- Classes/Model/Generated/Tags/FKFlickrTagsGetRelated.h
+ Support Files
sourceTree
- <group>
+ SOURCE_ROOT
- E3ECA24704204C3F884BCD4A
+ E3913429B2934101BB111B01
includeInIndex
1
@@ -12254,38 +12448,16 @@
lastKnownFileType
sourcecode.c.h
name
- FKDUStreamUtil.h
- path
- Classes/DevedUpKit/FKDUStreamUtil.h
- sourceTree
- <group>
-
- E4ACF5ACD1104CB0993854A8
-
- fileRef
- 118EC0D327C9434ABD4C2F15
- isa
- PBXBuildFile
-
- E5411A2E037541658452082B
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- FKFlickrPeopleGetInfo.m
+ FKFlickrPhotosSearch.h
path
- Classes/Model/Generated/People/FKFlickrPeopleGetInfo.m
+ Classes/Model/Generated/Photos/FKFlickrPhotosSearch.h
sourceTree
<group>
- E5A535AD3850471D8D2D6F25
+ E3FCD5C85E344D94ACDB700D
fileRef
- 14CAF3145E484B40BD35FDE0
+ B1AC6C24B3E34F7B972E8AC5
isa
PBXBuildFile
settings
@@ -12294,260 +12466,56 @@
-fobjc-arc
- E5AAC3AB7EF14A5383A095D4
+ E480406972B143BF8AFE34AF
+
+ fileRef
+ DF642888546E4E82A86613CB
+ isa
+ PBXBuildFile
+
+ E48B8BA99A624C6E8520FB7F
buildActionMask
2147483647
files
- EA80DE9FFC5A42F99DB4CA94
- 6A905EF531284CD1AB37C6F3
- 67B766F7786141D6857DE637
- F30439AC33B44289819FEE85
- 3CA210AF6D4545E0B6942747
- 6013737EAFE04F3D960D379E
- 6FA3D8D23922444B82DD21C3
- 3790515AB4094AF187C6802E
- 24E7CED693DE414792068324
- 08FE7A9DB33A4853A53F3D94
- 9FFCB5823BBC4E5B8117B7BA
- 579AD35504174CC581C4A037
- 031B4239EFFD48FCB21F5857
- ACF2DEA11A4D4A569A3C7B0A
- E3BC448DD7D64182B0E4D850
- 0711990A68DF4EE991093375
- 6F852550DC8D4D038FEDF974
- 9BACADBC35204AFFAB604C79
- 073DF77A2B3344E8B6BB390E
- AE6481D2C3694980B7070DDF
- 7453A67E8E5B45B4923DE2A9
- 22350764CFA34229A6E4B6ED
- DBC1EA57872F409AB4C86990
- B5D344FED5634EB9896DE887
- 5ADF38EFBB0348DAB7A5CCDD
- 282DC9469F3F47C2BE78B251
- 90A5468EE3B045FDA4EEDBBF
- F941CA9EE5F84F6A939F1639
- 523FCDD2ACDF4180B36AFFDC
- AF8E5C5E7893434399ED575A
- 8298E9777C5844FCB021004B
- AEB4842B063D441791184953
- 9E134840251343AFB896D76A
- 238D975F0E9C4895AC9EF575
- 807C2F77BB624BD4BA28DFAE
- 202614DE1C88494AA8EB46FC
- D3FA790192214E829005FEF7
- 4E0EF9040BDC4F5D9FD02A7F
- 0E01672B4FE34DC18E732E59
- 2ACDE0F239EC490E9F96B7C0
- AD532CA76EA54739B4E44453
- F8ACB4DC14E64C25BBB957AF
- 1F7542BDB24C45E395F311ED
- 8C40E912505947E3A539DBA0
- 1A363C4175694029AEB9DB5D
- 6BC31297430347C5BE52EBAF
- 810EC858F1D64532B95E1136
- 99DDB538947E44A782BDA1DC
- 81831F980C1848A7AF693D40
- A5F30428A46046A1AE04CC6A
- 15D5B221033341DE96ADBB31
- 6FD6F52334214358BF19F52E
- 04BACAF3BFFD488F8BC65828
- 3B68EB6EC95C4707B1CD8C1D
- 4CDC9561DFFA44C8A49B6FC3
- 0725D01EFBB24D09B1AED522
- 4D6ABF98AE5647B08DECF775
- 9EBB2803525A42A09357BC64
- 90137953560349D880E3C03C
- 7B04B93C41F84D8A8C22AE79
- 543E974527E94408A8DA0380
- 759397DE03B448819F35EB50
- 1A98CD93B0D94E0D8BEBEDE4
- 01001931EC71431B948C728F
- 8DDBA291A9B9418D87AD1BF6
- D37428218DD7472FB6D0E161
- 28DE638BC7884D32B5FCF746
- 72AF061BB3D24023ADDFA1DA
- 4BF88FBAF0084CA283FC2F6E
- 995C594F88BD47E891F25994
- 1FC12B9D95CE452F8D03B141
- 9AD2B366A8DC4A8C91D7AFA0
- BF38E4FB4B8541CE835A3DA6
- CC274ECE3DA94FB2A21013D8
- 870AB18D7FDF46D7AB509CA3
- 2CFAEAEB18B04C45B27EC6B9
- CF85E4181F4E4B6E92CBF2F3
- 4A6C655247EA4B4F93A4BD77
- FA2D61C63E19470891873FF8
- C3573570FDAD47318B4F4EC7
- 14446DAA8F5A48FC93090713
- B099771FE2424DE4AAABEA8B
- 276507719BD04B50AF4620E4
- 1B846E3E74E747678562B917
- 569DF1820E04416AA97E9458
- ABB546C3B18C46E78E2D3FB7
- E9C6C501345445D98F6B7419
- 4B1B09E86C6144169B96FEBF
- BC6763C414D8475DB9150FF0
- 7668C15E66FF40BCAC6C6521
- C2B31F02E2BC4126ACD2ABF3
- 93DB55C365384C609D6D0E8E
- A106D662FC2647D4ADBB13A9
- 2D3D21D200C749F5A5402D02
- 431B30D30B3E481FB99830F6
- 574295462535481E9DB2F0B6
- 28978EEC17644E8AB9A3B994
- 00511A67DB8A458DBF3B2727
- D2FA7911318B441D99D5A8CF
- 1A8C5D6DB91E46428BF38384
- 65EE4B83D63F4188BA882307
- 28C97DCAC19D4E14A2723B7A
- EE6C097EB64E4740BED5D130
- 2186F61B0BF34582B5879979
- B0A8604E3E83488CA17D2AEF
- ADBD3FEAA1A141ADB0939671
- 3085479EDB1248158221BB1F
- 6E29346D2BE84BC1B8B2A543
- BF3A106D1D7A447EA2AE8B14
- C1E100D86B7A4915846D28AB
- 824FAACEFE5A469286D45AA4
- 757DD225B01A482AA3BFDB05
- F2173B68D1FF4CB68DDC47DC
- F164E9C758B14CB499B03C4E
- BBADCB3137044170AFF2BEA0
- DBCA52C3B69445109F659891
- FAB0F61BB29A4FFA90C79766
- F5FD0D8468BA49D487C72FF1
- 7FC9166522F84521A3E18BA2
- 89A170BD0C6C420F83ABA67A
- CBAB125716EF4CE6A549779D
- D16E805A7B9B4358BADBC86F
- F3685F8D9D244057987BFC8D
- 070D5A115A5143799F8A925A
- 5488E478BB0A436892222645
- 40884A027E3743B3A6555B4D
- AA2737166D854852838F36AE
- 5C3BBA7F72E9479F9D1F1E0F
- BB6870B32B064852BAFE1C9B
- 7D5EDD1E7FE34675BE5ADFE2
- E2E52D80112441AA928D1677
- 080C2D9C77A24F63A949E4D9
- D4C11307AF154A6089AF4F1B
- E16FA621247740D690DFBC3C
- CDFD1C2766A647EFB08A642E
- C4F8163A27494986B13928DD
- CDD3B07FB0114BF8A96110B0
- 2B864C6F4A5843A6B89F89E2
- C5F77816003D49A48AAC01F2
- 8D9D8F0DCA9A47C6B0EC8E76
- FB25C956FF4B4741BFE10745
- 096869160DCA45D3B7CF3B3A
- 28102025D19A4B79834C1BD6
- D7AA4F56EE7545ACB1DAD157
- 1E33B0F9A5374080BF470ADE
- 8FCD609F09F44236A90F78DF
- E6333553CFE64A8FA4E1AA1A
- E5A535AD3850471D8D2D6F25
- 7015DBDCCCC54810A899A34B
- F408DAB694804EC6B191A674
- F9D136D67247402F9AAB2CCA
- 0171BA7255FF450885134551
- 5080A9D805FB4DD5A7AEB2D5
- 7E6A508FB3F748EFB3A62703
- 30D1CC93A3CC4F7B8DC914AF
- 7D61F79A3C12494F91A84C2A
- FA70350165E94DF2BCAC7B17
- B86BF6D6340E4C8CBA47335B
- A3547A688E5D4688A5FFB190
- 067C029F7DA94294815D6DCD
- 3E9BE264664B44E19BDD7139
- DD408E81DAA5432AAEFF3624
- 01E0880BA9C0454484326E7D
- 1B84FD046DC44429B762C3F3
- 4BFDFDF12EA14AEE95FBBA28
- 65676DC5B7204A0F8CBD6792
- 11D30614ADF94C0F83DE5320
- BC386C940AE04D08AD2DC9D5
- 96AC0CA0122E46CFB5CEC9A5
- F9574211B34C457CBCDF3286
- 7AF762EC917645C7A0A19EF5
- 8D1DF923EB7D4664BF0EF8A2
- 69655F74FFC24D89926E1885
- 87FBBD588842447B84541A2D
- A978E31AB54B4F9C8C7B4C6A
- F3ECE809578F4C0BB184BBBF
- 00A50AE7B51C498D91F74681
- 79F1C1E798E740ACACC873E6
- 193E11F394DA401192A5781F
- 02AB19AC843343A997B971E7
- 6F962C18904F471189AF5747
- 3EDAFDD4322646E1A63A59EB
- DF4EA1001DC1404A9B279AB3
- CBB0C96C4C014C0ABE38E6A8
- B047761B6705422CBC88CA64
- 51E548B51191407B8F99ACBE
- D68A6578AB164DDCBFB9E974
- A3A3860D4ED1429DA22F496D
- 3AA37D9A1E4145ED869536DF
- EC4B35F3B0F2470DB9951144
- EA9810132E454B9DA164F3D3
- A71E711D749641CEA49B8AE9
- 6396D20AAEF849A99041F624
- 04F3C7CB702E4716AACE3B9F
- 14D6F185E13C423D9683A4B7
- BF5B0931A50C4EF89DE9C4F3
- DCD8290208BF404F9D60E6C7
- 5D7ACD788D7F426BB90BA7DB
- 5F266E9910694B5E8A24C97D
- 848059774C5B4B11971C3C75
- 68CCEC95FCD849C1BD9D35AD
- 421575C0274342D5BE0729DD
- E7BC029D615F4862938C5803
- 78163CDB18BA4981897AF822
- 4BE3FC84E4D440F5A5ACC401
- F30F48DC969546CA9B1C55DB
- 73C5D558A68540908F86E70F
- D16892F3A76547F9A88B38B6
- 85DD764E1A72417D83F43881
- 5FD7C16393C54312B64EF166
- 36932C0127D54EEBBB938565
- AD684329D2BE48C899E577CB
- EB0E9427251E4108BB729ED8
- AAD34CA21F994071B2E75E23
- 8709AF6AF90941B782066DAB
- C63F1A1F423F4C6197E344D1
- E9D7A1E927994DF3A407B10F
- A61CDF763FE54D9190877E79
- 85F6BA63303E4474B3C8C9A2
- CFA0C70D7B8F43AE899B0210
- 70EA19FE9C0F4043BB17FE04
- 753AF0425B944D42AFF5D6C4
- 20DA8D8702AF42E3A6E99BD8
+ 28F5FC29B6D84D38BE2B94C0
+ 9467057183324F4D9022A0D3
+ 9B1706B2745841F1B77F2489
+ 4E5F73F7CE6D4EC590119899
+ 552183D9684B4AC99FF9CBD7
+ DB76989A1A0E4C48A887DB9F
+ E76F3789D6E948B69C637F1E
+ 2FE14071F7F04F188D076015
+ E5ABE31B897949A9871A51C1
+ C883FF0C336845948D062613
+ CD3AED5A3D6C42DFB345755C
+ 70AB206E50C6475EAC80F8C8
+ 4F8254BBE5A3401CBE1FD421
+ BBF27AAFACA945F58BED9406
+ 278BFB06D8284098BF0917BC
isa
PBXSourcesBuildPhase
runOnlyForDeploymentPostprocessing
0
- E5CBE9236C9C477096AE395E
+ E524A89095B9470F90BF9832
- includeInIndex
- 1
+ fileRef
+ BAEAA78E2AF84473A86C0BD8
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- FKFlickrPhotosetsSetPrimaryPhoto.m
- path
- Classes/Model/Generated/Photosets/FKFlickrPhotosetsSetPrimaryPhoto.m
- sourceTree
- <group>
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- E6333553CFE64A8FA4E1AA1A
+ E540EBB9831441D58E8ADF05
fileRef
- 95134B018CE44E9F880AF6BC
+ 4C7D0D81BC9947FB9EF2321E
isa
PBXBuildFile
settings
@@ -12556,7 +12524,14 @@
-fobjc-arc
- E70E2576321149F0A8743C5A
+ E546425309084970B7C77DA4
+
+ fileRef
+ 84F70F34305747D2A6D64B42
+ isa
+ PBXBuildFile
+
+ E5896CA8E44B4A2DB95FFF04
includeInIndex
1
@@ -12565,52 +12540,73 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrAuthGetFullToken.h
+ FKFlickrContactsGetListRecentlyUploaded.h
path
- Classes/Model/Generated/Auth/FKFlickrAuthGetFullToken.h
+ Classes/Model/Generated/Contacts/FKFlickrContactsGetListRecentlyUploaded.h
sourceTree
<group>
- E72842BAE1224DBD8C853FEB
+ E5ABE31B897949A9871A51C1
+
+ fileRef
+ 4150745DC7D245D3B008790E
+ isa
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc -DOS_OBJECT_USE_OBJC=0
+
+
+ E5E0F495876644E28C6FB20E
fileRef
- 8A2E9F96EBA547E9BAB54737
+ 0F074790B1BA40438692333F
isa
PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- E7554D0BE0C0454383673E6A
+ E660228E758E48B69F40FD6B
- includeInIndex
- 1
+ fileRef
+ 30862BC6F18645F6A81148B5
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- FKFlickrUrlsGetUserPhotos.m
- path
- Classes/Model/Generated/Urls/FKFlickrUrlsGetUserPhotos.m
- sourceTree
- <group>
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
+
+ E6704933AE7944DEB601DF35
+
+ fileRef
+ BBDD7EEE2B9B469382F9083B
+ isa
+ PBXBuildFile
- E766CBBA1B0242B4AEA40BF9
+ E6987CE5067B447788FC3CAA
fileRef
- D599B20D2D7C4A63B9FC0553
+ 0959BB51DB064328A8825825
isa
PBXBuildFile
- E7A14A00A09B428B8B37E6DA
+ E73F020814C4401A9165CEAC
fileRef
- 3FFFAC775ABA48358E7699FB
+ EF3249FB0DDA4E6099E5F484
isa
PBXBuildFile
- E7BC029D615F4862938C5803
+ E751969CD8D04FE19D9B5189
fileRef
- 601EB55CFF714E5483C0FCCE
+ 09DC92C9AB984F208892D2D3
isa
PBXBuildFile
settings
@@ -12619,37 +12615,33 @@
-fobjc-arc
- E840138ED7EC49C08DBA1481
+ E76F3789D6E948B69C637F1E
- includeInIndex
- 1
+ fileRef
+ 120161252A4E4756B855FB38
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- FKFlickrPhotosGeoGetPerms.m
- path
- Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoGetPerms.m
- sourceTree
- <group>
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc -DOS_OBJECT_USE_OBJC=0
+
- E86DE05331E2459B9281B0F9
+ E78EA7A954994B30B19B1230
- includeInIndex
- 1
+ fileRef
+ F755628B40DC4999B996FFAC
isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- FKFlickrPhotosGeoSetLocation.m
- path
- Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoSetLocation.m
- sourceTree
- <group>
+ PBXBuildFile
- E8884AA807584AAC83F7C83F
+ E7E7C36EFE714B1F9616B9BF
+
+ fileRef
+ EECB496A06034635ADDABF2A
+ isa
+ PBXBuildFile
+
+ E7FA9ACF977A4097A4820D37
includeInIndex
1
@@ -12664,7 +12656,19 @@
sourceTree
<group>
- E94610CFCD8341298E05AD6D
+ E7FFF1684B934EA693ECA2A5
+
+ fileRef
+ D16C5F15BC7544F3B1A44188
+ isa
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
+
+ E869B0B2DB404AFEBF224091
includeInIndex
1
@@ -12673,13 +12677,44 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrAuthOauthGetAccessToken.m
+ UIImage+GIF.m
path
- Classes/Model/Generated/Auth/Oauth/FKFlickrAuthOauthGetAccessToken.m
+ SDWebImage/UIImage+GIF.m
sourceTree
<group>
- E95AD4D2580A4F47A01F2872
+ E8717F42D8104E95B597A697
+
+ fileRef
+ 66BBAA34A5E04AF196B59293
+ isa
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
+
+ E8911DF1B29F4062966DE3DD
+
+ fileRef
+ B03C089D1AF6427BAA3745D5
+ isa
+ PBXBuildFile
+
+ E9230944477F4FE694DA2129
+
+ fileRef
+ 8F875F9C09A3415EACF42C1A
+ isa
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
+
+ E94E2972D91E4FAB9A7BDE26
includeInIndex
1
@@ -12688,16 +12723,16 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrStatsGetPhotostreamDomains.h
+ FKFlickrTagsGetHotList.h
path
- Classes/Model/Generated/Stats/FKFlickrStatsGetPhotostreamDomains.h
+ Classes/Model/Generated/Tags/FKFlickrTagsGetHotList.h
sourceTree
<group>
- E9C6C501345445D98F6B7419
+ EA24F9E0B0564FBB9EB1795A
fileRef
- CBAEE555B49646A48629AC8A
+ 29D706B644EA47C882A31F1A
isa
PBXBuildFile
settings
@@ -12706,10 +12741,10 @@
-fobjc-arc
- E9D7A1E927994DF3A407B10F
+ EA6A0C6CDBDA4EB0B9E61B79
fileRef
- F98E996BC12241978C2B8E1E
+ A1647BE7C4DB4CE88EFD6F46
isa
PBXBuildFile
settings
@@ -12718,53 +12753,43 @@
-fobjc-arc
- E9E0BC335E4848028637702C
+ EA6B4164525E4D4789BCD246
fileRef
- 91CDF7ACD3504BDF9EF5AA6A
+ FC7E822FC113451493C97DBB
isa
PBXBuildFile
- E9FC6D2933CA4B49896C07EE
+ EA7849D4710C4D95B20DCF60
- buildActionMask
- 2147483647
- files
-
- 75FB9E292215415F91020130
- C2A6D33B17A64CB4BAAA21F7
- 4BE2730EF3934A35A5131590
- 8880C515CC1046BAB0C424C5
- 6A545CC47B314C29A8E36055
- BFF369C8415548568BCACBE0
- 5E73E97DEE324FCCA81C14BA
- D106FCECF15944198B6E5764
- 7ECA61B0DECE4A09B28BB507
- A10467CE68C34ED88C8B675B
- 5DE5F45BE7A74D93AFE950EF
- A6501D70C5CE47A9B491B843
- 4B016E956D4E48D2AD6A13B0
-
+ includeInIndex
+ 1
isa
- PBXSourcesBuildPhase
- runOnlyForDeploymentPostprocessing
- 0
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ name
+ FKFlickrPhotosGetCounts.h
+ path
+ Classes/Model/Generated/Photos/FKFlickrPhotosGetCounts.h
+ sourceTree
+ <group>
- EA21E69DFC8B4791A53FDA65
+ EB0EFAE2463E4F2091A77932
fileRef
- 6F77CE28E67D4BBDA5D70416
+ CEB848459AA446CDA102AA39
isa
PBXBuildFile
- EA581E99EF94497EA8985296
+ EB736D108BAA4DDEB4E0A750
fileRef
- 5FDC05BFF00645F8BCB750B8
+ A5DFEBA9498D4C30A04958B3
isa
PBXBuildFile
- EA66E7D29F90490FA864CCF5
+ EB8556AEA1C94577BB0ECA8E
includeInIndex
1
@@ -12773,84 +12798,90 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPhotosGetContactsPublicPhotos.m
+ FKFlickrContactsGetList.m
+ path
+ Classes/Model/Generated/Contacts/FKFlickrContactsGetList.m
+ sourceTree
+ <group>
+
+ EBE626827ABA4AAF9C5F3D38
+
+ includeInIndex
+ 1
+ isa
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ name
+ FKFlickrStatsGetCSVFiles.h
+ path
+ Classes/Model/Generated/Stats/FKFlickrStatsGetCSVFiles.h
+ sourceTree
+ <group>
+
+ EBFD4FF927C243518310558F
+
+ includeInIndex
+ 1
+ isa
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ name
+ FKFlickrPlacesResolvePlaceURL.h
path
- Classes/Model/Generated/Photos/FKFlickrPhotosGetContactsPublicPhotos.m
+ Classes/Model/Generated/Places/FKFlickrPlacesResolvePlaceURL.h
sourceTree
<group>
- EA80DE9FFC5A42F99DB4CA94
+ EC29077C167D4A7BB70D8135
fileRef
- 3F6C560D867A4706B683A513
+ 6F6544AB5ECB4BDDB6721DC2
isa
PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
- EA903FB4E7344FC1BFCF8A6F
+ EC3F3692E52B452BBB0513B4
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrPhotosUploadCheckTickets.m
+ FKFlickrPhotosCommentsEditComment.h
path
- Classes/Model/Generated/Photos/Upload/FKFlickrPhotosUploadCheckTickets.m
+ Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsEditComment.h
sourceTree
<group>
- EA92CF0461404981B595ED9C
+ EC6B08A66DBD441695D740CF
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKImageUploadNetworkOperation.m
+ FKFlickrPhotosGetInfo.h
path
- Classes/Network/FKImageUploadNetworkOperation.m
+ Classes/Model/Generated/Photos/FKFlickrPhotosGetInfo.h
sourceTree
<group>
- EA9810132E454B9DA164F3D3
-
- fileRef
- 226892DF293B4323933BAD7D
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
-
- EAC0FF9D904D46ED8CE1819E
-
- fileRef
- 7B8C6EB26D3C4684B4D67CFD
- isa
- PBXBuildFile
-
- EACD3780EB614DC2B824A153
+ EC7FC2895B62466284754753
fileRef
- 70428A943753462F946DC68C
+ 6032CA99A34E4C03B706CFAA
isa
PBXBuildFile
- EB0E9427251E4108BB729ED8
+ ECBE1A1BA77841CEA7F183FB
fileRef
- F13595933E2E46DA9A5A2130
+ 0E2232B3B5FC40BC80BA5445
isa
PBXBuildFile
settings
@@ -12859,71 +12890,50 @@
-fobjc-arc
- EBD7F3B52BF241F88A516D3F
+ ED48BB27283A463ABD53DD4F
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrFavoritesGetPublicList.m
+ FKFlickrTagsGetClusters.h
path
- Classes/Model/Generated/Favorites/FKFlickrFavoritesGetPublicList.m
+ Classes/Model/Generated/Tags/FKFlickrTagsGetClusters.h
sourceTree
<group>
- EC3229326DBD460E86FE743D
+ EDFF9142235E4850835809A9
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
- name
- FKFlickrPlacesGetShapeHistory.m
+ text.xcconfig
path
- Classes/Model/Generated/Places/FKFlickrPlacesGetShapeHistory.m
+ Pods.xcconfig
sourceTree
<group>
- EC4B35F3B0F2470DB9951144
-
- fileRef
- 45D316E561B64FF4BF01A70F
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
-
- EC6DF12CB58D4EF280B56FA4
+ EE27AA06F654451B81996B8C
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrPhotosetsOrderSets.m
+ FKFlickrPhotosetsCommentsAddComment.h
path
- Classes/Model/Generated/Photosets/FKFlickrPhotosetsOrderSets.m
+ Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsAddComment.h
sourceTree
<group>
- EC83E0FE241E4603B0D64700
-
- fileRef
- D10F83FC8E274AFC81721114
- isa
- PBXBuildFile
-
- EC8D46604AFC40BCACD99712
+ EECB496A06034635ADDABF2A
includeInIndex
1
@@ -12932,13 +12942,13 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrCollectionsGetTree.h
+ FKReachability.h
path
- Classes/Model/Generated/Collections/FKFlickrCollectionsGetTree.h
+ Classes/Network/Reachability/FKReachability.h
sourceTree
<group>
- ECBFCBB4BAE1479F9480EB01
+ EF07810B3B834C4080F506F3
includeInIndex
1
@@ -12947,53 +12957,75 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrContactsGetListRecentlyUploaded.h
+ FKFlickrCommonsGetInstitutions.h
path
- Classes/Model/Generated/Contacts/FKFlickrContactsGetListRecentlyUploaded.h
+ Classes/Model/Generated/Commons/FKFlickrCommonsGetInstitutions.h
sourceTree
<group>
- ECDB0222266B41849DD00B2B
+ EF3249FB0DDA4E6099E5F484
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrCommonsGetInstitutions.m
+ FKFlickrPlacesPlacesForBoundingBox.h
path
- Classes/Model/Generated/Commons/FKFlickrCommonsGetInstitutions.m
+ Classes/Model/Generated/Places/FKFlickrPlacesPlacesForBoundingBox.h
sourceTree
<group>
- EDE518C906804E3BABB54AD4
+ EF3839C7A20B47228B534CC4
+
+ fileRef
+ 758BF005028741E9A08EFCD4
+ isa
+ PBXBuildFile
+
+ EF6932CC6CA24D0E88C8898B
fileRef
- 17BAA699E4514F34B9D82FA6
+ 9EFCA6D183CD450EA866F446
isa
PBXBuildFile
- EDFE1007B6834D2CAA660C94
+ EF698D8BE6AB430FA7572EB0
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrGroupsGetInfo.m
+ FKFlickrAuthCheckToken.h
path
- Classes/Model/Generated/Groups/FKFlickrGroupsGetInfo.m
+ Classes/Model/Generated/Auth/FKFlickrAuthCheckToken.h
+ sourceTree
+ <group>
+
+ EF73340795F14B9DABB2E580
+
+ includeInIndex
+ 1
+ isa
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ name
+ FKFlickrAuthOauthCheckToken.h
+ path
+ Classes/Model/Generated/Auth/Oauth/FKFlickrAuthOauthCheckToken.h
sourceTree
<group>
- EE6C097EB64E4740BED5D130
+ F00214433CCE4978B1975BC5
fileRef
- 428963C99C6F422A9986A6FD
+ 8ED57E1BC1F5427B9B12AF80
isa
PBXBuildFile
settings
@@ -13002,14 +13034,7 @@
-fobjc-arc
- EE83A34647B34F24B021F712
-
- fileRef
- E8884AA807584AAC83F7C83F
- isa
- PBXBuildFile
-
- EF54C54BABBB4C2FBB1011E0
+ F06FD50F4A4E461FA5D04830
includeInIndex
1
@@ -13018,13 +13043,13 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPhotosetsGetInfo.h
+ FKFlickrNetworkOperation.h
path
- Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetInfo.h
+ Classes/Network/FKFlickrNetworkOperation.h
sourceTree
<group>
- EF6C10C700454301A44F7F3A
+ F0A7DD022B7542658B6FFD0F
includeInIndex
1
@@ -13033,20 +13058,32 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPhotosetsGetInfo.m
+ FKOFHMACSha1Base64.m
path
- Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetInfo.m
+ Classes/Utilities/FKOFHMACSha1Base64.m
sourceTree
<group>
- F01A47E2DE1B480DBA1C4B45
+ F0C121CE1CE948C9AFCA57E6
+
+ fileRef
+ 2277C5E3213949B4898A62E5
+ isa
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
+
+ F17318F3BDA74D4CB13055D4
fileRef
- 310ABD23EE3D4FAE829E87CF
+ 1774E5C41DA84BEFB4BA9EB2
isa
PBXBuildFile
- F02FDB1CCD7D4D9A84AD2E5F
+ F1A7BF2825B1412AA3F317D2
includeInIndex
1
@@ -13055,13 +13092,13 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPeopleGetPhotos.m
+ FKFlickrGroupsDiscussTopicsGetList.m
path
- Classes/Model/Generated/People/FKFlickrPeopleGetPhotos.m
+ Classes/Model/Generated/Groups/Discuss/Topics/FKFlickrGroupsDiscussTopicsGetList.m
sourceTree
<group>
- F045A4035DFE48118F1F672A
+ F1C3A4B1DEBC481EB1AED9A7
includeInIndex
1
@@ -13070,13 +13107,20 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPlacesFind.h
+ UIImageView+HighlightedWebCache.h
path
- Classes/Model/Generated/Places/FKFlickrPlacesFind.h
+ SDWebImage/UIImageView+HighlightedWebCache.h
sourceTree
<group>
- F11C88F1A4074397B7F9F2C9
+ F1EA60410F7D40518CB8A595
+
+ fileRef
+ A25D8A17854541B69AF8030F
+ isa
+ PBXBuildFile
+
+ F1F3995175AB4719A4BAC283
includeInIndex
1
@@ -13085,13 +13129,28 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrGroupsPoolsGetGroups.h
+ FKFlickrPhotosSetContentType.h
path
- Classes/Model/Generated/Groups/Pools/FKFlickrGroupsPoolsGetGroups.h
+ Classes/Model/Generated/Photos/FKFlickrPhotosSetContentType.h
+ sourceTree
+ <group>
+
+ F21125F11F364F2AB16CF402
+
+ includeInIndex
+ 1
+ isa
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ name
+ FKFlickrStatsGetTotalViews.h
+ path
+ Classes/Model/Generated/Stats/FKFlickrStatsGetTotalViews.h
sourceTree
<group>
- F13595933E2E46DA9A5A2130
+ F21D3D83746546C4BBD81A9F
includeInIndex
1
@@ -13100,16 +13159,16 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrUrlsLookupGallery.m
+ SDWebImageDecoder.m
path
- Classes/Model/Generated/Urls/FKFlickrUrlsLookupGallery.m
+ SDWebImage/SDWebImageDecoder.m
sourceTree
<group>
- F164E9C758B14CB499B03C4E
+ F27876DE31424F5493710FCE
fileRef
- CD3118E6AC754994A11872EE
+ F80F2F190C8F44148C212F2D
isa
PBXBuildFile
settings
@@ -13118,14 +13177,29 @@
-fobjc-arc
- F19C6B93483049068F4427EE
+ F283A9266A044B68AC8F4B06
fileRef
- 651C0C6E3A5A47EBBB60A31E
+ 4FC6D7A367F343F384345C65
isa
PBXBuildFile
- F1ADBD034C064111AB216DA9
+ F2C1EA626A964397BF1D833E
+
+ includeInIndex
+ 1
+ isa
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ name
+ FKFlickrGroupsDiscussRepliesGetList.h
+ path
+ Classes/Model/Generated/Groups/Discuss/Replies/FKFlickrGroupsDiscussRepliesGetList.h
+ sourceTree
+ <group>
+
+ F323FF5E61B14996BED7FAA3
includeInIndex
1
@@ -13134,16 +13208,54 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrGroupsDiscussTopicsGetList.m
+ FKFlickrPhotosetsCommentsDeleteComment.m
path
- Classes/Model/Generated/Groups/Discuss/Topics/FKFlickrGroupsDiscussTopicsGetList.m
+ Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsDeleteComment.m
sourceTree
<group>
- F2173B68D1FF4CB68DDC47DC
+ F3BFE5788058415BB5FF5E95
+
+ attributes
+
+ LastUpgradeCheck
+ 0510
+
+ buildConfigurationList
+ BB92F632ECFD42EC965E8666
+ compatibilityVersion
+ Xcode 3.2
+ developmentRegion
+ English
+ hasScannedForEncodings
+ 0
+ isa
+ PBXProject
+ knownRegions
+
+ en
+
+ mainGroup
+ C43C852EE4BC4F62AB585A99
+ productRefGroup
+ 0640921C566544539FCABB0F
+ projectDirPath
+
+ projectReferences
+
+ projectRoot
+
+ targets
+
+ 3F8B7A607FE04D5C9CDA4061
+ 5DBC4EDDAA2D4C2E90614187
+ 399383C56EBC41B8825F24CB
+
+
+ F3F5D3892B6E4FA480453A30
fileRef
- 1AE12829D8474ED995345710
+ EB8556AEA1C94577BB0ECA8E
isa
PBXBuildFile
settings
@@ -13152,29 +13264,29 @@
-fobjc-arc
- F228A0EC035D460CA2438F8B
+ F4F4C55C1F9D4350AA00F19B
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrStatsGetCollectionStats.m
+ FKFlickrGalleriesCreate.h
path
- Classes/Model/Generated/Stats/FKFlickrStatsGetCollectionStats.m
+ Classes/Model/Generated/Galleries/FKFlickrGalleriesCreate.h
sourceTree
<group>
- F237DA4ABDA54E2BB8C957D9
+ F4F9B1BD6B554A0C811C7F72
fileRef
- 8FF95552ECD94922A0A7CDC5
+ 56FFBC7790654D06829AD2F3
isa
PBXBuildFile
- F256F4D471AC41239BA60F0A
+ F504B2B0F95946A6993618AA
includeInIndex
1
@@ -13183,20 +13295,35 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPhotosGeoBatchCorrectLocation.m
+ FKFlickrGroupsPoolsRemove.m
path
- Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoBatchCorrectLocation.m
+ Classes/Model/Generated/Groups/Pools/FKFlickrGroupsPoolsRemove.m
sourceTree
<group>
- F2B9EB0A4037481DA38E16F8
+ F533BCFED440413F831B81EF
fileRef
- F2CC02AF2E384B87BE543EDF
+ 1CCDF2ED381B466E8067E4E2
isa
PBXBuildFile
- F2CC02AF2E384B87BE543EDF
+ F5516AAFCAEB4DC7A402F689
+
+ includeInIndex
+ 1
+ isa
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.objc
+ name
+ FKFlickrTagsGetClusters.m
+ path
+ Classes/Model/Generated/Tags/FKFlickrTagsGetClusters.m
+ sourceTree
+ <group>
+
+ F5632D4E07AA482C87BC3222
includeInIndex
1
@@ -13205,16 +13332,16 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPhotosGetWithGeoData.h
+ FKFlickrPlacesPlacesForUser.h
path
- Classes/Model/Generated/Photos/FKFlickrPhotosGetWithGeoData.h
+ Classes/Model/Generated/Places/FKFlickrPlacesPlacesForUser.h
sourceTree
<group>
- F30439AC33B44289819FEE85
+ F59BF7620AC04BD48C8DA472
fileRef
- E397017EAE004484A46FD8AC
+ 3318637BC0B142D795E109D0
isa
PBXBuildFile
settings
@@ -13223,10 +13350,10 @@
-fobjc-arc
- F30F48DC969546CA9B1C55DB
+ F59DCBF7263E4F558151563E
fileRef
- 751BAFD1666A4BBE8258D350
+ DE2F7442BD394A47A63EC62D
isa
PBXBuildFile
settings
@@ -13235,37 +13362,40 @@
-fobjc-arc
- F350141803C242C0873448FD
+ F5A20B3757824F2E9640E8B8
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrGroupsDiscussRepliesDelete.m
+ FKFlickrGroupsPoolsGetPhotos.h
path
- Classes/Model/Generated/Groups/Discuss/Replies/FKFlickrGroupsDiscussRepliesDelete.m
+ Classes/Model/Generated/Groups/Pools/FKFlickrGroupsPoolsGetPhotos.h
sourceTree
<group>
- F3685F8D9D244057987BFC8D
+ F5EDE45F785D4368B25323CF
- fileRef
- C7CB18D53D1D4ECF957EB741
+ includeInIndex
+ 1
isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ name
+ FKFlickrPhotosCommentsGetList.h
+ path
+ Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsGetList.h
+ sourceTree
+ <group>
- F3ECE809578F4C0BB184BBBF
+ F63BAA16675D498B8ED9BB41
fileRef
- 7E2AA3430EDB4736A52DEFD1
+ F8E8607BD71F49D595BF88ED
isa
PBXBuildFile
settings
@@ -13274,19 +13404,14 @@
-fobjc-arc
- F408DAB694804EC6B191A674
+ F66AFD635BB44AC883DDC2E9
fileRef
- 7AF43B9C7A634ABE970D606E
+ F4F4C55C1F9D4350AA00F19B
isa
PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
- F40E0D29B69E467898A2EB54
+ F746424DCB8C4E5ABC37FCBB
includeInIndex
1
@@ -13295,64 +13420,82 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPrefsGetContentType.m
+ FKFlickrPhotosGetAllContexts.m
path
- Classes/Model/Generated/Prefs/FKFlickrPrefsGetContentType.m
+ Classes/Model/Generated/Photos/FKFlickrPhotosGetAllContexts.m
sourceTree
<group>
- F47DB750D86B4A8284365551
+ F746CAEF92C249E3969B5F56
fileRef
- 59DD590E2773479E971DA531
+ B250DDD625144076898B938B
isa
PBXBuildFile
- F4881975CA2F45C8AB04D382
+ F755628B40DC4999B996FFAC
+
+ isa
+ PBXFileReference
+ lastKnownFileType
+ wrapper.framework
+ name
+ ImageIO.framework
+ path
+ Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/ImageIO.framework
+ sourceTree
+ DEVELOPER_DIR
+
+ F76695579B8E4FFABD0BDDEC
fileRef
- 53442ABE5EA04F1B92B93511
+ E0DB4FDB87A0463B851AAEA1
isa
PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- F4D5FD2AAB554BC89C9F818C
+ F80F2F190C8F44148C212F2D
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrPhotosRemoveTag.h
+ FKFlickrStatsGetCollectionReferrers.m
path
- Classes/Model/Generated/Photos/FKFlickrPhotosRemoveTag.h
+ Classes/Model/Generated/Stats/FKFlickrStatsGetCollectionReferrers.m
sourceTree
<group>
- F51EA909120640E09244D40D
+ F8E8607BD71F49D595BF88ED
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrPhotosNotesAdd.h
+ FKFlickrPhotosetsGetPhotos.m
path
- Classes/Model/Generated/Photos/Notes/FKFlickrPhotosNotesAdd.h
+ Classes/Model/Generated/Photosets/FKFlickrPhotosetsGetPhotos.m
sourceTree
<group>
- F51F0BC63B6D4EBC838F69DD
+ F9112A7977E04F189F6C9748
fileRef
- 0C33DE85B16D47FCA566AD1D
+ DF669C4100AE49A1B3B9CA64
isa
PBXBuildFile
- F58A5E4A6D2F403F814D4632
+ F9322590D1B6455E8DDB4CF7
includeInIndex
1
@@ -13361,23 +13504,23 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPhotosSuggestionsRejectSuggestion.m
+ FKFlickrPhotosSearch.m
path
- Classes/Model/Generated/Photos/Suggestions/FKFlickrPhotosSuggestionsRejectSuggestion.m
+ Classes/Model/Generated/Photos/FKFlickrPhotosSearch.m
sourceTree
<group>
- F5D2AFD288D544C08F3244D1
+ F948E8539334475B97ED098E
fileRef
- 1DC9104DD7CA46D298BC6DF4
+ C07F44A3AAC8493A90984DD4
isa
PBXBuildFile
- F5FD0D8468BA49D487C72FF1
+ F96C07A1BCA64B86B3C0FAF4
fileRef
- 2DF1D6D5D548464B8765073F
+ 1199E2AB89184286BD6B0C9C
isa
PBXBuildFile
settings
@@ -13386,43 +13529,49 @@
-fobjc-arc
- F68779DB62B6483080D44132
+ F9EC34BCAB654212A8D69859
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrPlacesGetInfo.m
+ FKFlickrPhotosetsCommentsGetList.h
path
- Classes/Model/Generated/Places/FKFlickrPlacesGetInfo.m
+ Classes/Model/Generated/Photosets/Comments/FKFlickrPhotosetsCommentsGetList.h
sourceTree
<group>
- F6981DFD98A74D25B8A838D3
+ FA1F801D53374609BCD83E0A
- fileRef
- 9F221E03B59A413B9F011A98
- isa
- PBXBuildFile
-
- F6D5A85D5CD4465FAADD619E
-
- fileRef
- 8CC51171E6F2426BA7ACD30F
+ includeInIndex
+ 1
isa
- PBXBuildFile
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.h
+ name
+ FKFlickrPhotosGetNotInSet.h
+ path
+ Classes/Model/Generated/Photos/FKFlickrPhotosGetNotInSet.h
+ sourceTree
+ <group>
- F71A447BC60746E887A713E2
+ FA64966DC1504D0CABE7C40D
fileRef
- E1E3A81EA7914A58BA6F63CB
+ 19E881ABE15B44B29B9067BF
isa
PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
- F742554A80FB4B4CAE1A8F86
+ FA74421F297649B3866E1563
includeInIndex
1
@@ -13431,35 +13580,42 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrPhotosGetRecent.m
+ FKFlickrPhotosGeoBatchCorrectLocation.m
path
- Classes/Model/Generated/Photos/FKFlickrPhotosGetRecent.m
+ Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoBatchCorrectLocation.m
sourceTree
<group>
- F75D3522318E4643A87F69D3
+ FA878300A0784203B1C1A9CD
+
+ fileRef
+ 8AF5B5A946A146C0A8F07A1A
+ isa
+ PBXBuildFile
+
+ FAC724D6B16B4212919EBBE8
fileRef
- 1860F3AF46464857A907E995
+ F1F3995175AB4719A4BAC283
isa
PBXBuildFile
- F79540022307471AB761F580
+ FBCF08143FEA4FB79D31FDB8
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrPhotosetsAddPhoto.m
+ FKFlickrPhotosGetFavorites.h
path
- Classes/Model/Generated/Photosets/FKFlickrPhotosetsAddPhoto.m
+ Classes/Model/Generated/Photos/FKFlickrPhotosGetFavorites.h
sourceTree
<group>
- F7F6D8FC36524D288E809791
+ FBFFD792B17C46A8B49E4228
includeInIndex
1
@@ -13468,31 +13624,31 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrFavoritesGetList.m
+ FKFlickrPhotosCommentsGetRecentForContacts.m
path
- Classes/Model/Generated/Favorites/FKFlickrFavoritesGetList.m
+ Classes/Model/Generated/Photos/Comments/FKFlickrPhotosCommentsGetRecentForContacts.m
sourceTree
<group>
- F87E306400EF485B903194BC
+ FC7E822FC113451493C97DBB
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrGroupsDiscussRepliesGetList.m
+ FKFlickrGalleriesGetInfo.h
path
- Classes/Model/Generated/Groups/Discuss/Replies/FKFlickrGroupsDiscussRepliesGetList.m
+ Classes/Model/Generated/Galleries/FKFlickrGalleriesGetInfo.h
sourceTree
<group>
- F8ACB4DC14E64C25BBB957AF
+ FCAFEE446DE34480B9D93540
fileRef
- BB27BABC79304D78B790022E
+ 3A99F90B00584D2589CE154D
isa
PBXBuildFile
settings
@@ -13501,7 +13657,7 @@
-fobjc-arc
- F9295B6E7718410EAB07F520
+ FCB21E2919D241D2B7B76F18
includeInIndex
1
@@ -13510,13 +13666,20 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrTestNull.h
+ UIImage+MultiFormat.h
path
- Classes/Model/Generated/Test/FKFlickrTestNull.h
+ SDWebImage/UIImage+MultiFormat.h
sourceTree
<group>
- F92AFFA88CE5479EA320067F
+ FCB60678022D4C81B1F6FD84
+
+ fileRef
+ A4D60BD6E30348E5BFA2AE44
+ isa
+ PBXBuildFile
+
+ FD297FCF0134487580272CF6
includeInIndex
1
@@ -13525,81 +13688,67 @@
lastKnownFileType
sourcecode.c.objc
name
- FKFlickrCamerasGetBrands.m
+ FKFlickrGroupsSearch.m
path
- Classes/Model/Generated/Cameras/FKFlickrCamerasGetBrands.m
+ Classes/Model/Generated/Groups/FKFlickrGroupsSearch.m
sourceTree
<group>
- F941CA9EE5F84F6A939F1639
+ FD8D93A947694D7F884901CD
fileRef
- 91A39B0890F44BC5BE395611
+ 97B4FB4A045F490DAC597EB0
isa
PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
- F9574211B34C457CBCDF3286
+ FDEDE3DFB4B74F4CBF91BA56
fileRef
- 97DDEFDF99144D059A746B35
+ 40B925698CA84981AF5DF66F
+ isa
+ PBXBuildFile
+
+ FDEF28364F2E43D7BB7B08F8
+
+ fileRef
+ C45BC97D9F4C4ECE88C720A3
isa
PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
- F98E996BC12241978C2B8E1E
+ FE038E1D95F340FAA16EECCB
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKOFHMACSha1Base64.m
+ FKFlickrStatsGetPhotosetStats.h
path
- Classes/Utilities/FKOFHMACSha1Base64.m
+ Classes/Model/Generated/Stats/FKFlickrStatsGetPhotosetStats.h
sourceTree
<group>
- F9D136D67247402F9AAB2CCA
-
- fileRef
- DD1B03A24F60448FB923970E
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
-
- F9D634D1465D4DF4AEEC5697
+ FE3D6D8185724198AC3ABB21
- buildConfigurations
-
- 7F7B4A9FE9734327B3297EA3
- 4B0C017B3EFD48798CE25583
-
- defaultConfigurationIsVisible
- 0
- defaultConfigurationName
- Release
+ includeInIndex
+ 1
isa
- XCConfigurationList
+ PBXFileReference
+ lastKnownFileType
+ sourcecode.c.objc
+ name
+ FKFlickrGalleriesEditPhoto.m
+ path
+ Classes/Model/Generated/Galleries/FKFlickrGalleriesEditPhoto.m
+ sourceTree
+ <group>
- FA2D61C63E19470891873FF8
+ FE5ED9786CE54DD5ADCFBDB7
fileRef
- 3395C1E9753B4208AF62B128
+ 9B4FEFAB7F5A4081A9443D6A
isa
PBXBuildFile
settings
@@ -13608,10 +13757,10 @@
-fobjc-arc
- FA70350165E94DF2BCAC7B17
+ FE63F632BC404EE4A55AB183
fileRef
- CAA59717A7EB485DAD509B18
+ 22D025FC6F37455184D7EEDE
isa
PBXBuildFile
settings
@@ -13620,25 +13769,10 @@
-fobjc-arc
- FA95F9C403D04CA495ECEF94
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- FKFlickrGroupsPoolsGetContext.h
- path
- Classes/Model/Generated/Groups/Pools/FKFlickrGroupsPoolsGetContext.h
- sourceTree
- <group>
-
- FAB0F61BB29A4FFA90C79766
+ FE71CF195A8E4D99954D06DB
fileRef
- 25F40E5BF9DE4A959C085B43
+ 2CA3EC424F3242C0B7E83C55
isa
PBXBuildFile
settings
@@ -13647,107 +13781,86 @@
-fobjc-arc
- FB25C956FF4B4741BFE10745
+ FEF56AA4AEAF40BEA9B6F184
fileRef
- 78287707997C4B898C56035D
+ 27D354D934FD4383B7549D09
isa
PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -fobjc-arc
-
- FB3EB5BB8C28479FA4BB340E
+ FEFB1842B8864B699C3F44D5
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- FKFlickrMachinetagsGetValues.m
+ FKFlickrCamerasGetBrands.h
path
- Classes/Model/Generated/Machinetags/FKFlickrMachinetagsGetValues.m
+ Classes/Model/Generated/Cameras/FKFlickrCamerasGetBrands.h
sourceTree
<group>
- FB9CD78FCFEC41579EE99EC5
-
- fileRef
- C5C1E940AA9642429132039F
- isa
- PBXBuildFile
-
- FD0C79EB8FB54BBD954CF551
+ FF4C2FF567834324A73977E1
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrTagsGetListPhoto.h
+ FKFlickrUrlsLookupGallery.m
path
- Classes/Model/Generated/Tags/FKFlickrTagsGetListPhoto.h
+ Classes/Model/Generated/Urls/FKFlickrUrlsLookupGallery.m
sourceTree
<group>
- FE2A456EAF064DB4A1E0999D
-
- fileRef
- D590EEA745444C21BE017FAC
- isa
- PBXBuildFile
-
- FE7165626B404377BDF3A1C1
+ FF660FB97E5648C49D54D4B9
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.objc
+ sourcecode.c.h
name
- SDWebImageDecoder.m
+ FKFlickrPhotosetsOrderSets.h
path
- SDWebImage/SDWebImageDecoder.m
+ Classes/Model/Generated/Photosets/FKFlickrPhotosetsOrderSets.h
sourceTree
<group>
- FF245B0A5CF447478FDDF756
-
- buildConfigurations
-
- B4A43AE15D3049FCB5D6C617
- B8789EFAABF74A9F9EDE6F7F
-
- defaultConfigurationIsVisible
- 0
- defaultConfigurationName
- Release
- isa
- XCConfigurationList
-
- FF3214D87A134EF59636936A
+ FF7570F726C24F93B9A64B38
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrPandaGetPhotos.h
+ FKFlickrContactsGetPublicList.m
path
- Classes/Model/Generated/Panda/FKFlickrPandaGetPhotos.h
+ Classes/Model/Generated/Contacts/FKFlickrContactsGetPublicList.m
sourceTree
<group>
- FF439064E1224C309D612E4E
+ FF83B8BCEC494BF4A19EE4B1
+
+ fileRef
+ 133ED832934D44C5920844A0
+ isa
+ PBXBuildFile
+ settings
+
+ COMPILER_FLAGS
+ -fobjc-arc
+
+
+ FF91C9EC33274C9284964EDC
includeInIndex
1
@@ -13756,36 +13869,29 @@
lastKnownFileType
sourcecode.c.h
name
- FKFlickrPhotosGetUntagged.h
+ FKFlickrUrlsLookupUser.h
path
- Classes/Model/Generated/Photos/FKFlickrPhotosGetUntagged.h
+ Classes/Model/Generated/Urls/FKFlickrUrlsLookupUser.h
sourceTree
<group>
- FF564090F91343AE9BE0D42D
+ FFA63C97E46B4C07A66087CB
includeInIndex
1
isa
PBXFileReference
lastKnownFileType
- sourcecode.c.h
+ sourcecode.c.objc
name
- FKFlickrPhotosGetContactsPublicPhotos.h
+ UIImage+MultiFormat.m
path
- Classes/Model/Generated/Photos/FKFlickrPhotosGetContactsPublicPhotos.h
+ SDWebImage/UIImage+MultiFormat.m
sourceTree
<group>
- FF6610AFBF0B4221968EC450
-
- fileRef
- 38B6C7875B0749F4B6516C2A
- isa
- PBXBuildFile
-
rootObject
- 99CC26E6CED84878A17279B8
+ F3BFE5788058415BB5FF5E95
diff --git a/Pods/Pods.xcodeproj/xcuserdata/natashatherobot.xcuserdatad/xcschemes/Pods-FlickrKit.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/natashatherobot.xcuserdatad/xcschemes/Pods-FlickrKit.xcscheme
new file mode 100644
index 0000000..6255983
--- /dev/null
+++ b/Pods/Pods.xcodeproj/xcuserdata/natashatherobot.xcuserdatad/xcschemes/Pods-FlickrKit.xcscheme
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Pods/Pods.xcodeproj/xcuserdata/natashatherobot.xcuserdatad/xcschemes/Pods-SDWebImage.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/natashatherobot.xcuserdatad/xcschemes/Pods-SDWebImage.xcscheme
new file mode 100644
index 0000000..4500f5e
--- /dev/null
+++ b/Pods/Pods.xcodeproj/xcuserdata/natashatherobot.xcuserdatad/xcschemes/Pods-SDWebImage.xcscheme
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Pods/Pods.xcodeproj/xcuserdata/natashatherobot.xcuserdatad/xcschemes/Pods.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/natashatherobot.xcuserdatad/xcschemes/Pods.xcscheme
new file mode 100644
index 0000000..07a72c4
--- /dev/null
+++ b/Pods/Pods.xcodeproj/xcuserdata/natashatherobot.xcuserdatad/xcschemes/Pods.xcscheme
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Pods/Pods.xcodeproj/xcuserdata/natashatherobot.xcuserdatad/xcschemes/xcschememanagement.plist b/Pods/Pods.xcodeproj/xcuserdata/natashatherobot.xcuserdatad/xcschemes/xcschememanagement.plist
new file mode 100644
index 0000000..fbb28b6
--- /dev/null
+++ b/Pods/Pods.xcodeproj/xcuserdata/natashatherobot.xcuserdatad/xcschemes/xcschememanagement.plist
@@ -0,0 +1,42 @@
+
+
+
+
+ SchemeUserState
+
+ Pods-FlickrKit.xcscheme
+
+ isShown
+
+
+ Pods-SDWebImage.xcscheme
+
+ isShown
+
+
+ Pods.xcscheme
+
+ isShown
+
+
+
+ SuppressBuildableAutocreation
+
+ 399383C56EBC41B8825F24CB
+
+ primary
+
+
+ 3F8B7A607FE04D5C9CDA4061
+
+ primary
+
+
+ 5DBC4EDDAA2D4C2E90614187
+
+ primary
+
+
+
+
+
diff --git a/Pods/SDWebImage/README.md b/Pods/SDWebImage/README.md
index 1e5c99a..9bbcca5 100644
--- a/Pods/SDWebImage/README.md
+++ b/Pods/SDWebImage/README.md
@@ -1,5 +1,9 @@
Web Image
=========
+[](https://travis-ci.org/rs/SDWebImage)
+[](http://cocoadocs.org/docsets/SDWebImage/)
+[](http://cocoadocs.org/docsets/SDWebImage/)
+[](https://www.apache.org/licenses/LICENSE-2.0.html)
This library provides a category for UIImageView with support for remote images coming from the web.
@@ -91,7 +95,7 @@ Here is a simple example of how to use SDWebImageManager:
SDWebImageManager *manager = [SDWebImageManager sharedManager];
[manager downloadWithURL:imageURL
options:0
- progress:^(NSUInteger receivedSize, long long expectedSize)
+ progress:^(NSInteger receivedSize, NSInteger expectedSize)
{
// progression tracking code
}
@@ -111,7 +115,7 @@ It's also possible to use the async image downloader independently:
```objective-c
[SDWebImageDownloader.sharedDownloader downloadImageWithURL:imageURL
options:0
- progress:^(NSUInteger receivedSize, long long expectedSize)
+ progress:^(NSInteger receivedSize, NSInteger expectedSize)
{
// progression tracking code
}
@@ -133,7 +137,7 @@ asynchronous so it doesn't add unnecessary latency to the UI.
The SDImageCache class provides a singleton instance for convenience but you can create your own
instance if you want to create separated cache namespace.
-To lookup the cache, you use the imageForKey: method. If the method returns nil, it means the cache
+To lookup the cache, you use the `queryDiskCacheForKey:done:` method. If the method returns nil, it means the cache
doesn't currently own the image. You are thus responsible for generating and caching it. The cache
key is an application unique identifier for the image to cache. It is generally the absolute URL of
the image.
@@ -214,7 +218,20 @@ See this category: https://github.com/JJSaccolo/UIActivityIndicator-for-SDWebIma
Installation
------------
-There are two ways to use this in your project: copy all the files into your project, or import the project as a static library.
+There are three ways to use SDWebImage in your project:
+- using Cocoapods
+- copying all the files into your project
+- importing the project as a static library
+
+### Installation with CocoaPods
+
+[CocoaPods](http://cocoapods.org/) is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries in your projects. See the [Get Started](http://cocoapods.org/#get_started) section for more details.
+
+#### Podfile
+```
+platform :ios, '6.1'
+pod 'SDWebImage', '~>3.6'
+```
### Add the SDWebImage project to your project
@@ -234,6 +251,12 @@ Open the "Build Settings" tab, in the "Linking" section, locate the "Other Linke

+Alternatively, if this causes compilation problems with frameworks that extend optional libraries, such as Parse, RestKit or opencv2, instead of the -ObjC flag use:
+
+```
+-force_load SDWebImage.framework/Versions/Current/SDWebImage
+```
+
### Import headers in your source files
In the source files where you need to use the library, import the header file:
diff --git a/Pods/SDWebImage/SDWebImage/NSData+ImageContentType.h b/Pods/SDWebImage/SDWebImage/NSData+ImageContentType.h
index bb78bb0..69c76dc 100644
--- a/Pods/SDWebImage/SDWebImage/NSData+ImageContentType.h
+++ b/Pods/SDWebImage/SDWebImage/NSData+ImageContentType.h
@@ -6,5 +6,21 @@
#import
@interface NSData (ImageContentType)
-+ (NSString *)contentTypeForImageData:(NSData *)data;
+
+/**
+ * Compute the content type for an image data
+ *
+ * @param data the input data
+ *
+ * @return the content type as string (i.e. image/jpeg, image/gif)
+ */
++ (NSString *)sd_contentTypeForImageData:(NSData *)data;
+
+@end
+
+
+@interface NSData (ImageContentTypeDeprecated)
+
++ (NSString *)contentTypeForImageData:(NSData *)data __deprecated_msg("Use `sd_contentTypeForImageData:`");
+
@end
diff --git a/Pods/SDWebImage/SDWebImage/NSData+ImageContentType.m b/Pods/SDWebImage/SDWebImage/NSData+ImageContentType.m
index 6fb352d..0941cfa 100644
--- a/Pods/SDWebImage/SDWebImage/NSData+ImageContentType.m
+++ b/Pods/SDWebImage/SDWebImage/NSData+ImageContentType.m
@@ -8,7 +8,7 @@
@implementation NSData (ImageContentType)
-+ (NSString *)contentTypeForImageData:(NSData *)data {
++ (NSString *)sd_contentTypeForImageData:(NSData *)data {
uint8_t c;
[data getBytes:&c length:1];
switch (c) {
@@ -38,3 +38,12 @@ + (NSString *)contentTypeForImageData:(NSData *)data {
}
@end
+
+
+@implementation NSData (ImageContentTypeDeprecated)
+
++ (NSString *)contentTypeForImageData:(NSData *)data {
+ return [self sd_contentTypeForImageData:data];
+}
+
+@end
diff --git a/Pods/SDWebImage/SDWebImage/SDImageCache.h b/Pods/SDWebImage/SDWebImage/SDImageCache.h
index 2e1eed5..bde9d5d 100644
--- a/Pods/SDWebImage/SDWebImage/SDImageCache.h
+++ b/Pods/SDWebImage/SDWebImage/SDImageCache.h
@@ -26,6 +26,10 @@ typedef NS_ENUM(NSInteger, SDImageCacheType) {
typedef void(^SDWebImageQueryCompletedBlock)(UIImage *image, SDImageCacheType cacheType);
+typedef void(^SDWebImageCheckCacheCompletionBlock)(BOOL isInCache);
+
+typedef void(^SDWebImageCalculateSizeBlock)(NSUInteger fileCount, NSUInteger totalSize);
+
/**
* SDImageCache maintains a memory cache and an optional disk cache. Disk cache write operations are performed
* asynchronous so it doesn’t add unnecessary latency to the UI.
@@ -73,15 +77,15 @@ typedef void(^SDWebImageQueryCompletedBlock)(UIImage *image, SDImageCacheType ca
* Store an image into memory and disk cache at the given key.
*
* @param image The image to store
- * @param key The unique image cache key, usually it's image absolute URL
+ * @param key The unique image cache key, usually it's image absolute URL
*/
- (void)storeImage:(UIImage *)image forKey:(NSString *)key;
/**
* Store an image into memory and optionally disk cache at the given key.
*
- * @param image The image to store
- * @param key The unique image cache key, usually it's image absolute URL
+ * @param image The image to store
+ * @param key The unique image cache key, usually it's image absolute URL
* @param toDisk Store the image to disk cache if YES
*/
- (void)storeImage:(UIImage *)image forKey:(NSString *)key toDisk:(BOOL)toDisk;
@@ -89,13 +93,13 @@ typedef void(^SDWebImageQueryCompletedBlock)(UIImage *image, SDImageCacheType ca
/**
* Store an image into memory and optionally disk cache at the given key.
*
- * @param image The image to store
+ * @param image The image to store
* @param recalculate BOOL indicates if imageData can be used or a new data should be constructed from the UIImage
- * @param imageData The image data as returned by the server, this representation will be used for disk storage
- * instead of converting the given image object into a storable/compressed image format in order
- * to save quality and CPU
- * @param key The unique image cache key, usually it's image absolute URL
- * @param toDisk Store the image to disk cache if YES
+ * @param imageData The image data as returned by the server, this representation will be used for disk storage
+ * instead of converting the given image object into a storable/compressed image format in order
+ * to save quality and CPU
+ * @param key The unique image cache key, usually it's image absolute URL
+ * @param toDisk Store the image to disk cache if YES
*/
- (void)storeImage:(UIImage *)image recalculateFromImage:(BOOL)recalculate imageData:(NSData *)imageData forKey:(NSString *)key toDisk:(BOOL)toDisk;
@@ -127,14 +131,32 @@ typedef void(^SDWebImageQueryCompletedBlock)(UIImage *image, SDImageCacheType ca
*/
- (void)removeImageForKey:(NSString *)key;
+
+/**
+ * Remove the image from memory and disk cache synchronously
+ *
+ * @param key The unique image cache key
+ * @param completionBlock An block that should be executed after the image has been removed (optional)
+ */
+- (void)removeImageForKey:(NSString *)key withCompletion:(SDWebImageNoParamsBlock)completion;
+
/**
* Remove the image from memory and optionally disk cache synchronously
*
- * @param key The unique image cache key
+ * @param key The unique image cache key
* @param fromDisk Also remove cache entry from disk if YES
*/
- (void)removeImageForKey:(NSString *)key fromDisk:(BOOL)fromDisk;
+/**
+ * Remove the image from memory and optionally disk cache synchronously
+ *
+ * @param key The unique image cache key
+ * @param fromDisk Also remove cache entry from disk if YES
+ * @param completionBlock An block that should be executed after the image has been removed (optional)
+ */
+- (void)removeImageForKey:(NSString *)key fromDisk:(BOOL)fromDisk withCompletion:(SDWebImageNoParamsBlock)completion;
+
/**
* Clear all memory cached images
*/
@@ -144,7 +166,7 @@ typedef void(^SDWebImageQueryCompletedBlock)(UIImage *image, SDImageCacheType ca
* Clear all disk cached images. Non-blocking method - returns immediately.
* @param completionBlock An block that should be executed after cache expiration completes (optional)
*/
-- (void)clearDiskOnCompletion:(void (^)())completion;
+- (void)clearDiskOnCompletion:(SDWebImageNoParamsBlock)completion;
/**
* Clear all disk cached images
@@ -156,7 +178,7 @@ typedef void(^SDWebImageQueryCompletedBlock)(UIImage *image, SDImageCacheType ca
* Remove all expired cached image from disk. Non-blocking method - returns immediately.
* @param completionBlock An block that should be executed after cache expiration completes (optional)
*/
-- (void)cleanDiskWithCompletionBlock:(void (^)())completionBlock;
+- (void)cleanDiskWithCompletionBlock:(SDWebImageNoParamsBlock)completionBlock;
/**
* Remove all expired cached image from disk
@@ -172,16 +194,48 @@ typedef void(^SDWebImageQueryCompletedBlock)(UIImage *image, SDImageCacheType ca
/**
* Get the number of images in the disk cache
*/
-- (int)getDiskCount;
+- (NSUInteger)getDiskCount;
/**
* Asynchronously calculate the disk cache's size.
*/
-- (void)calculateSizeWithCompletionBlock:(void (^)(NSUInteger fileCount, NSUInteger totalSize))completionBlock;
+- (void)calculateSizeWithCompletionBlock:(SDWebImageCalculateSizeBlock)completionBlock;
/**
- * Check if image exists in cache already
+ * Async check if image exists in disk cache already (does not load the image)
+ *
+ * @param key the key describing the url
+ * @param completionBlock the block to be executed when the check is done.
+ * @note the completion block will be always executed on the main queue
+ */
+- (void)diskImageExistsWithKey:(NSString *)key completion:(SDWebImageCheckCacheCompletionBlock)completionBlock;
+
+/**
+ * Check if image exists in disk cache already (does not load the image)
+ *
+ * @param key the key describing the url
+ *
+ * @return YES if an image exists for the given key
*/
- (BOOL)diskImageExistsWithKey:(NSString *)key;
+/**
+ * Get the cache path for a certain key (needs the cache path root folder)
+ *
+ * @param key the key (can be obtained from url using cacheKeyForURL)
+ * @param path the cach path root folder
+ *
+ * @return the cache path
+ */
+- (NSString *)cachePathForKey:(NSString *)key inPath:(NSString *)path;
+
+/**
+ * Get the default cache path for a certain key
+ *
+ * @param key the key (can be obtained from url using cacheKeyForURL)
+ *
+ * @return the default cache path
+ */
+- (NSString *)defaultCachePathForKey:(NSString *)key;
+
@end
diff --git a/Pods/SDWebImage/SDWebImage/SDImageCache.m b/Pods/SDWebImage/SDWebImage/SDImageCache.m
index 3f36e5e..59c3471 100644
--- a/Pods/SDWebImage/SDWebImage/SDImageCache.m
+++ b/Pods/SDWebImage/SDWebImage/SDImageCache.m
@@ -116,8 +116,6 @@ - (void)addReadOnlyCachePath:(NSString *)path {
}
}
-#pragma mark SDImageCache (private)
-
- (NSString *)cachePathForKey:(NSString *)key inPath:(NSString *)path {
NSString *filename = [self cachedFileNameForKey:key];
return [path stringByAppendingPathComponent:filename];
@@ -127,6 +125,8 @@ - (NSString *)defaultCachePathForKey:(NSString *)key {
return [self cachePathForKey:key inPath:self.diskCachePath];
}
+#pragma mark SDImageCache (private)
+
- (NSString *)cachedFileNameForKey:(NSString *)key {
const char *str = [key UTF8String];
if (str == NULL) {
@@ -200,14 +200,26 @@ - (void)storeImage:(UIImage *)image forKey:(NSString *)key toDisk:(BOOL)toDisk {
}
- (BOOL)diskImageExistsWithKey:(NSString *)key {
- __block BOOL exists = NO;
- dispatch_sync(_ioQueue, ^{
- exists = [_fileManager fileExistsAtPath:[self defaultCachePathForKey:key]];
- });
-
+ BOOL exists = NO;
+
+ // this is an exception to access the filemanager on another queue than ioQueue, but we are using the shared instance
+ // from apple docs on NSFileManager: The methods of the shared NSFileManager object can be called from multiple threads safely.
+ exists = [[NSFileManager defaultManager] fileExistsAtPath:[self defaultCachePathForKey:key]];
+
return exists;
}
+- (void)diskImageExistsWithKey:(NSString *)key completion:(SDWebImageCheckCacheCompletionBlock)completionBlock {
+ dispatch_async(_ioQueue, ^{
+ BOOL exists = [_fileManager fileExistsAtPath:[self defaultCachePathForKey:key]];
+ if (completionBlock) {
+ dispatch_async(dispatch_get_main_queue(), ^{
+ completionBlock(exists);
+ });
+ }
+ });
+}
+
- (UIImage *)imageFromMemoryCacheForKey:(NSString *)key {
return [self.memCache objectForKey:key];
}
@@ -264,10 +276,10 @@ - (UIImage *)scaledImageForKey:(NSString *)key image:(UIImage *)image {
return SDScaledImageForKey(key, image);
}
-- (NSOperation *)queryDiskCacheForKey:(NSString *)key done:(void (^)(UIImage *image, SDImageCacheType cacheType))doneBlock {
- NSOperation *operation = [NSOperation new];
-
- if (!doneBlock) return nil;
+- (NSOperation *)queryDiskCacheForKey:(NSString *)key done:(SDWebImageQueryCompletedBlock)doneBlock {
+ if (!doneBlock) {
+ return nil;
+ }
if (!key) {
doneBlock(nil, SDImageCacheTypeNone);
@@ -281,6 +293,7 @@ - (NSOperation *)queryDiskCacheForKey:(NSString *)key done:(void (^)(UIImage *im
return nil;
}
+ NSOperation *operation = [NSOperation new];
dispatch_async(self.ioQueue, ^{
if (operation.isCancelled) {
return;
@@ -303,21 +316,39 @@ - (NSOperation *)queryDiskCacheForKey:(NSString *)key done:(void (^)(UIImage *im
}
- (void)removeImageForKey:(NSString *)key {
- [self removeImageForKey:key fromDisk:YES];
+ [self removeImageForKey:key withCompletion:nil];
+}
+
+- (void)removeImageForKey:(NSString *)key withCompletion:(SDWebImageNoParamsBlock)completion {
+ [self removeImageForKey:key fromDisk:YES withCompletion:completion];
}
- (void)removeImageForKey:(NSString *)key fromDisk:(BOOL)fromDisk {
+ [self removeImageForKey:key fromDisk:fromDisk withCompletion:nil];
+}
+
+- (void)removeImageForKey:(NSString *)key fromDisk:(BOOL)fromDisk withCompletion:(SDWebImageNoParamsBlock)completion {
+
if (key == nil) {
return;
}
-
+
[self.memCache removeObjectForKey:key];
-
+
if (fromDisk) {
dispatch_async(self.ioQueue, ^{
[_fileManager removeItemAtPath:[self defaultCachePathForKey:key] error:nil];
+
+ if (completion) {
+ dispatch_async(dispatch_get_main_queue(), ^{
+ completion();
+ });
+ }
});
+ } else if (completion){
+ completion();
}
+
}
- (void)setMaxMemoryCost:(NSUInteger)maxMemoryCost {
@@ -336,7 +367,7 @@ - (void)clearDisk {
[self clearDiskOnCompletion:nil];
}
-- (void)clearDiskOnCompletion:(void (^)())completion
+- (void)clearDiskOnCompletion:(SDWebImageNoParamsBlock)completion
{
dispatch_async(self.ioQueue, ^{
[_fileManager removeItemAtPath:self.diskCachePath error:nil];
@@ -357,7 +388,7 @@ - (void)cleanDisk {
[self cleanDiskWithCompletionBlock:nil];
}
-- (void)cleanDiskWithCompletionBlock:(void (^)())completionBlock {
+- (void)cleanDiskWithCompletionBlock:(SDWebImageNoParamsBlock)completionBlock {
dispatch_async(self.ioQueue, ^{
NSURL *diskCacheURL = [NSURL fileURLWithPath:self.diskCachePath isDirectory:YES];
NSArray *resourceKeys = @[NSURLIsDirectoryKey, NSURLContentModificationDateKey, NSURLTotalFileAllocatedSizeKey];
@@ -376,6 +407,7 @@ - (void)cleanDiskWithCompletionBlock:(void (^)())completionBlock {
//
// 1. Removing files that are older than the expiration date.
// 2. Storing file attributes for the size-based cleanup pass.
+ NSMutableArray *urlsToDelete = [[NSMutableArray alloc] init];
for (NSURL *fileURL in fileEnumerator) {
NSDictionary *resourceValues = [fileURL resourceValuesForKeys:resourceKeys error:NULL];
@@ -387,7 +419,7 @@ - (void)cleanDiskWithCompletionBlock:(void (^)())completionBlock {
// Remove files that are older than the expiration date;
NSDate *modificationDate = resourceValues[NSURLContentModificationDateKey];
if ([[modificationDate laterDate:expirationDate] isEqualToDate:expirationDate]) {
- [_fileManager removeItemAtURL:fileURL error:nil];
+ [urlsToDelete addObject:fileURL];
continue;
}
@@ -396,6 +428,10 @@ - (void)cleanDiskWithCompletionBlock:(void (^)())completionBlock {
currentCacheSize += [totalAllocatedSize unsignedIntegerValue];
[cacheFiles setObject:resourceValues forKey:fileURL];
}
+
+ for (NSURL *fileURL in urlsToDelete) {
+ [_fileManager removeItemAtURL:fileURL error:nil];
+ }
// If our remaining disk cache exceeds a configured maximum size, perform a second
// size-based cleanup pass. We delete the oldest files first.
@@ -459,18 +495,16 @@ - (NSUInteger)getSize {
return size;
}
-- (int)getDiskCount {
- __block int count = 0;
+- (NSUInteger)getDiskCount {
+ __block NSUInteger count = 0;
dispatch_sync(self.ioQueue, ^{
NSDirectoryEnumerator *fileEnumerator = [_fileManager enumeratorAtPath:self.diskCachePath];
- for (__unused NSString *fileName in fileEnumerator) {
- count += 1;
- }
+ count = [[fileEnumerator allObjects] count];
});
return count;
}
-- (void)calculateSizeWithCompletionBlock:(void (^)(NSUInteger fileCount, NSUInteger totalSize))completionBlock {
+- (void)calculateSizeWithCompletionBlock:(SDWebImageCalculateSizeBlock)completionBlock {
NSURL *diskCacheURL = [NSURL fileURLWithPath:self.diskCachePath isDirectory:YES];
dispatch_async(self.ioQueue, ^{
diff --git a/Pods/SDWebImage/SDWebImage/SDWebImageCompat.h b/Pods/SDWebImage/SDWebImage/SDWebImageCompat.h
index 2d90d3c..a0555fd 100644
--- a/Pods/SDWebImage/SDWebImage/SDWebImageCompat.h
+++ b/Pods/SDWebImage/SDWebImage/SDWebImageCompat.h
@@ -53,10 +53,18 @@
extern UIImage *SDScaledImageForKey(NSString *key, UIImage *image);
+typedef void(^SDWebImageNoParamsBlock)();
+
#define dispatch_main_sync_safe(block)\
if ([NSThread isMainThread]) {\
block();\
- }\
- else {\
+ } else {\
dispatch_sync(dispatch_get_main_queue(), block);\
}
+
+#define dispatch_main_async_safe(block)\
+ if ([NSThread isMainThread]) {\
+ block();\
+ } else {\
+ dispatch_async(dispatch_get_main_queue(), block);\
+ }
diff --git a/Pods/SDWebImage/SDWebImage/SDWebImageCompat.m b/Pods/SDWebImage/SDWebImage/SDWebImageCompat.m
index 7f91153..8c7d345 100644
--- a/Pods/SDWebImage/SDWebImage/SDWebImageCompat.m
+++ b/Pods/SDWebImage/SDWebImage/SDWebImageCompat.m
@@ -13,6 +13,10 @@
#endif
inline UIImage *SDScaledImageForKey(NSString *key, UIImage *image) {
+ if (!image) {
+ return nil;
+ }
+
if ([image.images count] > 0) {
NSMutableArray *scaledImages = [NSMutableArray array];
diff --git a/Pods/SDWebImage/SDWebImage/SDWebImageDownloader.h b/Pods/SDWebImage/SDWebImage/SDWebImageDownloader.h
index 0895997..008231a 100644
--- a/Pods/SDWebImage/SDWebImage/SDWebImageDownloader.h
+++ b/Pods/SDWebImage/SDWebImage/SDWebImageDownloader.h
@@ -72,6 +72,8 @@ typedef void(^SDWebImageDownloaderProgressBlock)(NSInteger receivedSize, NSInteg
typedef void(^SDWebImageDownloaderCompletedBlock)(UIImage *image, NSData *data, NSError *error, BOOL finished);
+typedef NSDictionary *(^SDWebImageDownloaderHeadersFilterBlock)(NSURL *url, NSDictionary *headers);
+
/**
* Asynchronous downloader dedicated and optimized for image loading.
*/
@@ -97,15 +99,30 @@ typedef void(^SDWebImageDownloaderCompletedBlock)(UIImage *image, NSData *data,
*/
@property (assign, nonatomic) SDWebImageDownloaderExecutionOrder executionOrder;
+/**
+ * Singleton method, returns the shared instance
+ *
+ * @return global shared instance of downloader class
+ */
+ (SDWebImageDownloader *)sharedDownloader;
+/**
+ * Set username
+ */
+@property (strong, nonatomic) NSString *username;
+
+/**
+ * Set password
+ */
+@property (strong, nonatomic) NSString *password;
+
/**
* Set filter to pick headers for downloading image HTTP request.
*
* This block will be invoked for each downloading image request, returned
* NSDictionary will be used as headers in corresponding HTTP request.
*/
-@property (nonatomic, strong) NSDictionary *(^headersFilter)(NSURL *url, NSDictionary *headers);
+@property (nonatomic, copy) SDWebImageDownloaderHeadersFilterBlock headersFilter;
/**
* Set a value for a HTTP header to be appended to each download HTTP request.
@@ -129,17 +146,17 @@ typedef void(^SDWebImageDownloaderCompletedBlock)(UIImage *image, NSData *data,
*
* @see SDWebImageDownloaderDelegate
*
- * @param url The URL to the image to download
- * @param options The options to be used for this download
- * @param progressBlock A block called repeatedly while the image is downloading
+ * @param url The URL to the image to download
+ * @param options The options to be used for this download
+ * @param progressBlock A block called repeatedly while the image is downloading
* @param completedBlock A block called once the download is completed.
- * If the download succeeded, the image parameter is set, in case of error,
- * error parameter is set with the error. The last parameter is always YES
- * if SDWebImageDownloaderProgressiveDownload isn't use. With the
- * SDWebImageDownloaderProgressiveDownload option, this block is called
- * repeatedly with the partial image object and the finished argument set to NO
- * before to be called a last time with the full image and finished argument
- * set to YES. In case of error, the finished argument is always YES.
+ * If the download succeeded, the image parameter is set, in case of error,
+ * error parameter is set with the error. The last parameter is always YES
+ * if SDWebImageDownloaderProgressiveDownload isn't use. With the
+ * SDWebImageDownloaderProgressiveDownload option, this block is called
+ * repeatedly with the partial image object and the finished argument set to NO
+ * before to be called a last time with the full image and finished argument
+ * set to YES. In case of error, the finished argument is always YES.
*
* @return A cancellable SDWebImageOperation
*/
@@ -148,4 +165,9 @@ typedef void(^SDWebImageDownloaderCompletedBlock)(UIImage *image, NSData *data,
progress:(SDWebImageDownloaderProgressBlock)progressBlock
completed:(SDWebImageDownloaderCompletedBlock)completedBlock;
+/**
+ * Sets the download queue suspension state
+ */
+- (void)setSuspended:(BOOL)suspended;
+
@end
diff --git a/Pods/SDWebImage/SDWebImage/SDWebImageDownloader.m b/Pods/SDWebImage/SDWebImage/SDWebImageDownloader.m
index 5b7cae2..60914db 100644
--- a/Pods/SDWebImage/SDWebImage/SDWebImageDownloader.m
+++ b/Pods/SDWebImage/SDWebImage/SDWebImageDownloader.m
@@ -104,7 +104,7 @@ - (NSInteger)maxConcurrentDownloads {
return _downloadQueue.maxConcurrentOperationCount;
}
-- (id )downloadImageWithURL:(NSURL *)url options:(SDWebImageDownloaderOptions)options progress:(void (^)(NSInteger, NSInteger))progressBlock completed:(void (^)(UIImage *, NSData *, NSError *, BOOL))completedBlock {
+- (id )downloadImageWithURL:(NSURL *)url options:(SDWebImageDownloaderOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageDownloaderCompletedBlock)completedBlock {
__block SDWebImageDownloaderOperation *operation;
__weak SDWebImageDownloader *wself = self;
@@ -127,8 +127,8 @@ - (NSInteger)maxConcurrentDownloads {
operation = [[SDWebImageDownloaderOperation alloc] initWithRequest:request
options:options
progress:^(NSInteger receivedSize, NSInteger expectedSize) {
- if (!wself) return;
SDWebImageDownloader *sself = wself;
+ if (!sself) return;
NSArray *callbacksForURL = [sself callbacksForURL:url];
for (NSDictionary *callbacks in callbacksForURL) {
SDWebImageDownloaderProgressBlock callback = callbacks[kProgressCallbackKey];
@@ -136,8 +136,8 @@ - (NSInteger)maxConcurrentDownloads {
}
}
completed:^(UIImage *image, NSData *data, NSError *error, BOOL finished) {
- if (!wself) return;
SDWebImageDownloader *sself = wself;
+ if (!sself) return;
NSArray *callbacksForURL = [sself callbacksForURL:url];
if (finished) {
[sself removeCallbacksForURL:url];
@@ -148,13 +148,19 @@ - (NSInteger)maxConcurrentDownloads {
}
}
cancelled:^{
- if (!wself) return;
SDWebImageDownloader *sself = wself;
+ if (!sself) return;
[sself removeCallbacksForURL:url];
}];
+ if (wself.username && wself.password) {
+ operation.credential = [NSURLCredential credentialWithUser:wself.username password:wself.password persistence:NSURLCredentialPersistenceForSession];
+ }
+
if (options & SDWebImageDownloaderHighPriority) {
operation.queuePriority = NSOperationQueuePriorityHigh;
+ } else if (options & SDWebImageDownloaderLowPriority) {
+ operation.queuePriority = NSOperationQueuePriorityLow;
}
[wself.downloadQueue addOperation:operation];
@@ -168,7 +174,7 @@ - (NSInteger)maxConcurrentDownloads {
return operation;
}
-- (void)addProgressCallback:(void (^)(NSInteger, NSInteger))progressBlock andCompletedBlock:(void (^)(UIImage *, NSData *data, NSError *, BOOL))completedBlock forURL:(NSURL *)url createCallback:(void (^)())createCallback {
+- (void)addProgressCallback:(SDWebImageDownloaderProgressBlock)progressBlock andCompletedBlock:(SDWebImageDownloaderCompletedBlock)completedBlock forURL:(NSURL *)url createCallback:(SDWebImageNoParamsBlock)createCallback {
// The URL will be used as the key to the callbacks dictionary so it cannot be nil. If it is nil immediately call the completed block with no image or data.
if (url == nil) {
if (completedBlock != nil) {
@@ -212,4 +218,8 @@ - (void)removeCallbacksForURL:(NSURL *)url {
});
}
+- (void)setSuspended:(BOOL)suspended {
+ [self.downloadQueue setSuspended:suspended];
+}
+
@end
diff --git a/Pods/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.h b/Pods/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.h
index 154a4e5..21a3106 100644
--- a/Pods/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.h
+++ b/Pods/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.h
@@ -12,13 +12,49 @@
@interface SDWebImageDownloaderOperation : NSOperation
+/**
+ * The request used by the operation's connection.
+ */
@property (strong, nonatomic, readonly) NSURLRequest *request;
+
+/**
+ * Whether the URL connection should consult the credential storage for authenticating the connection. `YES` by default.
+ *
+ * This is the value that is returned in the `NSURLConnectionDelegate` method `-connectionShouldUseCredentialStorage:`.
+ */
+@property (nonatomic, assign) BOOL shouldUseCredentialStorage;
+
+/**
+ * The credential used for authentication challenges in `-connection:didReceiveAuthenticationChallenge:`.
+ *
+ * This will be overridden by any shared credentials that exist for the username or password of the request URL, if present.
+ */
+@property (nonatomic, strong) NSURLCredential *credential;
+
+/**
+ * The SDWebImageDownloaderOptions for the receiver.
+ */
@property (assign, nonatomic, readonly) SDWebImageDownloaderOptions options;
+/**
+ * Initializes a `SDWebImageDownloaderOperation` object
+ *
+ * @see SDWebImageDownloaderOperation
+ *
+ * @param request the URL request
+ * @param options downloader options
+ * @param progressBlock the block executed when a new chunk of data arrives.
+ * @note the progress block is executed on a background queue
+ * @param completedBlock the block executed when the download is done.
+ * @note the completed block is executed on the main queue for success. If errors are found, there is a chance the block will be executed on a background queue
+ * @param cancelBlock the block executed if the download (operation) is cancelled
+ *
+ * @return the initialized instance
+ */
- (id)initWithRequest:(NSURLRequest *)request
options:(SDWebImageDownloaderOptions)options
progress:(SDWebImageDownloaderProgressBlock)progressBlock
completed:(SDWebImageDownloaderCompletedBlock)completedBlock
- cancelled:(void (^)())cancelBlock;
+ cancelled:(SDWebImageNoParamsBlock)cancelBlock;
@end
diff --git a/Pods/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.m b/Pods/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.m
index f16ce13..333e316 100644
--- a/Pods/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.m
+++ b/Pods/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.m
@@ -10,12 +10,13 @@
#import "SDWebImageDecoder.h"
#import "UIImage+MultiFormat.h"
#import
+#import "SDWebImageManager.h"
-@interface SDWebImageDownloaderOperation ()
+@interface SDWebImageDownloaderOperation ()
@property (copy, nonatomic) SDWebImageDownloaderProgressBlock progressBlock;
@property (copy, nonatomic) SDWebImageDownloaderCompletedBlock completedBlock;
-@property (copy, nonatomic) void (^cancelBlock)();
+@property (copy, nonatomic) SDWebImageNoParamsBlock cancelBlock;
@property (assign, nonatomic, getter = isExecuting) BOOL executing;
@property (assign, nonatomic, getter = isFinished) BOOL finished;
@@ -39,9 +40,14 @@ @implementation SDWebImageDownloaderOperation {
@synthesize executing = _executing;
@synthesize finished = _finished;
-- (id)initWithRequest:(NSURLRequest *)request options:(SDWebImageDownloaderOptions)options progress:(void (^)(NSInteger, NSInteger))progressBlock completed:(void (^)(UIImage *, NSData *, NSError *, BOOL))completedBlock cancelled:(void (^)())cancelBlock {
+- (id)initWithRequest:(NSURLRequest *)request
+ options:(SDWebImageDownloaderOptions)options
+ progress:(SDWebImageDownloaderProgressBlock)progressBlock
+ completed:(SDWebImageDownloaderCompletedBlock)completedBlock
+ cancelled:(SDWebImageNoParamsBlock)cancelBlock {
if ((self = [super init])) {
_request = request;
+ _shouldUseCredentialStorage = YES;
_options = options;
_progressBlock = [progressBlock copy];
_completedBlock = [completedBlock copy];
@@ -132,6 +138,7 @@ - (void)cancel {
}
- (void)cancelInternalAndStop {
+ if (self.isFinished) return;
[self cancelInternal];
CFRunLoopStop(CFRunLoopGetCurrent());
}
@@ -205,7 +212,7 @@ - (void)connection:(NSURLConnection *)connection didReceiveResponse:(NSURLRespon
if (self.completedBlock) {
self.completedBlock(nil, nil, [NSError errorWithDomain:NSURLErrorDomain code:[((NSHTTPURLResponse *)response) statusCode] userInfo:nil], YES);
}
-
+ CFRunLoopStop(CFRunLoopGetCurrent());
[self done];
}
}
@@ -271,7 +278,8 @@ - (void)connection:(NSURLConnection *)connection didReceiveData:(NSData *)data {
if (partialImageRef) {
UIImage *image = [UIImage imageWithCGImage:partialImageRef scale:1 orientation:orientation];
- UIImage *scaledImage = [self scaledImageForKey:self.request.URL.absoluteString image:image];
+ NSString *key = [[SDWebImageManager sharedManager] cacheKeyForURL:self.request.URL];
+ UIImage *scaledImage = [self scaledImageForKey:key image:image];
image = [UIImage decodedImageWithImage:scaledImage];
CGImageRelease(partialImageRef);
dispatch_main_sync_safe(^{
@@ -318,43 +326,42 @@ - (UIImage *)scaledImageForKey:(NSString *)key image:(UIImage *)image {
}
- (void)connectionDidFinishLoading:(NSURLConnection *)aConnection {
- CFRunLoopStop(CFRunLoopGetCurrent());
- self.connection = nil;
-
- [[NSNotificationCenter defaultCenter] postNotificationName:SDWebImageDownloadStopNotification object:nil];
-
SDWebImageDownloaderCompletedBlock completionBlock = self.completedBlock;
-
- if (completionBlock) {
+ @synchronized(self) {
+ CFRunLoopStop(CFRunLoopGetCurrent());
+ self.thread = nil;
+ self.connection = nil;
+ [[NSNotificationCenter defaultCenter] postNotificationName:SDWebImageDownloadStopNotification object:nil];
+ }
+
+ if (![[NSURLCache sharedURLCache] cachedResponseForRequest:_request]) {
+ responseFromCached = NO;
+ }
+
+ if (completionBlock)
+ {
if (self.options & SDWebImageDownloaderIgnoreCachedResponse && responseFromCached) {
completionBlock(nil, nil, nil, YES);
- self.completionBlock = nil;
- [self done];
}
else {
-
UIImage *image = [UIImage sd_imageWithData:self.imageData];
-
- image = [self scaledImageForKey:self.request.URL.absoluteString image:image];
-
- if (!image.images) // Do not force decod animated GIFs
- {
+ NSString *key = [[SDWebImageManager sharedManager] cacheKeyForURL:self.request.URL];
+ image = [self scaledImageForKey:key image:image];
+
+ // Do not force decoding animated GIFs
+ if (!image.images) {
image = [UIImage decodedImageWithImage:image];
}
-
if (CGSizeEqualToSize(image.size, CGSizeZero)) {
completionBlock(nil, nil, [NSError errorWithDomain:@"SDWebImageErrorDomain" code:0 userInfo:@{NSLocalizedDescriptionKey : @"Downloaded image has 0 pixels"}], YES);
}
else {
completionBlock(image, self.imageData, nil, YES);
}
- self.completionBlock = nil;
- [self done];
}
}
- else {
- [self done];
- }
+ self.completionBlock = nil;
+ [self done];
}
- (void)connection:(NSURLConnection *)connection didFailWithError:(NSError *)error {
@@ -383,18 +390,25 @@ - (BOOL)shouldContinueWhenAppEntersBackground {
return self.options & SDWebImageDownloaderContinueInBackground;
}
-- (BOOL)connection:(NSURLConnection *)connection canAuthenticateAgainstProtectionSpace:(NSURLProtectionSpace *)protectionSpace {
- return [protectionSpace.authenticationMethod isEqualToString:NSURLAuthenticationMethodServerTrust];
+- (BOOL)connectionShouldUseCredentialStorage:(NSURLConnection __unused *)connection {
+ return self.shouldUseCredentialStorage;
}
-- (void)connection:(NSURLConnection *)connection didReceiveAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge {
- BOOL trustAllCertificates = (self.options & SDWebImageDownloaderAllowInvalidSSLCertificates);
- if (trustAllCertificates && [challenge.protectionSpace.authenticationMethod isEqualToString:NSURLAuthenticationMethodServerTrust]) {
- [challenge.sender useCredential:[NSURLCredential credentialForTrust:challenge.protectionSpace.serverTrust]
- forAuthenticationChallenge:challenge];
+- (void)connection:(NSURLConnection *)connection willSendRequestForAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge{
+ if ([challenge.protectionSpace.authenticationMethod isEqualToString:NSURLAuthenticationMethodServerTrust]) {
+ NSURLCredential *credential = [NSURLCredential credentialForTrust:challenge.protectionSpace.serverTrust];
+ [[challenge sender] useCredential:credential forAuthenticationChallenge:challenge];
+ } else {
+ if ([challenge previousFailureCount] == 0) {
+ if (self.credential) {
+ [[challenge sender] useCredential:self.credential forAuthenticationChallenge:challenge];
+ } else {
+ [[challenge sender] continueWithoutCredentialForAuthenticationChallenge:challenge];
+ }
+ } else {
+ [[challenge sender] continueWithoutCredentialForAuthenticationChallenge:challenge];
+ }
}
-
- [challenge.sender continueWithoutCredentialForAuthenticationChallenge:challenge];
}
@end
diff --git a/Pods/SDWebImage/SDWebImage/SDWebImageManager.h b/Pods/SDWebImage/SDWebImage/SDWebImageManager.h
index 45598c4..6bb0dcf 100644
--- a/Pods/SDWebImage/SDWebImage/SDWebImageManager.h
+++ b/Pods/SDWebImage/SDWebImage/SDWebImageManager.h
@@ -68,12 +68,20 @@ typedef NS_OPTIONS(NSUInteger, SDWebImageOptions) {
* the front of the queue and is loaded immediately instead of waiting for the current queue to be loaded (which
* could take a while).
*/
- SDWebImageHighPriority = 1 << 8
+ SDWebImageHighPriority = 1 << 8,
+
+ /**
+ * By default, placeholder images are loaded while the image is loading. This flag will delay the loading
+ * of the placeholder image until after the image has finished loading.
+ */
+ SDWebImageDelayPlaceholder = 1 << 9
};
-typedef void(^SDWebImageCompletedBlock)(UIImage *image, NSError *error, SDImageCacheType cacheType);
+typedef void(^SDWebImageCompletionBlock)(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL);
+
+typedef void(^SDWebImageCompletionWithFinishedBlock)(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished, NSURL *imageURL);
-typedef void(^SDWebImageCompletedWithFinishedBlock)(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished);
+typedef NSString *(^SDWebImageCacheKeyFilterBlock)(NSURL *url);
@class SDWebImageManager;
@@ -86,7 +94,7 @@ typedef void(^SDWebImageCompletedWithFinishedBlock)(UIImage *image, NSError *err
* Controls which image should be downloaded when the image is not found in the cache.
*
* @param imageManager The current `SDWebImageManager`
- * @param imageURL The url of the image to be downloaded
+ * @param imageURL The url of the image to be downloaded
*
* @return Return NO to prevent the downloading of the image on cache misses. If not implemented, YES is implied.
*/
@@ -97,8 +105,8 @@ typedef void(^SDWebImageCompletedWithFinishedBlock)(UIImage *image, NSError *err
* NOTE: This method is called from a global queue in order to not to block the main thread.
*
* @param imageManager The current `SDWebImageManager`
- * @param image The image to transform
- * @param imageURL The url of the image to transform
+ * @param image The image to transform
+ * @param imageURL The url of the image to transform
*
* @return The transformed image object.
*/
@@ -120,7 +128,7 @@ SDWebImageManager *manager = [SDWebImageManager sharedManager];
[manager downloadWithURL:imageURL
options:0
progress:nil
- completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished) {
+ completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished, NSURL *imageURL) {
if (image) {
// do something with image
}
@@ -151,7 +159,7 @@ SDWebImageManager *manager = [SDWebImageManager sharedManager];
* @endcode
*/
-@property (strong) NSString *(^cacheKeyFilter)(NSURL *url);
+@property (copy) SDWebImageCacheKeyFilterBlock cacheKeyFilter;
/**
* Returns global SDWebImageManager instance.
@@ -163,9 +171,9 @@ SDWebImageManager *manager = [SDWebImageManager sharedManager];
/**
* Downloads the image at the given URL if not present in cache or return the cached version otherwise.
*
- * @param url The URL to the image
- * @param options A mask to specify options to use for this request
- * @param progressBlock A block called while image is downloading
+ * @param url The URL to the image
+ * @param options A mask to specify options to use for this request
+ * @param progressBlock A block called while image is downloading
* @param completedBlock A block called when operation has been completed.
*
* This parameter is required.
@@ -180,12 +188,22 @@ SDWebImageManager *manager = [SDWebImageManager sharedManager];
* downloading. This block is thus called repetidly with a partial image. When image is fully downloaded, the
* block is called a last time with the full image and the last parameter set to YES.
*
- * @return Returns a cancellable NSOperation
+ * @return Returns an NSObject conforming to SDWebImageOperation. Should be an instance of SDWebImageDownloaderOperation
*/
-- (id )downloadWithURL:(NSURL *)url
- options:(SDWebImageOptions)options
- progress:(SDWebImageDownloaderProgressBlock)progressBlock
- completed:(SDWebImageCompletedWithFinishedBlock)completedBlock;
+- (id )downloadImageWithURL:(NSURL *)url
+ options:(SDWebImageOptions)options
+ progress:(SDWebImageDownloaderProgressBlock)progressBlock
+ completed:(SDWebImageCompletionWithFinishedBlock)completedBlock;
+
+/**
+ * Saves image to cache for given URL
+ *
+ * @param image The image to cache
+ * @param url The URL to the image
+ *
+ */
+
+- (void)saveImageToCache:(UIImage *)image forURL:(NSURL *)url;
/**
* Cancel all current opreations
@@ -198,8 +216,70 @@ SDWebImageManager *manager = [SDWebImageManager sharedManager];
- (BOOL)isRunning;
/**
- * Check if image has already been cached
+ * Check if image has already been cached
+ *
+ * @param url image url
+ *
+ * @return if the image was already cached
+ */
+- (BOOL)cachedImageExistsForURL:(NSURL *)url;
+
+/**
+ * Check if image has already been cached on disk only
+ *
+ * @param url image url
+ *
+ * @return if the image was already cached (disk only)
*/
- (BOOL)diskImageExistsForURL:(NSURL *)url;
+/**
+ * Async check if image has already been cached
+ *
+ * @param url image url
+ * @param completionBlock the block to be executed when the check is finished
+ *
+ * @note the completion block is always executed on the main queue
+ */
+- (void)cachedImageExistsForURL:(NSURL *)url
+ completion:(SDWebImageCheckCacheCompletionBlock)completionBlock;
+
+/**
+ * Async check if image has already been cached on disk only
+ *
+ * @param url image url
+ * @param completionBlock the block to be executed when the check is finished
+ *
+ * @note the completion block is always executed on the main queue
+ */
+- (void)diskImageExistsForURL:(NSURL *)url
+ completion:(SDWebImageCheckCacheCompletionBlock)completionBlock;
+
+
+/**
+ *Return the cache key for a given URL
+ */
+- (NSString *)cacheKeyForURL:(NSURL *)url;
+
+@end
+
+
+#pragma mark - Deprecated
+
+typedef void(^SDWebImageCompletedBlock)(UIImage *image, NSError *error, SDImageCacheType cacheType) __deprecated_msg("Block type deprecated. Use `SDWebImageCompletionBlock`");
+typedef void(^SDWebImageCompletedWithFinishedBlock)(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished) __deprecated_msg("Block type deprecated. Use `SDWebImageCompletionWithFinishedBlock`");
+
+
+@interface SDWebImageManager (Deprecated)
+
+/**
+ * Downloads the image at the given URL if not present in cache or return the cached version otherwise.
+ *
+ * @deprecated This method has been deprecated. Use `downloadImageWithURL:options:progress:completed:`
+ */
+- (id )downloadWithURL:(NSURL *)url
+ options:(SDWebImageOptions)options
+ progress:(SDWebImageDownloaderProgressBlock)progressBlock
+ completed:(SDWebImageCompletedWithFinishedBlock)completedBlock __deprecated_msg("Method deprecated. Use `downloadImageWithURL:options:progress:completed:`");
+
@end
diff --git a/Pods/SDWebImage/SDWebImage/SDWebImageManager.m b/Pods/SDWebImage/SDWebImage/SDWebImageManager.m
index 2e893ec..2781ec8 100644
--- a/Pods/SDWebImage/SDWebImage/SDWebImageManager.m
+++ b/Pods/SDWebImage/SDWebImage/SDWebImageManager.m
@@ -12,7 +12,7 @@
@interface SDWebImageCombinedOperation : NSObject
@property (assign, nonatomic, getter = isCancelled) BOOL cancelled;
-@property (copy, nonatomic) void (^cancelBlock)();
+@property (copy, nonatomic) SDWebImageNoParamsBlock cancelBlock;
@property (strong, nonatomic) NSOperation *cacheOperation;
@end
@@ -40,7 +40,7 @@ + (id)sharedManager {
- (id)init {
if ((self = [super init])) {
_imageCache = [self createCache];
- _imageDownloader = [SDWebImageDownloader new];
+ _imageDownloader = [SDWebImageDownloader sharedDownloader];
_failedURLs = [NSMutableArray new];
_runningOperations = [NSMutableArray new];
}
@@ -60,12 +60,57 @@ - (NSString *)cacheKeyForURL:(NSURL *)url {
}
}
+- (BOOL)cachedImageExistsForURL:(NSURL *)url {
+ NSString *key = [self cacheKeyForURL:url];
+ if ([self.imageCache imageFromMemoryCacheForKey:key] != nil) return YES;
+ return [self.imageCache diskImageExistsWithKey:key];
+}
+
- (BOOL)diskImageExistsForURL:(NSURL *)url {
NSString *key = [self cacheKeyForURL:url];
return [self.imageCache diskImageExistsWithKey:key];
}
-- (id )downloadWithURL:(NSURL *)url options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletedWithFinishedBlock)completedBlock {
+- (void)cachedImageExistsForURL:(NSURL *)url
+ completion:(SDWebImageCheckCacheCompletionBlock)completionBlock {
+ NSString *key = [self cacheKeyForURL:url];
+
+ BOOL isInMemoryCache = ([self.imageCache imageFromMemoryCacheForKey:key] != nil);
+
+ if (isInMemoryCache) {
+ // making sure we call the completion block on the main queue
+ dispatch_async(dispatch_get_main_queue(), ^{
+ if (completionBlock) {
+ completionBlock(YES);
+ }
+ });
+ return;
+ }
+
+ [self.imageCache diskImageExistsWithKey:key completion:^(BOOL isInDiskCache) {
+ // the completion block of checkDiskCacheForImageWithKey:completion: is always called on the main queue, no need to further dispatch
+ if (completionBlock) {
+ completionBlock(isInDiskCache);
+ }
+ }];
+}
+
+- (void)diskImageExistsForURL:(NSURL *)url
+ completion:(SDWebImageCheckCacheCompletionBlock)completionBlock {
+ NSString *key = [self cacheKeyForURL:url];
+
+ [self.imageCache diskImageExistsWithKey:key completion:^(BOOL isInDiskCache) {
+ // the completion block of checkDiskCacheForImageWithKey:completion: is always called on the main queue, no need to further dispatch
+ if (completionBlock) {
+ completionBlock(isInDiskCache);
+ }
+ }];
+}
+
+- (id )downloadImageWithURL:(NSURL *)url
+ options:(SDWebImageOptions)options
+ progress:(SDWebImageDownloaderProgressBlock)progressBlock
+ completed:(SDWebImageCompletionWithFinishedBlock)completedBlock {
// Invoking this method without a completedBlock is pointless
NSParameterAssert(completedBlock);
@@ -91,7 +136,7 @@ - (BOOL)diskImageExistsForURL:(NSURL *)url {
if (!url || (!(options & SDWebImageRetryFailed) && isFailedUrl)) {
dispatch_main_sync_safe(^{
NSError *error = [NSError errorWithDomain:NSURLErrorDomain code:NSURLErrorFileDoesNotExist userInfo:nil];
- completedBlock(nil, error, SDImageCacheTypeNone, YES);
+ completedBlock(nil, error, SDImageCacheTypeNone, YES, url);
});
return operation;
}
@@ -115,7 +160,7 @@ - (BOOL)diskImageExistsForURL:(NSURL *)url {
dispatch_main_sync_safe(^{
// If image was found in the cache bug SDWebImageRefreshCached is provided, notify about the cached image
// AND try to re-download it in order to let a chance to NSURLCache to refresh it from server.
- completedBlock(image, nil, cacheType, YES);
+ completedBlock(image, nil, cacheType, YES, url);
});
}
@@ -136,16 +181,18 @@ - (BOOL)diskImageExistsForURL:(NSURL *)url {
}
id subOperation = [self.imageDownloader downloadImageWithURL:url options:downloaderOptions progress:progressBlock completed:^(UIImage *downloadedImage, NSData *data, NSError *error, BOOL finished) {
if (weakOperation.isCancelled) {
- dispatch_main_sync_safe(^{
- completedBlock(nil, nil, SDImageCacheTypeNone, finished);
- });
+ // Do nothing if the operation was cancelled
+ // See #699 for more details
+ // if we would call the completedBlock, there could be a race condition between this block and another completedBlock for the same object, so if this one is called second, we will overwrite the new data
}
else if (error) {
dispatch_main_sync_safe(^{
- completedBlock(nil, error, SDImageCacheTypeNone, finished);
+ if (!weakOperation.isCancelled) {
+ completedBlock(nil, error, SDImageCacheTypeNone, finished, url);
+ }
});
- if (error.code != NSURLErrorNotConnectedToInternet) {
+ if (error.code != NSURLErrorNotConnectedToInternet && error.code != NSURLErrorCancelled && error.code != NSURLErrorTimedOut) {
@synchronized (self.failedURLs) {
[self.failedURLs addObject:url];
}
@@ -162,24 +209,28 @@ - (BOOL)diskImageExistsForURL:(NSURL *)url {
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_HIGH, 0), ^{
UIImage *transformedImage = [self.delegate imageManager:self transformDownloadedImage:downloadedImage withURL:url];
- dispatch_main_sync_safe(^{
- completedBlock(transformedImage, nil, SDImageCacheTypeNone, finished);
- });
-
if (transformedImage && finished) {
BOOL imageWasTransformed = ![transformedImage isEqual:downloadedImage];
[self.imageCache storeImage:transformedImage recalculateFromImage:imageWasTransformed imageData:data forKey:key toDisk:cacheOnDisk];
}
+
+ dispatch_main_sync_safe(^{
+ if (!weakOperation.isCancelled) {
+ completedBlock(transformedImage, nil, SDImageCacheTypeNone, finished, url);
+ }
+ });
});
}
else {
- dispatch_main_sync_safe(^{
- completedBlock(downloadedImage, nil, SDImageCacheTypeNone, finished);
- });
-
if (downloadedImage && finished) {
[self.imageCache storeImage:downloadedImage recalculateFromImage:NO imageData:data forKey:key toDisk:cacheOnDisk];
}
+
+ dispatch_main_sync_safe(^{
+ if (!weakOperation.isCancelled) {
+ completedBlock(downloadedImage, nil, SDImageCacheTypeNone, finished, url);
+ }
+ });
}
}
@@ -191,11 +242,17 @@ - (BOOL)diskImageExistsForURL:(NSURL *)url {
}];
operation.cancelBlock = ^{
[subOperation cancel];
+
+ @synchronized (self.runningOperations) {
+ [self.runningOperations removeObject:weakOperation];
+ }
};
}
else if (image) {
dispatch_main_sync_safe(^{
- completedBlock(image, nil, cacheType, YES);
+ if (!weakOperation.isCancelled) {
+ completedBlock(image, nil, cacheType, YES, url);
+ }
});
@synchronized (self.runningOperations) {
[self.runningOperations removeObject:operation];
@@ -204,7 +261,9 @@ - (BOOL)diskImageExistsForURL:(NSURL *)url {
else {
// Image not in cache and download disallowed by delegate
dispatch_main_sync_safe(^{
- completedBlock(nil, nil, SDImageCacheTypeNone, YES);
+ if (!weakOperation.isCancelled) {
+ completedBlock(nil, nil, SDImageCacheTypeNone, YES, url);
+ }
});
@synchronized (self.runningOperations) {
[self.runningOperations removeObject:operation];
@@ -215,6 +274,13 @@ - (BOOL)diskImageExistsForURL:(NSURL *)url {
return operation;
}
+- (void)saveImageToCache:(UIImage *)image forURL:(NSURL *)url {
+ if (image && url) {
+ NSString *key = [self cacheKeyForURL:url];
+ [self.imageCache storeImage:image forKey:key toDisk:YES];
+ }
+}
+
- (void)cancelAll {
@synchronized (self.runningOperations) {
[self.runningOperations makeObjectsPerformSelector:@selector(cancel)];
@@ -228,13 +294,17 @@ - (BOOL)isRunning {
@end
+
@implementation SDWebImageCombinedOperation
-- (void)setCancelBlock:(void (^)())cancelBlock {
+- (void)setCancelBlock:(SDWebImageNoParamsBlock)cancelBlock {
+ // check if the operation is already cancelled, then we just call the cancelBlock
if (self.isCancelled) {
- if (cancelBlock) cancelBlock();
- }
- else {
+ if (cancelBlock) {
+ cancelBlock();
+ }
+ _cancelBlock = nil; // don't forget to nil the cancelBlock, otherwise we will get crashes
+ } else {
_cancelBlock = [cancelBlock copy];
}
}
@@ -247,8 +317,30 @@ - (void)cancel {
}
if (self.cancelBlock) {
self.cancelBlock();
- self.cancelBlock = nil;
+
+ // TODO: this is a temporary fix to #809.
+ // Until we can figure the exact cause of the crash, going with the ivar instead of the setter
+// self.cancelBlock = nil;
+ _cancelBlock = nil;
}
}
@end
+
+
+@implementation SDWebImageManager (Deprecated)
+
+// deprecated method, uses the non deprecated method
+// adapter for the completion block
+- (id )downloadWithURL:(NSURL *)url options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletedWithFinishedBlock)completedBlock {
+ return [self downloadImageWithURL:url
+ options:options
+ progress:progressBlock
+ completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished, NSURL *imageURL) {
+ if (completedBlock) {
+ completedBlock(image, error, cacheType, finished);
+ }
+ }];
+}
+
+@end
diff --git a/Pods/SDWebImage/SDWebImage/SDWebImagePrefetcher.h b/Pods/SDWebImage/SDWebImage/SDWebImagePrefetcher.h
index 991602a..4f14fa2 100644
--- a/Pods/SDWebImage/SDWebImage/SDWebImagePrefetcher.h
+++ b/Pods/SDWebImage/SDWebImage/SDWebImagePrefetcher.h
@@ -19,28 +19,35 @@
* Called when an image was prefetched.
*
* @param imagePrefetcher The current image prefetcher
- * @param imageURL The image url that was prefetched
- * @param finishedCount The total number of images that were prefetched
- * @param totalCount The total number of images that need to be prefetched
+ * @param imageURL The image url that was prefetched
+ * @param finishedCount The total number of images that were prefetched (successful or not)
+ * @param totalCount The total number of images that were to be prefetched
*/
- (void)imagePrefetcher:(SDWebImagePrefetcher *)imagePrefetcher didPrefetchURL:(NSURL *)imageURL finishedCount:(NSUInteger)finishedCount totalCount:(NSUInteger)totalCount;
/**
* Called when all images are prefetched.
* @param imagePrefetcher The current image prefetcher
- * @param totalCount The total number of images that need to be prefetched
- * @param skippedCount The total number of images that were skipped
+ * @param totalCount The total number of images that were prefetched (whether successful or not)
+ * @param skippedCount The total number of images that were skipped
*/
- (void)imagePrefetcher:(SDWebImagePrefetcher *)imagePrefetcher didFinishWithTotalCount:(NSUInteger)totalCount skippedCount:(NSUInteger)skippedCount;
@end
+typedef void(^SDWebImagePrefetcherProgressBlock)(NSUInteger noOfFinishedUrls, NSUInteger noOfTotalUrls);
+typedef void(^SDWebImagePrefetcherCompletionBlock)(NSUInteger noOfFinishedUrls, NSUInteger noOfSkippedUrls);
/**
* Prefetch some URLs in the cache for future use. Images are downloaded in low priority.
*/
@interface SDWebImagePrefetcher : NSObject
+/**
+ * The web image manager
+ */
+@property (strong, nonatomic, readonly) SDWebImageManager *manager;
+
/**
* Maximum number of URLs to prefetch at the same time. Defaults to 3.
*/
@@ -72,11 +79,15 @@
* currently one image is downloaded at a time,
* and skips images for failed downloads and proceed to the next image in the list
*
- * @param urls list of URLs to prefetch
- * @param progressBlock block to be called when progress updates
+ * @param urls list of URLs to prefetch
+ * @param progressBlock block to be called when progress updates;
+ * first parameter is the number of completed (successful or not) requests,
+ * second parameter is the total number of images originally requested to be prefetched
* @param completionBlock block to be called when prefetching is completed
+ * first param is the number of completed (successful or not) requests,
+ * second parameter is the number of skipped requests
*/
-- (void)prefetchURLs:(NSArray *)urls progress:(void (^)(NSUInteger, NSUInteger))progressBlock completed:(void (^)(NSUInteger, NSUInteger))completionBlock;
+- (void)prefetchURLs:(NSArray *)urls progress:(SDWebImagePrefetcherProgressBlock)progressBlock completed:(SDWebImagePrefetcherCompletionBlock)completionBlock;
/**
* Remove and cancel queued list
diff --git a/Pods/SDWebImage/SDWebImage/SDWebImagePrefetcher.m b/Pods/SDWebImage/SDWebImage/SDWebImagePrefetcher.m
index 595a9a9..4087e4a 100644
--- a/Pods/SDWebImage/SDWebImage/SDWebImagePrefetcher.m
+++ b/Pods/SDWebImage/SDWebImage/SDWebImagePrefetcher.m
@@ -8,6 +8,10 @@
#import "SDWebImagePrefetcher.h"
+#if !defined(DEBUG) && !defined (SD_VERBOSE)
+#define NSLog(...)
+#endif
+
@interface SDWebImagePrefetcher ()
@property (strong, nonatomic) SDWebImageManager *manager;
@@ -16,8 +20,8 @@ @interface SDWebImagePrefetcher ()
@property (assign, nonatomic) NSUInteger skippedCount;
@property (assign, nonatomic) NSUInteger finishedCount;
@property (assign, nonatomic) NSTimeInterval startedTime;
-@property (copy, nonatomic) void (^completionBlock)(NSUInteger, NSUInteger);
-@property (copy, nonatomic) void (^progressBlock)(NSUInteger, NSUInteger);
+@property (copy, nonatomic) SDWebImagePrefetcherCompletionBlock completionBlock;
+@property (copy, nonatomic) SDWebImagePrefetcherProgressBlock progressBlock;
@end
@@ -52,7 +56,7 @@ - (NSUInteger)maxConcurrentDownloads {
- (void)startPrefetchingAtIndex:(NSUInteger)index {
if (index >= self.prefetchURLs.count) return;
self.requestedCount++;
- [self.manager downloadWithURL:self.prefetchURLs[index] options:self.options progress:nil completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished) {
+ [self.manager downloadImageWithURL:self.prefetchURLs[index] options:self.options progress:nil completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished, NSURL *imageURL) {
if (!finished) return;
self.finishedCount++;
@@ -60,17 +64,13 @@ - (void)startPrefetchingAtIndex:(NSUInteger)index {
if (self.progressBlock) {
self.progressBlock(self.finishedCount,[self.prefetchURLs count]);
}
-#ifdef SD_VERBOSE
- NSLog(@"Prefetched %d out of %d", self.finishedCount, self.prefetchURLs.count);
-#endif
+ NSLog(@"Prefetched %@ out of %@", @(self.finishedCount), @(self.prefetchURLs.count));
}
else {
if (self.progressBlock) {
self.progressBlock(self.finishedCount,[self.prefetchURLs count]);
}
-#ifdef SD_VERBOSE
- NSLog(@"Prefetched %d out of %d (Failed)", self.finishedCount, [self.prefetchURLs count]);
-#endif
+ NSLog(@"Prefetched %@ out of %@ (Failed)", @(self.finishedCount), @(self.prefetchURLs.count));
// Add last failed
self.skippedCount++;
@@ -84,9 +84,11 @@ - (void)startPrefetchingAtIndex:(NSUInteger)index {
}
if (self.prefetchURLs.count > self.requestedCount) {
- [self startPrefetchingAtIndex:self.requestedCount];
+ dispatch_async(dispatch_get_main_queue(), ^{
+ [self startPrefetchingAtIndex:self.requestedCount];
+ });
}
- else if (self.finishedCount + self.skippedCount == self.requestedCount) {
+ else if (self.finishedCount == self.requestedCount) {
[self reportStatus];
if (self.completionBlock) {
self.completionBlock(self.finishedCount, self.skippedCount);
@@ -98,9 +100,7 @@ - (void)startPrefetchingAtIndex:(NSUInteger)index {
- (void)reportStatus {
NSUInteger total = [self.prefetchURLs count];
-#ifdef SD_VERBOSE
- NSLog(@"Finished prefetching (%d successful, %d skipped, timeElasped %.2f)", total - self.skippedCount, self.skippedCount, CFAbsoluteTimeGetCurrent() - self.startedTime);
-#endif
+ NSLog(@"Finished prefetching (%@ successful, %@ skipped, timeElasped %.2f)", @(total - self.skippedCount), @(self.skippedCount), CFAbsoluteTimeGetCurrent() - self.startedTime);
if ([self.delegate respondsToSelector:@selector(imagePrefetcher:didFinishWithTotalCount:skippedCount:)]) {
[self.delegate imagePrefetcher:self
didFinishWithTotalCount:(total - self.skippedCount)
@@ -113,7 +113,7 @@ - (void)prefetchURLs:(NSArray *)urls {
[self prefetchURLs:urls progress:nil completed:nil];
}
-- (void)prefetchURLs:(NSArray *)urls progress:(void (^)(NSUInteger, NSUInteger))progressBlock completed:(void (^)(NSUInteger, NSUInteger))completionBlock {
+- (void)prefetchURLs:(NSArray *)urls progress:(SDWebImagePrefetcherProgressBlock)progressBlock completed:(SDWebImagePrefetcherCompletionBlock)completionBlock {
[self cancelPrefetching]; // Prevent duplicate prefetch request
self.startedTime = CFAbsoluteTimeGetCurrent();
self.prefetchURLs = urls;
diff --git a/Pods/SDWebImage/SDWebImage/UIButton+WebCache.h b/Pods/SDWebImage/SDWebImage/UIButton+WebCache.h
index 1f5d2c8..7a6e867 100644
--- a/Pods/SDWebImage/SDWebImage/UIButton+WebCache.h
+++ b/Pods/SDWebImage/SDWebImage/UIButton+WebCache.h
@@ -14,166 +14,216 @@
*/
@interface UIButton (WebCache)
+/**
+ * Get the current image URL.
+ */
+- (NSURL *)sd_currentImageURL;
+
+/**
+ * Get the image URL for a control state.
+ *
+ * @param state Which state you want to know the URL for. The values are described in UIControlState.
+ */
+- (NSURL *)sd_imageURLForState:(UIControlState)state;
+
/**
* Set the imageView `image` with an `url`.
*
- * The downloand is asynchronous and cached.
+ * The download is asynchronous and cached.
*
- * @param url The url for the image.
+ * @param url The url for the image.
* @param state The state that uses the specified title. The values are described in UIControlState.
*/
-- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state;
+- (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state;
/**
* Set the imageView `image` with an `url` and a placeholder.
*
- * The downloand is asynchronous and cached.
+ * The download is asynchronous and cached.
*
- * @param url The url for the image.
- * @param state The state that uses the specified title. The values are described in UIControlState.
+ * @param url The url for the image.
+ * @param state The state that uses the specified title. The values are described in UIControlState.
* @param placeholder The image to be set initially, until the image request finishes.
- * @see setImageWithURL:placeholderImage:options:
+ * @see sd_setImageWithURL:placeholderImage:options:
*/
-- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder;
+- (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder;
/**
* Set the imageView `image` with an `url`, placeholder and custom options.
*
- * The downloand is asynchronous and cached.
+ * The download is asynchronous and cached.
*
- * @param url The url for the image.
- * @param state The state that uses the specified title. The values are described in UIControlState.
+ * @param url The url for the image.
+ * @param state The state that uses the specified title. The values are described in UIControlState.
* @param placeholder The image to be set initially, until the image request finishes.
- * @param options The options to use when downloading the image. @see SDWebImageOptions for the possible values.
+ * @param options The options to use when downloading the image. @see SDWebImageOptions for the possible values.
*/
-- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options;
+- (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options;
/**
* Set the imageView `image` with an `url`.
*
- * The downloand is asynchronous and cached.
+ * The download is asynchronous and cached.
*
- * @param url The url for the image.
- * @param state The state that uses the specified title. The values are described in UIControlState.
- * @param completedBlock A block called when operation has been completed. This block as no return value
+ * @param url The url for the image.
+ * @param state The state that uses the specified title. The values are described in UIControlState.
+ * @param completedBlock A block called when operation has been completed. This block has no return value
* and takes the requested UIImage as first parameter. In case of error the image parameter
* is nil and the second parameter may contain an NSError. The third parameter is a Boolean
* indicating if the image was retrived from the local cache of from the network.
+ * The forth parameter is the original image url.
*/
-- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state completed:(SDWebImageCompletedBlock)completedBlock;
+- (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state completed:(SDWebImageCompletionBlock)completedBlock;
/**
* Set the imageView `image` with an `url`, placeholder.
*
- * The downloand is asynchronous and cached.
+ * The download is asynchronous and cached.
*
- * @param url The url for the image.
- * @param state The state that uses the specified title. The values are described in UIControlState.
- * @param placeholder The image to be set initially, until the image request finishes.
- * @param completedBlock A block called when operation has been completed. This block as no return value
+ * @param url The url for the image.
+ * @param state The state that uses the specified title. The values are described in UIControlState.
+ * @param placeholder The image to be set initially, until the image request finishes.
+ * @param completedBlock A block called when operation has been completed. This block has no return value
* and takes the requested UIImage as first parameter. In case of error the image parameter
* is nil and the second parameter may contain an NSError. The third parameter is a Boolean
* indicating if the image was retrived from the local cache of from the network.
+ * The forth parameter is the original image url.
*/
-- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletedBlock)completedBlock;
+- (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletionBlock)completedBlock;
/**
* Set the imageView `image` with an `url`, placeholder and custom options.
*
- * The downloand is asynchronous and cached.
+ * The download is asynchronous and cached.
*
- * @param url The url for the image.
- * @param state The state that uses the specified title. The values are described in UIControlState.
- * @param placeholder The image to be set initially, until the image request finishes.
- * @param options The options to use when downloading the image. @see SDWebImageOptions for the possible values.
- * @param completedBlock A block called when operation has been completed. This block as no return value
+ * @param url The url for the image.
+ * @param state The state that uses the specified title. The values are described in UIControlState.
+ * @param placeholder The image to be set initially, until the image request finishes.
+ * @param options The options to use when downloading the image. @see SDWebImageOptions for the possible values.
+ * @param completedBlock A block called when operation has been completed. This block has no return value
* and takes the requested UIImage as first parameter. In case of error the image parameter
* is nil and the second parameter may contain an NSError. The third parameter is a Boolean
* indicating if the image was retrived from the local cache of from the network.
+ * The forth parameter is the original image url.
*/
-- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletedBlock)completedBlock;
+- (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletionBlock)completedBlock;
/**
* Set the backgroundImageView `image` with an `url`.
*
- * The downloand is asynchronous and cached.
+ * The download is asynchronous and cached.
*
- * @param url The url for the image.
+ * @param url The url for the image.
* @param state The state that uses the specified title. The values are described in UIControlState.
*/
-- (void)setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state;
+- (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state;
/**
* Set the backgroundImageView `image` with an `url` and a placeholder.
*
- * The downloand is asynchronous and cached.
+ * The download is asynchronous and cached.
*
- * @param url The url for the image.
- * @param state The state that uses the specified title. The values are described in UIControlState.
+ * @param url The url for the image.
+ * @param state The state that uses the specified title. The values are described in UIControlState.
* @param placeholder The image to be set initially, until the image request finishes.
- * @see setImageWithURL:placeholderImage:options:
+ * @see sd_setImageWithURL:placeholderImage:options:
*/
-- (void)setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder;
+- (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder;
/**
* Set the backgroundImageView `image` with an `url`, placeholder and custom options.
*
- * The downloand is asynchronous and cached.
+ * The download is asynchronous and cached.
*
- * @param url The url for the image.
- * @param state The state that uses the specified title. The values are described in UIControlState.
+ * @param url The url for the image.
+ * @param state The state that uses the specified title. The values are described in UIControlState.
* @param placeholder The image to be set initially, until the image request finishes.
- * @param options The options to use when downloading the image. @see SDWebImageOptions for the possible values.
+ * @param options The options to use when downloading the image. @see SDWebImageOptions for the possible values.
*/
-- (void)setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options;
+- (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options;
/**
* Set the backgroundImageView `image` with an `url`.
*
- * The downloand is asynchronous and cached.
+ * The download is asynchronous and cached.
*
- * @param url The url for the image.
- * @param state The state that uses the specified title. The values are described in UIControlState.
- * @param completedBlock A block object to be executed after the request operation
- * completed. This block has no return value and takes three argument: the requested
- * `UIImage` object, the `NSError` object describing error that occurred, and an
- * `SDImageCacheType` enum describing the source of the image obtained from.
+ * @param url The url for the image.
+ * @param state The state that uses the specified title. The values are described in UIControlState.
+ * @param completedBlock A block called when operation has been completed. This block has no return value
+ * and takes the requested UIImage as first parameter. In case of error the image parameter
+ * is nil and the second parameter may contain an NSError. The third parameter is a Boolean
+ * indicating if the image was retrived from the local cache of from the network.
+ * The forth parameter is the original image url.
*/
-- (void)setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state completed:(SDWebImageCompletedBlock)completedBlock;
+- (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state completed:(SDWebImageCompletionBlock)completedBlock;
/**
* Set the backgroundImageView `image` with an `url`, placeholder.
*
- * The downloand is asynchronous and cached.
+ * The download is asynchronous and cached.
*
- * @param url The url for the image.
- * @param state The state that uses the specified title. The values are described in UIControlState.
- * @param placeholder The image to be set initially, until the image request finishes.
- * @param completedBlock A block object to be executed after the request operation
- * completed. This block has no return value and takes three argument: the requested
- * `UIImage` object, the `NSError` object describing error that occurred, and an
- * `SDImageCacheType` enum describing the source of the image obtained from.
+ * @param url The url for the image.
+ * @param state The state that uses the specified title. The values are described in UIControlState.
+ * @param placeholder The image to be set initially, until the image request finishes.
+ * @param completedBlock A block called when operation has been completed. This block has no return value
+ * and takes the requested UIImage as first parameter. In case of error the image parameter
+ * is nil and the second parameter may contain an NSError. The third parameter is a Boolean
+ * indicating if the image was retrived from the local cache of from the network.
+ * The forth parameter is the original image url.
*/
-- (void)setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletedBlock)completedBlock;
+- (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletionBlock)completedBlock;
/**
* Set the backgroundImageView `image` with an `url`, placeholder and custom options.
*
- * The downloand is asynchronous and cached.
+ * The download is asynchronous and cached.
*
- * @param url The url for the image.
- * @param placeholder The image to be set initially, until the image request finishes.
- * @param options The options to use when downloading the image. @see SDWebImageOptions for the possible values.
- * @param completedBlock A block object to be executed after the request operation
- * completed. This block has no return value and takes three argument: the requested
- * `UIImage` object, the `NSError` object describing error that occurred, and an
- * `SDImageCacheType` enum describing the source of the image obtained from.
+ * @param url The url for the image.
+ * @param placeholder The image to be set initially, until the image request finishes.
+ * @param options The options to use when downloading the image. @see SDWebImageOptions for the possible values.
+ * @param completedBlock A block called when operation has been completed. This block has no return value
+ * and takes the requested UIImage as first parameter. In case of error the image parameter
+ * is nil and the second parameter may contain an NSError. The third parameter is a Boolean
+ * indicating if the image was retrived from the local cache of from the network.
+ * The forth parameter is the original image url.
+ */
+- (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletionBlock)completedBlock;
+
+/**
+ * Cancel the current image download
*/
-- (void)setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletedBlock)completedBlock;
+- (void)sd_cancelImageLoadForState:(UIControlState)state;
/**
- * Cancel the current download
+ * Cancel the current backgroundImage download
*/
-- (void)cancelCurrentImageLoad;
+- (void)sd_cancelBackgroundImageLoadForState:(UIControlState)state;
+
+@end
+
+
+@interface UIButton (WebCacheDeprecated)
+
+- (NSURL *)currentImageURL __deprecated_msg("Use `sd_currentImageURL`");
+- (NSURL *)imageURLForState:(UIControlState)state __deprecated_msg("Use `sd_imageURLForState:`");
+
+- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state __deprecated_msg("Method deprecated. Use `sd_setImageWithURL:forState:`");
+- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder __deprecated_msg("Method deprecated. Use `sd_setImageWithURL:forState:placeholderImage:`");
+- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options __deprecated_msg("Method deprecated. Use `sd_setImageWithURL:forState:placeholderImage:options:`");
+
+- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state completed:(SDWebImageCompletedBlock)completedBlock __deprecated_msg("Method deprecated. Use `sd_setImageWithURL:forState:completed:`");
+- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletedBlock)completedBlock __deprecated_msg("Method deprecated. Use `sd_setImageWithURL:forState:placeholderImage:completed:`");
+- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletedBlock)completedBlock __deprecated_msg("Method deprecated. Use `sd_setImageWithURL:forState:placeholderImage:options:completed:`");
+
+- (void)setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state __deprecated_msg("Method deprecated. Use `sd_setBackgroundImageWithURL:forState:`");
+- (void)setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder __deprecated_msg("Method deprecated. Use `sd_setBackgroundImageWithURL:forState:placeholderImage:`");
+- (void)setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options __deprecated_msg("Method deprecated. Use `sd_setBackgroundImageWithURL:forState:placeholderImage:options:`");
+
+- (void)setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state completed:(SDWebImageCompletedBlock)completedBlock __deprecated_msg("Method deprecated. Use `sd_setBackgroundImageWithURL:forState:completed:`");
+- (void)setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletedBlock)completedBlock __deprecated_msg("Method deprecated. Use `sd_setBackgroundImageWithURL:forState:placeholderImage:completed:`");
+- (void)setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletedBlock)completedBlock __deprecated_msg("Method deprecated. Use `sd_setBackgroundImageWithURL:forState:placeholderImage:options:completed:`");
+
+- (void)cancelCurrentImageLoad __deprecated_msg("Use `sd_cancelImageLoadForState:`");
+- (void)cancelBackgroundImageLoadForState:(UIControlState)state __deprecated_msg("Use `sd_cancelBackgroundImageLoadForState:`");
@end
diff --git a/Pods/SDWebImage/SDWebImage/UIButton+WebCache.m b/Pods/SDWebImage/SDWebImage/UIButton+WebCache.m
index 7f849e7..8e076ae 100644
--- a/Pods/SDWebImage/SDWebImage/UIButton+WebCache.m
+++ b/Pods/SDWebImage/SDWebImage/UIButton+WebCache.m
@@ -8,107 +8,253 @@
#import "UIButton+WebCache.h"
#import "objc/runtime.h"
+#import "UIView+WebCacheOperation.h"
-static char operationKey;
+static char imageURLStorageKey;
@implementation UIButton (WebCache)
-- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state {
- [self setImageWithURL:url forState:state placeholderImage:nil options:0 completed:nil];
+- (NSURL *)sd_currentImageURL {
+ NSURL *url = self.imageURLStorage[@(self.state)];
+
+ if (!url) {
+ url = self.imageURLStorage[@(UIControlStateNormal)];
+ }
+
+ return url;
}
-- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder {
- [self setImageWithURL:url forState:state placeholderImage:placeholder options:0 completed:nil];
+- (NSURL *)sd_imageURLForState:(UIControlState)state {
+ return self.imageURLStorage[@(state)];
}
-- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options {
- [self setImageWithURL:url forState:state placeholderImage:placeholder options:options completed:nil];
+- (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state {
+ [self sd_setImageWithURL:url forState:state placeholderImage:nil options:0 completed:nil];
}
-- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state completed:(SDWebImageCompletedBlock)completedBlock {
- [self setImageWithURL:url forState:state placeholderImage:nil options:0 completed:completedBlock];
+- (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder {
+ [self sd_setImageWithURL:url forState:state placeholderImage:placeholder options:0 completed:nil];
}
-- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletedBlock)completedBlock {
- [self setImageWithURL:url forState:state placeholderImage:placeholder options:0 completed:completedBlock];
+- (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options {
+ [self sd_setImageWithURL:url forState:state placeholderImage:placeholder options:options completed:nil];
}
-- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletedBlock)completedBlock {
- [self cancelCurrentImageLoad];
+- (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state completed:(SDWebImageCompletionBlock)completedBlock {
+ [self sd_setImageWithURL:url forState:state placeholderImage:nil options:0 completed:completedBlock];
+}
+
+- (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletionBlock)completedBlock {
+ [self sd_setImageWithURL:url forState:state placeholderImage:placeholder options:0 completed:completedBlock];
+}
+
+- (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletionBlock)completedBlock {
[self setImage:placeholder forState:state];
+ [self sd_cancelImageLoadForState:state];
+
+ if (!url) {
+ [self.imageURLStorage removeObjectForKey:@(state)];
+
+ dispatch_main_async_safe(^{
+ NSError *error = [NSError errorWithDomain:@"SDWebImageErrorDomain" code:-1 userInfo:@{NSLocalizedDescriptionKey : @"Trying to load a nil url"}];
+ if (completedBlock) {
+ completedBlock(nil, error, SDImageCacheTypeNone, url);
+ }
+ });
+
+ return;
+ }
+
+ self.imageURLStorage[@(state)] = url;
+
+ __weak UIButton *wself = self;
+ id operation = [SDWebImageManager.sharedManager downloadImageWithURL:url options:options progress:nil completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished, NSURL *imageURL) {
+ if (!wself) return;
+ dispatch_main_sync_safe(^{
+ __strong UIButton *sself = wself;
+ if (!sself) return;
+ if (image) {
+ [sself setImage:image forState:state];
+ }
+ if (completedBlock && finished) {
+ completedBlock(image, error, cacheType, url);
+ }
+ });
+ }];
+ [self sd_setImageLoadOperation:operation forState:state];
+}
+
+- (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state {
+ [self sd_setBackgroundImageWithURL:url forState:state placeholderImage:nil options:0 completed:nil];
+}
+
+- (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder {
+ [self sd_setBackgroundImageWithURL:url forState:state placeholderImage:placeholder options:0 completed:nil];
+}
+
+- (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options {
+ [self sd_setBackgroundImageWithURL:url forState:state placeholderImage:placeholder options:options completed:nil];
+}
+
+- (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state completed:(SDWebImageCompletionBlock)completedBlock {
+ [self sd_setBackgroundImageWithURL:url forState:state placeholderImage:nil options:0 completed:completedBlock];
+}
+
+- (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletionBlock)completedBlock {
+ [self sd_setBackgroundImageWithURL:url forState:state placeholderImage:placeholder options:0 completed:completedBlock];
+}
+
+- (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletionBlock)completedBlock {
+ [self sd_cancelImageLoadForState:state];
+
+ [self setBackgroundImage:placeholder forState:state];
if (url) {
__weak UIButton *wself = self;
- id operation = [SDWebImageManager.sharedManager downloadWithURL:url options:options progress:nil completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished) {
+ id operation = [SDWebImageManager.sharedManager downloadImageWithURL:url options:options progress:nil completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished, NSURL *imageURL) {
if (!wself) return;
dispatch_main_sync_safe(^{
__strong UIButton *sself = wself;
if (!sself) return;
if (image) {
- [sself setImage:image forState:state];
+ [sself setBackgroundImage:image forState:state];
}
if (completedBlock && finished) {
- completedBlock(image, error, cacheType);
+ completedBlock(image, error, cacheType, url);
}
});
}];
- objc_setAssociatedObject(self, &operationKey, operation, OBJC_ASSOCIATION_RETAIN_NONATOMIC);
+ [self sd_setBackgroundImageLoadOperation:operation forState:state];
+ } else {
+ dispatch_main_async_safe(^{
+ NSError *error = [NSError errorWithDomain:@"SDWebImageErrorDomain" code:-1 userInfo:@{NSLocalizedDescriptionKey : @"Trying to load a nil url"}];
+ if (completedBlock) {
+ completedBlock(nil, error, SDImageCacheTypeNone, url);
+ }
+ });
+ }
+}
+
+- (void)sd_setImageLoadOperation:(id)operation forState:(UIControlState)state {
+ [self sd_setImageLoadOperation:operation forKey:[NSString stringWithFormat:@"UIButtonImageOperation%@", @(state)]];
+}
+
+- (void)sd_cancelImageLoadForState:(UIControlState)state {
+ [self sd_cancelImageLoadOperationWithKey:[NSString stringWithFormat:@"UIButtonImageOperation%@", @(state)]];
+}
+
+- (void)sd_setBackgroundImageLoadOperation:(id)operation forState:(UIControlState)state {
+ [self sd_setImageLoadOperation:operation forKey:[NSString stringWithFormat:@"UIButtonBackgroundImageOperation%@", @(state)]];
+}
+
+- (void)sd_cancelBackgroundImageLoadForState:(UIControlState)state {
+ [self sd_cancelImageLoadOperationWithKey:[NSString stringWithFormat:@"UIButtonBackgroundImageOperation%@", @(state)]];
+}
+
+- (NSMutableDictionary *)imageURLStorage {
+ NSMutableDictionary *storage = objc_getAssociatedObject(self, &imageURLStorageKey);
+ if (!storage)
+ {
+ storage = [NSMutableDictionary dictionary];
+ objc_setAssociatedObject(self, &imageURLStorageKey, storage, OBJC_ASSOCIATION_RETAIN_NONATOMIC);
}
+
+ return storage;
+}
+
+@end
+
+
+@implementation UIButton (WebCacheDeprecated)
+
+- (NSURL *)currentImageURL {
+ return [self sd_currentImageURL];
+}
+
+- (NSURL *)imageURLForState:(UIControlState)state {
+ return [self sd_imageURLForState:state];
+}
+
+- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state {
+ [self sd_setImageWithURL:url forState:state placeholderImage:nil options:0 completed:nil];
+}
+
+- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder {
+ [self sd_setImageWithURL:url forState:state placeholderImage:placeholder options:0 completed:nil];
+}
+
+- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options {
+ [self sd_setImageWithURL:url forState:state placeholderImage:placeholder options:options completed:nil];
+}
+
+- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state completed:(SDWebImageCompletedBlock)completedBlock {
+ [self sd_setImageWithURL:url forState:state placeholderImage:nil options:0 completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) {
+ if (completedBlock) {
+ completedBlock(image, error, cacheType);
+ }
+ }];
+}
+
+- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletedBlock)completedBlock {
+ [self sd_setImageWithURL:url forState:state placeholderImage:placeholder options:0 completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) {
+ if (completedBlock) {
+ completedBlock(image, error, cacheType);
+ }
+ }];
+}
+
+- (void)setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletedBlock)completedBlock {
+ [self sd_setImageWithURL:url forState:state placeholderImage:placeholder options:options completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) {
+ if (completedBlock) {
+ completedBlock(image, error, cacheType);
+ }
+ }];
}
- (void)setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state {
- [self setBackgroundImageWithURL:url forState:state placeholderImage:nil options:0 completed:nil];
+ [self sd_setBackgroundImageWithURL:url forState:state placeholderImage:nil options:0 completed:nil];
}
- (void)setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder {
- [self setBackgroundImageWithURL:url forState:state placeholderImage:placeholder options:0 completed:nil];
+ [self sd_setBackgroundImageWithURL:url forState:state placeholderImage:placeholder options:0 completed:nil];
}
- (void)setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options {
- [self setBackgroundImageWithURL:url forState:state placeholderImage:placeholder options:options completed:nil];
+ [self sd_setBackgroundImageWithURL:url forState:state placeholderImage:placeholder options:options completed:nil];
}
- (void)setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state completed:(SDWebImageCompletedBlock)completedBlock {
- [self setBackgroundImageWithURL:url forState:state placeholderImage:nil options:0 completed:completedBlock];
+ [self sd_setBackgroundImageWithURL:url forState:state placeholderImage:nil options:0 completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) {
+ if (completedBlock) {
+ completedBlock(image, error, cacheType);
+ }
+ }];
}
- (void)setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletedBlock)completedBlock {
- [self setBackgroundImageWithURL:url forState:state placeholderImage:placeholder options:0 completed:completedBlock];
+ [self sd_setBackgroundImageWithURL:url forState:state placeholderImage:placeholder options:0 completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) {
+ if (completedBlock) {
+ completedBlock(image, error, cacheType);
+ }
+ }];
}
- (void)setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletedBlock)completedBlock {
- [self cancelCurrentImageLoad];
-
- [self setBackgroundImage:placeholder forState:state];
-
- if (url) {
- __weak UIButton *wself = self;
- id operation = [SDWebImageManager.sharedManager downloadWithURL:url options:options progress:nil completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished) {
- if (!wself) return;
- dispatch_main_sync_safe(^{
- __strong UIButton *sself = wself;
- if (!sself) return;
- if (image) {
- [sself setBackgroundImage:image forState:state];
- }
- if (completedBlock && finished) {
- completedBlock(image, error, cacheType);
- }
- });
- }];
- objc_setAssociatedObject(self, &operationKey, operation, OBJC_ASSOCIATION_RETAIN_NONATOMIC);
- }
+ [self sd_setBackgroundImageWithURL:url forState:state placeholderImage:placeholder options:options completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) {
+ if (completedBlock) {
+ completedBlock(image, error, cacheType);
+ }
+ }];
}
-
- (void)cancelCurrentImageLoad {
- // Cancel in progress downloader from queue
- id operation = objc_getAssociatedObject(self, &operationKey);
- if (operation) {
- [operation cancel];
- objc_setAssociatedObject(self, &operationKey, nil, OBJC_ASSOCIATION_RETAIN_NONATOMIC);
- }
+ // in a backwards compatible manner, cancel for current state
+ [self sd_cancelImageLoadForState:self.state];
+}
+
+- (void)cancelBackgroundImageLoadForState:(UIControlState)state {
+ [self sd_cancelBackgroundImageLoadForState:state];
}
@end
diff --git a/Pods/SDWebImage/SDWebImage/UIImage+GIF.m b/Pods/SDWebImage/SDWebImage/UIImage+GIF.m
index f48d179..a703637 100755
--- a/Pods/SDWebImage/SDWebImage/UIImage+GIF.m
+++ b/Pods/SDWebImage/SDWebImage/UIImage+GIF.m
@@ -33,7 +33,7 @@ + (UIImage *)sd_animatedGIFWithData:(NSData *)data {
for (size_t i = 0; i < count; i++) {
CGImageRef image = CGImageSourceCreateImageAtIndex(source, i, NULL);
- duration += [self frameDurationAtIndex:i source:source];
+ duration += [self sd_frameDurationAtIndex:i source:source];
[images addObject:[UIImage imageWithCGImage:image scale:[UIScreen mainScreen].scale orientation:UIImageOrientationUp]];
@@ -52,7 +52,7 @@ + (UIImage *)sd_animatedGIFWithData:(NSData *)data {
return animatedImage;
}
-+ (float)frameDurationAtIndex:(NSUInteger)index source:(CGImageSourceRef)source {
++ (float)sd_frameDurationAtIndex:(NSUInteger)index source:(CGImageSourceRef)source {
float frameDuration = 0.1f;
CFDictionaryRef cfFrameProperties = CGImageSourceCopyPropertiesAtIndex(source, index, nil);
NSDictionary *frameProperties = (__bridge NSDictionary *)cfFrameProperties;
diff --git a/Pods/SDWebImage/SDWebImage/UIImage+MultiFormat.m b/Pods/SDWebImage/SDWebImage/UIImage+MultiFormat.m
index e2e3e80..5395280 100644
--- a/Pods/SDWebImage/SDWebImage/UIImage+MultiFormat.m
+++ b/Pods/SDWebImage/SDWebImage/UIImage+MultiFormat.m
@@ -9,6 +9,7 @@
#import "UIImage+MultiFormat.h"
#import "UIImage+GIF.h"
#import "NSData+ImageContentType.h"
+#import
#ifdef SD_WEBP
#import "UIImage+WebP.h"
@@ -18,7 +19,7 @@ @implementation UIImage (MultiFormat)
+ (UIImage *)sd_imageWithData:(NSData *)data {
UIImage *image;
- NSString *imageContentType = [NSData contentTypeForImageData:data];
+ NSString *imageContentType = [NSData sd_contentTypeForImageData:data];
if ([imageContentType isEqualToString:@"image/gif"]) {
image = [UIImage sd_animatedGIFWithData:data];
}
@@ -30,10 +31,84 @@ + (UIImage *)sd_imageWithData:(NSData *)data {
#endif
else {
image = [[UIImage alloc] initWithData:data];
+ UIImageOrientation orientation = [self sd_imageOrientationFromImageData:data];
+ if (orientation != UIImageOrientationUp) {
+ image = [UIImage imageWithCGImage:image.CGImage
+ scale:image.scale
+ orientation:orientation];
+ }
}
return image;
}
+
++(UIImageOrientation)sd_imageOrientationFromImageData:(NSData *)imageData {
+ UIImageOrientation result = UIImageOrientationUp;
+ CGImageSourceRef imageSource = CGImageSourceCreateWithData((__bridge CFDataRef)imageData, NULL);
+ if (imageSource) {
+ CFDictionaryRef properties = CGImageSourceCopyPropertiesAtIndex(imageSource, 0, NULL);
+ if (properties) {
+ CFTypeRef val;
+ int exifOrientation;
+ val = CFDictionaryGetValue(properties, kCGImagePropertyOrientation);
+ if (val) {
+ CFNumberGetValue(val, kCFNumberIntType, &exifOrientation);
+ result = [self sd_exifOrientationToiOSOrientation:exifOrientation];
+ } // else - if it's not set it remains at up
+ CFRelease((CFTypeRef) properties);
+ } else {
+ //NSLog(@"NO PROPERTIES, FAIL");
+ }
+ CFRelease(imageSource);
+ }
+ return result;
+}
+
+#pragma mark EXIF orientation tag converter
+// Convert an EXIF image orientation to an iOS one.
+// reference see here: http://sylvana.net/jpegcrop/exif_orientation.html
++ (UIImageOrientation) sd_exifOrientationToiOSOrientation:(int)exifOrientation {
+ UIImageOrientation orientation = UIImageOrientationUp;
+ switch (exifOrientation) {
+ case 1:
+ orientation = UIImageOrientationUp;
+ break;
+
+ case 3:
+ orientation = UIImageOrientationDown;
+ break;
+
+ case 8:
+ orientation = UIImageOrientationLeft;
+ break;
+
+ case 6:
+ orientation = UIImageOrientationRight;
+ break;
+
+ case 2:
+ orientation = UIImageOrientationUpMirrored;
+ break;
+
+ case 4:
+ orientation = UIImageOrientationDownMirrored;
+ break;
+
+ case 5:
+ orientation = UIImageOrientationLeftMirrored;
+ break;
+
+ case 7:
+ orientation = UIImageOrientationRightMirrored;
+ break;
+ default:
+ break;
+ }
+ return orientation;
+}
+
+
+
@end
diff --git a/Pods/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.h b/Pods/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.h
new file mode 100644
index 0000000..6b00366
--- /dev/null
+++ b/Pods/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.h
@@ -0,0 +1,100 @@
+/*
+ * This file is part of the SDWebImage package.
+ * (c) Olivier Poitrey
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+#import
+#import "SDWebImageCompat.h"
+#import "SDWebImageManager.h"
+
+/**
+ * Integrates SDWebImage async downloading and caching of remote images with UIImageView for highlighted state.
+ */
+@interface UIImageView (HighlightedWebCache)
+
+/**
+ * Set the imageView `highlightedImage` with an `url`.
+ *
+ * The download is asynchronous and cached.
+ *
+ * @param url The url for the image.
+ */
+- (void)sd_setHighlightedImageWithURL:(NSURL *)url;
+
+/**
+ * Set the imageView `highlightedImage` with an `url` and custom options.
+ *
+ * The download is asynchronous and cached.
+ *
+ * @param url The url for the image.
+ * @param options The options to use when downloading the image. @see SDWebImageOptions for the possible values.
+ */
+- (void)sd_setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options;
+
+/**
+ * Set the imageView `highlightedImage` with an `url`.
+ *
+ * The download is asynchronous and cached.
+ *
+ * @param url The url for the image.
+ * @param completedBlock A block called when operation has been completed. This block has no return value
+ * and takes the requested UIImage as first parameter. In case of error the image parameter
+ * is nil and the second parameter may contain an NSError. The third parameter is a Boolean
+ * indicating if the image was retrived from the local cache of from the network.
+ * The forth parameter is the original image url.
+ */
+- (void)sd_setHighlightedImageWithURL:(NSURL *)url completed:(SDWebImageCompletionBlock)completedBlock;
+
+/**
+ * Set the imageView `highlightedImage` with an `url` and custom options.
+ *
+ * The download is asynchronous and cached.
+ *
+ * @param url The url for the image.
+ * @param options The options to use when downloading the image. @see SDWebImageOptions for the possible values.
+ * @param completedBlock A block called when operation has been completed. This block has no return value
+ * and takes the requested UIImage as first parameter. In case of error the image parameter
+ * is nil and the second parameter may contain an NSError. The third parameter is a Boolean
+ * indicating if the image was retrived from the local cache of from the network.
+ * The forth parameter is the original image url.
+ */
+- (void)sd_setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options completed:(SDWebImageCompletionBlock)completedBlock;
+
+/**
+ * Set the imageView `highlightedImage` with an `url` and custom options.
+ *
+ * The download is asynchronous and cached.
+ *
+ * @param url The url for the image.
+ * @param options The options to use when downloading the image. @see SDWebImageOptions for the possible values.
+ * @param progressBlock A block called while image is downloading
+ * @param completedBlock A block called when operation has been completed. This block has no return value
+ * and takes the requested UIImage as first parameter. In case of error the image parameter
+ * is nil and the second parameter may contain an NSError. The third parameter is a Boolean
+ * indicating if the image was retrived from the local cache of from the network.
+ * The forth parameter is the original image url.
+ */
+- (void)sd_setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletionBlock)completedBlock;
+
+/**
+ * Cancel the current download
+ */
+- (void)sd_cancelCurrentHighlightedImageLoad;
+
+@end
+
+
+@interface UIImageView (HighlightedWebCacheDeprecated)
+
+- (void)setHighlightedImageWithURL:(NSURL *)url __deprecated_msg("Method deprecated. Use `sd_setHighlightedImageWithURL:`");
+- (void)setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options __deprecated_msg("Method deprecated. Use `sd_setHighlightedImageWithURL:options:`");
+- (void)setHighlightedImageWithURL:(NSURL *)url completed:(SDWebImageCompletedBlock)completedBlock __deprecated_msg("Method deprecated. Use `sd_setHighlightedImageWithURL:completed:`");
+- (void)setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options completed:(SDWebImageCompletedBlock)completedBlock __deprecated_msg("Method deprecated. Use `sd_setHighlightedImageWithURL:options:completed:`");
+- (void)setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletedBlock)completedBlock __deprecated_msg("Method deprecated. Use `sd_setHighlightedImageWithURL:options:progress:completed:`");
+
+- (void)cancelCurrentHighlightedImageLoad __deprecated_msg("Use `sd_cancelCurrentHighlightedImageLoad`");
+
+@end
diff --git a/Pods/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.m b/Pods/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.m
new file mode 100644
index 0000000..ae73610
--- /dev/null
+++ b/Pods/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.m
@@ -0,0 +1,107 @@
+/*
+ * This file is part of the SDWebImage package.
+ * (c) Olivier Poitrey
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+#import "UIImageView+HighlightedWebCache.h"
+#import "UIView+WebCacheOperation.h"
+
+#define UIImageViewHighlightedWebCacheOperationKey @"highlightedImage"
+
+@implementation UIImageView (HighlightedWebCache)
+
+- (void)sd_setHighlightedImageWithURL:(NSURL *)url {
+ [self sd_setHighlightedImageWithURL:url options:0 progress:nil completed:nil];
+}
+
+- (void)sd_setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options {
+ [self sd_setHighlightedImageWithURL:url options:options progress:nil completed:nil];
+}
+
+- (void)sd_setHighlightedImageWithURL:(NSURL *)url completed:(SDWebImageCompletionBlock)completedBlock {
+ [self sd_setHighlightedImageWithURL:url options:0 progress:nil completed:completedBlock];
+}
+
+- (void)sd_setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options completed:(SDWebImageCompletionBlock)completedBlock {
+ [self sd_setHighlightedImageWithURL:url options:options progress:nil completed:completedBlock];
+}
+
+- (void)sd_setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletionBlock)completedBlock {
+ [self sd_cancelCurrentHighlightedImageLoad];
+
+ if (url) {
+ __weak UIImageView *wself = self;
+ id operation = [SDWebImageManager.sharedManager downloadImageWithURL:url options:options progress:progressBlock completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished, NSURL *imageURL) {
+ if (!wself) return;
+ dispatch_main_sync_safe (^
+ {
+ if (!wself) return;
+ if (image) {
+ wself.highlightedImage = image;
+ [wself setNeedsLayout];
+ }
+ if (completedBlock && finished) {
+ completedBlock(image, error, cacheType, url);
+ }
+ });
+ }];
+ [self sd_setImageLoadOperation:operation forKey:UIImageViewHighlightedWebCacheOperationKey];
+ } else {
+ dispatch_main_async_safe(^{
+ NSError *error = [NSError errorWithDomain:@"SDWebImageErrorDomain" code:-1 userInfo:@{NSLocalizedDescriptionKey : @"Trying to load a nil url"}];
+ if (completedBlock) {
+ completedBlock(nil, error, SDImageCacheTypeNone, url);
+ }
+ });
+ }
+}
+
+- (void)sd_cancelCurrentHighlightedImageLoad {
+ [self sd_cancelImageLoadOperationWithKey:UIImageViewHighlightedWebCacheOperationKey];
+}
+
+@end
+
+
+@implementation UIImageView (HighlightedWebCacheDeprecated)
+
+- (void)setHighlightedImageWithURL:(NSURL *)url {
+ [self sd_setHighlightedImageWithURL:url options:0 progress:nil completed:nil];
+}
+
+- (void)setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options {
+ [self sd_setHighlightedImageWithURL:url options:options progress:nil completed:nil];
+}
+
+- (void)setHighlightedImageWithURL:(NSURL *)url completed:(SDWebImageCompletedBlock)completedBlock {
+ [self sd_setHighlightedImageWithURL:url options:0 progress:nil completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) {
+ if (completedBlock) {
+ completedBlock(image, error, cacheType);
+ }
+ }];
+}
+
+- (void)setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options completed:(SDWebImageCompletedBlock)completedBlock {
+ [self sd_setHighlightedImageWithURL:url options:options progress:nil completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) {
+ if (completedBlock) {
+ completedBlock(image, error, cacheType);
+ }
+ }];
+}
+
+- (void)setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletedBlock)completedBlock {
+ [self sd_setHighlightedImageWithURL:url options:0 progress:progressBlock completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) {
+ if (completedBlock) {
+ completedBlock(image, error, cacheType);
+ }
+ }];
+}
+
+- (void)cancelCurrentHighlightedImageLoad {
+ [self sd_cancelCurrentHighlightedImageLoad];
+}
+
+@end
diff --git a/Pods/SDWebImage/SDWebImage/UIImageView+WebCache.h b/Pods/SDWebImage/SDWebImage/UIImageView+WebCache.h
index 46f1f0b..717d393 100644
--- a/Pods/SDWebImage/SDWebImage/UIImageView+WebCache.h
+++ b/Pods/SDWebImage/SDWebImage/UIImageView+WebCache.h
@@ -31,10 +31,10 @@
autorelease];
}
- // Here we use the provided setImageWithURL: method to load the web image
+ // Here we use the provided sd_setImageWithURL: method to load the web image
// Ensure you use a placeholder image otherwise cells will be initialized with no image
- [cell.imageView setImageWithURL:[NSURL URLWithString:@"http://example.com/image.jpg"]
- placeholderImage:[UIImage imageNamed:@"placeholder"]];
+ [cell.imageView sd_setImageWithURL:[NSURL URLWithString:@"http://example.com/image.jpg"]
+ placeholderImage:[UIImage imageNamed:@"placeholder"]];
cell.textLabel.text = @"My Text";
return cell;
@@ -44,107 +44,158 @@
*/
@interface UIImageView (WebCache)
+/**
+ * Get the current image URL.
+ *
+ * Note that because of the limitations of categories this property can get out of sync
+ * if you use sd_setImage: directly.
+ */
+- (NSURL *)sd_imageURL;
+
/**
* Set the imageView `image` with an `url`.
*
- * The downloand is asynchronous and cached.
+ * The download is asynchronous and cached.
*
* @param url The url for the image.
*/
-- (void)setImageWithURL:(NSURL *)url;
+- (void)sd_setImageWithURL:(NSURL *)url;
/**
* Set the imageView `image` with an `url` and a placeholder.
*
- * The downloand is asynchronous and cached.
+ * The download is asynchronous and cached.
*
- * @param url The url for the image.
+ * @param url The url for the image.
* @param placeholder The image to be set initially, until the image request finishes.
- * @see setImageWithURL:placeholderImage:options:
+ * @see sd_setImageWithURL:placeholderImage:options:
*/
-- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder;
+- (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder;
/**
* Set the imageView `image` with an `url`, placeholder and custom options.
*
- * The downloand is asynchronous and cached.
+ * The download is asynchronous and cached.
*
- * @param url The url for the image.
+ * @param url The url for the image.
* @param placeholder The image to be set initially, until the image request finishes.
- * @param options The options to use when downloading the image. @see SDWebImageOptions for the possible values.
+ * @param options The options to use when downloading the image. @see SDWebImageOptions for the possible values.
*/
-- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options;
+- (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options;
/**
* Set the imageView `image` with an `url`.
*
- * The downloand is asynchronous and cached.
+ * The download is asynchronous and cached.
*
- * @param url The url for the image.
- * @param completedBlock A block called when operation has been completed. This block as no return value
+ * @param url The url for the image.
+ * @param completedBlock A block called when operation has been completed. This block has no return value
* and takes the requested UIImage as first parameter. In case of error the image parameter
* is nil and the second parameter may contain an NSError. The third parameter is a Boolean
* indicating if the image was retrived from the local cache of from the network.
+ * The forth parameter is the original image url.
*/
-- (void)setImageWithURL:(NSURL *)url completed:(SDWebImageCompletedBlock)completedBlock;
+- (void)sd_setImageWithURL:(NSURL *)url completed:(SDWebImageCompletionBlock)completedBlock;
/**
* Set the imageView `image` with an `url`, placeholder.
*
- * The downloand is asynchronous and cached.
+ * The download is asynchronous and cached.
*
- * @param url The url for the image.
- * @param placeholder The image to be set initially, until the image request finishes.
- * @param completedBlock A block called when operation has been completed. This block as no return value
+ * @param url The url for the image.
+ * @param placeholder The image to be set initially, until the image request finishes.
+ * @param completedBlock A block called when operation has been completed. This block has no return value
* and takes the requested UIImage as first parameter. In case of error the image parameter
* is nil and the second parameter may contain an NSError. The third parameter is a Boolean
* indicating if the image was retrived from the local cache of from the network.
+ * The forth parameter is the original image url.
*/
-- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletedBlock)completedBlock;
+- (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletionBlock)completedBlock;
/**
* Set the imageView `image` with an `url`, placeholder and custom options.
*
- * The downloand is asynchronous and cached.
+ * The download is asynchronous and cached.
*
- * @param url The url for the image.
- * @param placeholder The image to be set initially, until the image request finishes.
- * @param options The options to use when downloading the image. @see SDWebImageOptions for the possible values.
- * @param completedBlock A block called when operation has been completed. This block as no return value
+ * @param url The url for the image.
+ * @param placeholder The image to be set initially, until the image request finishes.
+ * @param options The options to use when downloading the image. @see SDWebImageOptions for the possible values.
+ * @param completedBlock A block called when operation has been completed. This block has no return value
* and takes the requested UIImage as first parameter. In case of error the image parameter
* is nil and the second parameter may contain an NSError. The third parameter is a Boolean
* indicating if the image was retrived from the local cache of from the network.
+ * The forth parameter is the original image url.
*/
-- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletedBlock)completedBlock;
+- (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletionBlock)completedBlock;
/**
* Set the imageView `image` with an `url`, placeholder and custom options.
*
- * The downloand is asynchronous and cached.
+ * The download is asynchronous and cached.
*
- * @param url The url for the image.
- * @param placeholder The image to be set initially, until the image request finishes.
- * @param options The options to use when downloading the image. @see SDWebImageOptions for the possible values.
- * @param progressBlock A block called while image is downloading
- * @param completedBlock A block called when operation has been completed. This block as no return value
+ * @param url The url for the image.
+ * @param placeholder The image to be set initially, until the image request finishes.
+ * @param options The options to use when downloading the image. @see SDWebImageOptions for the possible values.
+ * @param progressBlock A block called while image is downloading
+ * @param completedBlock A block called when operation has been completed. This block has no return value
* and takes the requested UIImage as first parameter. In case of error the image parameter
* is nil and the second parameter may contain an NSError. The third parameter is a Boolean
* indicating if the image was retrived from the local cache of from the network.
+ * The forth parameter is the original image url.
*/
-- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletedBlock)completedBlock;
+- (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletionBlock)completedBlock;
+
+/**
+ * Set the imageView `image` with an `url` and a optionaly placeholder image.
+ *
+ * The download is asynchronous and cached.
+ *
+ * @param url The url for the image.
+ * @param placeholder The image to be set initially, until the image request finishes.
+ * @param options The options to use when downloading the image. @see SDWebImageOptions for the possible values.
+ * @param progressBlock A block called while image is downloading
+ * @param completedBlock A block called when operation has been completed. This block has no return value
+ * and takes the requested UIImage as first parameter. In case of error the image parameter
+ * is nil and the second parameter may contain an NSError. The third parameter is a Boolean
+ * indicating if the image was retrived from the local cache of from the network.
+ * The forth parameter is the original image url.
+ */
+- (void)sd_setImageWithPreviousCachedImageWithURL:(NSURL *)url andPlaceholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletionBlock)completedBlock;
/**
* Download an array of images and starts them in an animation loop
*
- *@param arrayOfURLs An array of NSURL
+ * @param arrayOfURLs An array of NSURL
*/
-- (void)setAnimationImagesWithURLs:(NSArray *)arrayOfURLs;
+- (void)sd_setAnimationImagesWithURLs:(NSArray *)arrayOfURLs;
/**
* Cancel the current download
*/
-- (void)cancelCurrentImageLoad;
+- (void)sd_cancelCurrentImageLoad;
+
+- (void)sd_cancelCurrentAnimationImagesLoad;
+
+@end
+
+
+@interface UIImageView (WebCacheDeprecated)
+
+- (NSURL *)imageURL __deprecated_msg("Use `sd_imageURL`");
+
+- (void)setImageWithURL:(NSURL *)url __deprecated_msg("Method deprecated. Use `sd_setImageWithURL:`");
+- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder __deprecated_msg("Method deprecated. Use `sd_setImageWithURL:placeholderImage:`");
+- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options __deprecated_msg("Method deprecated. Use `sd_setImageWithURL:placeholderImage:options`");
+
+- (void)setImageWithURL:(NSURL *)url completed:(SDWebImageCompletedBlock)completedBlock __deprecated_msg("Method deprecated. Use `sd_setImageWithURL:completed:`");
+- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletedBlock)completedBlock __deprecated_msg("Method deprecated. Use `sd_setImageWithURL:placeholderImage:completed:`");
+- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletedBlock)completedBlock __deprecated_msg("Method deprecated. Use `sd_setImageWithURL:placeholderImage:options:completed:`");
+- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletedBlock)completedBlock __deprecated_msg("Method deprecated. Use `sd_setImageWithURL:placeholderImage:options:progress:completed:`");
+
+- (void)setAnimationImagesWithURLs:(NSArray *)arrayOfURLs __deprecated_msg("Use `sd_setAnimationImagesWithURLs:`");
+
+- (void)cancelCurrentArrayLoad __deprecated_msg("Use `sd_cancelCurrentAnimationImagesLoad`");
-- (void)cancelCurrentArrayLoad;
+- (void)cancelCurrentImageLoad __deprecated_msg("Use `sd_cancelCurrentImageLoad`");
@end
diff --git a/Pods/SDWebImage/SDWebImage/UIImageView+WebCache.m b/Pods/SDWebImage/SDWebImage/UIImageView+WebCache.m
index ed65a0e..51663dd 100644
--- a/Pods/SDWebImage/SDWebImage/UIImageView+WebCache.m
+++ b/Pods/SDWebImage/SDWebImage/UIImageView+WebCache.m
@@ -8,68 +8,94 @@
#import "UIImageView+WebCache.h"
#import "objc/runtime.h"
+#import "UIView+WebCacheOperation.h"
-static char operationKey;
-static char operationArrayKey;
+static char imageURLKey;
@implementation UIImageView (WebCache)
-- (void)setImageWithURL:(NSURL *)url {
- [self setImageWithURL:url placeholderImage:nil options:0 progress:nil completed:nil];
+- (void)sd_setImageWithURL:(NSURL *)url {
+ [self sd_setImageWithURL:url placeholderImage:nil options:0 progress:nil completed:nil];
}
-- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder {
- [self setImageWithURL:url placeholderImage:placeholder options:0 progress:nil completed:nil];
+- (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder {
+ [self sd_setImageWithURL:url placeholderImage:placeholder options:0 progress:nil completed:nil];
}
-- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options {
- [self setImageWithURL:url placeholderImage:placeholder options:options progress:nil completed:nil];
+- (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options {
+ [self sd_setImageWithURL:url placeholderImage:placeholder options:options progress:nil completed:nil];
}
-- (void)setImageWithURL:(NSURL *)url completed:(SDWebImageCompletedBlock)completedBlock {
- [self setImageWithURL:url placeholderImage:nil options:0 progress:nil completed:completedBlock];
+- (void)sd_setImageWithURL:(NSURL *)url completed:(SDWebImageCompletionBlock)completedBlock {
+ [self sd_setImageWithURL:url placeholderImage:nil options:0 progress:nil completed:completedBlock];
}
-- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletedBlock)completedBlock {
- [self setImageWithURL:url placeholderImage:placeholder options:0 progress:nil completed:completedBlock];
+- (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletionBlock)completedBlock {
+ [self sd_setImageWithURL:url placeholderImage:placeholder options:0 progress:nil completed:completedBlock];
}
-- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletedBlock)completedBlock {
- [self setImageWithURL:url placeholderImage:placeholder options:options progress:nil completed:completedBlock];
+- (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletionBlock)completedBlock {
+ [self sd_setImageWithURL:url placeholderImage:placeholder options:options progress:nil completed:completedBlock];
}
-- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletedBlock)completedBlock {
- [self cancelCurrentImageLoad];
-
- self.image = placeholder;
+- (void)sd_setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletionBlock)completedBlock {
+ [self sd_cancelCurrentImageLoad];
+ objc_setAssociatedObject(self, &imageURLKey, url, OBJC_ASSOCIATION_RETAIN_NONATOMIC);
+ if (!(options & SDWebImageDelayPlaceholder)) {
+ self.image = placeholder;
+ }
+
if (url) {
__weak UIImageView *wself = self;
- id operation = [SDWebImageManager.sharedManager downloadWithURL:url options:options progress:progressBlock completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished) {
+ id operation = [SDWebImageManager.sharedManager downloadImageWithURL:url options:options progress:progressBlock completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished, NSURL *imageURL) {
if (!wself) return;
dispatch_main_sync_safe(^{
if (!wself) return;
if (image) {
wself.image = image;
[wself setNeedsLayout];
+ } else {
+ if ((options & SDWebImageDelayPlaceholder)) {
+ wself.image = placeholder;
+ [wself setNeedsLayout];
+ }
}
if (completedBlock && finished) {
- completedBlock(image, error, cacheType);
+ completedBlock(image, error, cacheType, url);
}
});
}];
- objc_setAssociatedObject(self, &operationKey, operation, OBJC_ASSOCIATION_RETAIN_NONATOMIC);
+ [self sd_setImageLoadOperation:operation forKey:@"UIImageViewImageLoad"];
+ } else {
+ dispatch_main_async_safe(^{
+ NSError *error = [NSError errorWithDomain:@"SDWebImageErrorDomain" code:-1 userInfo:@{NSLocalizedDescriptionKey : @"Trying to load a nil url"}];
+ if (completedBlock) {
+ completedBlock(nil, error, SDImageCacheTypeNone, url);
+ }
+ });
}
}
-- (void)setAnimationImagesWithURLs:(NSArray *)arrayOfURLs {
- [self cancelCurrentArrayLoad];
+- (void)sd_setImageWithPreviousCachedImageWithURL:(NSURL *)url andPlaceholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletionBlock)completedBlock {
+ NSString *key = [[SDWebImageManager sharedManager] cacheKeyForURL:url];
+ UIImage *lastPreviousCachedImage = [[SDImageCache sharedImageCache] imageFromDiskCacheForKey:key];
+
+ [self sd_setImageWithURL:url placeholderImage:lastPreviousCachedImage ?: placeholder options:options progress:progressBlock completed:completedBlock];
+}
+
+- (NSURL *)sd_imageURL {
+ return objc_getAssociatedObject(self, &imageURLKey);
+}
+
+- (void)sd_setAnimationImagesWithURLs:(NSArray *)arrayOfURLs {
+ [self sd_cancelCurrentAnimationImagesLoad];
__weak UIImageView *wself = self;
NSMutableArray *operationsArray = [[NSMutableArray alloc] init];
for (NSURL *logoImageURL in arrayOfURLs) {
- id operation = [SDWebImageManager.sharedManager downloadWithURL:logoImageURL options:0 progress:nil completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished) {
+ id operation = [SDWebImageManager.sharedManager downloadImageWithURL:logoImageURL options:0 progress:nil completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished, NSURL *imageURL) {
if (!wself) return;
dispatch_main_sync_safe(^{
__strong UIImageView *sself = wself;
@@ -90,27 +116,80 @@ - (void)setAnimationImagesWithURLs:(NSArray *)arrayOfURLs {
[operationsArray addObject:operation];
}
- objc_setAssociatedObject(self, &operationArrayKey, [NSArray arrayWithArray:operationsArray], OBJC_ASSOCIATION_RETAIN_NONATOMIC);
+ [self sd_setImageLoadOperation:[NSArray arrayWithArray:operationsArray] forKey:@"UIImageViewAnimationImages"];
}
-- (void)cancelCurrentImageLoad {
- // Cancel in progress downloader from queue
- id operation = objc_getAssociatedObject(self, &operationKey);
- if (operation) {
- [operation cancel];
- objc_setAssociatedObject(self, &operationKey, nil, OBJC_ASSOCIATION_RETAIN_NONATOMIC);
- }
+- (void)sd_cancelCurrentImageLoad {
+ [self sd_cancelImageLoadOperationWithKey:@"UIImageViewImageLoad"];
}
-- (void)cancelCurrentArrayLoad {
- // Cancel in progress downloader from queue
- NSArray *operations = objc_getAssociatedObject(self, &operationArrayKey);
- for (id operation in operations) {
- if (operation) {
- [operation cancel];
+- (void)sd_cancelCurrentAnimationImagesLoad {
+ [self sd_cancelImageLoadOperationWithKey:@"UIImageViewAnimationImages"];
+}
+
+@end
+
+
+@implementation UIImageView (WebCacheDeprecated)
+
+- (NSURL *)imageURL {
+ return [self sd_imageURL];
+}
+
+- (void)setImageWithURL:(NSURL *)url {
+ [self sd_setImageWithURL:url placeholderImage:nil options:0 progress:nil completed:nil];
+}
+
+- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder {
+ [self sd_setImageWithURL:url placeholderImage:placeholder options:0 progress:nil completed:nil];
+}
+
+- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options {
+ [self sd_setImageWithURL:url placeholderImage:placeholder options:options progress:nil completed:nil];
+}
+
+- (void)setImageWithURL:(NSURL *)url completed:(SDWebImageCompletedBlock)completedBlock {
+ [self sd_setImageWithURL:url placeholderImage:nil options:0 progress:nil completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) {
+ if (completedBlock) {
+ completedBlock(image, error, cacheType);
}
- }
- objc_setAssociatedObject(self, &operationArrayKey, nil, OBJC_ASSOCIATION_RETAIN_NONATOMIC);
+ }];
+}
+
+- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletedBlock)completedBlock {
+ [self sd_setImageWithURL:url placeholderImage:placeholder options:0 progress:nil completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) {
+ if (completedBlock) {
+ completedBlock(image, error, cacheType);
+ }
+ }];
+}
+
+- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletedBlock)completedBlock {
+ [self sd_setImageWithURL:url placeholderImage:placeholder options:options progress:nil completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) {
+ if (completedBlock) {
+ completedBlock(image, error, cacheType);
+ }
+ }];
+}
+
+- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletedBlock)completedBlock {
+ [self sd_setImageWithURL:url placeholderImage:placeholder options:options progress:progressBlock completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) {
+ if (completedBlock) {
+ completedBlock(image, error, cacheType);
+ }
+ }];
+}
+
+- (void)cancelCurrentArrayLoad {
+ [self sd_cancelCurrentAnimationImagesLoad];
+}
+
+- (void)cancelCurrentImageLoad {
+ [self sd_cancelCurrentImageLoad];
+}
+
+- (void)setAnimationImagesWithURLs:(NSArray *)arrayOfURLs {
+ [self sd_setAnimationImagesWithURLs:arrayOfURLs];
}
@end
diff --git a/Pods/SDWebImage/SDWebImage/UIView+WebCacheOperation.h b/Pods/SDWebImage/SDWebImage/UIView+WebCacheOperation.h
new file mode 100644
index 0000000..6719036
--- /dev/null
+++ b/Pods/SDWebImage/SDWebImage/UIView+WebCacheOperation.h
@@ -0,0 +1,36 @@
+/*
+ * This file is part of the SDWebImage package.
+ * (c) Olivier Poitrey
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+#import
+#import "SDWebImageManager.h"
+
+@interface UIView (WebCacheOperation)
+
+/**
+ * Set the image load operation (storage in a UIView based dictionary)
+ *
+ * @param operation the operation
+ * @param key key for storing the operation
+ */
+- (void)sd_setImageLoadOperation:(id)operation forKey:(NSString *)key;
+
+/**
+ * Cancel all operations for the current UIView and key
+ *
+ * @param key key for identifying the operations
+ */
+- (void)sd_cancelImageLoadOperationWithKey:(NSString *)key;
+
+/**
+ * Just remove the operations corresponding to the current UIView and key without cancelling them
+ *
+ * @param key key for identifying the operations
+ */
+- (void)sd_removeImageLoadOperationWithKey:(NSString *)key;
+
+@end
diff --git a/Pods/SDWebImage/SDWebImage/UIView+WebCacheOperation.m b/Pods/SDWebImage/SDWebImage/UIView+WebCacheOperation.m
new file mode 100644
index 0000000..9219478
--- /dev/null
+++ b/Pods/SDWebImage/SDWebImage/UIView+WebCacheOperation.m
@@ -0,0 +1,55 @@
+/*
+ * This file is part of the SDWebImage package.
+ * (c) Olivier Poitrey
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+#import "UIView+WebCacheOperation.h"
+#import "objc/runtime.h"
+
+static char loadOperationKey;
+
+@implementation UIView (WebCacheOperation)
+
+- (NSMutableDictionary *)operationDictionary {
+ NSMutableDictionary *operations = objc_getAssociatedObject(self, &loadOperationKey);
+ if (operations) {
+ return operations;
+ }
+ operations = [NSMutableDictionary dictionary];
+ objc_setAssociatedObject(self, &loadOperationKey, operations, OBJC_ASSOCIATION_RETAIN_NONATOMIC);
+ return operations;
+}
+
+- (void)sd_setImageLoadOperation:(id)operation forKey:(NSString *)key {
+ [self sd_cancelImageLoadOperationWithKey:key];
+ NSMutableDictionary *operationDictionary = [self operationDictionary];
+ [operationDictionary setObject:operation forKey:key];
+}
+
+- (void)sd_cancelImageLoadOperationWithKey:(NSString *)key {
+ // Cancel in progress downloader from queue
+ NSMutableDictionary *operationDictionary = [self operationDictionary];
+ id operations = [operationDictionary objectForKey:key];
+ if (operations) {
+ if ([operations isKindOfClass:[NSArray class]]) {
+ for (id