Skip to content

Commit

Permalink
Merge pull request #1241 from QuickBlox/develop
Browse files Browse the repository at this point in the history
QuickBlox-SDK 2.17.5
  • Loading branch information
IlliaChemolosov authored Oct 8, 2020
2 parents 1955194 + 11d1204 commit 88056bf
Show file tree
Hide file tree
Showing 24 changed files with 84 additions and 98 deletions.
6 changes: 1 addition & 5 deletions Framework/Quickblox.framework/Headers/QBASession.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@
//

#import <Foundation/Foundation.h>
#if __has_include("QBCEntity.h")
#import "QBCEntity.h"
#else
#import <QBCEntity.h>
#endif
#import <Quickblox/QBCEntity.h>


NS_ASSUME_NONNULL_BEGIN
Expand Down
9 changes: 2 additions & 7 deletions Framework/Quickblox.framework/Headers/QBCBlob.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,8 @@
//

#import <Foundation/Foundation.h>
#if __has_include("QBCEntity.h")
#import "QBCEntity.h"
#import "QBContentEnums.h"
#else
#import <QBCEntity.h>
#import <QBContentEnums.h>
#endif
#import <Quickblox/QBCEntity.h>
#import <Quickblox/QBContentEnums.h>

@class QBCBlobObjectAccess;

Expand Down
9 changes: 2 additions & 7 deletions Framework/Quickblox.framework/Headers/QBCBlobObjectAccess.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,8 @@
// Copyright (c) 2017 QuickBlox. All rights reserved.
//
#import <Foundation/Foundation.h>
#if __has_include("QBCEntity.h")
#import "QBCEntity.h"
#import "QBContentEnums.h"
#else
#import <QBCEntity.h>
#import <QBContentEnums.h>
#endif
#import <Quickblox/QBCEntity.h>
#import <Quickblox/QBContentEnums.h>

/**
* QBCBlobObjectAccess class interface.
Expand Down
2 changes: 1 addition & 1 deletion Framework/Quickblox.framework/Headers/QBCOPermissions.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//

#import <Foundation/Foundation.h>
#import "QBCustomObjectsEnums.h"
#import <Quickblox/QBCustomObjectsEnums.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
2 changes: 1 addition & 1 deletion Framework/Quickblox.framework/Headers/QBChat.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//

#import <Foundation/Foundation.h>
#import "QBChatTypes.h"
#import <Quickblox/QBChatTypes.h>

@protocol QBChatDelegate;

Expand Down
2 changes: 1 addition & 1 deletion Framework/Quickblox.framework/Headers/QBChatDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ NS_ASSUME_NONNULL_BEGIN
@param error Error.
*/
- (void)chatDidDisconnectWithError:(NSError *)error;
- (void)chatDidDisconnectWithError:(NSError * _Nullable)error;

