Skip to content

Commit 271b9b3

Browse files
committed
One last attempt to fix CI
This should fix building. I don't know how I missed those. Signed-off-by: Christopher Snowhill <kode54@gmail.com>
1 parent 8d031f3 commit 271b9b3

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

Frameworks/OpenMPT/libOpenMPT.xcodeproj/project.pbxproj

-4
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@
185185
831132EB21F9565F001F678F /* Load_c67.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 831132E621F9565F001F678F /* Load_c67.cpp */; };
186186
831132EC21F9565F001F678F /* OPL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 831132E721F9565F001F678F /* OPL.cpp */; };
187187
83747BC22862D5820021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747BC02862D5820021245F /* Shared.xcconfig */; };
188-
83747BC32862D5820021245F /* DEVELOPMENT_TEAM.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747BC12862D5820021245F /* DEVELOPMENT_TEAM.xcconfig */; };
189188
83AA7D322519B694004C5298 /* TinyFFT.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83AA7D2E2519B694004C5298 /* TinyFFT.cpp */; };
190189
83AA7D332519B694004C5298 /* SampleFormatSFZ.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83AA7D2F2519B694004C5298 /* SampleFormatSFZ.cpp */; };
191190
83AA7D342519B694004C5298 /* SampleFormatBRR.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83AA7D302519B694004C5298 /* SampleFormatBRR.cpp */; };
@@ -594,7 +593,6 @@
594593
831132E621F9565F001F678F /* Load_c67.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Load_c67.cpp; sourceTree = "<group>"; };
595594
831132E721F9565F001F678F /* OPL.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OPL.cpp; sourceTree = "<group>"; };
596595
83747BC02862D5820021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = "<group>"; };
597-
83747BC12862D5820021245F /* DEVELOPMENT_TEAM.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = DEVELOPMENT_TEAM.xcconfig; sourceTree = "<group>"; };
598596
83AA7D2E2519B694004C5298 /* TinyFFT.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TinyFFT.cpp; sourceTree = "<group>"; };
599597
83AA7D2F2519B694004C5298 /* SampleFormatSFZ.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SampleFormatSFZ.cpp; sourceTree = "<group>"; };
600598
83AA7D302519B694004C5298 /* SampleFormatBRR.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SampleFormatBRR.cpp; sourceTree = "<group>"; };
@@ -1334,7 +1332,6 @@
13341332
isa = PBXGroup;
13351333
children = (
13361334
83747BC02862D5820021245F /* Shared.xcconfig */,
1337-
83747BC12862D5820021245F /* DEVELOPMENT_TEAM.xcconfig */,
13381335
);
13391336
name = "Xcode-config";
13401337
path = "../../Xcode-config";
@@ -2046,7 +2043,6 @@
20462043
831132E221F955F4001F678F /* LICENSE in Resources */,
20472044
83747BC22862D5820021245F /* Shared.xcconfig in Resources */,
20482045
830996BF27787E9A00857684 /* .clang-format in Resources */,
2049-
83747BC32862D5820021245F /* DEVELOPMENT_TEAM.xcconfig in Resources */,
20502046
830996CF27787E9A00857684 /* LICENSE.BSD-3-Clause.txt in Resources */,
20512047
830996AC27787E9A00857684 /* LICENSE.BSL-1.0.txt in Resources */,
20522048
);

Frameworks/libsidplayfp/sidplayfp.xcodeproj/project.pbxproj

