feat: update release native binary

xiaoyi 2021-06-10 11:12:59 +08:00
parent 29fe6d9b03
commit 7a6cb849fe
11 changed files with 24 additions and 4 deletions

View File

@ -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

View File

@ -1,5 +1,5 @@
fileFormatVersion: 2 fileFormatVersion: 2
guid: fb22b99eae2e74fbc9054ac7d99de9ef guid: d877d37f4a0c24e4486bbcfa884b4f13
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 @"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;

View File

3
VERSIONNOTE.md Normal file
View File

@ -0,0 +1,3 @@
### Optimization and fixed bugs
- 优化多语言相关

7
VERSIONNOTE.md.meta Normal file
View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 8f641ea9398ec4290be0e2a577551514
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

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": "2.1.3", "version": "2.1.4",
"unity": "2018.3", "unity": "2018.3",
"license": "MIT" "license": "MIT"
} }