@@ -27,17 +27,17 @@ import struct Utility.Toolchain
27
27
import struct Utility. Path
28
28
import PackageType
29
29
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_ "
41
41
42
42
extension Module {
43
43
var dependencyReference : String { return " __Dependency_ \( c99name) " }
0 commit comments