feat: update package.json , update native binary , update doc

xiaoyi 2021-08-31 11:45:31 +08:00
parent 54b81f35b7
commit 15b228a806
8 changed files with 11 additions and 7 deletions

View File

@ -1,10 +1,12 @@
# ChangeLog # ChangeLog
## 3.2.0
- Native Update
## 3.1.0 ## 3.1.0
### Dependencies - Native Update
- TapTap.Common v3.1.0
## 3.0.0 ## 3.0.0

Binary file not shown.

View File

@ -1,5 +1,5 @@
fileFormatVersion: 2 fileFormatVersion: 2
guid: 4cb4a02ed84e8430bbdea90ec259d1ed guid: aa11b82e40d24474c9143d0cb24c697b
PluginImporter: PluginImporter:
externalObjects: {} externalObjects: {}
serializedVersion: 2 serializedVersion: 2

View File

@ -9,8 +9,8 @@
#import <TapCommonSDK/TDSAccount.h> #import <TapCommonSDK/TDSAccount.h>
#define TapCommonSDK @"TapCommon" #define TapCommonSDK @"TapCommon"
#define TapCommonSDK_VERSION_NUMBER @"30100001" #define TapCommonSDK_VERSION_NUMBER @"30200001"
#define TapCommonSDK_VERSION @"3.1.0" #define TapCommonSDK_VERSION @"3.2.0"
NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_BEGIN

View File

@ -19,6 +19,8 @@ NS_ASSUME_NONNULL_BEGIN
- (void)clear; - (void)clear;
- (NSString *)getReplacedHost:(NSString *)originalHost; - (NSString *)getReplacedHost:(NSString *)originalHost;
- (BOOL)isTestMode;
@end @end
NS_ASSUME_NONNULL_END NS_ASSUME_NONNULL_END

View File

@ -2,7 +2,7 @@
"name": "com.taptap.tds.common", "name": "com.taptap.tds.common",
"displayName": "TapTap Common", "displayName": "TapTap Common",
"description": "TapTap Develop Service", "description": "TapTap Develop Service",
"version": "3.1.0", "version": "3.2.0",
"unity": "2018.3", "unity": "2018.3",
"license": "MIT" "license": "MIT"
} }