Skip to content

Commit

Permalink
add xcprivacy to no build phase default (#1464)
Browse files Browse the repository at this point in the history
  • Loading branch information
yonaskolb committed Apr 8, 2024
1 parent 632ca2d commit ecb9b56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/ProjectSpec/FileType.swift
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,6 @@ 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 ecb9b56

Please sign in to comment.