Skip to content

Commit

Permalink
updated headers; updated gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Khomenko committed Aug 21, 2015
1 parent 6a54d70 commit 0020c5c
Show file tree
Hide file tree
Showing 33 changed files with 39 additions and 36 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Expand Up @@ -15,4 +15,7 @@ xcuserdata
DerivedData
*.hmap
*.ipa
*.xcuserstate
*.xcuserstate

# OS X
.DS_Store
2 changes: 1 addition & 1 deletion QMAuthService/QMAuthService/QMAuthService.h
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion QMAuthService/QMAuthService/QMAuthService.m
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion QMBaseService/QMBaseService/QMBaseService.h
Expand Up @@ -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 <Foundation/Foundation.h>
Expand Down
2 changes: 1 addition & 1 deletion QMBaseService/QMBaseService/QMBaseService.m
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
Expand Up @@ -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 <Quickblox/QBChatMessage.h>
Expand Down
Expand Up @@ -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"
Expand Down
Expand Up @@ -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 <Quickblox/QBChatMessage.h>
Expand Down
Expand Up @@ -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"
Expand Down
@@ -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.
//

Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion QMChatService/QMChatService/QMChatService.h
Expand Up @@ -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 <Foundation/Foundation.h>
Expand Down
2 changes: 1 addition & 1 deletion QMChatService/QMChatService/QMChatService.m
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
@@ -1,6 +1,6 @@
//
// QMMessagesMemoryStorage.h
// QMChatService
// QMServices
//
// Created by Andrey on 28.11.14.
// Copyright (c) 2015 Quickblox Team. All rights reserved.
Expand Down
@@ -1,6 +1,6 @@
//
// QMMessagesMemoryStorage.m
// QMChatService
// QMServices
//
// Created by Andrey on 28.11.14.
// Copyright (c) 2015 Quickblox Team. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
@@ -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.
Expand Down
@@ -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.
Expand Down
@@ -1,6 +1,6 @@
//
// QMContactListMemoryStorage.h
// QMContactListService
// QMServices
//
// Created by Andrey on 25.11.14.
// Copyright (c) 2015 Quickblox Team. All rights reserved.
Expand Down
@@ -1,6 +1,6 @@
//
// QMContactListMemoryStorage.m
// QMContactListService
// QMServices
//
// Created by Andrey on 25.11.14.
// Copyright (c) 2015 Quickblox Team. All rights reserved.
Expand Down
Expand Up @@ -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 <Foundation/Foundation.h>
Expand Down
Expand Up @@ -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"
Expand Down
@@ -1,6 +1,6 @@
//
// QMUsersMemoryStorage.h
// QMContactListService
// QMServices
//
// Created by Andrey on 26.11.14.
// Copyright (c) 2015 Quickblox Team. All rights reserved.
Expand Down
@@ -1,6 +1,6 @@
//
// QMUsersMemoryStorage.m
// QMContactListService
// QMServices
//
// Created by Andrey on 26.11.14.
// Copyright (c) 2015 Quickblox Team. All rights reserved.
Expand Down
Expand Up @@ -56,7 +56,7 @@
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
<string>public.vcs.git</string>
<key>IDESourceControlWCCIdentifierKey</key>
<string>CD485F9DBB514108FD41E7D5D6331AFE39B74C24</string>
<string>021121D9121EF5076592E191A1310C26B12E0377</string>
<key>IDESourceControlWCCName</key>
<string></string>
</dict>
Expand All @@ -72,15 +72,15 @@
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
<string>public.vcs.git</string>
<key>IDESourceControlWCCIdentifierKey</key>
<string>A670EF64B516360FDFADDE04B3B3446E684984BD</string>
<string>CD485F9DBB514108FD41E7D5D6331AFE39B74C24</string>
<key>IDESourceControlWCCName</key>
<string></string>
</dict>
<dict>
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
<string>public.vcs.git</string>
<key>IDESourceControlWCCIdentifierKey</key>
<string>021121D9121EF5076592E191A1310C26B12E0377</string>
<string>A670EF64B516360FDFADDE04B3B3446E684984BD</string>
<key>IDESourceControlWCCName</key>
<string></string>
</dict>
Expand Down

0 comments on commit 0020c5c

Please sign in to comment.