From d80ecdb698d2094c8b03c44017b3af30203dc0ed Mon Sep 17 00:00:00 2001 From: xiaoyi Date: Fri, 15 Oct 2021 14:54:44 +0800 Subject: [PATCH] feat:opt plist change --- CHANGELOG.md | 4 ++++ Editor/TapLoginIOSProcessor.cs | 2 +- VERSIONNOTE.md | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4d51a9..623f2a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## 3.3.0 +### Optimization and fixed bugs + +- 优化 iOS Plist.info 修改方式,防止覆盖工程原有配置。 + ### Dependencies - TapTap.Common v3.3.0 diff --git a/Editor/TapLoginIOSProcessor.cs b/Editor/TapLoginIOSProcessor.cs index 84ecf52..3a2207c 100644 --- a/Editor/TapLoginIOSProcessor.cs +++ b/Editor/TapLoginIOSProcessor.cs @@ -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); } diff --git a/VERSIONNOTE.md b/VERSIONNOTE.md index 7bd6c40..6372fea 100644 --- a/VERSIONNOTE.md +++ b/VERSIONNOTE.md @@ -1,3 +1,7 @@ +### Optimization and fixed bugs + +- 优化 iOS Plist.info 修改方式,防止覆盖工程原有配置。 + ### Dependencies - TapTap.Common v3.3.0 \ No newline at end of file