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