Skip to content

Commit 655c41c

Browse files
committed
Remove xcconfigs from the copy bundle resources build phase
Xcode put them there, but it did it only for some of the `xcconfig`s. Why? What was the logic it used?
1 parent 74a470b commit 655c41c

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

Experiments/Experiments.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
0270C0A327069B7800FC799F /* FeatureFlagService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0270C0A227069B7800FC799F /* FeatureFlagService.swift */; };
1414
0270C0A527069B8900FC799F /* DefaultFeatureFlagService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0270C0A427069B8900FC799F /* DefaultFeatureFlagService.swift */; };
1515
0270C0A727069BA500FC799F /* BuildConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0270C0A627069BA500FC799F /* BuildConfiguration.swift */; };
16-
3FA7D9FC2D547E1700CE5611 /* Experiments.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 3FA7D9FB2D547E1700CE5611 /* Experiments.xcconfig */; };
1716
BC10218D75FEA979BDA1E68C /* Pods_Experiments.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 33CEC0C5283FD4C9EF8C6A3C /* Pods_Experiments.framework */; };
1817
C8E16F0EE6954B58A1C402F0 /* Pods_ExperimentsTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AAC7C082DD376957B4676401 /* Pods_ExperimentsTests.framework */; };
1918
CC53FB48275E426900C4CA4F /* ABTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC53FB47275E426900C4CA4F /* ABTest.swift */; };
@@ -250,7 +249,6 @@
250249
isa = PBXResourcesBuildPhase;
251250
buildActionMask = 2147483647;
252251
files = (
253-
3FA7D9FC2D547E1700CE5611 /* Experiments.xcconfig in Resources */,
254252
);
255253
runOnlyForDeploymentPostprocessing = 0;
256254
};

Fakes/Fakes.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
26EEDC8D26FE1C1C00D5BA0E /* Yosemite.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 26EEDC8C26FE1C1C00D5BA0E /* Yosemite.framework */; };
1818
26EEDC9026FE1C7B00D5BA0E /* Networking.generated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26EEDC8E26FE1C7B00D5BA0E /* Networking.generated.swift */; };
1919
26EEDC9126FE1C7B00D5BA0E /* Yosemite.generated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26EEDC8F26FE1C7B00D5BA0E /* Yosemite.generated.swift */; };
20-
3FA7DA012D547F2600CE5611 /* Fakes.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 3FA7DA002D547F2600CE5611 /* Fakes.xcconfig */; };
2120
/* End PBXBuildFile section */
2221

2322
/* Begin PBXCopyFilesBuildPhase section */
@@ -188,7 +187,6 @@
188187
isa = PBXResourcesBuildPhase;
189188
buildActionMask = 2147483647;
190189
files = (
191-
3FA7DA012D547F2600CE5611 /* Fakes.xcconfig in Resources */,
192190
);
193191
runOnlyForDeploymentPostprocessing = 0;
194192
};

WooFoundation/WooFoundation.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
26AF1F5628B8362800937BA9 /* UIColor+SystemColors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26AF1F5228B8362800937BA9 /* UIColor+SystemColors.swift */; };
4646
26AF1F5928B9011100937BA9 /* WooStyleModifiers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26AF1F5828B9011100937BA9 /* WooStyleModifiers.swift */; };
4747
397702D42D32EAEEEA3B29FC /* Pods_WooFoundationTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 532D4D63493CE8FA6F13C85B /* Pods_WooFoundationTests.framework */; };
48-
3FA7D9FF2D547EDC00CE5611 /* WooFoundation.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 3FA7D9FE2D547EDC00CE5611 /* WooFoundation.xcconfig */; };
4948
686BE912288EE0D300967C86 /* TypedPredicates.swift in Sources */ = {isa = PBXBuildFile; fileRef = 686BE911288EE0D300967C86 /* TypedPredicates.swift */; };
5049
686BE915288EE2CA00967C86 /* TypedPredicateTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 686BE914288EE2CA00967C86 /* TypedPredicateTests.swift */; };
5150
6874E81428998AD300074A97 /* LogErrorAndExit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6874E81328998AD300074A97 /* LogErrorAndExit.swift */; };
@@ -589,7 +588,6 @@
589588
buildActionMask = 2147483647;
590589
files = (
591590
265C99D828B93F04005E6117 /* ColorPalette.xcassets in Resources */,
592-
3FA7D9FF2D547EDC00CE5611 /* WooFoundation.xcconfig in Resources */,
593591
);
594592
runOnlyForDeploymentPostprocessing = 0;
595593
};

0 commit comments

Comments
 (0)