Skip to content

Commit 690e58a

Browse files
committed
Avoid duplicate output file by deleting this added plist file
1 parent 9551c3f commit 690e58a

File tree

2 files changed

+0
-28
lines changed

2 files changed

+0
-28
lines changed

WooFoundation/WooFoundation.xcodeproj/project.pbxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
397702D42D32EAEEEA3B29FC /* Pods_WooFoundationTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 532D4D63493CE8FA6F13C85B /* Pods_WooFoundationTests.framework */; };
1111
9FA5113235035AC9A6079B0D /* Pods_WooFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C1733C61561AE3A1AD3C16B7 /* Pods_WooFoundation.framework */; };
1212
B9AED559283E7553002A2668 /* Yosemite.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9AED558283E7553002A2668 /* Yosemite.framework */; };
13-
B9BD4BD32844DFEE00F835D6 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = B9BD4BD22844DFEE00F835D6 /* Info.plist */; };
1413
B9C9C63F283E703C001B879F /* WooFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9C9C635283E703C001B879F /* WooFoundation.framework */; };
1514
B9C9C659283E7195001B879F /* NSDecimalNumber+Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9C9C658283E7195001B879F /* NSDecimalNumber+Helpers.swift */; };
1615
B9C9C65D283E71C8001B879F /* CurrencyFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9C9C65B283E71C8001B879F /* CurrencyFormatter.swift */; };
@@ -37,7 +36,6 @@
3736
A21D73D352B4162AB096E276 /* Pods-WooFoundationTests.release-alpha.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-WooFoundationTests.release-alpha.xcconfig"; path = "Target Support Files/Pods-WooFoundationTests/Pods-WooFoundationTests.release-alpha.xcconfig"; sourceTree = "<group>"; };
3837
B9AED558283E7553002A2668 /* Yosemite.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Yosemite.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3938
B9AED55B283E755A002A2668 /* Hardware.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Hardware.framework; sourceTree = BUILT_PRODUCTS_DIR; };
40-
B9BD4BD22844DFEE00F835D6 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = WooFoundation/Info.plist; sourceTree = "<group>"; };
4139
B9C9C635283E703C001B879F /* WooFoundation.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = WooFoundation.framework; sourceTree = BUILT_PRODUCTS_DIR; };
4240
B9C9C63E283E703C001B879F /* WooFoundationTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = WooFoundationTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
4341
B9C9C658283E7195001B879F /* NSDecimalNumber+Helpers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSDecimalNumber+Helpers.swift"; sourceTree = "<group>"; };
@@ -76,7 +74,6 @@
7674
B9C9C5ED283E6FAA001B879F = {
7775
isa = PBXGroup;
7876
children = (
79-
B9BD4BD22844DFEE00F835D6 /* Info.plist */,
8077
B9C9C636283E703C001B879F /* WooFoundation */,
8178
B9C9C642283E703C001B879F /* WooFoundationTests */,
8279
B9C9C5FB283E6FAB001B879F /* Products */,
@@ -257,7 +254,6 @@
257254
isa = PBXResourcesBuildPhase;
258255
buildActionMask = 2147483647;
259256
files = (
260-
B9BD4BD32844DFEE00F835D6 /* Info.plist in Resources */,
261257
);
262258
runOnlyForDeploymentPostprocessing = 0;
263259
};

WooFoundation/WooFoundation/Info.plist

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)