Skip to content

Commit 27a6889

Browse files
committed
Release 1.6.34
1 parent d3c1f7a commit 27a6889

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

SensorsAnalyticsSDK/SensorsAnalyticsSDK.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 = "SensorsAnalyticsSDK"
3-
s.version = "1.6.33"
3+
s.version = "1.6.34"
44
s.summary = "The offical iOS SDK of Sensors Analytics."
55
s.homepage = "http://www.sensorsdata.cn"
66
s.source = { :git => 'https://github.com/sensorsdata/sa-sdk-ios.git', :tag => "v#{s.version}" }

SensorsAnalyticsSDK/SensorsAnalyticsSDK/MessageQueueBySqlite.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ - (NSInteger) sqliteCount {
164164
}
165165

166166
- (BOOL) vacuum {
167-
#ifndef SENSORS_ANALYTICS_DISABLE_VACUUM
167+
#ifdef SENSORS_ANALYTICS_ENABLE_VACUUM
168168
@try {
169169
NSString* query = @"VACUUM";
170170
char* errMsg;

SensorsAnalyticsSDK/SensorsAnalyticsSDK/SensorsAnalyticsSDK.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#import <WebKit/WebKit.h>
3636
#endif
3737

38-
#define VERSION @"1.6.33"
38+
#define VERSION @"1.6.34"
3939

4040
#define PROPERTY_LENGTH_LIMITATION 8191
4141

0 commit comments

Comments
 (0)