update core

This commit is contained in:
2024-06-14 15:25:09 +08:00
parent 603b813d24
commit 038c7d149f
2 changed files with 2 additions and 0 deletions

View File

@@ -13,7 +13,9 @@ public static class IOSBuildPostprocess
[PostProcessBuild(999)]
public static void OnPostProcessBuild(BuildTarget buildTarget, string path)
{
#if (UNITY_5 && UNITY_IOS) || UNITY_IPHONE
Debug.Log ("Ios Build PostProcess");
if (buildTarget == BuildTarget.iOS)
{
string projectPath = path + "/Unity-iPhone.xcodeproj/project.pbxproj";