Skip to content

Commit c408b7f

Browse files
committed
update AVOSCloud framework to adapt iOS 9
1 parent d555349 commit c408b7f

66 files changed

Lines changed: 421 additions & 2516 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Example/MessageDisplayKitLeanchatExample/MessageDisplayKitLeanchatExample/Vendor/LeanCloud/AVOSCloud.framework/Headers/AVAnalytics.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// AVAnalytics.h
3-
// AVOS Cloud
3+
// LeanCloud
44
//
55
// Created by Zhu Zeng on 6/20/13.
66
// Copyright (c) 2013 AVOS. All rights reserved.
@@ -13,7 +13,7 @@
1313
/**
1414
* Report Policy
1515
*/
16-
typedef NS_ENUM(int, AVReportPolicy){
16+
typedef NS_ENUM(int, AVReportPolicy) {
1717
/// 实时发送, debug only
1818
AV_REALTIME = 0,
1919

@@ -130,14 +130,14 @@ typedef NS_ENUM(int, AVReportPolicy){
130130

131131

132132
/** 开启统计,默认以AV_BATCH方式发送log. 1.4.3以后不再需要,请前往在线配置进行配置。
133-
https://cn.avoscloud.com/stat.html?appid=YOUR_APP_ID&os=ios#/statconfig/trans_strategoy
133+
https://leancloud.cn/stat.html?appid=YOUR_APP_ID&os=ios#/statconfig/trans_strategoy
134134
*/
135135

136136
+ (void)start AVDeprecated("1.4.3以后不再需要,请前往在线配置进行配置");
137137

138138
/** 开启统计,默认以AV_BATCH方式发送log. 1.4.3以后不再需要,请前往在线配置进行配置。
139-
https://cn.avoscloud.com/stat.html?appid=YOUR_APP_ID&os=ios#/statconfig/trans_strategoy
140-
139+
https://leancloud.cn/stat.html?appid=YOUR_APP_ID&os=ios#/statconfig/trans_strategoy
140+
141141
@param rp 发送策略.
142142
@param cid 渠道名称,为nil或@""时,默认会被被当作@"App Store"渠道
143143
*/

Example/MessageDisplayKitLeanchatExample/MessageDisplayKitLeanchatExample/Vendor/LeanCloud/AVOSCloud.framework/Headers/AVAnonymousUtils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// AVAnonymousUtils.h
3-
// AVOS Cloud
3+
// LeanCloud
44
//
55
// Created by Zhu Zeng on 6/20/13.
66
// Copyright (c) 2013 AVOS. All rights reserved.

Example/MessageDisplayKitLeanchatExample/MessageDisplayKitLeanchatExample/Vendor/LeanCloud/AVOSCloud.framework/Headers/AVCloud.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// AVCloud.h
3-
// AVOS Cloud
3+
// LeanCloud
44
//
55
// Created by Zhu Zeng on 2/25/13.
66
// Copyright (c) 2013 AVOS. All rights reserved.

0 commit comments

Comments
 (0)