Skip to content

Commit 391007d

Browse files
osx: remove unused dependency on lipng / Update osx deps
1 parent 9f85107 commit 391007d

File tree

2 files changed

+1
-220
lines changed

2 files changed

+1
-220
lines changed

osx/deadbeef.xcodeproj/project.pbxproj

Lines changed: 0 additions & 219 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,30 +1226,6 @@
12261226
2D6220951CD9302200EB6D22 /* wrrle.c in Sources */ = {isa = PBXBuildFile; fileRef = 2D6220401CD9302200EB6D22 /* wrrle.c */; };
12271227
2D6220961CD9302200EB6D22 /* wrtarga.c in Sources */ = {isa = PBXBuildFile; fileRef = 2D6220411CD9302200EB6D22 /* wrtarga.c */; };
12281228
2D62209B1CD9313E00EB6D22 /* jconfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D62209A1CD9313E00EB6D22 /* jconfig.h */; };
1229-
2D6220BC1CD933F200EB6D22 /* png.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D6220A51CD933F200EB6D22 /* png.h */; };
1230-
2D6220BD1CD933F200EB6D22 /* pngconf.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D6220A61CD933F200EB6D22 /* pngconf.h */; };
1231-
2D6220BE1CD933F200EB6D22 /* pngdebug.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D6220A71CD933F200EB6D22 /* pngdebug.h */; };
1232-
2D6220BF1CD933F200EB6D22 /* pnginfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D6220A81CD933F200EB6D22 /* pnginfo.h */; };
1233-
2D6220C01CD933F200EB6D22 /* pngpriv.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D6220A91CD933F200EB6D22 /* pngpriv.h */; };
1234-
2D6220C11CD933F200EB6D22 /* pngstruct.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D6220AA1CD933F200EB6D22 /* pngstruct.h */; };
1235-
2D6220C31CD933F200EB6D22 /* png.c in Sources */ = {isa = PBXBuildFile; fileRef = 2D6220AC1CD933F200EB6D22 /* png.c */; };
1236-
2D6220C51CD933F200EB6D22 /* pngget.c in Sources */ = {isa = PBXBuildFile; fileRef = 2D6220AE1CD933F200EB6D22 /* pngget.c */; };
1237-
2D6220C61CD933F200EB6D22 /* pngmem.c in Sources */ = {isa = PBXBuildFile; fileRef = 2D6220AF1CD933F200EB6D22 /* pngmem.c */; };
1238-
2D6220C71CD933F200EB6D22 /* pngpread.c in Sources */ = {isa = PBXBuildFile; fileRef = 2D6220B01CD933F200EB6D22 /* pngpread.c */; };
1239-
2D6220C81CD933F200EB6D22 /* pngread.c in Sources */ = {isa = PBXBuildFile; fileRef = 2D6220B11CD933F200EB6D22 /* pngread.c */; };
1240-
2D6220CA1CD933F200EB6D22 /* pngrtran.c in Sources */ = {isa = PBXBuildFile; fileRef = 2D6220B31CD933F200EB6D22 /* pngrtran.c */; };
1241-
2D6220CB1CD933F200EB6D22 /* pngrutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 2D6220B41CD933F200EB6D22 /* pngrutil.c */; };
1242-
2D6220CC1CD933F200EB6D22 /* pngset.c in Sources */ = {isa = PBXBuildFile; fileRef = 2D6220B51CD933F200EB6D22 /* pngset.c */; };
1243-
2D6220CD1CD933F200EB6D22 /* pngtest.c in Sources */ = {isa = PBXBuildFile; fileRef = 2D6220B61CD933F200EB6D22 /* pngtest.c */; };
1244-
2D6220CE1CD933F200EB6D22 /* pngtrans.c in Sources */ = {isa = PBXBuildFile; fileRef = 2D6220B71CD933F200EB6D22 /* pngtrans.c */; };
1245-
2D6220D01CD933F200EB6D22 /* pngwrite.c in Sources */ = {isa = PBXBuildFile; fileRef = 2D6220B91CD933F200EB6D22 /* pngwrite.c */; };
1246-
2D6220D11CD933F200EB6D22 /* pngwtran.c in Sources */ = {isa = PBXBuildFile; fileRef = 2D6220BA1CD933F200EB6D22 /* pngwtran.c */; };
1247-
2D6220D21CD933F200EB6D22 /* pngwutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 2D6220BB1CD933F200EB6D22 /* pngwutil.c */; };
1248-
2D6220D61CD9368300EB6D22 /* pngerror.c in Sources */ = {isa = PBXBuildFile; fileRef = 2D6220AD1CD933F200EB6D22 /* pngerror.c */; };
1249-
2D6220D71CD9368300EB6D22 /* pngrio.c in Sources */ = {isa = PBXBuildFile; fileRef = 2D6220B21CD933F200EB6D22 /* pngrio.c */; };
1250-
2D6220D81CD9368300EB6D22 /* pngwio.c in Sources */ = {isa = PBXBuildFile; fileRef = 2D6220B81CD933F200EB6D22 /* pngwio.c */; };
1251-
2D6220DB1CD936C600EB6D22 /* pnglibconf.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D6220D91CD936C600EB6D22 /* pnglibconf.h */; };
1252-
2D6220DE1CD938C500EB6D22 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 2D2A14F019B64F2900AD1EB7 /* libz.dylib */; };
12531229
2D642EB01AE9152E00FC1F7B /* sort.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D642EAE1AE9152E00FC1F7B /* sort.h */; };
12541230
2D6500011AA7881B00E82A9E /* desa68.c in Sources */ = {isa = PBXBuildFile; fileRef = 2D65FE1C1AA7881A00E82A9E /* desa68.c */; };
12551231
2D6500021AA7881B00E82A9E /* desa68.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D65FE1D1AA7881A00E82A9E /* desa68.h */; };
@@ -6006,30 +5982,6 @@
60065982
2D6220401CD9302200EB6D22 /* wrrle.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = wrrle.c; path = "osx/deps/jpeg-6b/wrrle.c"; sourceTree = "<group>"; };
60075983
2D6220411CD9302200EB6D22 /* wrtarga.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = wrtarga.c; path = "osx/deps/jpeg-6b/wrtarga.c"; sourceTree = "<group>"; };
60085984
2D62209A1CD9313E00EB6D22 /* jconfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = jconfig.h; path = "osx/deps/jpeg-6b/jconfig.h"; sourceTree = "<group>"; };
6009-
2D6220A01CD933D800EB6D22 /* libpng.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libpng.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
6010-
2D6220A51CD933F200EB6D22 /* png.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = png.h; path = "osx/deps/libpng-1.6.21/png.h"; sourceTree = "<group>"; };
6011-
2D6220A61CD933F200EB6D22 /* pngconf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pngconf.h; path = "osx/deps/libpng-1.6.21/pngconf.h"; sourceTree = "<group>"; };
6012-
2D6220A71CD933F200EB6D22 /* pngdebug.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pngdebug.h; path = "osx/deps/libpng-1.6.21/pngdebug.h"; sourceTree = "<group>"; };
6013-
2D6220A81CD933F200EB6D22 /* pnginfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pnginfo.h; path = "osx/deps/libpng-1.6.21/pnginfo.h"; sourceTree = "<group>"; };
6014-
2D6220A91CD933F200EB6D22 /* pngpriv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pngpriv.h; path = "osx/deps/libpng-1.6.21/pngpriv.h"; sourceTree = "<group>"; };
6015-
2D6220AA1CD933F200EB6D22 /* pngstruct.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pngstruct.h; path = "osx/deps/libpng-1.6.21/pngstruct.h"; sourceTree = "<group>"; };
6016-
2D6220AC1CD933F200EB6D22 /* png.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = png.c; path = "osx/deps/libpng-1.6.21/png.c"; sourceTree = "<group>"; };
6017-
2D6220AD1CD933F200EB6D22 /* pngerror.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngerror.c; path = "osx/deps/libpng-1.6.21/pngerror.c"; sourceTree = "<group>"; };
6018-
2D6220AE1CD933F200EB6D22 /* pngget.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngget.c; path = "osx/deps/libpng-1.6.21/pngget.c"; sourceTree = "<group>"; };
6019-
2D6220AF1CD933F200EB6D22 /* pngmem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngmem.c; path = "osx/deps/libpng-1.6.21/pngmem.c"; sourceTree = "<group>"; };
6020-
2D6220B01CD933F200EB6D22 /* pngpread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngpread.c; path = "osx/deps/libpng-1.6.21/pngpread.c"; sourceTree = "<group>"; };
6021-
2D6220B11CD933F200EB6D22 /* pngread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngread.c; path = "osx/deps/libpng-1.6.21/pngread.c"; sourceTree = "<group>"; };
6022-
2D6220B21CD933F200EB6D22 /* pngrio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngrio.c; path = "osx/deps/libpng-1.6.21/pngrio.c"; sourceTree = "<group>"; };
6023-
2D6220B31CD933F200EB6D22 /* pngrtran.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngrtran.c; path = "osx/deps/libpng-1.6.21/pngrtran.c"; sourceTree = "<group>"; };
6024-
2D6220B41CD933F200EB6D22 /* pngrutil.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngrutil.c; path = "osx/deps/libpng-1.6.21/pngrutil.c"; sourceTree = "<group>"; };
6025-
2D6220B51CD933F200EB6D22 /* pngset.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngset.c; path = "osx/deps/libpng-1.6.21/pngset.c"; sourceTree = "<group>"; };
6026-
2D6220B61CD933F200EB6D22 /* pngtest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngtest.c; path = "osx/deps/libpng-1.6.21/pngtest.c"; sourceTree = "<group>"; };
6027-
2D6220B71CD933F200EB6D22 /* pngtrans.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngtrans.c; path = "osx/deps/libpng-1.6.21/pngtrans.c"; sourceTree = "<group>"; };
6028-
2D6220B81CD933F200EB6D22 /* pngwio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngwio.c; path = "osx/deps/libpng-1.6.21/pngwio.c"; sourceTree = "<group>"; };
6029-
2D6220B91CD933F200EB6D22 /* pngwrite.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngwrite.c; path = "osx/deps/libpng-1.6.21/pngwrite.c"; sourceTree = "<group>"; };
6030-
2D6220BA1CD933F200EB6D22 /* pngwtran.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngwtran.c; path = "osx/deps/libpng-1.6.21/pngwtran.c"; sourceTree = "<group>"; };
6031-
2D6220BB1CD933F200EB6D22 /* pngwutil.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngwutil.c; path = "osx/deps/libpng-1.6.21/pngwutil.c"; sourceTree = "<group>"; };
6032-
2D6220D91CD936C600EB6D22 /* pnglibconf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pnglibconf.h; path = "osx/deps/libpng-1.6.21/pnglibconf.h"; sourceTree = "<group>"; };
60335985
2D642EAD1AE9152E00FC1F7B /* sort.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sort.c; sourceTree = "<group>"; };
60345986
2D642EAE1AE9152E00FC1F7B /* sort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sort.h; sourceTree = "<group>"; };
60355987
2D6501CD1AA78BAA00E82A9E /* file68_features.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = file68_features.h; sourceTree = "<group>"; };
@@ -8192,14 +8144,6 @@
81928144
);
81938145
runOnlyForDeploymentPostprocessing = 0;
81948146
};
8195-
2D62209D1CD933D800EB6D22 /* Frameworks */ = {
8196-
isa = PBXFrameworksBuildPhase;
8197-
buildActionMask = 2147483647;
8198-
files = (
8199-
2D6220DE1CD938C500EB6D22 /* libz.dylib in Frameworks */,
8200-
);
8201-
runOnlyForDeploymentPostprocessing = 0;
8202-
};
82038147
2D652FC81CE79E8500163808 /* Frameworks */ = {
82048148
isa = PBXFrameworksBuildPhase;
82058149
buildActionMask = 2147483647;
@@ -10405,36 +10349,6 @@
1040510349
name = libjpeg;
1040610350
sourceTree = "<group>";
1040710351
};
10408-
2D6220A41CD933E100EB6D22 /* libpng */ = {
10409-
isa = PBXGroup;
10410-
children = (
10411-
2D6220A51CD933F200EB6D22 /* png.h */,
10412-
2D6220A61CD933F200EB6D22 /* pngconf.h */,
10413-
2D6220A71CD933F200EB6D22 /* pngdebug.h */,
10414-
2D6220A81CD933F200EB6D22 /* pnginfo.h */,
10415-
2D6220A91CD933F200EB6D22 /* pngpriv.h */,
10416-
2D6220AA1CD933F200EB6D22 /* pngstruct.h */,
10417-
2D6220AC1CD933F200EB6D22 /* png.c */,
10418-
2D6220AD1CD933F200EB6D22 /* pngerror.c */,
10419-
2D6220AE1CD933F200EB6D22 /* pngget.c */,
10420-
2D6220AF1CD933F200EB6D22 /* pngmem.c */,
10421-
2D6220B01CD933F200EB6D22 /* pngpread.c */,
10422-
2D6220B11CD933F200EB6D22 /* pngread.c */,
10423-
2D6220B21CD933F200EB6D22 /* pngrio.c */,
10424-
2D6220B31CD933F200EB6D22 /* pngrtran.c */,
10425-
2D6220B41CD933F200EB6D22 /* pngrutil.c */,
10426-
2D6220B51CD933F200EB6D22 /* pngset.c */,
10427-
2D6220B61CD933F200EB6D22 /* pngtest.c */,
10428-
2D6220B71CD933F200EB6D22 /* pngtrans.c */,
10429-
2D6220B81CD933F200EB6D22 /* pngwio.c */,
10430-
2D6220B91CD933F200EB6D22 /* pngwrite.c */,
10431-
2D6220BA1CD933F200EB6D22 /* pngwtran.c */,
10432-
2D6220BB1CD933F200EB6D22 /* pngwutil.c */,
10433-
2D6220D91CD936C600EB6D22 /* pnglibconf.h */,
10434-
);
10435-
name = libpng;
10436-
sourceTree = "<group>";
10437-
};
1043810352
2D6501CC1AA7882900E82A9E /* sc68 */ = {
1043910353
isa = PBXGroup;
1044010354
children = (
@@ -13088,7 +13002,6 @@
1308813002
2D026D891CAC5BBF00E27961 /* ffmpeg.dylib */,
1308913003
2D621F831CD92C9000EB6D22 /* artwork.dylib */,
1309013004
2D621FE81CD92FA400EB6D22 /* libjpeg.dylib */,
13091-
2D6220A01CD933D800EB6D22 /* libpng.dylib */,
1309213005
2D652FCB1CE79E8500163808 /* adplug.dylib */,
1309313006
2D3A4BB41D631530002C7098 /* medialib.dylib */,
1309413007
2D27AED41D9D86ED00842D76 /* rg_scanner.dylib */,
@@ -13223,7 +13136,6 @@
1322313136
2D28F05A1C283CAC004A6E7B /* libfaad */,
1322413137
2D621FEC1CD92FF700EB6D22 /* libjpeg */,
1322513138
2D88E9FB1B2AF6C70072FD43 /* liboggedit */,
13226-
2D6220A41CD933E100EB6D22 /* libpng */,
1322713139
2D0212762D9AFB9700BAEA12 /* lyrics */,
1322813140
2DCB281819E8616E008E9DF6 /* m3u */,
1322913141
2D887BC524B1C82A0078392F /* medialib */,
@@ -14457,20 +14369,6 @@
1445714369
);
1445814370
runOnlyForDeploymentPostprocessing = 0;
1445914371
};
14460-
2D62209E1CD933D800EB6D22 /* Headers */ = {
14461-
isa = PBXHeadersBuildPhase;
14462-
buildActionMask = 2147483647;
14463-
files = (
14464-
2D6220BF1CD933F200EB6D22 /* pnginfo.h in Headers */,
14465-
2D6220BE1CD933F200EB6D22 /* pngdebug.h in Headers */,
14466-
2D6220BD1CD933F200EB6D22 /* pngconf.h in Headers */,
14467-
2D6220C01CD933F200EB6D22 /* pngpriv.h in Headers */,
14468-
2D6220BC1CD933F200EB6D22 /* png.h in Headers */,
14469-
2D6220C11CD933F200EB6D22 /* pngstruct.h in Headers */,
14470-
2D6220DB1CD936C600EB6D22 /* pnglibconf.h in Headers */,
14471-
);
14472-
runOnlyForDeploymentPostprocessing = 0;
14473-
};
1447414372
2D652FC91CE79E8500163808 /* Headers */ = {
1447514373
isa = PBXHeadersBuildPhase;
1447614374
buildActionMask = 2147483647;
@@ -16081,23 +15979,6 @@
1608115979
productReference = 2D621FE81CD92FA400EB6D22 /* libjpeg.dylib */;
1608215980
productType = "com.apple.product-type.library.dynamic";
1608315981
};
16084-
2D62209F1CD933D800EB6D22 /* png */ = {
16085-
isa = PBXNativeTarget;
16086-
buildConfigurationList = 2D6220A11CD933D800EB6D22 /* Build configuration list for PBXNativeTarget "png" */;
16087-
buildPhases = (
16088-
2D62209C1CD933D800EB6D22 /* Sources */,
16089-
2D62209D1CD933D800EB6D22 /* Frameworks */,
16090-
2D62209E1CD933D800EB6D22 /* Headers */,
16091-
);
16092-
buildRules = (
16093-
);
16094-
dependencies = (
16095-
);
16096-
name = png;
16097-
productName = png;
16098-
productReference = 2D6220A01CD933D800EB6D22 /* libpng.dylib */;
16099-
productType = "com.apple.product-type.library.dynamic";
16100-
};
1610115982
2D652FCA1CE79E8500163808 /* adplug */ = {
1610215983
isa = PBXNativeTarget;
1610315984
buildConfigurationList = 2D652FDB1CE79E8500163808 /* Build configuration list for PBXNativeTarget "adplug" */;
@@ -16999,9 +16880,6 @@
1699916880
2D621FE71CD92FA400EB6D22 = {
1700016881
CreatedOnToolsVersion = 6.4;
1700116882
};
17002-
2D62209F1CD933D800EB6D22 = {
17003-
CreatedOnToolsVersion = 6.4;
17004-
};
1700516883
2D652FCA1CE79E8500163808 = {
1700616884
CreatedOnToolsVersion = 6.2;
1700716885
};
@@ -17196,7 +17074,6 @@
1719617074
4D9C629D1FDEC51000D83CEF /* opusfile */,
1719717075
4D9C5B041FDEBACC00D83CEF /* opuslib */,
1719817076
2DFD50941C9715B800961D19 /* psf */,
17199-
2D62209F1CD933D800EB6D22 /* png */,
1720017077
2DA37B062BC58B04007B2C3F /* pltbrowser_gtk2 */,
1720117078
2DE3B8732269F68B00AFF9AE /* pltbrowser_gtk3 */,
1720217079
2D27AED31D9D86ED00842D76 /* rg_scanner */,
@@ -18267,29 +18144,6 @@
1826718144
);
1826818145
runOnlyForDeploymentPostprocessing = 0;
1826918146
};
18270-
2D62209C1CD933D800EB6D22 /* Sources */ = {
18271-
isa = PBXSourcesBuildPhase;
18272-
buildActionMask = 2147483647;
18273-
files = (
18274-
2D6220D01CD933F200EB6D22 /* pngwrite.c in Sources */,
18275-
2D6220CC1CD933F200EB6D22 /* pngset.c in Sources */,
18276-
2D6220D61CD9368300EB6D22 /* pngerror.c in Sources */,
18277-
2D6220C51CD933F200EB6D22 /* pngget.c in Sources */,
18278-
2D6220CA1CD933F200EB6D22 /* pngrtran.c in Sources */,
18279-
2D6220C61CD933F200EB6D22 /* pngmem.c in Sources */,
18280-
2D6220D21CD933F200EB6D22 /* pngwutil.c in Sources */,
18281-
2D6220CE1CD933F200EB6D22 /* pngtrans.c in Sources */,
18282-
2D6220D71CD9368300EB6D22 /* pngrio.c in Sources */,
18283-
2D6220C71CD933F200EB6D22 /* pngpread.c in Sources */,
18284-
2D6220C31CD933F200EB6D22 /* png.c in Sources */,
18285-
2D6220D11CD933F200EB6D22 /* pngwtran.c in Sources */,
18286-
2D6220CB1CD933F200EB6D22 /* pngrutil.c in Sources */,
18287-
2D6220D81CD9368300EB6D22 /* pngwio.c in Sources */,
18288-
2D6220C81CD933F200EB6D22 /* pngread.c in Sources */,
18289-
2D6220CD1CD933F200EB6D22 /* pngtest.c in Sources */,
18290-
);
18291-
runOnlyForDeploymentPostprocessing = 0;
18292-
};
1829318147
2D652FC71CE79E8500163808 /* Sources */ = {
1829418148
isa = PBXSourcesBuildPhase;
1829518149
buildActionMask = 2147483647;
@@ -22671,70 +22525,6 @@
2267122525
};
2267222526
name = Release;
2267322527
};
22674-
2D6220A21CD933D800EB6D22 /* Debug */ = {
22675-
isa = XCBuildConfiguration;
22676-
buildSettings = {
22677-
CLANG_ANALYZER_DEADCODE_DEADSTORES = NO;
22678-
CLANG_ENABLE_MODULES = YES;
22679-
CLANG_WARN_UNREACHABLE_CODE = YES;
22680-
DEAD_CODE_STRIPPING = YES;
22681-
DEBUG_INFORMATION_FORMAT = dwarf;
22682-
DYLIB_COMPATIBILITY_VERSION = 1;
22683-
DYLIB_CURRENT_VERSION = 1;
22684-
ENABLE_STRICT_OBJC_MSGSEND = YES;
22685-
EXECUTABLE_PREFIX = lib;
22686-
GCC_NO_COMMON_BLOCKS = YES;
22687-
GCC_PREPROCESSOR_DEFINITIONS = (
22688-
HAVE_CONFIG_H,
22689-
"PNGLIB_LIBNAME='PNG16_0'",
22690-
"PNGLIB_VERSION='1.6.21'",
22691-
);
22692-
GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
22693-
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
22694-
HEADER_SEARCH_PATHS = (
22695-
"$(inherited)",
22696-
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
22697-
"\"$(SRCROOT)/deps/libpng-1.6.21\"",
22698-
);
22699-
MTL_ENABLE_DEBUG_INFO = YES;
22700-
PRODUCT_NAME = "$(TARGET_NAME)";
22701-
RUN_CLANG_STATIC_ANALYZER = NO;
22702-
SDKROOT = macosx;
22703-
};
22704-
name = Debug;
22705-
};
22706-
2D6220A31CD933D800EB6D22 /* Release */ = {
22707-
isa = XCBuildConfiguration;
22708-
buildSettings = {
22709-
CLANG_ANALYZER_DEADCODE_DEADSTORES = NO;
22710-
CLANG_ENABLE_MODULES = YES;
22711-
CLANG_WARN_UNREACHABLE_CODE = YES;
22712-
COPY_PHASE_STRIP = NO;
22713-
DEAD_CODE_STRIPPING = YES;
22714-
DYLIB_COMPATIBILITY_VERSION = 1;
22715-
DYLIB_CURRENT_VERSION = 1;
22716-
ENABLE_STRICT_OBJC_MSGSEND = YES;
22717-
EXECUTABLE_PREFIX = lib;
22718-
GCC_NO_COMMON_BLOCKS = YES;
22719-
GCC_PREPROCESSOR_DEFINITIONS = (
22720-
HAVE_CONFIG_H,
22721-
"PNGLIB_LIBNAME='PNG16_0'",
22722-
"PNGLIB_VERSION='1.6.21'",
22723-
);
22724-
GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
22725-
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
22726-
HEADER_SEARCH_PATHS = (
22727-
"$(inherited)",
22728-
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
22729-
"\"$(SRCROOT)/deps/libpng-1.6.21\"",
22730-
);
22731-
MTL_ENABLE_DEBUG_INFO = NO;
22732-
PRODUCT_NAME = "$(TARGET_NAME)";
22733-
RUN_CLANG_STATIC_ANALYZER = NO;
22734-
SDKROOT = macosx;
22735-
};
22736-
name = Release;
22737-
};
2273822528
2D652FCC1CE79E8500163808 /* Debug */ = {
2273922529
isa = XCBuildConfiguration;
2274022530
buildSettings = {
@@ -26206,15 +25996,6 @@
2620625996
defaultConfigurationIsVisible = 0;
2620725997
defaultConfigurationName = Release;
2620825998
};
26209-
2D6220A11CD933D800EB6D22 /* Build configuration list for PBXNativeTarget "png" */ = {
26210-
isa = XCConfigurationList;
26211-
buildConfigurations = (
26212-
2D6220A21CD933D800EB6D22 /* Debug */,
26213-
2D6220A31CD933D800EB6D22 /* Release */,
26214-
);
26215-
defaultConfigurationIsVisible = 0;
26216-
defaultConfigurationName = Release;
26217-
};
2621825999
2D652FDB1CE79E8500163808 /* Build configuration list for PBXNativeTarget "adplug" */ = {
2621926000
isa = XCConfigurationList;
2622026001
buildConfigurations = (

osx/deps

Submodule deps updated 401 files

0 commit comments

Comments
 (0)