feat(*): update native binary

xiaoyi 2021-05-10 17:18:07 +08:00
parent 4311fa34e3
commit 8c2ac51ffb
8 changed files with 15 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# ChangeLog
## 2.1.0
## 2.1.1
### Feature
@ -9,7 +9,6 @@
Bootstrap.GetTestQualification((bool, error)=>{ }):
```
* TapDB 通过 TapConfig 进行自动初始化
* 支持性改动用于 TapTap.Friends
### Breaking changes
@ -23,13 +22,23 @@
.ClientID("client_id")
.ClientSecret("client_secret")
.RegionType(RegionType.CN)
.TapDBConfig(true,"channel", "gameVersion",true)
.TapDBConfig(true, "gameChannel", "gameVersion", true)
.ConfigBuilder();
TapBootstrap.Init(config);
```
### Dependencies
* TapTap.Common v2.1.1
## 2.1.0
### Feature
* 支持性改动用于 TapTap.Friends
### Dependencies
* TapTap.Common v2.1.0
## 2.0.0

Binary file not shown.

View File

@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 2aa36f69450b8471da563f1037b14ecd
guid: 8785ccdadb1a9450cb0636b6b512faa9
PluginImporter:
externalObjects: {}
serializedVersion: 2

Binary file not shown.

Binary file not shown.

View File

@ -15,8 +15,8 @@
#import <TapCommonSDK/TapCommonSDK.h>
#define TapSDK @"TapSDK"
#define TapSDK_VERSION_NUMBER @"20100001"
#define TapSDK_VERSION @"2.1.0"
#define TapSDK_VERSION_NUMBER @"20101001"
#define TapSDK_VERSION @"2.1.1"
NS_ASSUME_NONNULL_BEGIN