Skip to content

Commit 9c570f1

Browse files
committed
Reduce diff ref/pref keys
1 parent e7623f6 commit 9c570f1

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Sources/Xcodeproj/Module+PBXProj.swift

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ import struct Utility.Toolchain
2727
import struct Utility.Path
2828
import PackageType
2929

30-
let rootObjectReference = "____RootObject_"
31-
let rootBuildConfigurationListReference = "_____RootConfs_"
32-
let rootBuildConfigurationReference = "_________Debug_"
33-
let rootGroupReference = "_____RootGroup_"
34-
let productsGroupReference = "______Products_"
35-
let sourcesGroupReference = "_______Sources_"
36-
let dependenciesGroupReference = "__Dependencies_"
37-
let testsGroupReference = "_________Tests_"
38-
let linkPhaseFileRefPrefix = "___LinkFileRef_"
39-
let sourceGroupFileRefPrefix = "____PBXFileRef_"
40-
let compilePhaseFileRefPrefix = "____src_cc_ref_"
30+
let rootObjectReference = "__RootObject_"
31+
let rootBuildConfigurationListReference = "___RootConfs_"
32+
let rootBuildConfigurationReference = "_______Debug_"
33+
let rootGroupReference = "___RootGroup_"
34+
let productsGroupReference = "____Products_"
35+
let sourcesGroupReference = "_____Sources_"
36+
let dependenciesGroupReference = "Dependencies_"
37+
let testsGroupReference = "_______Tests_"
38+
let linkPhaseFileRefPrefix = "_LinkFileRef_"
39+
let sourceGroupFileRefPrefix = "__PBXFileRef_"
40+
let compilePhaseFileRefPrefix = "__src_cc_ref_"
4141

4242
extension Module {
4343
var dependencyReference: String { return "__Dependency_\(c99name)" }

0 commit comments

Comments
 (0)