Skip to content

Commit 4b016c4

Browse files
committed
Merge pull request tomlokhorst#5 from cezheng/fix/remove_diff_in_PBXHeaderBuildPhase
remove diff on PBXHeaderBuildPhase
2 parents 0c5b571 + eb3d387 commit 4b016c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Xcode/Xcode/Serialization.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,9 @@ internal class Serializer {
178178
if obj is PBXShellScriptBuildPhase {
179179
return "ShellScript"
180180
}
181+
if obj is PBXHeadersBuildPhase {
182+
return "Headers"
183+
}
181184
if let shellScript = obj as? PBXShellScriptBuildPhase {
182185
return shellScript.name
183186
}

0 commit comments

Comments
 (0)