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));
|
||||
|
||||
string unityFrameworkGuid = proj.GetUnityFrameworkTargetGuid();
|
||||
bool added = proj.AddFrameworkToProject(unityFrameworkGuid, "NetworkExtension.framework", false);
|
||||
|
||||
if (added)
|
||||
{
|
||||
File.WriteAllText(projPath, proj.WriteToString());
|
||||
Debug.Log("[PostProcess] Added NetworkExtension.framework");
|
||||
}
|
||||
proj.AddFrameworkToProject(unityFrameworkGuid, "NetworkExtension.framework", false);
|
||||
File.WriteAllText(projPath, proj.WriteToString());
|
||||
Debug.Log("[PostProcess] Added NetworkExtension.framework");
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user