From 42b2142ab7296692e0312ba6f40b48c8f9e80fa2 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Mon, 4 Jul 2022 23:58:06 -0700 Subject: [PATCH] Remove unnecessary files from build and copy steps Remove a single .inc include from CogAudio build phase, as it's included but not compiled as Pascal like Xcode thinks. Also remove a bunch of files from being copied into the resulting .framework and .bundle files during link stage, as we don't need to distribute that stuff. Signed-off-by: Christopher Snowhill --- Audio/CogAudio.xcodeproj/project.pbxproj | 2 -- .../libAdPlug.xcodeproj/project.pbxproj | 2 -- .../File_Extractor.xcodeproj/project.pbxproj | 4 ---- Frameworks/GME/GME.xcodeproj/project.pbxproj | 4 ---- .../HighlyAdvanced.xcodeproj/project.pbxproj | 2 -- .../project.pbxproj | 2 -- .../HighlyQuixotic.xcodeproj/project.pbxproj | 2 -- .../project.pbxproj | 2 -- .../HivelyPlayer.xcodeproj/project.pbxproj | 2 -- .../MPCDec/MPCDec.xcodeproj/project.pbxproj | 2 -- .../libOpenMPT.xcodeproj/project.pbxproj | 8 -------- .../SSEQPlayer.xcodeproj/project.pbxproj | 2 -- .../Shorten/Shorten.xcodeproj/project.pbxproj | 2 -- .../TagLib/TagLib.xcodeproj/project.pbxproj | 2 -- .../WavPack/WavPack.xcodeproj/project.pbxproj | 2 -- .../lazyusf2.xcodeproj/project.pbxproj | 20 ------------------- .../mGBA/mGBA.xcodeproj/project.pbxproj | 4 ---- .../midi_processing.xcodeproj/project.pbxproj | 2 -- .../psflib/psflib.xcodeproj/project.pbxproj | 2 -- .../libvgmstream.xcodeproj/project.pbxproj | 2 -- .../vio2sf/vio2sf.xcodeproj/project.pbxproj | 4 ---- Plugins/APL/APL.xcodeproj/project.pbxproj | 2 -- .../AdPlug/AdPlug.xcodeproj/project.pbxproj | 2 -- .../ArchiveSource.xcodeproj/project.pbxproj | 2 -- .../CoreAudio.xcodeproj/project.pbxproj | 2 -- .../CueSheet.xcodeproj/project.pbxproj | 2 -- .../FFMPEG/FFMPEG.xcodeproj/project.pbxproj | 2 -- .../FileSource.xcodeproj/project.pbxproj | 2 -- Plugins/Flac/Flac.xcodeproj/project.pbxproj | 2 -- Plugins/GME/GME.xcodeproj/project.pbxproj | 2 -- .../HTTPSource.xcodeproj/project.pbxproj | 2 -- .../HighlyComplete.xcodeproj/project.pbxproj | 2 -- .../Hively/Hively.xcodeproj/project.pbxproj | 2 -- Plugins/M3u/M3u.xcodeproj/project.pbxproj | 2 -- Plugins/MAD/MAD.xcodeproj/project.pbxproj | 2 -- Plugins/MIDI/MIDI.xcodeproj/project.pbxproj | 4 ---- .../Musepack.xcodeproj/project.pbxproj | 2 -- .../OpenMPT/OpenMPT.xcodeproj/project.pbxproj | 2 -- .../Opus/OpusPlugin.xcodeproj/project.pbxproj | 2 -- Plugins/Pls/Pls.xcodeproj/project.pbxproj | 2 -- .../Shorten/Shorten.xcodeproj/project.pbxproj | 2 -- .../SilenceDecoder.xcodeproj/project.pbxproj | 2 -- .../TagLib/TagLib.xcodeproj/project.pbxproj | 2 -- .../VorbisPlugin.xcodeproj/project.pbxproj | 2 -- .../WavPack/WavPack.xcodeproj/project.pbxproj | 2 -- .../libvgmPlayer.xcodeproj/project.pbxproj | 2 -- .../sidplay/sidplay.xcodeproj/project.pbxproj | 2 -- .../vgmstream.xcodeproj/project.pbxproj | 2 -- 48 files changed, 130 deletions(-) diff --git a/Audio/CogAudio.xcodeproj/project.pbxproj b/Audio/CogAudio.xcodeproj/project.pbxproj index 131c021ee..25975f48e 100644 --- a/Audio/CogAudio.xcodeproj/project.pbxproj +++ b/Audio/CogAudio.xcodeproj/project.pbxproj @@ -52,7 +52,6 @@ 831A4FE42865A7DC0049CFE4 /* pf_scalar_double.h in Headers */ = {isa = PBXBuildFile; fileRef = 831A4FA72865A7DC0049CFE4 /* pf_scalar_double.h */; }; 831A4FE52865A7DC0049CFE4 /* pffft_priv_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = 831A4FA82865A7DC0049CFE4 /* pffft_priv_impl.h */; }; 831A4FE62865A7DC0049CFE4 /* pffft_double.c in Sources */ = {isa = PBXBuildFile; fileRef = 831A4FA92865A7DC0049CFE4 /* pffft_double.c */; }; - 831A4FF22865A7DC0049CFE4 /* CDSPHBUpsampler.inc in Sources */ = {isa = PBXBuildFile; fileRef = 831A4FB72865A7DC0049CFE4 /* CDSPHBUpsampler.inc */; }; 831A4FF32865A7DC0049CFE4 /* r8butil.h in Headers */ = {isa = PBXBuildFile; fileRef = 831A4FB82865A7DC0049CFE4 /* r8butil.h */; }; 831A4FF52865A7DC0049CFE4 /* r8bbase.h in Headers */ = {isa = PBXBuildFile; fileRef = 831A4FBA2865A7DC0049CFE4 /* r8bbase.h */; }; 831A4FFE2865A7DC0049CFE4 /* CDSPSincFilterGen.h in Headers */ = {isa = PBXBuildFile; fileRef = 831A4FC42865A7DC0049CFE4 /* CDSPSincFilterGen.h */; }; @@ -684,7 +683,6 @@ 17D21EBE0B8BF44000D1EBDE /* AudioPlayer.m in Sources */, 17F94DD60B8D0F7000A34E87 /* PluginController.mm in Sources */, 831A4FE62865A7DC0049CFE4 /* pffft_double.c in Sources */, - 831A4FF22865A7DC0049CFE4 /* CDSPHBUpsampler.inc in Sources */, 17A2D3C60B8D1D37000778C4 /* AudioDecoder.m in Sources */, 8328995827CB51B700D7F028 /* SHA256Digest.m in Sources */, 17C940240B900909008627D6 /* AudioMetadataReader.m in Sources */, diff --git a/Frameworks/AdPlug/libAdPlug.xcodeproj/project.pbxproj b/Frameworks/AdPlug/libAdPlug.xcodeproj/project.pbxproj index 74d75998f..4be6400ae 100644 --- a/Frameworks/AdPlug/libAdPlug.xcodeproj/project.pbxproj +++ b/Frameworks/AdPlug/libAdPlug.xcodeproj/project.pbxproj @@ -9,7 +9,6 @@ /* Begin PBXBuildFile section */ 830E1DA1263B90CB005B01D2 /* rad2.h in Headers */ = {isa = PBXBuildFile; fileRef = 830E1D9F263B90CB005B01D2 /* rad2.h */; }; 830E1DA2263B90CB005B01D2 /* rad2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 830E1DA0263B90CB005B01D2 /* rad2.cpp */; }; - 83747B7C2862D4B70021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747B7A2862D4B70021245F /* Shared.xcconfig */; }; 83D3C578201C66E3005564CB /* adplug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83D3C505201C66C1005564CB /* adplug.cpp */; }; 83D3C579201C66E3005564CB /* mtk.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D3C506201C66C2005564CB /* mtk.h */; }; 83D3C57A201C66E3005564CB /* psi.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D3C507201C66C2005564CB /* psi.h */; }; @@ -605,7 +604,6 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 83747B7C2862D4B70021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Frameworks/File_Extractor/File_Extractor.xcodeproj/project.pbxproj b/Frameworks/File_Extractor/File_Extractor.xcodeproj/project.pbxproj index e586a4551..53b9e74c4 100644 --- a/Frameworks/File_Extractor/File_Extractor.xcodeproj/project.pbxproj +++ b/Frameworks/File_Extractor/File_Extractor.xcodeproj/project.pbxproj @@ -67,7 +67,6 @@ 8359004517FEF40E0060F3ED /* Ppmd7.h in Headers */ = {isa = PBXBuildFile; fileRef = 8359FFB617FEF40E0060F3ED /* Ppmd7.h */; }; 8359004617FEF40E0060F3ED /* Ppmd7Dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 8359FFB717FEF40E0060F3ED /* Ppmd7Dec.c */; }; 8359004717FEF40E0060F3ED /* Ppmd7Enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 8359FFB817FEF40E0060F3ED /* Ppmd7Enc.c */; }; - 8359004817FEF40E0060F3ED /* readme.txt in Resources */ = {isa = PBXBuildFile; fileRef = 8359FFB917FEF40E0060F3ED /* readme.txt */; }; 8359004917FEF40E0060F3ED /* RotateDefs.h in Headers */ = {isa = PBXBuildFile; fileRef = 8359FFBA17FEF40E0060F3ED /* RotateDefs.h */; }; 8359004A17FEF40E0060F3ED /* Threads.h in Headers */ = {isa = PBXBuildFile; fileRef = 8359FFBB17FEF40E0060F3ED /* Threads.h */; }; 8359004B17FEF40E0060F3ED /* Types.h in Headers */ = {isa = PBXBuildFile; fileRef = 8359FFBC17FEF40E0060F3ED /* Types.h */; }; @@ -129,7 +128,6 @@ 8359008D17FEF40E0060F3ED /* unrar_misc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8359000117FEF40E0060F3ED /* unrar_misc.cpp */; }; 8359009F17FF073E0060F3ED /* 7zStream.c in Sources */ = {isa = PBXBuildFile; fileRef = 8359009E17FF073E0060F3ED /* 7zStream.c */; }; 8359FF4A17FEF39F0060F3ED /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 8359FF4817FEF39F0060F3ED /* InfoPlist.strings */; }; - 83747BE32862D78F0021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747BE12862D78E0021245F /* Shared.xcconfig */; }; 83756F621D23A95B003A7676 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83756F611D23A95B003A7676 /* CoreServices.framework */; }; 83C2109719CD81F50093C461 /* headers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83C2108E19CD81F50093C461 /* headers.cpp */; }; 83C2109819CD81F50093C461 /* headers5.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 83C2108F19CD81F50093C461 /* headers5.hpp */; }; @@ -664,9 +662,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 8359004817FEF40E0060F3ED /* readme.txt in Resources */, 8359FF4A17FEF39F0060F3ED /* InfoPlist.strings in Resources */, - 83747BE32862D78F0021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Frameworks/GME/GME.xcodeproj/project.pbxproj b/Frameworks/GME/GME.xcodeproj/project.pbxproj index 869c1777f..6fcca8657 100644 --- a/Frameworks/GME/GME.xcodeproj/project.pbxproj +++ b/Frameworks/GME/GME.xcodeproj/project.pbxproj @@ -101,7 +101,6 @@ 83489CD92783C98600BDCEA2 /* Nes_Vrc7_Apu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83489CD72783C98600BDCEA2 /* Nes_Vrc7_Apu.cpp */; }; 83489CE02783CAC100BDCEA2 /* gb_cpu_io.h in Headers */ = {isa = PBXBuildFile; fileRef = 83489CDA2783CAC000BDCEA2 /* gb_cpu_io.h */; }; 83489CE12783CAC100BDCEA2 /* 2413tone.h in Headers */ = {isa = PBXBuildFile; fileRef = 83489CDB2783CAC000BDCEA2 /* 2413tone.h */; }; - 83489CE22783CAC100BDCEA2 /* emu2413_NESpatches.txt in Resources */ = {isa = PBXBuildFile; fileRef = 83489CDC2783CAC100BDCEA2 /* emu2413_NESpatches.txt */; }; 83489CE32783CAC100BDCEA2 /* emu2413.h in Headers */ = {isa = PBXBuildFile; fileRef = 83489CDD2783CAC100BDCEA2 /* emu2413.h */; }; 83489CE52783CAC100BDCEA2 /* emu2413.c in Sources */ = {isa = PBXBuildFile; fileRef = 83489CDF2783CAC100BDCEA2 /* emu2413.c */; }; 83489CEA2783CADC00BDCEA2 /* panning.c in Sources */ = {isa = PBXBuildFile; fileRef = 83489CE72783CADC00BDCEA2 /* panning.c */; }; @@ -112,7 +111,6 @@ 8370B7AE17F615FE001A4D7A /* Spc_Filter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8370B70B17F615FE001A4D7A /* Spc_Filter.h */; }; 8370B7AF17F615FE001A4D7A /* Spc_Sfm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8370B70C17F615FE001A4D7A /* Spc_Sfm.cpp */; }; 8370B7B017F615FE001A4D7A /* Spc_Sfm.h in Headers */ = {isa = PBXBuildFile; fileRef = 8370B70D17F615FE001A4D7A /* Spc_Sfm.h */; }; - 83747B812862D4DB0021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747B7F2862D4DB0021245F /* Shared.xcconfig */; }; 83FC5D5E181B47FB00B917E5 /* dsp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83FC5D3B181B47FB00B917E5 /* dsp.cpp */; }; 83FC5D5F181B47FB00B917E5 /* dsp.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 83FC5D3C181B47FB00B917E5 /* dsp.hpp */; }; 83FC5D78181B47FB00B917E5 /* smp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83FC5D57181B47FB00B917E5 /* smp.cpp */; }; @@ -659,9 +657,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 83489CE22783CAC100BDCEA2 /* emu2413_NESpatches.txt in Resources */, 8DC2EF530486A6940098B216 /* InfoPlist.strings in Resources */, - 83747B812862D4DB0021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Frameworks/HighlyAdvanced/HighlyAdvanced.xcodeproj/project.pbxproj b/Frameworks/HighlyAdvanced/HighlyAdvanced.xcodeproj/project.pbxproj index 6845bebdc..73766f0a1 100644 --- a/Frameworks/HighlyAdvanced/HighlyAdvanced.xcodeproj/project.pbxproj +++ b/Frameworks/HighlyAdvanced/HighlyAdvanced.xcodeproj/project.pbxproj @@ -34,7 +34,6 @@ 834379A017F97CF600584396 /* Globals.h in Headers */ = {isa = PBXBuildFile; fileRef = 8343798617F97CF600584396 /* Globals.h */; settings = {ATTRIBUTES = (Private, ); }; }; 834379A117F97CF600584396 /* Sound.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8343798717F97CF600584396 /* Sound.cpp */; }; 834379A217F97CF600584396 /* Sound.h in Headers */ = {isa = PBXBuildFile; fileRef = 8343798817F97CF600584396 /* Sound.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 83747B902862D5040021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747B8E2862D5040021245F /* Shared.xcconfig */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -281,7 +280,6 @@ buildActionMask = 2147483647; files = ( 8343794317F97BDB00584396 /* InfoPlist.strings in Resources */, - 83747B902862D5040021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Frameworks/HighlyExperimental/HighlyExperimental.xcodeproj/project.pbxproj b/Frameworks/HighlyExperimental/HighlyExperimental.xcodeproj/project.pbxproj index a922faa9d..c196ae12c 100644 --- a/Frameworks/HighlyExperimental/HighlyExperimental.xcodeproj/project.pbxproj +++ b/Frameworks/HighlyExperimental/HighlyExperimental.xcodeproj/project.pbxproj @@ -25,7 +25,6 @@ 8360EF6A17F92DB0005208A4 /* spucore.h in Headers */ = {isa = PBXBuildFile; fileRef = 8360EF5717F92DB0005208A4 /* spucore.h */; }; 8360EF6B17F92DB0005208A4 /* vfs.c in Sources */ = {isa = PBXBuildFile; fileRef = 8360EF5817F92DB0005208A4 /* vfs.c */; }; 8360EF6C17F92DB0005208A4 /* vfs.h in Headers */ = {isa = PBXBuildFile; fileRef = 8360EF5917F92DB0005208A4 /* vfs.h */; }; - 83747BA42862D5390021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747BA22862D5390021245F /* Shared.xcconfig */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -220,7 +219,6 @@ buildActionMask = 2147483647; files = ( 8360EF1E17F92C91005208A4 /* InfoPlist.strings in Resources */, - 83747BA42862D5390021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Frameworks/HighlyQuixotic/HighlyQuixotic.xcodeproj/project.pbxproj b/Frameworks/HighlyQuixotic/HighlyQuixotic.xcodeproj/project.pbxproj index bebc6772b..99982a011 100644 --- a/Frameworks/HighlyQuixotic/HighlyQuixotic.xcodeproj/project.pbxproj +++ b/Frameworks/HighlyQuixotic/HighlyQuixotic.xcodeproj/project.pbxproj @@ -17,7 +17,6 @@ 8343792417F96EA600584396 /* qsound.h in Headers */ = {isa = PBXBuildFile; fileRef = 8343791B17F96EA600584396 /* qsound.h */; settings = {ATTRIBUTES = (Public, ); }; }; 8343792517F96EA600584396 /* z80.c in Sources */ = {isa = PBXBuildFile; fileRef = 8343791C17F96EA600584396 /* z80.c */; }; 8343792617F96EA600584396 /* z80.h in Headers */ = {isa = PBXBuildFile; fileRef = 8343791D17F96EA600584396 /* z80.h */; }; - 83747B952862D5160021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747B932862D5160021245F /* Shared.xcconfig */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -192,7 +191,6 @@ buildActionMask = 2147483647; files = ( 834378EC17F96E2600584396 /* InfoPlist.strings in Resources */, - 83747B952862D5160021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Frameworks/HighlyTheoretical/HighlyTheoretical.xcodeproj/project.pbxproj b/Frameworks/HighlyTheoretical/HighlyTheoretical.xcodeproj/project.pbxproj index fcc9bcd7c..67fd965c2 100644 --- a/Frameworks/HighlyTheoretical/HighlyTheoretical.xcodeproj/project.pbxproj +++ b/Frameworks/HighlyTheoretical/HighlyTheoretical.xcodeproj/project.pbxproj @@ -26,7 +26,6 @@ 834378CC17F9666D00584396 /* m68kops.c in Sources */ = {isa = PBXBuildFile; fileRef = 834378C217F9666D00584396 /* m68kops.c */; }; 834378CD17F9666D00584396 /* m68kops.h in Headers */ = {isa = PBXBuildFile; fileRef = 834378C317F9666D00584396 /* m68kops.h */; }; 834378CE17F9666D00584396 /* macros.h in Headers */ = {isa = PBXBuildFile; fileRef = 834378C417F9666D00584396 /* macros.h */; }; - 83747B9A2862D5230021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747B982862D5230021245F /* Shared.xcconfig */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -234,7 +233,6 @@ buildActionMask = 2147483647; files = ( 8343787C17F9658E00584396 /* InfoPlist.strings in Resources */, - 83747B9A2862D5230021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Frameworks/HivelyPlayer/HivelyPlayer.xcodeproj/project.pbxproj b/Frameworks/HivelyPlayer/HivelyPlayer.xcodeproj/project.pbxproj index a236abc84..9172cff98 100644 --- a/Frameworks/HivelyPlayer/HivelyPlayer.xcodeproj/project.pbxproj +++ b/Frameworks/HivelyPlayer/HivelyPlayer.xcodeproj/project.pbxproj @@ -12,7 +12,6 @@ 836FB592182054B700B3AD2D /* hvl_replay.h in Headers */ = {isa = PBXBuildFile; fileRef = 836FB58E182054B700B3AD2D /* hvl_replay.h */; settings = {ATTRIBUTES = (Public, ); }; }; 836FB593182054B700B3AD2D /* blip_buf.c in Sources */ = {isa = PBXBuildFile; fileRef = 836FB58F182054B700B3AD2D /* blip_buf.c */; }; 836FB594182054B700B3AD2D /* blip_buf.h in Headers */ = {isa = PBXBuildFile; fileRef = 836FB590182054B700B3AD2D /* blip_buf.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 83747BB32862D55A0021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747BB12862D55A0021245F /* Shared.xcconfig */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -174,7 +173,6 @@ buildActionMask = 2147483647; files = ( 836FB564182053D700B3AD2D /* InfoPlist.strings in Resources */, - 83747BB32862D55A0021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Frameworks/MPCDec/MPCDec.xcodeproj/project.pbxproj b/Frameworks/MPCDec/MPCDec.xcodeproj/project.pbxproj index 99ea3a46e..201575359 100644 --- a/Frameworks/MPCDec/MPCDec.xcodeproj/project.pbxproj +++ b/Frameworks/MPCDec/MPCDec.xcodeproj/project.pbxproj @@ -7,7 +7,6 @@ objects = { /* Begin PBXBuildFile section */ - 83747BBD2862D5760021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747BBB2862D5760021245F /* Shared.xcconfig */; }; 83A16EF019F48A2E00842DBC /* huffman.c in Sources */ = {isa = PBXBuildFile; fileRef = 83A16EED19F48A2E00842DBC /* huffman.c */; }; 83A16EF119F48A2E00842DBC /* mpc_bits_reader.c in Sources */ = {isa = PBXBuildFile; fileRef = 83A16EEE19F48A2E00842DBC /* mpc_bits_reader.c */; }; 83A16EF219F48A2E00842DBC /* mpc_demux.c in Sources */ = {isa = PBXBuildFile; fileRef = 83A16EEF19F48A2E00842DBC /* mpc_demux.c */; }; @@ -274,7 +273,6 @@ buildActionMask = 2147483647; files = ( 8DC2EF530486A6940098B216 /* InfoPlist.strings in Resources */, - 83747BBD2862D5760021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Frameworks/OpenMPT/libOpenMPT.xcodeproj/project.pbxproj b/Frameworks/OpenMPT/libOpenMPT.xcodeproj/project.pbxproj index 5a7f05970..45cdc245b 100644 --- a/Frameworks/OpenMPT/libOpenMPT.xcodeproj/project.pbxproj +++ b/Frameworks/OpenMPT/libOpenMPT.xcodeproj/project.pbxproj @@ -49,7 +49,6 @@ 830996A927787E9A00857684 /* filedata_base_buffered.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 830995EE27787E9A00857684 /* filedata_base_buffered.hpp */; }; 830996AA27787E9A00857684 /* filedata_stdstream.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 830995EF27787E9A00857684 /* filedata_stdstream.hpp */; }; 830996AB27787E9A00857684 /* filedata_base.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 830995F027787E9A00857684 /* filedata_base.hpp */; }; - 830996AC27787E9A00857684 /* LICENSE.BSL-1.0.txt in Resources */ = {isa = PBXBuildFile; fileRef = 830995F127787E9A00857684 /* LICENSE.BSL-1.0.txt */; }; 830996AD27787E9A00857684 /* out_of_memory.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 830995F327787E9A00857684 /* out_of_memory.hpp */; }; 830996AE27787E9A00857684 /* test_macros.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 830995F527787E9A00857684 /* test_macros.hpp */; }; 830996AF27787E9A00857684 /* test.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 830995F627787E9A00857684 /* test.hpp */; }; @@ -68,7 +67,6 @@ 830996BC27787E9A00857684 /* span.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 8309960B27787E9A00857684 /* span.hpp */; }; 830996BD27787E9A00857684 /* sample.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 8309960C27787E9A00857684 /* sample.hpp */; }; 830996BE27787E9A00857684 /* buffer.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 8309960E27787E9A00857684 /* buffer.hpp */; }; - 830996BF27787E9A00857684 /* .clang-format in Resources */ = {isa = PBXBuildFile; fileRef = 8309960F27787E9A00857684 /* .clang-format */; }; 830996C027787E9A00857684 /* join.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 8309961127787E9A00857684 /* join.hpp */; }; 830996C127787E9A00857684 /* default_formatter.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 8309961227787E9A00857684 /* default_formatter.hpp */; }; 830996C227787E9A00857684 /* simple_integer.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 8309961327787E9A00857684 /* simple_integer.hpp */; }; @@ -84,7 +82,6 @@ 830996CC27787E9A00857684 /* simple_spec.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 8309961E27787E9A00857684 /* simple_spec.hpp */; }; 830996CD27787E9A00857684 /* message.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 8309961F27787E9A00857684 /* message.hpp */; }; 830996CE27787E9A00857684 /* environment.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 8309962127787E9A00857684 /* environment.hpp */; }; - 830996CF27787E9A00857684 /* LICENSE.BSD-3-Clause.txt in Resources */ = {isa = PBXBuildFile; fileRef = 8309962227787E9A00857684 /* LICENSE.BSD-3-Clause.txt */; }; 830996D027787E9A00857684 /* tests_binary.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 8309962527787E9A00857684 /* tests_binary.hpp */; }; 830996D127787E9A00857684 /* base64url.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 8309962627787E9A00857684 /* base64url.hpp */; }; 830996D227787E9A00857684 /* hex.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 8309962727787E9A00857684 /* hex.hpp */; }; @@ -183,7 +180,6 @@ 831132EA21F9565F001F678F /* OPL.h in Headers */ = {isa = PBXBuildFile; fileRef = 831132E521F9565F001F678F /* OPL.h */; }; 831132EB21F9565F001F678F /* Load_c67.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 831132E621F9565F001F678F /* Load_c67.cpp */; }; 831132EC21F9565F001F678F /* OPL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 831132E721F9565F001F678F /* OPL.cpp */; }; - 83747BC22862D5820021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747BC02862D5820021245F /* Shared.xcconfig */; }; 83AA7D322519B694004C5298 /* TinyFFT.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83AA7D2E2519B694004C5298 /* TinyFFT.cpp */; }; 83AA7D332519B694004C5298 /* SampleFormatSFZ.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83AA7D2F2519B694004C5298 /* SampleFormatSFZ.cpp */; }; 83AA7D342519B694004C5298 /* SampleFormatBRR.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83AA7D302519B694004C5298 /* SampleFormatBRR.cpp */; }; @@ -2209,10 +2205,6 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 83747BC22862D5820021245F /* Shared.xcconfig in Resources */, - 830996BF27787E9A00857684 /* .clang-format in Resources */, - 830996CF27787E9A00857684 /* LICENSE.BSD-3-Clause.txt in Resources */, - 830996AC27787E9A00857684 /* LICENSE.BSL-1.0.txt in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Frameworks/SSEQPlayer/SSEQPlayer.xcodeproj/project.pbxproj b/Frameworks/SSEQPlayer/SSEQPlayer.xcodeproj/project.pbxproj index 49ae68337..d2bf041c3 100644 --- a/Frameworks/SSEQPlayer/SSEQPlayer.xcodeproj/project.pbxproj +++ b/Frameworks/SSEQPlayer/SSEQPlayer.xcodeproj/project.pbxproj @@ -9,7 +9,6 @@ /* Begin PBXBuildFile section */ 830109F91A09BC0A0004F8D8 /* codecvt.h in Headers */ = {isa = PBXBuildFile; fileRef = 830109F71A09BC0A0004F8D8 /* codecvt.h */; }; 830109FA1A09BC0A0004F8D8 /* wstring_convert.h in Headers */ = {isa = PBXBuildFile; fileRef = 830109F81A09BC0A0004F8D8 /* wstring_convert.h */; }; - 83747B8B2862D4F90021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747B892862D4F90021245F /* Shared.xcconfig */; }; 83848FBC1807623F00E7332D /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83848FBB1807623F00E7332D /* Cocoa.framework */; }; 83848FC61807623F00E7332D /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 83848FC41807623F00E7332D /* InfoPlist.strings */; }; 838490251807649A00E7332D /* Channel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 838490011807649A00E7332D /* Channel.cpp */; }; @@ -283,7 +282,6 @@ buildActionMask = 2147483647; files = ( 83848FC61807623F00E7332D /* InfoPlist.strings in Resources */, - 83747B8B2862D4F90021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Frameworks/Shorten/Shorten.xcodeproj/project.pbxproj b/Frameworks/Shorten/Shorten.xcodeproj/project.pbxproj index 271a5529a..4e3f51a06 100644 --- a/Frameworks/Shorten/Shorten.xcodeproj/project.pbxproj +++ b/Frameworks/Shorten/Shorten.xcodeproj/project.pbxproj @@ -19,7 +19,6 @@ 59FDCD700A2922E1006C1800 /* shn_reader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 59FDCD690A2922E1006C1800 /* shn_reader.cpp */; }; 59FDCD710A2922E1006C1800 /* sulawalaw.c in Sources */ = {isa = PBXBuildFile; fileRef = 59FDCD6A0A2922E1006C1800 /* sulawalaw.c */; }; 59FDCD720A2922E1006C1800 /* vario.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 59FDCD6B0A2922E1006C1800 /* vario.cpp */; }; - 83747BCC2862D5970021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747BCA2862D5970021245F /* Shared.xcconfig */; }; 8DC2EF530486A6940098B216 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C1666FE841158C02AAC07 /* InfoPlist.strings */; }; /* End PBXBuildFile section */ @@ -218,7 +217,6 @@ buildActionMask = 2147483647; files = ( 8DC2EF530486A6940098B216 /* InfoPlist.strings in Resources */, - 83747BCC2862D5970021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Frameworks/TagLib/TagLib.xcodeproj/project.pbxproj b/Frameworks/TagLib/TagLib.xcodeproj/project.pbxproj index cbe142526..7d595bfce 100644 --- a/Frameworks/TagLib/TagLib.xcodeproj/project.pbxproj +++ b/Frameworks/TagLib/TagLib.xcodeproj/project.pbxproj @@ -136,7 +136,6 @@ 32AE5AFF14E70ED700420CA0 /* taglib_config.h in Headers */ = {isa = PBXBuildFile; fileRef = 32AE5A5914E70ED600420CA0 /* taglib_config.h */; settings = {ATTRIBUTES = (Public, ); }; }; 32AE5B0014E70F4700420CA0 /* tlist.tcc in Headers */ = {isa = PBXBuildFile; fileRef = 32AE5A4614E70ED600420CA0 /* tlist.tcc */; settings = {ATTRIBUTES = (Public, ); }; }; 32AE5B0114E70F4A00420CA0 /* tmap.tcc in Headers */ = {isa = PBXBuildFile; fileRef = 32AE5A4814E70ED600420CA0 /* tmap.tcc */; settings = {ATTRIBUTES = (Public, ); }; }; - 83747BD42862D5B00021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747BD22862D5B00021245F /* Shared.xcconfig */; }; 83790D241809E8CA0073CF51 /* opusfile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83790D201809E8CA0073CF51 /* opusfile.cpp */; }; 83790D261809E8CA0073CF51 /* opusproperties.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83790D221809E8CA0073CF51 /* opusproperties.cpp */; }; 83942C67269116530058BD3B /* flacfile.h in Headers */ = {isa = PBXBuildFile; fileRef = 32AE59BF14E70ED600420CA0 /* flacfile.h */; settings = {ATTRIBUTES = (Public, ); }; }; @@ -1191,7 +1190,6 @@ buildActionMask = 2147483647; files = ( 8DC2EF530486A6940098B216 /* InfoPlist.strings in Resources */, - 83747BD42862D5B00021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Frameworks/WavPack/WavPack.xcodeproj/project.pbxproj b/Frameworks/WavPack/WavPack.xcodeproj/project.pbxproj index a5808344b..b9f34266f 100644 --- a/Frameworks/WavPack/WavPack.xcodeproj/project.pbxproj +++ b/Frameworks/WavPack/WavPack.xcodeproj/project.pbxproj @@ -27,7 +27,6 @@ 8310BA4D1D7377DC0055CEC5 /* pack_dsd.c in Sources */ = {isa = PBXBuildFile; fileRef = 8310BA471D7377DC0055CEC5 /* pack_dsd.c */; }; 8310BA4E1D7377DC0055CEC5 /* pack_floats.c in Sources */ = {isa = PBXBuildFile; fileRef = 8310BA481D7377DC0055CEC5 /* pack_floats.c */; }; 8310BA4F1D7377DC0055CEC5 /* pack_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 8310BA491D7377DC0055CEC5 /* pack_utils.c */; }; - 83747BDE2862D5C50021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747BDC2862D5C50021245F /* Shared.xcconfig */; }; 83DD1DD017FA038A00249519 /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 83DD1DCD17FA038A00249519 /* utils.h */; settings = {ATTRIBUTES = (Public, ); }; }; 83DD1DD117FA038A00249519 /* wavpack_local.h in Headers */ = {isa = PBXBuildFile; fileRef = 83DD1DCE17FA038A00249519 /* wavpack_local.h */; }; 83DD1DD217FA038A00249519 /* wavpack_version.h in Headers */ = {isa = PBXBuildFile; fileRef = 83DD1DCF17FA038A00249519 /* wavpack_version.h */; }; @@ -290,7 +289,6 @@ buildActionMask = 2147483647; files = ( 8DC2EF530486A6940098B216 /* InfoPlist.strings in Resources */, - 83747BDE2862D5C50021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Frameworks/lazyusf2/lazyusf2.xcodeproj/project.pbxproj b/Frameworks/lazyusf2/lazyusf2.xcodeproj/project.pbxproj index c83b3ef5e..f825a9afd 100644 --- a/Frameworks/lazyusf2/lazyusf2.xcodeproj/project.pbxproj +++ b/Frameworks/lazyusf2/lazyusf2.xcodeproj/project.pbxproj @@ -8,7 +8,6 @@ /* Begin PBXBuildFile section */ 8333B6721DCC498B004C140D /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 8333B6711DCC498B004C140D /* libz.tbd */; }; - 83747BAE2862D54D0021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747BAC2862D54D0021245F /* Shared.xcconfig */; }; 8379B58A1AA4237E00F28A95 /* barray.c in Sources */ = {isa = PBXBuildFile; fileRef = 8379B5881AA4237E00F28A95 /* barray.c */; }; 8379B58B1AA4237E00F28A95 /* barray.h in Headers */ = {isa = PBXBuildFile; fileRef = 8379B5891AA4237E00F28A95 /* barray.h */; }; 83AA660627B7CB490098D4B8 /* hvqm.c in Sources */ = {isa = PBXBuildFile; fileRef = 83AA660427B7CB490098D4B8 /* hvqm.c */; }; @@ -22,7 +21,6 @@ 83CA14781A987E91005E7ED4 /* dbg_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 83CA14731A987E91005E7ED4 /* dbg_types.h */; }; 83CA15621A988138005E7ED4 /* ai_controller.c in Sources */ = {isa = PBXBuildFile; fileRef = 83CA147A1A988137005E7ED4 /* ai_controller.c */; }; 83CA15631A988138005E7ED4 /* ai_controller.h in Headers */ = {isa = PBXBuildFile; fileRef = 83CA147B1A988137005E7ED4 /* ai_controller.h */; }; - 83CA15641A988138005E7ED4 /* api_export.ver in Resources */ = {isa = PBXBuildFile; fileRef = 83CA147D1A988137005E7ED4 /* api_export.ver */; }; 83CA15651A988138005E7ED4 /* callbacks.c in Sources */ = {isa = PBXBuildFile; fileRef = 83CA147E1A988137005E7ED4 /* callbacks.c */; }; 83CA15661A988138005E7ED4 /* callbacks.h in Headers */ = {isa = PBXBuildFile; fileRef = 83CA147F1A988137005E7ED4 /* callbacks.h */; }; 83CA15671A988138005E7ED4 /* m64p_common.h in Headers */ = {isa = PBXBuildFile; fileRef = 83CA14801A988137005E7ED4 /* m64p_common.h */; }; @@ -58,13 +56,6 @@ 83CA15871A988138005E7ED4 /* exception.h in Headers */ = {isa = PBXBuildFile; fileRef = 83CA14A41A988138005E7ED4 /* exception.h */; }; 83CA15881A988138005E7ED4 /* fpu.h in Headers */ = {isa = PBXBuildFile; fileRef = 83CA14A51A988138005E7ED4 /* fpu.h */; }; 83CA158A1A988138005E7ED4 /* instr_counters.h in Headers */ = {isa = PBXBuildFile; fileRef = 83CA14A71A988138005E7ED4 /* instr_counters.h */; }; - 83CA158B1A988138005E7ED4 /* interpreter.def in Resources */ = {isa = PBXBuildFile; fileRef = 83CA14A81A988138005E7ED4 /* interpreter.def */; }; - 83CA158C1A988138005E7ED4 /* interpreter_cop0.def in Resources */ = {isa = PBXBuildFile; fileRef = 83CA14A91A988138005E7ED4 /* interpreter_cop0.def */; }; - 83CA158D1A988138005E7ED4 /* interpreter_cop1.def in Resources */ = {isa = PBXBuildFile; fileRef = 83CA14AA1A988138005E7ED4 /* interpreter_cop1.def */; }; - 83CA158E1A988138005E7ED4 /* interpreter_r4300.def in Resources */ = {isa = PBXBuildFile; fileRef = 83CA14AB1A988138005E7ED4 /* interpreter_r4300.def */; }; - 83CA158F1A988138005E7ED4 /* interpreter_regimm.def in Resources */ = {isa = PBXBuildFile; fileRef = 83CA14AC1A988138005E7ED4 /* interpreter_regimm.def */; }; - 83CA15901A988138005E7ED4 /* interpreter_special.def in Resources */ = {isa = PBXBuildFile; fileRef = 83CA14AD1A988138005E7ED4 /* interpreter_special.def */; }; - 83CA15911A988138005E7ED4 /* interpreter_tlb.def in Resources */ = {isa = PBXBuildFile; fileRef = 83CA14AE1A988138005E7ED4 /* interpreter_tlb.def */; }; 83CA15921A988138005E7ED4 /* interupt.c in Sources */ = {isa = PBXBuildFile; fileRef = 83CA14AF1A988138005E7ED4 /* interupt.c */; }; 83CA15931A988138005E7ED4 /* interupt.h in Headers */ = {isa = PBXBuildFile; fileRef = 83CA14B01A988138005E7ED4 /* interupt.h */; }; 83CA15941A988138005E7ED4 /* macros.h in Headers */ = {isa = PBXBuildFile; fileRef = 83CA14B11A988138005E7ED4 /* macros.h */; }; @@ -127,7 +118,6 @@ 83CA15E81A988138005E7ED4 /* hle_external.h in Headers */ = {isa = PBXBuildFile; fileRef = 83CA150C1A988138005E7ED4 /* hle_external.h */; }; 83CA15E91A988138005E7ED4 /* hle_internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 83CA150D1A988138005E7ED4 /* hle_internal.h */; }; 83CA15EA1A988138005E7ED4 /* jpeg.c in Sources */ = {isa = PBXBuildFile; fileRef = 83CA150E1A988138005E7ED4 /* jpeg.c */; }; - 83CA15EB1A988138005E7ED4 /* LICENSES in Resources */ = {isa = PBXBuildFile; fileRef = 83CA150F1A988138005E7ED4 /* LICENSES */; }; 83CA15EC1A988138005E7ED4 /* memory.c in Sources */ = {isa = PBXBuildFile; fileRef = 83CA15101A988138005E7ED4 /* memory.c */; }; 83CA15ED1A988138005E7ED4 /* memory.h in Headers */ = {isa = PBXBuildFile; fileRef = 83CA15111A988138005E7ED4 /* memory.h */; }; 83CA15EE1A988138005E7ED4 /* mp3.c in Sources */ = {isa = PBXBuildFile; fileRef = 83CA15121A988138005E7ED4 /* mp3.c */; }; @@ -1000,16 +990,6 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 83CA15911A988138005E7ED4 /* interpreter_tlb.def in Resources */, - 83747BAE2862D54D0021245F /* Shared.xcconfig in Resources */, - 83CA15901A988138005E7ED4 /* interpreter_special.def in Resources */, - 83CA15641A988138005E7ED4 /* api_export.ver in Resources */, - 83CA158C1A988138005E7ED4 /* interpreter_cop0.def in Resources */, - 83CA158F1A988138005E7ED4 /* interpreter_regimm.def in Resources */, - 83CA158D1A988138005E7ED4 /* interpreter_cop1.def in Resources */, - 83CA158E1A988138005E7ED4 /* interpreter_r4300.def in Resources */, - 83CA15EB1A988138005E7ED4 /* LICENSES in Resources */, - 83CA158B1A988138005E7ED4 /* interpreter.def in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Frameworks/mGBA/mGBA.xcodeproj/project.pbxproj b/Frameworks/mGBA/mGBA.xcodeproj/project.pbxproj index 1c7ce4bc4..c8eac4110 100644 --- a/Frameworks/mGBA/mGBA.xcodeproj/project.pbxproj +++ b/Frameworks/mGBA/mGBA.xcodeproj/project.pbxproj @@ -120,8 +120,6 @@ 83299FC31E7657ED003A3242 /* timing.c in Sources */ = {isa = PBXBuildFile; fileRef = 83299FC11E7657ED003A3242 /* timing.c */; }; 8333B6631DCC440C004C140D /* sharkport.c in Sources */ = {isa = PBXBuildFile; fileRef = 8333B6611DCC440C004C140D /* sharkport.c */; }; 8333B6671DCC4451004C140D /* tile-cache.c in Sources */ = {isa = PBXBuildFile; fileRef = 8333B6651DCC4451004C140D /* tile-cache.c */; }; - 83747BA92862D5430021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747BA72862D5430021245F /* Shared.xcconfig */; }; - 837612EE1DD6AA2B001EED3D /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = 837612ED1DD6AA2B001EED3D /* LICENSE */; }; 837CEA73234875D700E62A4A /* audio-mixer.c in Sources */ = {isa = PBXBuildFile; fileRef = 837CEA70234875D700E62A4A /* audio-mixer.c */; }; 83C9A7D02632122C00725A49 /* gpio.c in Sources */ = {isa = PBXBuildFile; fileRef = 83C9A7CC2632122C00725A49 /* gpio.c */; }; 83C9A7D12632122C00725A49 /* vfame.c in Sources */ = {isa = PBXBuildFile; fileRef = 83C9A7CD2632122C00725A49 /* vfame.c */; }; @@ -1138,8 +1136,6 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 837612EE1DD6AA2B001EED3D /* LICENSE in Resources */, - 83747BA92862D5430021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Frameworks/midi_processing/midi_processing.xcodeproj/project.pbxproj b/Frameworks/midi_processing/midi_processing.xcodeproj/project.pbxproj index 978a350b7..bac3bd1e1 100644 --- a/Frameworks/midi_processing/midi_processing.xcodeproj/project.pbxproj +++ b/Frameworks/midi_processing/midi_processing.xcodeproj/project.pbxproj @@ -7,7 +7,6 @@ objects = { /* Begin PBXBuildFile section */ - 83747BB82862D56A0021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747BB62862D56A0021245F /* Shared.xcconfig */; }; 83B066BA180D56B9008E3612 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 83B066B8180D56B9008E3612 /* InfoPlist.strings */; }; 83B066F1180D5724008E3612 /* midi_container.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83B066E3180D5724008E3612 /* midi_container.cpp */; }; 83B066F2180D5724008E3612 /* midi_container.h in Headers */ = {isa = PBXBuildFile; fileRef = 83B066E4180D5724008E3612 /* midi_container.h */; settings = {ATTRIBUTES = (Public, ); }; }; @@ -204,7 +203,6 @@ buildActionMask = 2147483647; files = ( 83B066BA180D56B9008E3612 /* InfoPlist.strings in Resources */, - 83747BB82862D56A0021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Frameworks/psflib/psflib.xcodeproj/project.pbxproj b/Frameworks/psflib/psflib.xcodeproj/project.pbxproj index 78e39f500..cb2827182 100644 --- a/Frameworks/psflib/psflib.xcodeproj/project.pbxproj +++ b/Frameworks/psflib/psflib.xcodeproj/project.pbxproj @@ -13,7 +13,6 @@ 8343785A17F93D8200584396 /* psf2fs.h in Headers */ = {isa = PBXBuildFile; fileRef = 8343785617F93D8200584396 /* psf2fs.h */; settings = {ATTRIBUTES = (Public, ); }; }; 8343785B17F93D8200584396 /* psflib.c in Sources */ = {isa = PBXBuildFile; fileRef = 8343785717F93D8200584396 /* psflib.c */; }; 8343785C17F93D8200584396 /* psflib.h in Headers */ = {isa = PBXBuildFile; fileRef = 8343785817F93D8200584396 /* psflib.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 83747B9F2862D52E0021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747B9D2862D52E0021245F /* Shared.xcconfig */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -178,7 +177,6 @@ buildActionMask = 2147483647; files = ( 8343782A17F93CB500584396 /* InfoPlist.strings in Resources */, - 83747B9F2862D52E0021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Frameworks/vgmstream/libvgmstream.xcodeproj/project.pbxproj b/Frameworks/vgmstream/libvgmstream.xcodeproj/project.pbxproj index 0ce953b65..7f338a4ab 100644 --- a/Frameworks/vgmstream/libvgmstream.xcodeproj/project.pbxproj +++ b/Frameworks/vgmstream/libvgmstream.xcodeproj/project.pbxproj @@ -524,7 +524,6 @@ 8373342C23F60CDC00DE14DC /* kwb.c in Sources */ = {isa = PBXBuildFile; fileRef = 8373342423F60CDB00DE14DC /* kwb.c */; }; 8373342D23F60CDC00DE14DC /* bnsf_keys.h in Headers */ = {isa = PBXBuildFile; fileRef = 8373342523F60CDC00DE14DC /* bnsf_keys.h */; }; 8373342F23F60D4100DE14DC /* tgc.c in Sources */ = {isa = PBXBuildFile; fileRef = 8373342E23F60D4100DE14DC /* tgc.c */; }; - 83747BD92862D5BC0021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747BD72862D5BB0021245F /* Shared.xcconfig */; }; 8375737321F9507D00F01AF5 /* oki_decoder.c in Sources */ = {isa = PBXBuildFile; fileRef = 8375737221F9507D00F01AF5 /* oki_decoder.c */; }; 8375737621F950ED00F01AF5 /* gin.c in Sources */ = {isa = PBXBuildFile; fileRef = 8375737421F950EC00F01AF5 /* gin.c */; }; 8375737721F950ED00F01AF5 /* ubi_sb_streamfile.h in Headers */ = {isa = PBXBuildFile; fileRef = 8375737521F950EC00F01AF5 /* ubi_sb_streamfile.h */; }; @@ -2728,7 +2727,6 @@ buildActionMask = 2147483647; files = ( 836F6B4718BDB8880095E648 /* InfoPlist.strings in Resources */, - 83747BD92862D5BC0021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Frameworks/vio2sf/vio2sf.xcodeproj/project.pbxproj b/Frameworks/vio2sf/vio2sf.xcodeproj/project.pbxproj index 5aeb93319..ea361de12 100644 --- a/Frameworks/vio2sf/vio2sf.xcodeproj/project.pbxproj +++ b/Frameworks/vio2sf/vio2sf.xcodeproj/project.pbxproj @@ -11,7 +11,6 @@ 833B1A3F180BAD0200414852 /* isqrt.h in Headers */ = {isa = PBXBuildFile; fileRef = 833B1A3B180BAD0200414852 /* isqrt.h */; }; 83699ABA1AB3D8EB00F5A6E3 /* barray.c in Sources */ = {isa = PBXBuildFile; fileRef = 83699AB81AB3D8EB00F5A6E3 /* barray.c */; }; 83699ABB1AB3D8EB00F5A6E3 /* barray.h in Headers */ = {isa = PBXBuildFile; fileRef = 83699AB91AB3D8EB00F5A6E3 /* barray.h */; }; - 83747B862862D4EE0021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747B842862D4EE0021245F /* Shared.xcconfig */; }; 83DD1A0318EA634F00DADA1A /* resampler.c in Sources */ = {isa = PBXBuildFile; fileRef = 83DD1A0118EA634F00DADA1A /* resampler.c */; }; 83DD1A0418EA634F00DADA1A /* resampler.h in Headers */ = {isa = PBXBuildFile; fileRef = 83DD1A0218EA634F00DADA1A /* resampler.h */; }; 83DE0C14180A9BD400269051 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 83DE0C12180A9BD400269051 /* InfoPlist.strings */; }; @@ -24,7 +23,6 @@ 83DE0C87180A9CA400269051 /* bios.h in Headers */ = {isa = PBXBuildFile; fileRef = 83DE0C4C180A9CA400269051 /* bios.h */; }; 83DE0C88180A9CA400269051 /* bits.h in Headers */ = {isa = PBXBuildFile; fileRef = 83DE0C4D180A9CA400269051 /* bits.h */; }; 83DE0C89180A9CA400269051 /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = 83DE0C4E180A9CA400269051 /* config.h */; }; - 83DE0C8A180A9CA400269051 /* COPYING in Resources */ = {isa = PBXBuildFile; fileRef = 83DE0C4F180A9CA400269051 /* COPYING */; }; 83DE0C8B180A9CA400269051 /* cp15.c in Sources */ = {isa = PBXBuildFile; fileRef = 83DE0C50180A9CA400269051 /* cp15.c */; }; 83DE0C8C180A9CA400269051 /* cp15.h in Headers */ = {isa = PBXBuildFile; fileRef = 83DE0C51180A9CA400269051 /* cp15.h */; }; 83DE0C8D180A9CA400269051 /* debug.h in Headers */ = {isa = PBXBuildFile; fileRef = 83DE0C52180A9CA400269051 /* debug.h */; }; @@ -327,9 +325,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 83DE0C8A180A9CA400269051 /* COPYING in Resources */, 83DE0C14180A9BD400269051 /* InfoPlist.strings in Resources */, - 83747B862862D4EE0021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Plugins/APL/APL.xcodeproj/project.pbxproj b/Plugins/APL/APL.xcodeproj/project.pbxproj index d8bc99d80..4809933c6 100644 --- a/Plugins/APL/APL.xcodeproj/project.pbxproj +++ b/Plugins/APL/APL.xcodeproj/project.pbxproj @@ -7,7 +7,6 @@ objects = { /* Begin PBXBuildFile section */ - 83747FE52862E8B60021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747FE32862E8B60021245F /* Shared.xcconfig */; }; 99B98A1F0CC7E1CD00C256E9 /* APLDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E8D42360CBB0F9800135C1B /* APLDecoder.m */; }; 99B98A200CC7E1CE00C256E9 /* APLFile.m in Sources */ = {isa = PBXBuildFile; fileRef = 99B9863F0CC7A08600C256E9 /* APLFile.m */; }; 99B98A260CC7E22500C256E9 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */; }; @@ -184,7 +183,6 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 83747FE52862E8B60021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Plugins/AdPlug/AdPlug.xcodeproj/project.pbxproj b/Plugins/AdPlug/AdPlug.xcodeproj/project.pbxproj index 91d66de5b..427939dd4 100644 --- a/Plugins/AdPlug/AdPlug.xcodeproj/project.pbxproj +++ b/Plugins/AdPlug/AdPlug.xcodeproj/project.pbxproj @@ -9,7 +9,6 @@ /* Begin PBXBuildFile section */ 833A899A286FF2FD0022E036 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 833A8999286FF2FD0022E036 /* Cocoa.framework */; }; 833AFD3620E4ED9D00F0C21E /* libAdPlug.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83AA434020E4EC8C00E861B2 /* libAdPlug.framework */; }; - 83747C6F2862DDDB0021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747C6D2862DDDB0021245F /* Shared.xcconfig */; }; 83C2806320E4ECAD00823BF9 /* libAdPlug.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 83AA434020E4EC8C00E861B2 /* libAdPlug.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; 83D3C659201C6E24005564CB /* AdPlugContainer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 83D3C654201C6E24005564CB /* AdPlugContainer.mm */; }; 83D3C65A201C6E24005564CB /* AdPlugMetadataReader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 83D3C656201C6E24005564CB /* AdPlugMetadataReader.mm */; }; @@ -227,7 +226,6 @@ buildActionMask = 2147483647; files = ( 83D3C668201C7020005564CB /* adplug.db in Resources */, - 83747C6F2862DDDB0021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Plugins/ArchiveSource/ArchiveSource.xcodeproj/project.pbxproj b/Plugins/ArchiveSource/ArchiveSource.xcodeproj/project.pbxproj index f08ccb06d..132032fb7 100644 --- a/Plugins/ArchiveSource/ArchiveSource.xcodeproj/project.pbxproj +++ b/Plugins/ArchiveSource/ArchiveSource.xcodeproj/project.pbxproj @@ -12,7 +12,6 @@ 8359009C17FEFDA80060F3ED /* ArchiveContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 8359009B17FEFDA80060F3ED /* ArchiveContainer.m */; }; 8359FF1B17FEF35C0060F3ED /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8359FF1A17FEF35C0060F3ED /* Cocoa.framework */; }; 8359FF2517FEF35C0060F3ED /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 8359FF2317FEF35C0060F3ED /* InfoPlist.strings */; }; - 83747C652862DDA00021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747C632862DDA00021245F /* Shared.xcconfig */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -223,7 +222,6 @@ buildActionMask = 2147483647; files = ( 8359FF2517FEF35C0060F3ED /* InfoPlist.strings in Resources */, - 83747C652862DDA00021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Plugins/CoreAudio/CoreAudio.xcodeproj/project.pbxproj b/Plugins/CoreAudio/CoreAudio.xcodeproj/project.pbxproj index c910e9369..bf2bbe922 100644 --- a/Plugins/CoreAudio/CoreAudio.xcodeproj/project.pbxproj +++ b/Plugins/CoreAudio/CoreAudio.xcodeproj/project.pbxproj @@ -10,7 +10,6 @@ 17C93E740B8FF192008627D6 /* CoreAudioDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 17C93E730B8FF192008627D6 /* CoreAudioDecoder.m */; }; 17C93EAC0B8FF3CE008627D6 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 17C93EAB0B8FF3CE008627D6 /* CoreAudio.framework */; }; 17C93EB30B8FF3E1008627D6 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 17C93EB20B8FF3E1008627D6 /* AudioToolbox.framework */; }; - 83747C602862DD880021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747C5E2862DD880021245F /* Shared.xcconfig */; }; 8D5B49B4048680CD000E48DA /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */; }; /* End PBXBuildFile section */ @@ -188,7 +187,6 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 83747C602862DD880021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Plugins/CueSheet/CueSheet.xcodeproj/project.pbxproj b/Plugins/CueSheet/CueSheet.xcodeproj/project.pbxproj index 3d91ce7f9..204512e3c 100644 --- a/Plugins/CueSheet/CueSheet.xcodeproj/project.pbxproj +++ b/Plugins/CueSheet/CueSheet.xcodeproj/project.pbxproj @@ -8,7 +8,6 @@ /* Begin PBXBuildFile section */ 17DA346E0CC04FCD0003F6B2 /* CueSheetMetadataReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 17DA346D0CC04FCD0003F6B2 /* CueSheetMetadataReader.m */; }; - 83747C5B2862DD660021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747C592862DD660021245F /* Shared.xcconfig */; }; 8D5B49B0048680CD000E48DA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; }; 8D5B49B4048680CD000E48DA /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */; }; 8E8D42260CBB0F5800135C1B /* CueSheetContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E8D42250CBB0F5800135C1B /* CueSheetContainer.m */; }; @@ -210,7 +209,6 @@ buildActionMask = 2147483647; files = ( 8D5B49B0048680CD000E48DA /* InfoPlist.strings in Resources */, - 83747C5B2862DD660021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Plugins/FFMPEG/FFMPEG.xcodeproj/project.pbxproj b/Plugins/FFMPEG/FFMPEG.xcodeproj/project.pbxproj index 1a2006e39..4406e50fe 100644 --- a/Plugins/FFMPEG/FFMPEG.xcodeproj/project.pbxproj +++ b/Plugins/FFMPEG/FFMPEG.xcodeproj/project.pbxproj @@ -17,7 +17,6 @@ 8352D49D1CDDB8C0009D16AA /* CoreMedia.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8352D49C1CDDB8C0009D16AA /* CoreMedia.framework */; }; 8352D49F1CDDB8D7009D16AA /* CoreVideo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8352D49E1CDDB8D7009D16AA /* CoreVideo.framework */; }; 8356BCE927B37C6F0074E50C /* NSDictionary+Merge.m in Sources */ = {isa = PBXBuildFile; fileRef = 8356BCE727B37C6F0074E50C /* NSDictionary+Merge.m */; }; - 83747C562862DD4D0021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747C542862DD4D0021245F /* Shared.xcconfig */; }; 83AA7D0C279EBCC600087AA4 /* libavcodec.59.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 83AA7D08279EBCC600087AA4 /* libavcodec.59.dylib */; }; 83AA7D0D279EBCC600087AA4 /* libavutil.57.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 83AA7D09279EBCC600087AA4 /* libavutil.57.dylib */; }; 83AA7D0E279EBCC600087AA4 /* libswresample.4.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 83AA7D0A279EBCC600087AA4 /* libswresample.4.dylib */; }; @@ -269,7 +268,6 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 83747C562862DD4D0021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Plugins/FileSource/FileSource.xcodeproj/project.pbxproj b/Plugins/FileSource/FileSource.xcodeproj/project.pbxproj index ef3c8c7da..3407ac759 100644 --- a/Plugins/FileSource/FileSource.xcodeproj/project.pbxproj +++ b/Plugins/FileSource/FileSource.xcodeproj/project.pbxproj @@ -9,7 +9,6 @@ /* Begin PBXBuildFile section */ 17ADB41A0B979AEB00257CA2 /* FileSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 17ADB4190B979AEB00257CA2 /* FileSource.m */; }; 8335FF7017FF767A002D8DD2 /* File_Extractor.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8335FF6D17FF765A002D8DD2 /* File_Extractor.framework */; }; - 83747C512862DD2F0021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747C4F2862DD2F0021245F /* Shared.xcconfig */; }; 8D5B49B4048680CD000E48DA /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */; }; /* End PBXBuildFile section */ @@ -226,7 +225,6 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 83747C512862DD2F0021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Plugins/Flac/Flac.xcodeproj/project.pbxproj b/Plugins/Flac/Flac.xcodeproj/project.pbxproj index 71fbad867..ff5b0866f 100644 --- a/Plugins/Flac/Flac.xcodeproj/project.pbxproj +++ b/Plugins/Flac/Flac.xcodeproj/project.pbxproj @@ -9,7 +9,6 @@ /* Begin PBXBuildFile section */ 17C93F080B8FF67A008627D6 /* FlacDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 17C93F040B8FF67A008627D6 /* FlacDecoder.m */; }; 836EF0DA27BB970B00BF35B2 /* libFLAC.8.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 836EF0D927BB970B00BF35B2 /* libFLAC.8.dylib */; }; - 83747C4C2862DCF40021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747C4A2862DCF40021245F /* Shared.xcconfig */; }; 83AA660B27B7DAE40098D4B8 /* cuesheet.m in Sources */ = {isa = PBXBuildFile; fileRef = 83AA660A27B7DAE40098D4B8 /* cuesheet.m */; }; 8D5B49B4048680CD000E48DA /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */; }; /* End PBXBuildFile section */ @@ -202,7 +201,6 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 83747C4C2862DCF40021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Plugins/GME/GME.xcodeproj/project.pbxproj b/Plugins/GME/GME.xcodeproj/project.pbxproj index 8835c0ef3..16850ecfe 100644 --- a/Plugins/GME/GME.xcodeproj/project.pbxproj +++ b/Plugins/GME/GME.xcodeproj/project.pbxproj @@ -13,7 +13,6 @@ 17C8F3C30CBED649008D969D /* GME.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 17C8F3370CBED393008D969D /* GME.framework */; }; 17DA34BB0CC052030003F6B2 /* GameMetadataReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 17DA34B90CC052030003F6B2 /* GameMetadataReader.m */; }; 8319C750237629D400BFFAE0 /* GamePropertiesReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 8319C74F237629D400BFFAE0 /* GamePropertiesReader.m */; }; - 83747C472862DCD90021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747C452862DCD90021245F /* Shared.xcconfig */; }; 8D5B49B0048680CD000E48DA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; }; 8D5B49B4048680CD000E48DA /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */; }; /* End PBXBuildFile section */ @@ -264,7 +263,6 @@ buildActionMask = 2147483647; files = ( 8D5B49B0048680CD000E48DA /* InfoPlist.strings in Resources */, - 83747C472862DCD90021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Plugins/HTTPSource/HTTPSource.xcodeproj/project.pbxproj b/Plugins/HTTPSource/HTTPSource.xcodeproj/project.pbxproj index f0901c514..9c5d1cce6 100644 --- a/Plugins/HTTPSource/HTTPSource.xcodeproj/project.pbxproj +++ b/Plugins/HTTPSource/HTTPSource.xcodeproj/project.pbxproj @@ -9,7 +9,6 @@ /* Begin PBXBuildFile section */ 1716093A0F627F02008FA424 /* HTTPSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 171609390F627F02008FA424 /* HTTPSource.m */; }; 8356BD1827B3B7340074E50C /* libcurl.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 8356BD1727B3B7340074E50C /* libcurl.tbd */; }; - 83747C382862DC0D0021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747C362862DC0D0021245F /* Shared.xcconfig */; }; 8D5B49B4048680CD000E48DA /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */; }; /* End PBXBuildFile section */ @@ -205,7 +204,6 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 83747C382862DC0D0021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Plugins/HighlyComplete/HighlyComplete.xcodeproj/project.pbxproj b/Plugins/HighlyComplete/HighlyComplete.xcodeproj/project.pbxproj index 7e043a8de..63c73eb59 100644 --- a/Plugins/HighlyComplete/HighlyComplete.xcodeproj/project.pbxproj +++ b/Plugins/HighlyComplete/HighlyComplete.xcodeproj/project.pbxproj @@ -17,7 +17,6 @@ 834379A817F9818400584396 /* HCDecoder.mm in Sources */ = {isa = PBXBuildFile; fileRef = 834379A717F9818400584396 /* HCDecoder.mm */; }; 8360EEE817F92AC8005208A4 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8360EEE717F92AC8005208A4 /* Cocoa.framework */; }; 8360EEF217F92AC8005208A4 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 8360EEF017F92AC8005208A4 /* InfoPlist.strings */; }; - 83747C422862DCB50021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747C402862DCB50021245F /* Shared.xcconfig */; }; 8384904A180764B500E7332D /* SSEQPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83848FEC1807624000E7332D /* SSEQPlayer.framework */; }; 8384904B180764C200E7332D /* SSEQPlayer.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 83848FEC1807624000E7332D /* SSEQPlayer.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; 83CA2E3D1D7BCF9B00F2EA53 /* mGBA.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83CA24241D7BC47E00F2EA53 /* mGBA.framework */; }; @@ -556,7 +555,6 @@ buildActionMask = 2147483647; files = ( 8360EEF217F92AC8005208A4 /* InfoPlist.strings in Resources */, - 83747C422862DCB50021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Plugins/Hively/Hively.xcodeproj/project.pbxproj b/Plugins/Hively/Hively.xcodeproj/project.pbxproj index 450de63be..8a3ab56f4 100644 --- a/Plugins/Hively/Hively.xcodeproj/project.pbxproj +++ b/Plugins/Hively/Hively.xcodeproj/project.pbxproj @@ -14,7 +14,6 @@ 836FB5A01820556F00B3AD2D /* HVLDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 836FB59B1820556F00B3AD2D /* HVLDecoder.m */; }; 836FB5A11820556F00B3AD2D /* HVLMetadataReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 836FB59D1820556F00B3AD2D /* HVLMetadataReader.m */; }; 836FB5A21820556F00B3AD2D /* HVLContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 836FB59F1820556F00B3AD2D /* HVLContainer.m */; }; - 83747C3D2862DC450021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747C3B2862DC450021245F /* Shared.xcconfig */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -241,7 +240,6 @@ buildActionMask = 2147483647; files = ( 836FB53B1820538700B3AD2D /* InfoPlist.strings in Resources */, - 83747C3D2862DC450021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Plugins/M3u/M3u.xcodeproj/project.pbxproj b/Plugins/M3u/M3u.xcodeproj/project.pbxproj index 97d14389b..a45a1c9c3 100644 --- a/Plugins/M3u/M3u.xcodeproj/project.pbxproj +++ b/Plugins/M3u/M3u.xcodeproj/project.pbxproj @@ -7,7 +7,6 @@ objects = { /* Begin PBXBuildFile section */ - 83747C2E2862DBBE0021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747C2C2862DBBE0021245F /* Shared.xcconfig */; }; 8D5B49B0048680CD000E48DA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; }; 8D5B49B4048680CD000E48DA /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */; }; 8E8D40290CBAFF4300135C1B /* M3uContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E8D40280CBAFF4300135C1B /* M3uContainer.m */; }; @@ -186,7 +185,6 @@ buildActionMask = 2147483647; files = ( 8D5B49B0048680CD000E48DA /* InfoPlist.strings in Resources */, - 83747C2E2862DBBE0021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Plugins/MAD/MAD.xcodeproj/project.pbxproj b/Plugins/MAD/MAD.xcodeproj/project.pbxproj index c4a709fea..b1fc88e11 100644 --- a/Plugins/MAD/MAD.xcodeproj/project.pbxproj +++ b/Plugins/MAD/MAD.xcodeproj/project.pbxproj @@ -11,7 +11,6 @@ 8372C93727C7863700E250C9 /* libmad.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8372C93627C7863700E250C9 /* libmad.a */; }; 8372C93F27C7904800E250C9 /* libid3tag.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8372C93E27C7904800E250C9 /* libid3tag.a */; }; 8372C94227C7959000E250C9 /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 8372C94127C7959000E250C9 /* libz.tbd */; }; - 83747C292862DB9F0021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747C272862DB9F0021245F /* Shared.xcconfig */; }; 83F97B6928600F9300A70B97 /* CVbriHeader.c in Sources */ = {isa = PBXBuildFile; fileRef = 83F97B6728600F9300A70B97 /* CVbriHeader.c */; }; /* End PBXBuildFile section */ @@ -152,7 +151,6 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 83747C292862DB9F0021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Plugins/MIDI/MIDI.xcodeproj/project.pbxproj b/Plugins/MIDI/MIDI.xcodeproj/project.pbxproj index 22fa0f4d5..a78c67989 100644 --- a/Plugins/MIDI/MIDI.xcodeproj/project.pbxproj +++ b/Plugins/MIDI/MIDI.xcodeproj/project.pbxproj @@ -9,7 +9,6 @@ /* Begin PBXBuildFile section */ 831E2A8A27B4B2B2006F1C86 /* sflist.c in Sources */ = {isa = PBXBuildFile; fileRef = 831E2A8027B4B2B2006F1C86 /* sflist.c */; }; 831E2A8C27B4B2B2006F1C86 /* sflist_rewrite.c in Sources */ = {isa = PBXBuildFile; fileRef = 831E2A8227B4B2B2006F1C86 /* sflist_rewrite.c */; }; - 831E2A8D27B4B2B2006F1C86 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 831E2A8327B4B2B2006F1C86 /* README.md */; }; 831E2A9627B4B2FA006F1C86 /* json.c in Sources */ = {isa = PBXBuildFile; fileRef = 831E2A9227B4B2FA006F1C86 /* json.c */; }; 831E2A9727B4B2FA006F1C86 /* json-builder.c in Sources */ = {isa = PBXBuildFile; fileRef = 831E2A9327B4B2FA006F1C86 /* json-builder.c */; }; 834BE91B1DE407CB00A07DCD /* resampler.c in Sources */ = {isa = PBXBuildFile; fileRef = 834BE9191DE407CB00A07DCD /* resampler.c */; }; @@ -26,7 +25,6 @@ 8356BCD527B354050074E50C /* libbasswv.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = 8356BCCD27B353E30074E50C /* libbasswv.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; 83686AAC1C5C69D400671C7A /* AUPlayerView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 83686AAB1C5C69D400671C7A /* AUPlayerView.mm */; }; 83686AB11C5C783000671C7A /* CoreAudioKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83686AB01C5C783000671C7A /* CoreAudioKit.framework */; }; - 83747C242862DB7F0021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747C222862DB7F0021245F /* Shared.xcconfig */; }; 8398F2E01C438C7D00EB9639 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8398F2DF1C438C7D00EB9639 /* AudioUnit.framework */; }; 839CA224180D902100553DBA /* midi_processing.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 83B066E0180D56BA008E3612 /* midi_processing.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; 83A09F621CFA83F2001E7D2D /* i_oplmusic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83A09F561CFA83F2001E7D2D /* i_oplmusic.cpp */; }; @@ -437,9 +435,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 831E2A8D27B4B2B2006F1C86 /* README.md in Resources */, 83B06695180D5668008E3612 /* InfoPlist.strings in Resources */, - 83747C242862DB7F0021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Plugins/Musepack/Musepack.xcodeproj/project.pbxproj b/Plugins/Musepack/Musepack.xcodeproj/project.pbxproj index 68873b85d..2d5d4fcb7 100644 --- a/Plugins/Musepack/Musepack.xcodeproj/project.pbxproj +++ b/Plugins/Musepack/Musepack.xcodeproj/project.pbxproj @@ -10,7 +10,6 @@ 1703330D0B8FB64500327265 /* MusepackDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 1703330A0B8FB64500327265 /* MusepackDecoder.m */; }; 17F564B40C3BDD970019975C /* mpcdec.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 17F5625F0C3BD97C0019975C /* mpcdec.framework */; }; 17F564B70C3BDD990019975C /* mpcdec.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 17F5625F0C3BD97C0019975C /* mpcdec.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 83747C1F2862DB560021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747C1D2862DB560021245F /* Shared.xcconfig */; }; 8D5B49B4048680CD000E48DA /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */; }; /* End PBXBuildFile section */ @@ -241,7 +240,6 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 83747C1F2862DB560021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Plugins/OpenMPT/OpenMPT.xcodeproj/project.pbxproj b/Plugins/OpenMPT/OpenMPT.xcodeproj/project.pbxproj index 40ece74ee..3ba706b64 100644 --- a/Plugins/OpenMPT/OpenMPT.xcodeproj/project.pbxproj +++ b/Plugins/OpenMPT/OpenMPT.xcodeproj/project.pbxproj @@ -8,7 +8,6 @@ /* Begin PBXBuildFile section */ 833A899C286FF3150022E036 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 833A899B286FF3150022E036 /* Cocoa.framework */; }; - 83747C1A2862DB2F0021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747C182862DB2F0021245F /* Shared.xcconfig */; }; 83E5FE731FFF010C00659F0F /* OMPTDecoder.mm in Sources */ = {isa = PBXBuildFile; fileRef = 83E5FE6D1FFF010B00659F0F /* OMPTDecoder.mm */; }; 83E5FE741FFF010C00659F0F /* OMPTContainer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 83E5FE6F1FFF010B00659F0F /* OMPTContainer.mm */; }; 83E5FE751FFF010C00659F0F /* OMPTMetadataReader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 83E5FE701FFF010C00659F0F /* OMPTMetadataReader.mm */; }; @@ -221,7 +220,6 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 83747C1A2862DB2F0021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Plugins/Opus/OpusPlugin.xcodeproj/project.pbxproj b/Plugins/Opus/OpusPlugin.xcodeproj/project.pbxproj index f5a034484..e0fcdb202 100644 --- a/Plugins/Opus/OpusPlugin.xcodeproj/project.pbxproj +++ b/Plugins/Opus/OpusPlugin.xcodeproj/project.pbxproj @@ -9,7 +9,6 @@ /* Begin PBXBuildFile section */ 83186316285CEC91001422CC /* NSDictionary+Merge.m in Sources */ = {isa = PBXBuildFile; fileRef = 83186315285CEC91001422CC /* NSDictionary+Merge.m */; }; 836EF0CF27BB952F00BF35B2 /* libopusfile.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 836EF0CE27BB952F00BF35B2 /* libopusfile.0.dylib */; }; - 83747C102862DAC70021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747C0E2862DAC70021245F /* Shared.xcconfig */; }; 8375B04017FFEA400092A79F /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8375B03F17FFEA400092A79F /* Cocoa.framework */; }; 8375B04A17FFEA400092A79F /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 8375B04817FFEA400092A79F /* InfoPlist.strings */; }; 8375B36C17FFF1CB0092A79F /* OpusDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 8375B36B17FFF1CB0092A79F /* OpusDecoder.m */; }; @@ -194,7 +193,6 @@ buildActionMask = 2147483647; files = ( 8375B04A17FFEA400092A79F /* InfoPlist.strings in Resources */, - 83747C102862DAC70021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Plugins/Pls/Pls.xcodeproj/project.pbxproj b/Plugins/Pls/Pls.xcodeproj/project.pbxproj index c2dfc2f26..b7c8c42a8 100644 --- a/Plugins/Pls/Pls.xcodeproj/project.pbxproj +++ b/Plugins/Pls/Pls.xcodeproj/project.pbxproj @@ -7,7 +7,6 @@ objects = { /* Begin PBXBuildFile section */ - 83747C0B2862DAA90021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747C092862DAA90021245F /* Shared.xcconfig */; }; 8D5B49B0048680CD000E48DA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; }; 8D5B49B4048680CD000E48DA /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */; }; 8E8D41A10CBB0CA700135C1B /* PlsContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E8D41A00CBB0CA700135C1B /* PlsContainer.m */; }; @@ -186,7 +185,6 @@ buildActionMask = 2147483647; files = ( 8D5B49B0048680CD000E48DA /* InfoPlist.strings in Resources */, - 83747C0B2862DAA90021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Plugins/Shorten/Shorten.xcodeproj/project.pbxproj b/Plugins/Shorten/Shorten.xcodeproj/project.pbxproj index a56558343..922a04e77 100644 --- a/Plugins/Shorten/Shorten.xcodeproj/project.pbxproj +++ b/Plugins/Shorten/Shorten.xcodeproj/project.pbxproj @@ -10,7 +10,6 @@ 1745C4300B90C1DC00A6768C /* ShortenDecoder.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1745C42C0B90C1DC00A6768C /* ShortenDecoder.mm */; }; 17F564EE0C3BDE010019975C /* Shorten.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 17F563E50C3BDBF10019975C /* Shorten.framework */; }; 17F564EF0C3BDE030019975C /* Shorten.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 17F563E50C3BDBF10019975C /* Shorten.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 83747C062862DA780021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747C042862DA780021245F /* Shared.xcconfig */; }; 8D5B49B4048680CD000E48DA /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */; }; /* End PBXBuildFile section */ @@ -239,7 +238,6 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 83747C062862DA780021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Plugins/SilenceDecoder/SilenceDecoder.xcodeproj/project.pbxproj b/Plugins/SilenceDecoder/SilenceDecoder.xcodeproj/project.pbxproj index bb202900a..c68a1b3a9 100644 --- a/Plugins/SilenceDecoder/SilenceDecoder.xcodeproj/project.pbxproj +++ b/Plugins/SilenceDecoder/SilenceDecoder.xcodeproj/project.pbxproj @@ -7,7 +7,6 @@ objects = { /* Begin PBXBuildFile section */ - 83747BFC2862D95C0021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747BFA2862D95C0021245F /* Shared.xcconfig */; }; 83F9D8021A884C0B007ABEC2 /* SilenceDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 83F9D7FF1A884C0B007ABEC2 /* SilenceDecoder.m */; }; 83F9D8031A884C0B007ABEC2 /* SilenceSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 83F9D8011A884C0B007ABEC2 /* SilenceSource.m */; }; /* End PBXBuildFile section */ @@ -143,7 +142,6 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 83747BFC2862D95C0021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Plugins/TagLib/TagLib.xcodeproj/project.pbxproj b/Plugins/TagLib/TagLib.xcodeproj/project.pbxproj index b453f90aa..2d9821cdd 100644 --- a/Plugins/TagLib/TagLib.xcodeproj/project.pbxproj +++ b/Plugins/TagLib/TagLib.xcodeproj/project.pbxproj @@ -14,7 +14,6 @@ 8307D31D286072BF000FF8EB /* SandboxBroker.h in Headers */ = {isa = PBXBuildFile; fileRef = 8307D31C286072BF000FF8EB /* SandboxBroker.h */; }; 8356BCE527B377C20074E50C /* TagLibID3v2Reader.h in Headers */ = {isa = PBXBuildFile; fileRef = 8356BCE327B377C20074E50C /* TagLibID3v2Reader.h */; }; 8356BCE627B377C20074E50C /* TagLibID3v2Reader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8356BCE427B377C20074E50C /* TagLibID3v2Reader.mm */; }; - 83747BF72862D9470021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747BF52862D9470021245F /* Shared.xcconfig */; }; 8384913A18081FFC00E7332D /* Logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 8384913918081FFC00E7332D /* Logging.h */; }; 8D5B49B4048680CD000E48DA /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */; }; /* End PBXBuildFile section */ @@ -270,7 +269,6 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 83747BF72862D9470021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Plugins/Vorbis/VorbisPlugin.xcodeproj/project.pbxproj b/Plugins/Vorbis/VorbisPlugin.xcodeproj/project.pbxproj index c587130ee..734274b1f 100644 --- a/Plugins/Vorbis/VorbisPlugin.xcodeproj/project.pbxproj +++ b/Plugins/Vorbis/VorbisPlugin.xcodeproj/project.pbxproj @@ -11,7 +11,6 @@ 83186313285CEBD2001422CC /* NSDictionary+Merge.m in Sources */ = {isa = PBXBuildFile; fileRef = 83186312285CEBD2001422CC /* NSDictionary+Merge.m */; }; 836EF0D627BB969D00BF35B2 /* libvorbisfile.3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 836EF0D427BB969D00BF35B2 /* libvorbisfile.3.dylib */; }; 836EF0DF27BB987000BF35B2 /* libvorbis.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 836EF0DE27BB987000BF35B2 /* libvorbis.0.dylib */; }; - 83747BED2862D9010021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747BEB2862D9010021245F /* Shared.xcconfig */; }; 83AA661627B7FAFC0098D4B8 /* picture.c in Sources */ = {isa = PBXBuildFile; fileRef = 83AA661127B7FAFC0098D4B8 /* picture.c */; }; 83AA661727B7FAFD0098D4B8 /* base64.c in Sources */ = {isa = PBXBuildFile; fileRef = 83AA661227B7FAFC0098D4B8 /* base64.c */; }; 8D5B49B4048680CD000E48DA /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */; }; @@ -238,7 +237,6 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 83747BED2862D9010021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Plugins/WavPack/WavPack.xcodeproj/project.pbxproj b/Plugins/WavPack/WavPack.xcodeproj/project.pbxproj index c31ea02c0..282a6f43e 100644 --- a/Plugins/WavPack/WavPack.xcodeproj/project.pbxproj +++ b/Plugins/WavPack/WavPack.xcodeproj/project.pbxproj @@ -10,7 +10,6 @@ 1745C4DA0B90C42500A6768C /* WavPackDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 1745C4D60B90C42500A6768C /* WavPackDecoder.m */; }; 17F562D80C3BDA6C0019975C /* WavPack.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 17F562CA0C3BDA5A0019975C /* WavPack.framework */; }; 17F562DB0C3BDA6E0019975C /* WavPack.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 17F562CA0C3BDA5A0019975C /* WavPack.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - 83747BE82862D8D60021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747BE62862D8D60021245F /* Shared.xcconfig */; }; 8D5B49B4048680CD000E48DA /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */; }; /* End PBXBuildFile section */ @@ -241,7 +240,6 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 83747BE82862D8D60021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Plugins/libvgmPlayer/libvgmPlayer.xcodeproj/project.pbxproj b/Plugins/libvgmPlayer/libvgmPlayer.xcodeproj/project.pbxproj index 9e19fa74f..9e14651ad 100644 --- a/Plugins/libvgmPlayer/libvgmPlayer.xcodeproj/project.pbxproj +++ b/Plugins/libvgmPlayer/libvgmPlayer.xcodeproj/project.pbxproj @@ -16,7 +16,6 @@ 83489C632782F39D00BDCEA2 /* libvgm-player.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 83489C602782F39D00BDCEA2 /* libvgm-player.a */; }; 83489C662782F74800BDCEA2 /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 83489C652782F74800BDCEA2 /* libz.tbd */; }; 83489C682782F74E00BDCEA2 /* libiconv.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 83489C672782F74E00BDCEA2 /* libiconv.tbd */; }; - 83747C332862DBE80021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747C312862DBE80021245F /* Shared.xcconfig */; }; 8D5B49B0048680CD000E48DA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; }; 8D5B49B4048680CD000E48DA /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */; }; /* End PBXBuildFile section */ @@ -239,7 +238,6 @@ buildActionMask = 2147483647; files = ( 8D5B49B0048680CD000E48DA /* InfoPlist.strings in Resources */, - 83747C332862DBE80021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Plugins/sidplay/sidplay.xcodeproj/project.pbxproj b/Plugins/sidplay/sidplay.xcodeproj/project.pbxproj index 378653b9a..c7274937a 100644 --- a/Plugins/sidplay/sidplay.xcodeproj/project.pbxproj +++ b/Plugins/sidplay/sidplay.xcodeproj/project.pbxproj @@ -12,7 +12,6 @@ 8314D80B1A35654900EEE8E6 /* SidContainer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8314D8081A35654900EEE8E6 /* SidContainer.mm */; }; 833A8998286FF2E30022E036 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 833A8996286FF2E30022E036 /* Cocoa.framework */; }; 836F5BEC1A357915002730CC /* roms.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836F5BEA1A357915002730CC /* roms.cpp */; }; - 83747C012862DA420021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747BFF2862DA420021245F /* Shared.xcconfig */; }; EDBE911825E7EA01001EB4A4 /* sidplayfp.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EDBE8F0F25E7E74D001EB4A4 /* sidplayfp.framework */; }; EDBE911925E7EA01001EB4A4 /* sidplayfp.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = EDBE8F0F25E7E74D001EB4A4 /* sidplayfp.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; /* End PBXBuildFile section */ @@ -218,7 +217,6 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 83747C012862DA420021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Plugins/vgmstream/vgmstream.xcodeproj/project.pbxproj b/Plugins/vgmstream/vgmstream.xcodeproj/project.pbxproj index e9b02c89f..37bfa544d 100644 --- a/Plugins/vgmstream/vgmstream.xcodeproj/project.pbxproj +++ b/Plugins/vgmstream/vgmstream.xcodeproj/project.pbxproj @@ -12,7 +12,6 @@ 836F6B1418BDB80D0095E648 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 836F6B1318BDB80D0095E648 /* Cocoa.framework */; }; 836F6B1E18BDB80D0095E648 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 836F6B1C18BDB80D0095E648 /* InfoPlist.strings */; }; 836F705C18BDC40E0095E648 /* VGMDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 836F705B18BDC40E0095E648 /* VGMDecoder.m */; }; - 83747BF22862D9260021245F /* Shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 83747BF02862D9260021245F /* Shared.xcconfig */; }; 83AA5D2D1F6E30080020821C /* VGMInterface.m in Sources */ = {isa = PBXBuildFile; fileRef = 83AA5D281F6E30080020821C /* VGMInterface.m */; }; 83AA5D2E1F6E30080020821C /* VGMContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 83AA5D2A1F6E30080020821C /* VGMContainer.m */; }; 83C2806720E4ED3500823BF9 /* libvgmstream.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8394628720E4EC8300B45CEA /* libvgmstream.framework */; }; @@ -253,7 +252,6 @@ buildActionMask = 2147483647; files = ( 836F6B1E18BDB80D0095E648 /* InfoPlist.strings in Resources */, - 83747BF22862D9260021245F /* Shared.xcconfig in Resources */, ); runOnlyForDeploymentPostprocessing = 0; };