mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
change headerVisibility default back to public
This commit is contained in:
@@ -62,7 +62,7 @@ class SourceGenerator {
|
||||
}
|
||||
|
||||
if chosenBuildPhase == .headers {
|
||||
let headerVisibility = targetSource.headerVisibility ?? .project
|
||||
let headerVisibility = targetSource.headerVisibility ?? .public
|
||||
if headerVisibility != .project {
|
||||
// Xcode doesn't write the default of project
|
||||
settings["ATTRIBUTES"] = [headerVisibility.settingName]
|
||||
|
||||
Reference in New Issue
Block a user