Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public static void OnPostProcessBuild(BuildTarget target, string path)
project.ReadFromFile(projectPath);

// Get targetGUID
var targetName = PBXProject.GetUnityTargetName();
var targetName = project.GetUnityFrameworkTargetGuid();
var targetGUID = project.TargetGuidByName(targetName);

// Built in Frameworks
Expand Down Expand Up @@ -47,4 +47,4 @@ public static void OnPostProcessBuild(BuildTarget target, string path)
project.WriteToFile(projectPath);
}
}
}
}