Skip to content

Commit

Permalink
Revert "add xcprivacy to no build phase default (#1464)"
Browse files Browse the repository at this point in the history
This reverts commit ecb9b56.
  • Loading branch information
yonaskolb committed Apr 10, 2024
1 parent 0301741 commit bc08f53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/ProjectSpec/FileType.swift
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,5 @@ extension FileType {
"apns": FileType(buildPhase: BuildPhaseSpec.none),
"pch": FileType(buildPhase: BuildPhaseSpec.none),
"xctestplan": FileType(buildPhase: BuildPhaseSpec.none),
"xcprivacy": FileType(buildPhase: BuildPhaseSpec.none),
]
}

0 comments on commit bc08f53

Please sign in to comment.