diff --git a/.gitignore b/.gitignore index 90b2fee2..dc4235aa 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,7 @@ xcuserdata DerivedData *.hmap *.ipa -*.xcuserstate \ No newline at end of file +*.xcuserstate + +# OS X +.DS_Store \ No newline at end of file diff --git a/QMAuthService/QMAuthService/QMAuthService.h b/QMAuthService/QMAuthService/QMAuthService.h index ffe738d0..d85183cc 100644 --- a/QMAuthService/QMAuthService/QMAuthService.h +++ b/QMAuthService/QMAuthService/QMAuthService.h @@ -3,7 +3,7 @@ // QMServices // // Created by Andrey Ivanov on 29.10.14. -// Copyright (c) 2014 Quickblox. All rights reserved. +// Copyright (c) 2015 Quickblox. All rights reserved. // #import "QMBaseService.h" diff --git a/QMAuthService/QMAuthService/QMAuthService.m b/QMAuthService/QMAuthService/QMAuthService.m index 391a0ae8..8f85984e 100644 --- a/QMAuthService/QMAuthService/QMAuthService.m +++ b/QMAuthService/QMAuthService/QMAuthService.m @@ -4,7 +4,7 @@ // QMServices // // Created by Andrey Ivanov on 29.10.14. -// Copyright (c) 2014 Quickblox. All rights reserved. +// Copyright (c) 2015 Quickblox. All rights reserved. // #import "QMAuthService.h" diff --git a/QMBaseService/QMBaseService/QMBaseService.h b/QMBaseService/QMBaseService/QMBaseService.h index dfb12e30..9b9d9a0e 100644 --- a/QMBaseService/QMBaseService/QMBaseService.h +++ b/QMBaseService/QMBaseService/QMBaseService.h @@ -3,7 +3,7 @@ // QMServices // // Created by Andrey Ivanov on 04.08.14. -// Copyright (c) 2014 Quickblox. All rights reserved. +// Copyright (c) 2015 Quickblox. All rights reserved. // #import diff --git a/QMBaseService/QMBaseService/QMBaseService.m b/QMBaseService/QMBaseService/QMBaseService.m index e24f4ef8..646bfc11 100644 --- a/QMBaseService/QMBaseService/QMBaseService.m +++ b/QMBaseService/QMBaseService/QMBaseService.m @@ -3,7 +3,7 @@ // QMServices // // Created by Andrey Ivanov on 04.08.14. -// Copyright (c) 2014 Quickblox. All rights reserved. +// Copyright (c) 2015 Quickblox. All rights reserved. // #import "QMBaseService.h" diff --git a/QMBaseService/QMBaseService/QMMemoryStorageProtocol.h b/QMBaseService/QMBaseService/QMMemoryStorageProtocol.h index 43dc6db6..358ffc39 100644 --- a/QMBaseService/QMBaseService/QMMemoryStorageProtocol.h +++ b/QMBaseService/QMBaseService/QMMemoryStorageProtocol.h @@ -1,6 +1,6 @@ // // QMMemoryStorageProtocol.h -// QMBaseService +// QMServices // // Created by Andrey Ivanov on 28.04.15. // Copyright (c) 2015 Quickblox Team. All rights reserved. diff --git a/QMBaseService/QMBaseService/QMServiceManagerProtocol.h b/QMBaseService/QMBaseService/QMServiceManagerProtocol.h index 33d51955..4a308b8b 100644 --- a/QMBaseService/QMBaseService/QMServiceManagerProtocol.h +++ b/QMBaseService/QMBaseService/QMServiceManagerProtocol.h @@ -1,6 +1,6 @@ // // QMUserProfileProtocol.h -// QMBaseService +// QMServices // // Created by Andrey Ivanov on 28.04.15. // Copyright (c) 2015 Quickblox Team. All rights reserved. diff --git a/QMChatCache/QMChatCache/QMChatCache.h b/QMChatCache/QMChatCache/QMChatCache.h index ebf5a6a7..96acc44c 100644 --- a/QMChatCache/QMChatCache/QMChatCache.h +++ b/QMChatCache/QMChatCache/QMChatCache.h @@ -1,6 +1,6 @@ // // QMChatCache.h -// QMChatCache +// QMServices // // Created by Andrey Ivanov on 06.11.14. // Copyright (c) 2015 Quickblox Team. All rights reserved. diff --git a/QMChatCache/QMChatCache/QMChatCache.m b/QMChatCache/QMChatCache/QMChatCache.m index 57fa502c..8913b816 100644 --- a/QMChatCache/QMChatCache/QMChatCache.m +++ b/QMChatCache/QMChatCache/QMChatCache.m @@ -1,6 +1,6 @@ // // QMChatCache.m -// QMChatCache +// QMServices // // Created by Andrey on 06.11.14. // Copyright (c) 2015 Quickblox Team. All rights reserved. diff --git a/QMChatService/QMChatService/Categories/QBChatMessage+QMCustomParameters.h b/QMChatService/QMChatService/Categories/QBChatMessage+QMCustomParameters.h index 850155be..9a768d7a 100644 --- a/QMChatService/QMChatService/Categories/QBChatMessage+QMCustomParameters.h +++ b/QMChatService/QMChatService/Categories/QBChatMessage+QMCustomParameters.h @@ -3,7 +3,7 @@ // QMServices // // Created by Andrey Ivanov on 24.07.14. -// Copyright (c) 2014 Quickblox. All rights reserved. +// Copyright (c) 2015 Quickblox. All rights reserved. // #import diff --git a/QMChatService/QMChatService/Categories/QBChatMessage+QMCustomParameters.m b/QMChatService/QMChatService/Categories/QBChatMessage+QMCustomParameters.m index f204dffb..2b5ffdf5 100644 --- a/QMChatService/QMChatService/Categories/QBChatMessage+QMCustomParameters.m +++ b/QMChatService/QMChatService/Categories/QBChatMessage+QMCustomParameters.m @@ -3,7 +3,7 @@ // QMServices // // Created by Andrey Ivanov on 24.07.14. -// Copyright (c) 2014 Quickblox. All rights reserved. +// Copyright (c) 2015 Quickblox. All rights reserved. // #import "QBChatMessage+QMCustomParameters.h" diff --git a/QMChatService/QMChatService/Categories/QBChatMessage+TextEncoding.h b/QMChatService/QMChatService/Categories/QBChatMessage+TextEncoding.h index 30ddf1b5..065440d3 100644 --- a/QMChatService/QMChatService/Categories/QBChatMessage+TextEncoding.h +++ b/QMChatService/QMChatService/Categories/QBChatMessage+TextEncoding.h @@ -3,7 +3,7 @@ // QMServices // // Created by Igor Alefirenko on 20.08.14. -// Copyright (c) 2014 Quickblox. All rights reserved. +// Copyright (c) 2015 Quickblox. All rights reserved. // #import diff --git a/QMChatService/QMChatService/Categories/QBChatMessage+TextEncoding.m b/QMChatService/QMChatService/Categories/QBChatMessage+TextEncoding.m index 501bdcff..4af91ee9 100644 --- a/QMChatService/QMChatService/Categories/QBChatMessage+TextEncoding.m +++ b/QMChatService/QMChatService/Categories/QBChatMessage+TextEncoding.m @@ -3,7 +3,7 @@ // QMServices // // Created by Igor Alefirenko on 20.08.14. -// Copyright (c) 2014 Quickblox. All rights reserved. +// Copyright (c) 2015 Quickblox. All rights reserved. // #import "QBChatMessage+TextEncoding.h" diff --git a/QMChatService/QMChatService/Categories/QMChatService+AttachmentService.h b/QMChatService/QMChatService/Categories/QMChatService+AttachmentService.h index a9f745a2..afe9ca02 100644 --- a/QMChatService/QMChatService/Categories/QMChatService+AttachmentService.h +++ b/QMChatService/QMChatService/Categories/QMChatService+AttachmentService.h @@ -1,8 +1,8 @@ // // QMChatService+AttachmentService.h -// QMChatService +// QMServices // -// Created by Injoit on 7/1/15. +// Created by QuickBlox on 7/1/15. // Copyright (c) 2015 Quickblox Team. All rights reserved. // diff --git a/QMChatService/QMChatService/QMChatAttachmentService.h b/QMChatService/QMChatService/QMChatAttachmentService.h index f0b28dce..01f05934 100644 --- a/QMChatService/QMChatService/QMChatAttachmentService.h +++ b/QMChatService/QMChatService/QMChatAttachmentService.h @@ -1,6 +1,6 @@ // // QMChatAttachmentService.h -// QMChatService +// QMServices // // Created by Injoit on 7/1/15. // Copyright (c) 2015 Quickblox Team. All rights reserved. diff --git a/QMChatService/QMChatService/QMChatAttachmentService.m b/QMChatService/QMChatService/QMChatAttachmentService.m index 30e9e004..48ea193b 100644 --- a/QMChatService/QMChatService/QMChatAttachmentService.m +++ b/QMChatService/QMChatService/QMChatAttachmentService.m @@ -1,6 +1,6 @@ // // QMChatAttachmentService.m -// QMChatService +// QMServices // // Created by Injoit on 7/1/15. // Copyright (c) 2015 Quickblox Team. All rights reserved. diff --git a/QMChatService/QMChatService/QMChatConstants.h b/QMChatService/QMChatService/QMChatConstants.h index cb24eed4..33409520 100644 --- a/QMChatService/QMChatService/QMChatConstants.h +++ b/QMChatService/QMChatService/QMChatConstants.h @@ -1,6 +1,6 @@ // // QMChatConstants.h -// QMChatService +// QMServices // // Created by Injoit on 7/6/15. // Copyright (c) 2015 Quickblox Team. All rights reserved. diff --git a/QMChatService/QMChatService/QMChatService.h b/QMChatService/QMChatService/QMChatService.h index aa853226..2a652932 100644 --- a/QMChatService/QMChatService/QMChatService.h +++ b/QMChatService/QMChatService/QMChatService.h @@ -3,7 +3,7 @@ // QMServices // // Created by Andrey Ivanov on 02.07.14. -// Copyright (c) 2014 Quickblox. All rights reserved. +// Copyright (c) 2015 Quickblox. All rights reserved. // #import diff --git a/QMChatService/QMChatService/QMChatService.m b/QMChatService/QMChatService/QMChatService.m index 31d867d8..16a37f29 100644 --- a/QMChatService/QMChatService/QMChatService.m +++ b/QMChatService/QMChatService/QMChatService.m @@ -3,7 +3,7 @@ // QMServices // // Created by Andrey Ivanov on 02.07.14. -// Copyright (c) 2014 Quickblox. All rights reserved. +// Copyright (c) 2015 Quickblox. All rights reserved. // #import "QMChatService.h" diff --git a/QMChatService/QMChatService/QMChatTypes.h b/QMChatService/QMChatService/QMChatTypes.h index bf6df3f7..c32bbeeb 100644 --- a/QMChatService/QMChatService/QMChatTypes.h +++ b/QMChatService/QMChatService/QMChatTypes.h @@ -1,6 +1,6 @@ // // QMChatTypes.h -// QMChatService +// QMServices // // Created by Andrey Ivanov on 29.04.15. // Copyright (c) 2015 Quickblox Team. All rights reserved. diff --git a/QMChatService/QMChatService/QMMessagesMemoryStorage/QMMessagesMemoryStorage.h b/QMChatService/QMChatService/QMMessagesMemoryStorage/QMMessagesMemoryStorage.h index 053505b9..42c00bca 100644 --- a/QMChatService/QMChatService/QMMessagesMemoryStorage/QMMessagesMemoryStorage.h +++ b/QMChatService/QMChatService/QMMessagesMemoryStorage/QMMessagesMemoryStorage.h @@ -1,6 +1,6 @@ // // QMMessagesMemoryStorage.h -// QMChatService +// QMServices // // Created by Andrey on 28.11.14. // Copyright (c) 2015 Quickblox Team. All rights reserved. diff --git a/QMChatService/QMChatService/QMMessagesMemoryStorage/QMMessagesMemoryStorage.m b/QMChatService/QMChatService/QMMessagesMemoryStorage/QMMessagesMemoryStorage.m index b15b4e7f..e947faec 100644 --- a/QMChatService/QMChatService/QMMessagesMemoryStorage/QMMessagesMemoryStorage.m +++ b/QMChatService/QMChatService/QMMessagesMemoryStorage/QMMessagesMemoryStorage.m @@ -1,6 +1,6 @@ // // QMMessagesMemoryStorage.m -// QMChatService +// QMServices // // Created by Andrey on 28.11.14. // Copyright (c) 2015 Quickblox Team. All rights reserved. diff --git a/QMContactListCache/QMContactListCache/QMContactListCache.h b/QMContactListCache/QMContactListCache/QMContactListCache.h index 5a14e44a..38256c56 100644 --- a/QMContactListCache/QMContactListCache/QMContactListCache.h +++ b/QMContactListCache/QMContactListCache/QMContactListCache.h @@ -1,6 +1,6 @@ // // QMContactListCache.h -// QMContactListCache +// QMServices // // Created by Andrey Ivanov on 06.11.14. // Copyright (c) 2015 Quickblox Team. All rights reserved. diff --git a/QMContactListCache/QMContactListCache/QMContactListCache.m b/QMContactListCache/QMContactListCache/QMContactListCache.m index 06700db3..56e18121 100644 --- a/QMContactListCache/QMContactListCache/QMContactListCache.m +++ b/QMContactListCache/QMContactListCache/QMContactListCache.m @@ -1,6 +1,6 @@ // // QMContactListCache.m -// QMContactListCache +// QMServices // // Created by Andrey on 06.11.14. // Copyright (c) 2015 Quickblox Team. All rights reserved. diff --git a/QMContactListService/QMContactListService/Categories/QBUUser+CustomData.h b/QMContactListService/QMContactListService/Categories/QBUUser+CustomData.h index c782fa1e..2ce2c38f 100644 --- a/QMContactListService/QMContactListService/Categories/QBUUser+CustomData.h +++ b/QMContactListService/QMContactListService/Categories/QBUUser+CustomData.h @@ -1,6 +1,6 @@ // // QBUUser+CustomData.h -// QMContactListService +// QMServices // // Created by Andrey Ivanov on 27.04.15. // Copyright (c) 2015 Quickblox Team. All rights reserved. diff --git a/QMContactListService/QMContactListService/Categories/QBUUser+CustomData.m b/QMContactListService/QMContactListService/Categories/QBUUser+CustomData.m index 1aa751f4..643369da 100644 --- a/QMContactListService/QMContactListService/Categories/QBUUser+CustomData.m +++ b/QMContactListService/QMContactListService/Categories/QBUUser+CustomData.m @@ -1,6 +1,6 @@ // // QBUUser+CustomData.m -// QMContactListService +// QMServices // // Created by Andrey Ivanov on 27.04.15. // Copyright (c) 2015 Quickblox Team. All rights reserved. diff --git a/QMContactListService/QMContactListService/QMContactListMemoryStorage/QMContactListMemoryStorage.h b/QMContactListService/QMContactListService/QMContactListMemoryStorage/QMContactListMemoryStorage.h index 754c6d2b..2638742a 100644 --- a/QMContactListService/QMContactListService/QMContactListMemoryStorage/QMContactListMemoryStorage.h +++ b/QMContactListService/QMContactListService/QMContactListMemoryStorage/QMContactListMemoryStorage.h @@ -1,6 +1,6 @@ // // QMContactListMemoryStorage.h -// QMContactListService +// QMServices // // Created by Andrey on 25.11.14. // Copyright (c) 2015 Quickblox Team. All rights reserved. diff --git a/QMContactListService/QMContactListService/QMContactListMemoryStorage/QMContactListMemoryStorage.m b/QMContactListService/QMContactListService/QMContactListMemoryStorage/QMContactListMemoryStorage.m index 85ae7eb6..3f8806b8 100644 --- a/QMContactListService/QMContactListService/QMContactListMemoryStorage/QMContactListMemoryStorage.m +++ b/QMContactListService/QMContactListService/QMContactListMemoryStorage/QMContactListMemoryStorage.m @@ -1,6 +1,6 @@ // // QMContactListMemoryStorage.m -// QMContactListService +// QMServices // // Created by Andrey on 25.11.14. // Copyright (c) 2015 Quickblox Team. All rights reserved. diff --git a/QMContactListService/QMContactListService/QMContactListService.h b/QMContactListService/QMContactListService/QMContactListService.h index e0f3938d..f9590cfd 100644 --- a/QMContactListService/QMContactListService/QMContactListService.h +++ b/QMContactListService/QMContactListService/QMContactListService.h @@ -3,7 +3,7 @@ // QMServices // // Created by Ivanov A.V on 14/02/2014. -// Copyright (c) 2014 Quickblox. All rights reserved. +// Copyright (c) 2015 Quickblox. All rights reserved. // #import diff --git a/QMContactListService/QMContactListService/QMContactListService.m b/QMContactListService/QMContactListService/QMContactListService.m index e6e11701..94b04dd5 100644 --- a/QMContactListService/QMContactListService/QMContactListService.m +++ b/QMContactListService/QMContactListService/QMContactListService.m @@ -3,7 +3,7 @@ // QMServices // // Created by Andrey Ivanov on 14/02/2014. -// Copyright (c) 2014 Quickblox. All rights reserved. +// Copyright (c) 2015 Quickblox. All rights reserved. // #import "QMContactListService.h" diff --git a/QMContactListService/QMContactListService/QMUsersMemoryStorage/QMUsersMemoryStorage.h b/QMContactListService/QMContactListService/QMUsersMemoryStorage/QMUsersMemoryStorage.h index d419a3f9..1c2aaacc 100644 --- a/QMContactListService/QMContactListService/QMUsersMemoryStorage/QMUsersMemoryStorage.h +++ b/QMContactListService/QMContactListService/QMUsersMemoryStorage/QMUsersMemoryStorage.h @@ -1,6 +1,6 @@ // // QMUsersMemoryStorage.h -// QMContactListService +// QMServices // // Created by Andrey on 26.11.14. // Copyright (c) 2015 Quickblox Team. All rights reserved. diff --git a/QMContactListService/QMContactListService/QMUsersMemoryStorage/QMUsersMemoryStorage.m b/QMContactListService/QMContactListService/QMUsersMemoryStorage/QMUsersMemoryStorage.m index 5c2ed94d..2b33dc5c 100644 --- a/QMContactListService/QMContactListService/QMUsersMemoryStorage/QMUsersMemoryStorage.m +++ b/QMContactListService/QMContactListService/QMUsersMemoryStorage/QMUsersMemoryStorage.m @@ -1,6 +1,6 @@ // // QMUsersMemoryStorage.m -// QMContactListService +// QMServices // // Created by Andrey on 26.11.14. // Copyright (c) 2015 Quickblox Team. All rights reserved. diff --git a/QMServices.xcodeproj/project.xcworkspace/xcshareddata/QMServices.xccheckout b/QMServices.xcodeproj/project.xcworkspace/xcshareddata/QMServices.xccheckout index c3e23c77..20d379b2 100644 --- a/QMServices.xcodeproj/project.xcworkspace/xcshareddata/QMServices.xccheckout +++ b/QMServices.xcodeproj/project.xcworkspace/xcshareddata/QMServices.xccheckout @@ -56,7 +56,7 @@ IDESourceControlRepositoryExtensionIdentifierKey public.vcs.git IDESourceControlWCCIdentifierKey - CD485F9DBB514108FD41E7D5D6331AFE39B74C24 + 021121D9121EF5076592E191A1310C26B12E0377 IDESourceControlWCCName @@ -72,7 +72,7 @@ IDESourceControlRepositoryExtensionIdentifierKey public.vcs.git IDESourceControlWCCIdentifierKey - A670EF64B516360FDFADDE04B3B3446E684984BD + CD485F9DBB514108FD41E7D5D6331AFE39B74C24 IDESourceControlWCCName @@ -80,7 +80,7 @@ IDESourceControlRepositoryExtensionIdentifierKey public.vcs.git IDESourceControlWCCIdentifierKey - 021121D9121EF5076592E191A1310C26B12E0377 + A670EF64B516360FDFADDE04B3B3446E684984BD IDESourceControlWCCName