-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### 增加功能 - 增加接口:淘宝授权、获取信息与退出 ### 优化功能 - 升级安卓插件版本:3.1.1.204 --2017-9-11 - 升级IOS插件版本:3.1.1.205 --2017-09-11
- Loading branch information
Showing
71 changed files
with
481 additions
and
596 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# 版本变更记录 | ||
## 2.2.0 - 2017-09-17 | ||
|
||
### 增加功能 | ||
- 增加接口:淘宝授权、获取信息与退出 | ||
|
||
### 优化功能 | ||
- 升级安卓插件版本:3.1.1.204 --2017-9-11 | ||
- 升级IOS插件版本:3.1.1.205 --2017-09-11 | ||
|
||
## 2.0.0 - 2017-09-07 | ||
### 解决Bug | ||
- 修改IOS实现,解决导致不能微信登录的Bug | ||
|
||
## 2.0.0 - 2017-08-26 | ||
### 增加功能 | ||
- 增加安卓插件:安卓百川版本 3.1.1.202 | ||
- 增加IOS插件:IOS百川版本 3.1.1.200 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-765 Bytes
...s/Frameworks/AlibcLinkPartnerSDK.framework/ALPLinkPartnerSDK.bundle/[email protected]
Binary file not shown.
Binary file removed
BIN
-1.03 KB
...s/Frameworks/AlibcLinkPartnerSDK.framework/ALPLinkPartnerSDK.bundle/[email protected]
Binary file not shown.
Binary file removed
BIN
-1.47 KB
.../Frameworks/AlibcLinkPartnerSDK.framework/ALPLinkPartnerSDK.bundle/[email protected]
Binary file not shown.
Binary file removed
BIN
-2.15 KB
.../Frameworks/AlibcLinkPartnerSDK.framework/ALPLinkPartnerSDK.bundle/[email protected]
Binary file not shown.
Binary file modified
BIN
-895 KB
(81%)
src/ios/libs/Frameworks/AlibcLinkPartnerSDK.framework/AlibcLinkPartnerSDK
Binary file not shown.
40 changes: 40 additions & 0 deletions
40
src/ios/libs/Frameworks/AlibcLinkPartnerSDK.framework/Headers/ALPAppShare.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
// | ||
// ALPAppShare.h | ||
// AlibcLinkPartnerSDK | ||
// | ||
// Created by czp on 17/3/9. | ||
// Copyright © 2017年 czp. All rights reserved. | ||
// | ||
|
||
#import <UIKit/UIKit.h> | ||
|
||
// type定义 | ||
#define ALIBC_APPSHARE_TYPE_ID @"id" | ||
#define ALIBC_APPSHARE_TYPE_RED @"red" | ||
#define ALIBC_APPSHARE_TYPE_DEEP @"deep" | ||
|
||
@interface ALPAppShare : NSObject | ||
|
||
/** | ||
* 写入共享的信息 | ||
* @info 具体信息(info 中内容必须是可序列化类型,参考NSKeyedArchiver) | ||
* @type 类型 | ||
* | ||
*/ | ||
+ (void)writeInfo:(NSDictionary*)info byType:(NSString*)type; | ||
|
||
/** | ||
* 删除共享的信息 | ||
* @type 类型 | ||
*/ | ||
+ (void)removeInfoByType:(NSString*)type; | ||
|
||
/** | ||
* 读取共享信息 | ||
* @type 类型 | ||
* @return 具体信息 | ||
*/ | ||
+ (NSDictionary*)readInfoByType:(NSString*)type; | ||
|
||
@end | ||
|
14 changes: 0 additions & 14 deletions
14
src/ios/libs/Frameworks/AlibcLinkPartnerSDK.framework/Headers/ALPAuthPlugin.h
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.