update: remove old firebase version hotfix

--story=1020565 --user=yufei.hu 【Unity】-【BI】IOS设备 升级Firebase/Analytics SDK 版本大于10.23.0 https://www.tapd.cn/33527076/s/1150717

Signed-off-by: huyufei <yufei.hu@castbox.fm>
main
胡宇飞 2024-06-15 08:27:58 +08:00
parent 4a5229780a
commit ba90a32195
3 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@ namespace Guru.Editor
[PostProcessBuild(47)] // MAX POD Process Order
// Firebase 10.20.0 fixed to 10.22.0. BUT higher version do not open this ATTRIBUTE !!
// [PostProcessBuild(47)] // MAX POD Process Order
public static void PostBuildFixPodDeps(BuildTarget target, string projPath)
{
if (target != BuildTarget.iOS) return;