-2
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@
199199
8354900726186D9E004988A7 /* mos652x.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = mos652x.cpp; sourceTree = "<group>"; };
200200
8354900826186D9E004988A7 /* mos652x.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mos652x.h; sourceTree = "<group>"; };
201201
83747BCF2862D5A30021245F /* Shared.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = "<group>"; };
202-
83747BD02862D5A30021245F /* DEVELOPMENT_TEAM.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = DEVELOPMENT_TEAM.xcconfig; sourceTree = "<group>"; };
203202
EDBE8EF925E7E641001EB4A4 /* sidplayfp.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = sidplayfp.framework; sourceTree = BUILT_PRODUCTS_DIR; };
204203
EDBE8F1225E7E79F001EB4A4 /* sidrandom.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sidrandom.h; path = sidplayfp/src/sidrandom.h; sourceTree = "<group>"; };
205204
EDBE8F1325E7E79F001EB4A4 /* reloc65.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = reloc65.cpp; path = sidplayfp/src/reloc65.cpp; sourceTree = "<group>"; };
@@ -460,7 +459,6 @@
460459
isa = PBXGroup;
461460
children = (
462461
83747BCF2862D5A30021245F /* Shared.xcconfig */,
463-
83747BD02862D5A30021245F /* DEVELOPMENT_TEAM.xcconfig */,
464462
);
465463
name = "Xcode-config";
466464
path = "../../Xcode-config";

Plugins/OpenMPT.old/OpenMPTOld.xcodeproj/project.pbxproj

-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
83187C7220E4EAC400DED293 /* libOpenMPTOld.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 8308151E20E4EA96003ACEDA /* libOpenMPTOld.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1212
8372349F277AA34000CD0A77 /* OMPTVersionCheck.m in Sources */ = {isa = PBXBuildFile; fileRef = 8372349D277AA34000CD0A77 /* OMPTVersionCheck.m */; };
1313
83747C152862DB080021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747C132862DB080021245F /* Shared.xcconfig */; };
14-
83747C162862DB080021245F /* DEVELOPMENT_TEAM.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747C142862DB080021245F /* DEVELOPMENT_TEAM.xcconfig */; };
1514
83E5FE731FFF010C00659F0F /* OMPTDecoder.mm in Sources */ = {isa = PBXBuildFile; fileRef = 83E5FE6D1FFF010B00659F0F /* OMPTDecoder.mm */; };
1615
83E5FE741FFF010C00659F0F /* OMPTContainer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 83E5FE6F1FFF010B00659F0F /* OMPTContainer.mm */; };
1716
83E5FE751FFF010C00659F0F /* OMPTMetadataReader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 83E5FE701FFF010C00659F0F /* OMPTMetadataReader.mm */; };
@@ -51,7 +50,6 @@
5150
8372349D277AA34000CD0A77 /* OMPTVersionCheck.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = OMPTVersionCheck.m; path = OpenMPT/OMPTVersionCheck.m; sourceTree = "<group>"; };
5251
8372349E277AA34000CD0A77 /* OMPTVersionCheck.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OMPTVersionCheck.h; path = OpenMPT/OMPTVersionCheck.h; sourceTree = "<group>"; };
5352
83747C132862DB080021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = "<group>"; };
54-
83747C142862DB080021245F /* DEVELOPMENT_TEAM.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = DEVELOPMENT_TEAM.xcconfig; sourceTree = "<group>"; };
5553
83E5EFA31FFEF78100659F0F /* OpenMPTOld.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = OpenMPTOld.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
5654
83E5EFA61FFEF78100659F0F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
5755
83E5EFC81FFEF7CC00659F0F /* libOpenMPTOld.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = libOpenMPTOld.xcodeproj; path = ../../Frameworks/OpenMPT.old/libOpenMPTOld.xcodeproj; sourceTree = "<group>"; };
@@ -90,7 +88,6 @@
9088
isa = PBXGroup;
9189
children = (
9290
83747C132862DB080021245F /* Shared.xcconfig */,
93-
83747C142862DB080021245F /* DEVELOPMENT_TEAM.xcconfig */,
9491
);
9592
name = "Xcode-config";
9693
path = "../../Xcode-config";
@@ -225,7 +222,6 @@
225222
buildActionMask = 2147483647;
226223
files = (
227224
83747C152862DB080021245F /* Shared.xcconfig in Resources */,
228-
83747C162862DB080021245F /* DEVELOPMENT_TEAM.xcconfig in Resources */,
229225
);
230226
runOnlyForDeploymentPostprocessing = 0;
231227
};

0 commit comments

Comments
 (0)