feat:opt plist change
parent
816e1147b1
commit
d80ecdb698
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
## 3.3.0
|
## 3.3.0
|
||||||
|
|
||||||
|
### Optimization and fixed bugs
|
||||||
|
|
||||||
|
- 优化 iOS Plist.info 修改方式,防止覆盖工程原有配置。
|
||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
|
|
||||||
- TapTap.Common v3.3.0
|
- TapTap.Common v3.3.0
|
||||||
|
|
|
@ -32,7 +32,7 @@ namespace TapTap.Login.Editor
|
||||||
{
|
{
|
||||||
Debug.LogError("TapSDK Can't find TDS-Info.plist in Project/Assets/Plugins/!");
|
Debug.LogError("TapSDK Can't find TDS-Info.plist in Project/Assets/Plugins/!");
|
||||||
}
|
}
|
||||||
|
|
||||||
TapCommonCompile.HandlerPlist(path, plistFile.FullName);
|
TapCommonCompile.HandlerPlist(path, plistFile.FullName);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
### Optimization and fixed bugs
|
||||||
|
|
||||||
|
- 优化 iOS Plist.info 修改方式,防止覆盖工程原有配置。
|
||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
|
|
||||||
- TapTap.Common v3.3.0
|
- TapTap.Common v3.3.0
|
Loading…
Reference in New Issue