Merge branch 'master' of https://dev.nextreal.cn/yuqucheng/killapp
This commit is contained in:
commit
df241030ac
@ -84,13 +84,9 @@ public class iOSFixDuplicateShellScript
|
|||||||
proj.ReadFromString(File.ReadAllText(projPath));
|
proj.ReadFromString(File.ReadAllText(projPath));
|
||||||
|
|
||||||
string unityFrameworkGuid = proj.GetUnityFrameworkTargetGuid();
|
string unityFrameworkGuid = proj.GetUnityFrameworkTargetGuid();
|
||||||
bool added = proj.AddFrameworkToProject(unityFrameworkGuid, "NetworkExtension.framework", false);
|
proj.AddFrameworkToProject(unityFrameworkGuid, "NetworkExtension.framework", false);
|
||||||
|
|
||||||
if (added)
|
|
||||||
{
|
|
||||||
File.WriteAllText(projPath, proj.WriteToString());
|
File.WriteAllText(projPath, proj.WriteToString());
|
||||||
Debug.Log("[PostProcess] Added NetworkExtension.framework");
|
Debug.Log("[PostProcess] Added NetworkExtension.framework");
|
||||||
}
|
}
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user