feat: update package.json , update native binary , update doc
parent
54b81f35b7
commit
15b228a806
|
@ -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.
Binary file not shown.
|
@ -1,5 +1,5 @@
|
||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 4cb4a02ed84e8430bbdea90ec259d1ed
|
guid: aa11b82e40d24474c9143d0cb24c697b
|
||||||
PluginImporter:
|
PluginImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Binary file not shown.
|
@ -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"
|
||||||
}
|
}
|
Loading…
Reference in New Issue