Skip to content

Commit 7555b57

Browse files
authored
Merge pull request #566 from zapcannon87/master
release: 11.6.5
2 parents 9b45a81 + 93eb9ec commit 7555b57

File tree

10 files changed

+58
-26
lines changed

10 files changed

+58
-26
lines changed

AVOS/AVOSCloud/ThirdParty/LCDB/LCDatabase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#import <Foundation/Foundation.h>
2-
#import "sqlite3.h"
2+
#import <sqlite3.h>
33
#import "LCResultSet.h"
44
#import "LCDatabasePool.h"
55

AVOS/AVOSCloud/ThirdParty/LCDB/LCDatabasePool.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
#import <Foundation/Foundation.h>
10-
#import "sqlite3.h"
10+
#import <sqlite3.h>
1111

1212
@class LCDatabase;
1313

AVOS/AVOSCloud/ThirdParty/LCDB/LCDatabaseQueue.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
#import <Foundation/Foundation.h>
10-
#import "sqlite3.h"
10+
#import <sqlite3.h>
1111

1212
@class LCDatabase;
1313

AVOS/AVOSCloud/ThirdParty/LCDB/LCResultSet.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#import <Foundation/Foundation.h>
2-
#import "sqlite3.h"
2+
#import <sqlite3.h>
33

44
#ifndef __has_feature // Optional.
55
#define __has_feature(x) 0 // Compatibility with non-clang compilers.

AVOS/AVOSCloud/UserAgent.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define SDK_VERSION @"v11.6.4"
1+
#define SDK_VERSION @"v11.6.5"

AVOS/AVOSCloudIM/Commands/MessagesProtoOrig.pbobjc.h

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AVOS/AVOSCloudIM/Commands/MessagesProtoOrig.pbobjc.m

Lines changed: 42 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AVOSCloud.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'AVOSCloud'
3-
s.version = '11.6.4'
3+
s.version = '11.6.5'
44
s.homepage = 'https://leancloud.cn/'
55
s.summary = 'LeanCloud Objective-C SDK'
66
s.authors = 'LeanCloud'

AVOSCloudIM.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'AVOSCloudIM'
3-
s.version = '11.6.4'
3+
s.version = '11.6.5'
44
s.homepage = 'https://leancloud.cn/'
55
s.summary = 'LeanCloud IM Objective-C SDK'
66
s.authors = 'LeanCloud'

AVOSCloudLiveQuery.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'AVOSCloudLiveQuery'
3-
s.version = '11.6.4'
3+
s.version = '11.6.5'
44
s.homepage = 'https://leancloud.cn/'
55
s.summary = 'LeanCloud LiveQuery Objective-C SDK'
66
s.authors = 'LeanCloud'

0 commit comments

Comments
 (0)