feat: update release native binary
parent
29fe6d9b03
commit
7a6cb849fe
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,11 +1,21 @@
|
||||||
# ChangeLog
|
# ChangeLog
|
||||||
|
|
||||||
|
## 2.1.4
|
||||||
|
|
||||||
|
### Optimization and fixed bugs
|
||||||
|
|
||||||
|
- 优化多语言相关
|
||||||
|
|
||||||
## 2.1.3
|
## 2.1.3
|
||||||
|
|
||||||
|
### New Feature
|
||||||
|
|
||||||
* iOS 新增 TapTap 以及 Tap.IO 客户端安装判断
|
* iOS 新增 TapTap 以及 Tap.IO 客户端安装判断
|
||||||
|
|
||||||
## 2.1.2
|
## 2.1.2
|
||||||
|
|
||||||
|
### Optimization and fixed bugs
|
||||||
|
|
||||||
* 修复 iOS ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES 设置问题可能导致的 AppStore 审核无法通过
|
* 修复 iOS ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES 设置问题可能导致的 AppStore 审核无法通过
|
||||||
|
|
||||||
## 2.1.1
|
## 2.1.1
|
||||||
|
|
Binary file not shown.
|
@ -1,5 +1,5 @@
|
||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: fb22b99eae2e74fbc9054ac7d99de9ef
|
guid: d877d37f4a0c24e4486bbcfa884b4f13
|
||||||
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 @"20103001"
|
#define TapCommonSDK_VERSION_NUMBER @"20104001"
|
||||||
#define TapCommonSDK_VERSION @"2.1.3"
|
#define TapCommonSDK_VERSION @"2.1.4"
|
||||||
|
|
||||||
NS_ASSUME_NONNULL_BEGIN
|
NS_ASSUME_NONNULL_BEGIN
|
||||||
typedef NSString *TDSLanguage NS_STRING_ENUM;
|
typedef NSString *TDSLanguage NS_STRING_ENUM;
|
||||||
|
|
0
Plugins/iOS/TapCommonSDK.framework/Headers/TDSWKWebViewJavascriptBridge.h
Normal file → Executable file
0
Plugins/iOS/TapCommonSDK.framework/Headers/TDSWKWebViewJavascriptBridge.h
Normal file → Executable file
0
Plugins/iOS/TapCommonSDK.framework/Headers/TDSWebViewJavascriptBridgeBase.h
Normal file → Executable file
0
Plugins/iOS/TapCommonSDK.framework/Headers/TDSWebViewJavascriptBridgeBase.h
Normal file → Executable file
Binary file not shown.
|
@ -0,0 +1,3 @@
|
||||||
|
### Optimization and fixed bugs
|
||||||
|
|
||||||
|
- 优化多语言相关
|
|
@ -0,0 +1,7 @@
|
||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 8f641ea9398ec4290be0e2a577551514
|
||||||
|
TextScriptImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
|
@ -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": "2.1.3",
|
"version": "2.1.4",
|
||||||
"unity": "2018.3",
|
"unity": "2018.3",
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
Loading…
Reference in New Issue