feat:opt plist change

xiaoyi 2021-10-15 14:54:44 +08:00
parent 816e1147b1
commit d80ecdb698
3 changed files with 9 additions and 1 deletions

View File

@ -2,6 +2,10 @@
## 3.3.0
### Optimization and fixed bugs
- 优化 iOS Plist.info 修改方式,防止覆盖工程原有配置。
### Dependencies
- TapTap.Common v3.3.0

View File

@ -32,7 +32,7 @@ namespace TapTap.Login.Editor
{
Debug.LogError("TapSDK Can't find TDS-Info.plist in Project/Assets/Plugins/!");
}
TapCommonCompile.HandlerPlist(path, plistFile.FullName);
}

View File

@ -1,3 +1,7 @@
### Optimization and fixed bugs
- 优化 iOS Plist.info 修改方式,防止覆盖工程原有配置。
### Dependencies
- TapTap.Common v3.3.0