/**
Called whenever QBChat did accidentally disconnect.
Expand Down
2 changes: 1 addition & 1 deletion Framework/Quickblox.framework/Headers/QBConnection.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Created by QuickBlox team
// Copyright (c) 2017 QuickBlox. All rights reserved.

#import "QBSettings.h"
#import <Quickblox/QBSettings.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
4 changes: 2 additions & 2 deletions Framework/Quickblox.framework/Headers/QBMEvent.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
//

#import <Foundation/Foundation.h>
#import "QBCEntity.h"
#import "QBPushNotificationsEnums.h"
#import <Quickblox/QBCEntity.h>
#import <Quickblox/QBPushNotificationsEnums.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
2 changes: 1 addition & 1 deletion Framework/Quickblox.framework/Headers/QBMPushMessage.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Copyright (c) 2017 QuickBlox. All rights reserved.
//

#import "QBMPushMessageBase.h"
#import <Quickblox/QBMPushMessageBase.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
2 changes: 1 addition & 1 deletion Framework/Quickblox.framework/Headers/QBMPushToken.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Copyright (c) 2017 QuickBlox. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "QBCEntity.h"
#import <Quickblox/QBCEntity.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
6 changes: 3 additions & 3 deletions Framework/Quickblox.framework/Headers/QBMSubscription.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
//

#import <Foundation/Foundation.h>
#import "QBCEntity.h"
#import "QBMSubscription.h"
#import "QBPushNotificationsEnums.h"
#import <Quickblox/QBCEntity.h>
#import <Quickblox/QBMSubscription.h>
#import <Quickblox/QBPushNotificationsEnums.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//

#import <Foundation/Foundation.h>
#import "QBRequest.h"
#import <Quickblox/QBRequest.h>

@class QBAddressBookContact;
@class QBAddressBookUpdates;
Expand Down
2 changes: 1 addition & 1 deletion Framework/Quickblox.framework/Headers/QBRequest+QBAuth.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//

#import <Foundation/Foundation.h>
#import "QBRequest.h"
#import <Quickblox/QBRequest.h>

@class QBUUser;

Expand Down
4 changes: 2 additions & 2 deletions Framework/Quickblox.framework/Headers/QBRequest+QBChat.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
//

#import <Foundation/Foundation.h>
#import "QBRequest.h"
#import "QBCompletionTypes.h"
#import <Quickblox/QBRequest.h>
#import <Quickblox/QBCompletionTypes.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//

#import <Foundation/Foundation.h>
#import "QBRequest.h"
#import <Quickblox/QBRequest.h>

@class QBCBlob;
@class QBCBlobObjectAccess;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
//

#import <Foundation/Foundation.h>
#import "QBRequest.h"
#import "QBCustomObjectsConsts.h"
#import <Quickblox/QBRequest.h>
#import <Quickblox/QBCustomObjectsConsts.h>

@class QBResponsePage;
@class QBCOCustomObject;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//

#import <Foundation/Foundation.h>
#import "QBRequest.h"
#import <Quickblox/QBRequest.h>

@class QBMPushToken;
@class QBMSubscription;
Expand Down
2 changes: 1 addition & 1 deletion Framework/Quickblox.framework/Headers/QBRequest+QBUsers.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//

#import <Foundation/Foundation.h>
#import "QBRequest.h"
#import <Quickblox/QBRequest.h>

@class QBUUser;
@class QBGeneralResponsePage;
Expand Down
2 changes: 1 addition & 1 deletion Framework/Quickblox.framework/Headers/QBSettings.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Copyright 2011 QuickBlox team. All rights reserved.
//

#import "QBLoggerEnums.h"
#import <Quickblox/QBLoggerEnums.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
2 changes: 1 addition & 1 deletion Framework/Quickblox.framework/Headers/QBUUser.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Created by QuickBlox team
// Copyright (c) 2017 QuickBlox. All rights reserved.
//
#import "QBCEntity.h"
#import <Quickblox/QBCEntity.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
110 changes: 55 additions & 55 deletions Framework/Quickblox.framework/Headers/Quickblox.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,60 +4,60 @@
//
// Copyright (c) 2016 QuickBlox. All rights reserved.

#import "QBAddressBookContact.h"
#import "QBAddressBookRejectDetails.h"
#import "QBAddressBookUpdates.h"
#import "QBASession.h"
#import "QBCBlob.h"
#import "QBCBlobObjectAccess.h"
#import "QBCEntity.h"
#import "QBChat.h"
#import "QBChatAttachment.h"
#import "QBChatDelegate.h"
#import "QBChatDialog.h"
#import "QBChatMessage.h"
#import "QBChatTypes.h"
#import "QBCOCustomObject.h"
#import "QBCOFile.h"
#import "QBCOFileUploadInfo.h"
#import "QBCompletionTypes.h"
#import "QBContactList.h"
#import "QBContactListItem.h"
#import "QBContentEnums.h"
#import "QBConnection.h"
#import "QBCOPermissions.h"
#import "QBCustomObjectsConsts.h"
#import "QBCustomObjectsEnums.h"
#import "QBDarwinNotificationCenter.h"
#import "QBError.h"
#import "QBGeneralResponsePage.h"
#import "QBHTTPClient.h"
#import "QBLoggerEnums.h"
#import "QBMEvent.h"
#import "QBMPushMessage.h"
#import "QBMPushMessageBase.h"
#import "QBMPushToken.h"
#import "QBMSubscription.h"
#import "QBMulticastDelegate.h"
#import "QBPrivacyItem.h"
#import "QBPrivacyList.h"
#import "QBPushNotificationsConsts.h"
#import "QBPushNotificationsEnums.h"
#import "QBRequest.h"
#import "QBRequest+QBAddressBook.h"
#import "QBRequest+QBAuth.h"
#import "QBRequest+QBChat.h"
#import "QBRequest+QBContent.h"
#import "QBRequest+QBCustomObjects.h"
#import "QBRequest+QBPushNotifications.h"
#import "QBRequest+QBUsers.h"
#import "QBRequestStatus.h"
#import "QBResponse.h"
#import "QBResponsePage.h"
#import "QBSession.h"
#import "QBSettings.h"
#import "QBUpdateUserParameters.h"
#import "QBUUser.h"
#import <Quickblox/QBAddressBookContact.h>
#import <Quickblox/QBAddressBookRejectDetails.h>
#import <Quickblox/QBAddressBookUpdates.h>
#import <Quickblox/QBASession.h>
#import <Quickblox/QBCBlob.h>
#import <Quickblox/QBCBlobObjectAccess.h>
#import <Quickblox/QBCEntity.h>
#import <Quickblox/QBChat.h>
#import <Quickblox/QBChatAttachment.h>
#import <Quickblox/QBChatDelegate.h>
#import <Quickblox/QBChatDialog.h>
#import <Quickblox/QBChatMessage.h>
#import <Quickblox/QBChatTypes.h>
#import <Quickblox/QBCOCustomObject.h>
#import <Quickblox/QBCOFile.h>
#import <Quickblox/QBCOFileUploadInfo.h>
#import <Quickblox/QBCompletionTypes.h>
#import <Quickblox/QBContactList.h>
#import <Quickblox/QBContactListItem.h>
#import <Quickblox/QBContentEnums.h>
#import <Quickblox/QBConnection.h>
#import <Quickblox/QBCOPermissions.h>
#import <Quickblox/QBCustomObjectsConsts.h>
#import <Quickblox/QBCustomObjectsEnums.h>
#import <Quickblox/QBDarwinNotificationCenter.h>
#import <Quickblox/QBError.h>
#import <Quickblox/QBGeneralResponsePage.h>
#import <Quickblox/QBHTTPClient.h>
#import <Quickblox/QBLoggerEnums.h>
#import <Quickblox/QBMEvent.h>
#import <Quickblox/QBMPushMessage.h>
#import <Quickblox/QBMPushMessageBase.h>
#import <Quickblox/QBMPushToken.h>
#import <Quickblox/QBMSubscription.h>
#import <Quickblox/QBMulticastDelegate.h>
#import <Quickblox/QBPrivacyItem.h>
#import <Quickblox/QBPrivacyList.h>
#import <Quickblox/QBPushNotificationsConsts.h>
#import <Quickblox/QBPushNotificationsEnums.h>
#import <Quickblox/QBRequest.h>
#import <Quickblox/QBRequest+QBAddressBook.h>
#import <Quickblox/QBRequest+QBAuth.h>
#import <Quickblox/QBRequest+QBChat.h>
#import <Quickblox/QBRequest+QBContent.h>
#import <Quickblox/QBRequest+QBCustomObjects.h>
#import <Quickblox/QBRequest+QBPushNotifications.h>
#import <Quickblox/QBRequest+QBUsers.h>
#import <Quickblox/QBRequestStatus.h>
#import <Quickblox/QBResponse.h>
#import <Quickblox/QBResponsePage.h>
#import <Quickblox/QBSession.h>
#import <Quickblox/QBSettings.h>
#import <Quickblox/QBUpdateUserParameters.h>
#import <Quickblox/QBUUser.h>

/// Framework version 2.17.4
/// Framework version 2.17.5
FOUNDATION_EXPORT NSString * const QuickbloxFrameworkVersion;
Binary file modified Framework/Quickblox.framework/Info.plist
Binary file not shown.
Binary file modified Framework/Quickblox.framework/Quickblox
Binary file not shown.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ This project contains QuickBlox iOS Samples and latest version of SDK, that incl

## Requirements

* Xcode 9+
* iOS SDK 8+
* Xcode 11+
* iOS SDK 12+

## How to start

Expand Down

0 comments on commit 88056bf

Please sign in to comment.