mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-07-01 14:15:16 +02:00
make xcode actually link with 3.1 because I forgot
This commit is contained in:
parent
231f80cac5
commit
233d5d17e9
2 changed files with 21 additions and 67 deletions
|
@ -7,7 +7,7 @@
|
|||
// -----------------------------
|
||||
// Don't change any of this
|
||||
// -----------------------------
|
||||
MRI_VERSION = 3.0.0
|
||||
MRI_VERSION = 3.1.0
|
||||
DEPENDENCY_SEARCH_PATH = $(PROJECT_DIR)/Dependencies/build-$(SDK_ROOT)-$(BUILD_ARCH)
|
||||
EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES = $(inherited) Dependencies ../build DerivedData
|
||||
CODE_SIGN_ENTITLEMENTS = $(PROJECT_DIR)/mkxp.entitlements
|
||||
|
|
|
@ -105,10 +105,10 @@
|
|||
3B1BC0E4266F7C2800794D22 /* iniconfig.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3B1BC0E0266F7C0C00794D22 /* iniconfig.cpp */; };
|
||||
3B1BC0EC266F924B00794D22 /* libuchardet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B1BC0EB266F924B00794D22 /* libuchardet.a */; };
|
||||
3B1BC0ED266F924B00794D22 /* libuchardet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B1BC0EB266F924B00794D22 /* libuchardet.a */; };
|
||||
3B1C230B25A144A10075EF5D /* libruby.3.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B1C230A25A144A10075EF5D /* libruby.3.0.dylib */; };
|
||||
3B1C230C25A144A40075EF5D /* libruby.3.0.dylib in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3B1C230A25A144A10075EF5D /* libruby.3.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
|
||||
3B1C230E25A144BF0075EF5D /* libruby.3.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B1C230D25A144BF0075EF5D /* libruby.3.0.dylib */; };
|
||||
3B1C230F25A144C90075EF5D /* libruby.3.0.dylib in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3B1C230D25A144BF0075EF5D /* libruby.3.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
|
||||
3B1C230B25A144A10075EF5D /* libruby.3.1.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B1C230A25A144A10075EF5D /* libruby.3.1.dylib */; };
|
||||
3B1C230C25A144A40075EF5D /* libruby.3.1.dylib in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3B1C230A25A144A10075EF5D /* libruby.3.1.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
|
||||
3B1C230E25A144BF0075EF5D /* libruby.3.1.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B1C230D25A144BF0075EF5D /* libruby.3.1.dylib */; };
|
||||
3B1C230F25A144C90075EF5D /* libruby.3.1.dylib in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3B1C230D25A144BF0075EF5D /* libruby.3.1.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
|
||||
3B1C233025A16CB20075EF5D /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3BE081582568D3A60006849F /* AppKit.framework */; };
|
||||
3B1C233525A17C670075EF5D /* Assets.bundle in CopyFiles */ = {isa = PBXBuildFile; fileRef = 3BA08EA4256641ED00449CFF /* Assets.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
||||
3B1C233925A17CB80075EF5D /* Assets.bundle in CopyFiles */ = {isa = PBXBuildFile; fileRef = 3BA08EA4256641ED00449CFF /* Assets.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
||||
|
@ -199,7 +199,7 @@
|
|||
3B1C23D825A19C600075EF5D /* CoreVideo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3BE081532568D3A60006849F /* CoreVideo.framework */; };
|
||||
3B1C23D925A19C600075EF5D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3BE081562568D3A60006849F /* CoreGraphics.framework */; };
|
||||
3B1C23DA25A19C600075EF5D /* libbz2.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 3BE081502568D3A50006849F /* libbz2.tbd */; };
|
||||
3B1C23DB25A19C600075EF5D /* libruby.3.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B1C230A25A144A10075EF5D /* libruby.3.0.dylib */; };
|
||||
3B1C23DB25A19C600075EF5D /* libruby.3.1.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B1C230A25A144A10075EF5D /* libruby.3.1.dylib */; };
|
||||
3B1C23DC25A19C600075EF5D /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3BE081512568D3A60006849F /* CoreAudio.framework */; };
|
||||
3B1C23DD25A19C600075EF5D /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3BD2B46925651C1B003DAD8A /* AudioToolbox.framework */; };
|
||||
3B1C23DE25A19C600075EF5D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3BD2B46725651C00003DAD8A /* Foundation.framework */; };
|
||||
|
@ -214,7 +214,7 @@
|
|||
3B1C23E925A19C600075EF5D /* Assets.bundle in CopyFiles */ = {isa = PBXBuildFile; fileRef = 3BA08EA4256641ED00449CFF /* Assets.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
||||
3B1C23EB25A19C600075EF5D /* mkxp.json in CopyFiles */ = {isa = PBXBuildFile; fileRef = 3BD2B7282565B35D003DAD8A /* mkxp.json */; };
|
||||
3B1C23ED25A19C600075EF5D /* libfluidsynth.dylib in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3B522DA1259BAA13003301C4 /* libfluidsynth.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
|
||||
3B1C23EE25A19C600075EF5D /* libruby.3.0.dylib in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3B1C230A25A144A10075EF5D /* libruby.3.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
|
||||
3B1C23EE25A19C600075EF5D /* libruby.3.1.dylib in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3B1C230A25A144A10075EF5D /* libruby.3.1.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
|
||||
3B1C23FD25A19FB40075EF5D /* steamshim_mac_helpers.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3B1C23FC25A19FB40075EF5D /* steamshim_mac_helpers.mm */; };
|
||||
3B1C241225A1A7120075EF5D /* libsteam_api.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B1C241125A1A7120075EF5D /* libsteam_api.dylib */; };
|
||||
3B1C242025A1A8660075EF5D /* libsteam_api.dylib in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3B1C241125A1A7120075EF5D /* libsteam_api.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
|
||||
|
@ -374,7 +374,7 @@
|
|||
3BBE88042705A73400A574AE /* libsteam_api.dylib in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3B1C241125A1A7120075EF5D /* libsteam_api.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
|
||||
3BBE88052705A73400A574AE /* libGLESv2.dylib in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3B5E1F0A25A881FB0086FFDC /* libGLESv2.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
|
||||
3BBE880B2705AA8F00A574AE /* libcrypto.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B522DC8259BFEDF003301C4 /* libcrypto.a */; };
|
||||
3BBE880D2705AAC900A574AE /* libruby.3.0.dylib in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3B1C230D25A144BF0075EF5D /* libruby.3.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
|
||||
3BBE880D2705AAC900A574AE /* libruby.3.1.dylib in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3B1C230D25A144BF0075EF5D /* libruby.3.1.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
|
||||
3BBE880E2705AAF200A574AE /* libogg.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3BC65D822584F3780063AFF1 /* libogg.a */; };
|
||||
3BBE880F2705AAFF00A574AE /* libSDL2_ttf.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3BC65D832584F3780063AFF1 /* libSDL2_ttf.a */; };
|
||||
3BBE88102705AB0400A574AE /* libvorbisenc.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3BC65D7A2584F3780063AFF1 /* libvorbisenc.a */; };
|
||||
|
@ -385,7 +385,7 @@
|
|||
3BBE88172705AC0C00A574AE /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3BC65D862584F3780063AFF1 /* libSDL2.a */; };
|
||||
3BBE88182705AC1400A574AE /* libturbojpeg.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3BC65D7E2584F3780063AFF1 /* libturbojpeg.a */; };
|
||||
3BBE881A2705AC2B00A574AE /* libvorbis.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3BC65D852584F3780063AFF1 /* libvorbis.a */; };
|
||||
3BBE881B2705AC3100A574AE /* libruby.3.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B1C230D25A144BF0075EF5D /* libruby.3.0.dylib */; };
|
||||
3BBE881B2705AC3100A574AE /* libruby.3.1.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B1C230D25A144BF0075EF5D /* libruby.3.1.dylib */; };
|
||||
3BBE881C2705AC3700A574AE /* libSDL2_sound.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3BF5B4BC2685881C00A3B240 /* libSDL2_sound.a */; };
|
||||
3BBE881D2705AC3F00A574AE /* libvorbisfile.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3BC65D812584F3780063AFF1 /* libvorbisfile.a */; };
|
||||
3BBE881E2705AC4200A574AE /* libSDL2_image.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3BEA5D7125AC3CE300B6E359 /* libSDL2_image.a */; };
|
||||
|
@ -612,7 +612,7 @@
|
|||
files = (
|
||||
3B1C23ED25A19C600075EF5D /* libfluidsynth.dylib in Embed Frameworks */,
|
||||
3B5E1F1525A881FE0086FFDC /* libEGL.dylib in Embed Frameworks */,
|
||||
3B1C23EE25A19C600075EF5D /* libruby.3.0.dylib in Embed Frameworks */,
|
||||
3B1C23EE25A19C600075EF5D /* libruby.3.1.dylib in Embed Frameworks */,
|
||||
3B1C242025A1A8660075EF5D /* libsteam_api.dylib in Embed Frameworks */,
|
||||
3B5E1F1825A882000086FFDC /* libGLESv2.dylib in Embed Frameworks */,
|
||||
);
|
||||
|
@ -667,7 +667,7 @@
|
|||
files = (
|
||||
3B5E1F1F25A8820D0086FFDC /* libEGL.dylib in Embed Frameworks */,
|
||||
3B522DA9259BAA42003301C4 /* libfluidsynth.dylib in Embed Frameworks */,
|
||||
3B1C230F25A144C90075EF5D /* libruby.3.0.dylib in Embed Frameworks */,
|
||||
3B1C230F25A144C90075EF5D /* libruby.3.1.dylib in Embed Frameworks */,
|
||||
3B5E1F2025A8820F0086FFDC /* libGLESv2.dylib in Embed Frameworks */,
|
||||
);
|
||||
name = "Embed Frameworks";
|
||||
|
@ -681,7 +681,7 @@
|
|||
files = (
|
||||
3B5E1F1D25A882090086FFDC /* libEGL.dylib in Embed Frameworks */,
|
||||
3B522DAA259BAA4A003301C4 /* libfluidsynth.dylib in Embed Frameworks */,
|
||||
3B1C230C25A144A40075EF5D /* libruby.3.0.dylib in Embed Frameworks */,
|
||||
3B1C230C25A144A40075EF5D /* libruby.3.1.dylib in Embed Frameworks */,
|
||||
3B5E1F1E25A8820B0086FFDC /* libGLESv2.dylib in Embed Frameworks */,
|
||||
);
|
||||
name = "Embed Frameworks";
|
||||
|
@ -788,7 +788,7 @@
|
|||
dstPath = "";
|
||||
dstSubfolderSpec = 10;
|
||||
files = (
|
||||
3BBE880D2705AAC900A574AE /* libruby.3.0.dylib in Embed Frameworks */,
|
||||
3BBE880D2705AAC900A574AE /* libruby.3.1.dylib in Embed Frameworks */,
|
||||
3BBE88012705A73400A574AE /* libfluidsynth.dylib in Embed Frameworks */,
|
||||
3BBE88022705A73400A574AE /* libEGL.dylib in Embed Frameworks */,
|
||||
3BBE88042705A73400A574AE /* libsteam_api.dylib in Embed Frameworks */,
|
||||
|
@ -971,11 +971,9 @@
|
|||
3B1BC0DF266F7C0C00794D22 /* iniconfig.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = iniconfig.h; sourceTree = "<group>"; };
|
||||
3B1BC0E0266F7C0C00794D22 /* iniconfig.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = iniconfig.cpp; sourceTree = "<group>"; };
|
||||
3B1BC0E6266F8E8700794D22 /* dependencies.make */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; name = dependencies.make; path = Dependencies/dependencies.make; sourceTree = "<group>"; };
|
||||
3B1BC0E7266F91E100794D22 /* libuchardet.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libuchardet.a; path = "Dependencies/build-macosx-arm64/lib/libuchardet.a"; sourceTree = "<group>"; };
|
||||
3B1BC0EB266F924B00794D22 /* libuchardet.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libuchardet.a; path = "Dependencies/build-macosx-x86_64/lib/libuchardet.a"; sourceTree = "<group>"; };
|
||||
3B1C230625A142620075EF5D /* libruby.3.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libruby.3.0.dylib; path = "Dependencies/build-macosx-arm64/lib/libruby.3.0.dylib"; sourceTree = "<group>"; };
|
||||
3B1C230A25A144A10075EF5D /* libruby.3.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libruby.3.0.dylib; path = "Dependencies/build-macosx-x86_64/lib/libruby.3.0.dylib"; sourceTree = "<group>"; };
|
||||
3B1C230D25A144BF0075EF5D /* libruby.3.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libruby.3.0.dylib; path = "Dependencies/build-macosx-universal/lib/libruby.3.0.dylib"; sourceTree = "<group>"; };
|
||||
3B1C230A25A144A10075EF5D /* libruby.3.1.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libruby.3.1.dylib; path = "Dependencies/build-macosx-x86_64/lib/libruby.3.1.dylib"; sourceTree = "<group>"; };
|
||||
3B1C230D25A144BF0075EF5D /* libruby.3.1.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libruby.3.1.dylib; path = "Dependencies/build-macosx-universal/lib/libruby.3.1.dylib"; sourceTree = "<group>"; };
|
||||
3B1C231E25A15FB20075EF5D /* mkxp.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = mkxp.xcconfig; path = config/mkxp.xcconfig; sourceTree = "<group>"; };
|
||||
3B1C231F25A15FB20075EF5D /* mkxp.Intel.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = mkxp.Intel.xcconfig; path = config/mkxp.Intel.xcconfig; sourceTree = "<group>"; };
|
||||
3B1C232025A15FB20075EF5D /* mkxp.Universal.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = mkxp.Universal.xcconfig; path = config/mkxp.Universal.xcconfig; sourceTree = "<group>"; };
|
||||
|
@ -1009,8 +1007,6 @@
|
|||
3B522DBF259BD072003301C4 /* net.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = net.cpp; sourceTree = "<group>"; };
|
||||
3B522DC8259BFEDF003301C4 /* libcrypto.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libcrypto.a; path = "Dependencies/build-macosx-universal/lib/libcrypto.a"; sourceTree = "<group>"; };
|
||||
3B522DC9259BFEDF003301C4 /* libssl.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libssl.a; path = "Dependencies/build-macosx-universal/lib/libssl.a"; sourceTree = "<group>"; };
|
||||
3B522DCE259BFF0B003301C4 /* libcrypto.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libcrypto.a; path = "Dependencies/build-macosx-arm64/lib/libcrypto.a"; sourceTree = "<group>"; };
|
||||
3B522DCF259BFF0B003301C4 /* libssl.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libssl.a; path = "Dependencies/build-macosx-arm64/lib/libssl.a"; sourceTree = "<group>"; };
|
||||
3B522DD4259BFF2D003301C4 /* libssl.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libssl.a; path = "Dependencies/build-macosx-x86_64/lib/libssl.a"; sourceTree = "<group>"; };
|
||||
3B522DD5259BFF2D003301C4 /* libcrypto.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libcrypto.a; path = "Dependencies/build-macosx-x86_64/lib/libcrypto.a"; sourceTree = "<group>"; };
|
||||
3B522DDB259C1E53003301C4 /* http-binding.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = "http-binding.cpp"; sourceTree = "<group>"; };
|
||||
|
@ -1037,20 +1033,6 @@
|
|||
3BA69453263DAB53004194EB /* libnsgif.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = libnsgif.h; sourceTree = "<group>"; };
|
||||
3BAEB1432673DBE700AC177B /* libuchardet.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libuchardet.a; path = "Dependencies/build-macosx-universal/lib/libuchardet.a"; sourceTree = "<group>"; };
|
||||
3BBE88092705A73400A574AE /* Z-steam.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Z-steam.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
3BC65D4A2584EED10063AFF1 /* libvorbis.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libvorbis.a; path = "Dependencies/build-macosx-arm64/lib/libvorbis.a"; sourceTree = "<group>"; };
|
||||
3BC65D4B2584EED10063AFF1 /* libpixman-1.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libpixman-1.a"; path = "Dependencies/build-macosx-arm64/lib/libpixman-1.a"; sourceTree = "<group>"; };
|
||||
3BC65D4C2584EED10063AFF1 /* libphysfs.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libphysfs.a; path = "Dependencies/build-macosx-arm64/lib/libphysfs.a"; sourceTree = "<group>"; };
|
||||
3BC65D4D2584EED10063AFF1 /* libvorbisenc.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libvorbisenc.a; path = "Dependencies/build-macosx-arm64/lib/libvorbisenc.a"; sourceTree = "<group>"; };
|
||||
3BC65D4F2584EED10063AFF1 /* libfreetype.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libfreetype.a; path = "Dependencies/build-macosx-arm64/lib/libfreetype.a"; sourceTree = "<group>"; };
|
||||
3BC65D502584EED10063AFF1 /* libSDL2main.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libSDL2main.a; path = "Dependencies/build-macosx-arm64/lib/libSDL2main.a"; sourceTree = "<group>"; };
|
||||
3BC65D512584EED10063AFF1 /* libogg.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libogg.a; path = "Dependencies/build-macosx-arm64/lib/libogg.a"; sourceTree = "<group>"; };
|
||||
3BC65D522584EED10063AFF1 /* libSDL2_image.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libSDL2_image.a; path = "Dependencies/build-macosx-arm64/lib/libSDL2_image.a"; sourceTree = "<group>"; };
|
||||
3BC65D532584EED10063AFF1 /* libSDL2_ttf.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libSDL2_ttf.a; path = "Dependencies/build-macosx-arm64/lib/libSDL2_ttf.a"; sourceTree = "<group>"; };
|
||||
3BC65D542584EED10063AFF1 /* libvorbisfile.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libvorbisfile.a; path = "Dependencies/build-macosx-arm64/lib/libvorbisfile.a"; sourceTree = "<group>"; };
|
||||
3BC65D552584EED10063AFF1 /* libSDL2.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libSDL2.a; path = "Dependencies/build-macosx-arm64/lib/libSDL2.a"; sourceTree = "<group>"; };
|
||||
3BC65D562584EED10063AFF1 /* libopenal.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libopenal.a; path = "Dependencies/build-macosx-arm64/lib/libopenal.a"; sourceTree = "<group>"; };
|
||||
3BC65D582584EED10063AFF1 /* libturbojpeg.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libturbojpeg.a; path = "Dependencies/build-macosx-arm64/lib/libturbojpeg.a"; sourceTree = "<group>"; };
|
||||
3BC65D592584EED10063AFF1 /* libpng16.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libpng16.a; path = "Dependencies/build-macosx-arm64/lib/libpng16.a"; sourceTree = "<group>"; };
|
||||
3BC65D7A2584F3780063AFF1 /* libvorbisenc.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libvorbisenc.a; path = "Dependencies/build-macosx-universal/lib/libvorbisenc.a"; sourceTree = "<group>"; };
|
||||
3BC65D7B2584F3780063AFF1 /* libphysfs.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libphysfs.a; path = "Dependencies/build-macosx-universal/lib/libphysfs.a"; sourceTree = "<group>"; };
|
||||
3BC65D7D2584F3780063AFF1 /* libfreetype.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libfreetype.a; path = "Dependencies/build-macosx-universal/lib/libfreetype.a"; sourceTree = "<group>"; };
|
||||
|
@ -1101,7 +1083,6 @@
|
|||
3BE081572568D3A60006849F /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ForceFeedback.framework; path = System/Library/Frameworks/ForceFeedback.framework; sourceTree = SDKROOT; };
|
||||
3BE081582568D3A60006849F /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
|
||||
3BEA5D7125AC3CE300B6E359 /* libSDL2_image.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libSDL2_image.a; path = "Dependencies/build-macosx-universal/lib/libSDL2_image.a"; sourceTree = "<group>"; };
|
||||
3BF5B4BA268587F200A3B240 /* libSDL2_sound.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libSDL2_sound.a; path = "Dependencies/build-macosx-arm64/lib/libSDL2_sound.a"; sourceTree = "<group>"; };
|
||||
3BF5B4BC2685881C00A3B240 /* libSDL2_sound.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libSDL2_sound.a; path = "Dependencies/build-macosx-universal/lib/libSDL2_sound.a"; sourceTree = "<group>"; };
|
||||
3BF5B4BE2685883B00A3B240 /* libSDL2_sound.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libSDL2_sound.a; path = "Dependencies/build-macosx-x86_64/lib/libSDL2_sound.a"; sourceTree = "<group>"; };
|
||||
3BFABF53267787940024C7DD /* sigslot */ = {isa = PBXFileReference; lastKnownFileType = folder; path = sigslot; sourceTree = "<group>"; };
|
||||
|
@ -1144,7 +1125,7 @@
|
|||
3B1C23D925A19C600075EF5D /* CoreGraphics.framework in Frameworks */,
|
||||
3B1C23DA25A19C600075EF5D /* libbz2.tbd in Frameworks */,
|
||||
3B480EA125DCD176001686B4 /* GameController.framework in Frameworks */,
|
||||
3B1C23DB25A19C600075EF5D /* libruby.3.0.dylib in Frameworks */,
|
||||
3B1C23DB25A19C600075EF5D /* libruby.3.1.dylib in Frameworks */,
|
||||
3B1C23DC25A19C600075EF5D /* CoreAudio.framework in Frameworks */,
|
||||
3B1C23DD25A19C600075EF5D /* AudioToolbox.framework in Frameworks */,
|
||||
3B1C23DE25A19C600075EF5D /* Foundation.framework in Frameworks */,
|
||||
|
@ -1187,7 +1168,7 @@
|
|||
3BBE87E12705A73400A574AE /* Carbon.framework in Frameworks */,
|
||||
3BBE87E22705A73400A574AE /* Metal.framework in Frameworks */,
|
||||
3BBE87E32705A73400A574AE /* ForceFeedback.framework in Frameworks */,
|
||||
3BBE881B2705AC3100A574AE /* libruby.3.0.dylib in Frameworks */,
|
||||
3BBE881B2705AC3100A574AE /* libruby.3.1.dylib in Frameworks */,
|
||||
3BBE881C2705AC3700A574AE /* libSDL2_sound.a in Frameworks */,
|
||||
3BBE87E52705A73400A574AE /* CoreVideo.framework in Frameworks */,
|
||||
3BBE87E62705A73400A574AE /* CoreGraphics.framework in Frameworks */,
|
||||
|
@ -1237,7 +1218,7 @@
|
|||
3BC65DFD2584F3AD0063AFF1 /* AudioToolbox.framework in Frameworks */,
|
||||
3B5E1F0F25A881FB0086FFDC /* libGLESv2.dylib in Frameworks */,
|
||||
3BC65E212584F4290063AFF1 /* libopenal.a in Frameworks */,
|
||||
3B1C230E25A144BF0075EF5D /* libruby.3.0.dylib in Frameworks */,
|
||||
3B1C230E25A144BF0075EF5D /* libruby.3.1.dylib in Frameworks */,
|
||||
3B97F77025E6178200A569B5 /* GameController.framework in Frameworks */,
|
||||
3BC65DFF2584F3AD0063AFF1 /* Foundation.framework in Frameworks */,
|
||||
3BC65E242584F4290063AFF1 /* libvorbisfile.a in Frameworks */,
|
||||
|
@ -1278,7 +1259,7 @@
|
|||
3B10EC5C2568D40500372D13 /* CoreGraphics.framework in Frameworks */,
|
||||
3BE081592568D3A60006849F /* libbz2.tbd in Frameworks */,
|
||||
3B480E9F25DCD174001686B4 /* GameController.framework in Frameworks */,
|
||||
3B1C230B25A144A10075EF5D /* libruby.3.0.dylib in Frameworks */,
|
||||
3B1C230B25A144A10075EF5D /* libruby.3.1.dylib in Frameworks */,
|
||||
3B10EC632568D40C00372D13 /* CoreAudio.framework in Frameworks */,
|
||||
3BA08E9B256638C900449CFF /* AudioToolbox.framework in Frameworks */,
|
||||
3BD2B6F12565AEC0003DAD8A /* Foundation.framework in Frameworks */,
|
||||
|
@ -1701,32 +1682,6 @@
|
|||
path = utils;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
3BC65D492584EE690063AFF1 /* ARM64 */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
3B1BC0E7266F91E100794D22 /* libuchardet.a */,
|
||||
3BF5B4BA268587F200A3B240 /* libSDL2_sound.a */,
|
||||
3BC65D4F2584EED10063AFF1 /* libfreetype.a */,
|
||||
3BC65D512584EED10063AFF1 /* libogg.a */,
|
||||
3BC65D562584EED10063AFF1 /* libopenal.a */,
|
||||
3BC65D4C2584EED10063AFF1 /* libphysfs.a */,
|
||||
3BC65D4B2584EED10063AFF1 /* libpixman-1.a */,
|
||||
3BC65D592584EED10063AFF1 /* libpng16.a */,
|
||||
3B1C230625A142620075EF5D /* libruby.3.0.dylib */,
|
||||
3BC65D522584EED10063AFF1 /* libSDL2_image.a */,
|
||||
3BC65D532584EED10063AFF1 /* libSDL2_ttf.a */,
|
||||
3BC65D552584EED10063AFF1 /* libSDL2.a */,
|
||||
3BC65D502584EED10063AFF1 /* libSDL2main.a */,
|
||||
3BC65D582584EED10063AFF1 /* libturbojpeg.a */,
|
||||
3BC65D4A2584EED10063AFF1 /* libvorbis.a */,
|
||||
3BC65D4D2584EED10063AFF1 /* libvorbisenc.a */,
|
||||
3BC65D542584EED10063AFF1 /* libvorbisfile.a */,
|
||||
3B522DCE259BFF0B003301C4 /* libcrypto.a */,
|
||||
3B522DCF259BFF0B003301C4 /* libssl.a */,
|
||||
);
|
||||
name = ARM64;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
3BC65D792584F3030063AFF1 /* Universal */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
|
@ -1735,7 +1690,7 @@
|
|||
3BF5B4BC2685881C00A3B240 /* libSDL2_sound.a */,
|
||||
3BAEB1432673DBE700AC177B /* libuchardet.a */,
|
||||
3B522DA1259BAA13003301C4 /* libfluidsynth.dylib */,
|
||||
3B1C230D25A144BF0075EF5D /* libruby.3.0.dylib */,
|
||||
3B1C230D25A144BF0075EF5D /* libruby.3.1.dylib */,
|
||||
3BC65D822584F3780063AFF1 /* libogg.a */,
|
||||
3BC65D842584F3780063AFF1 /* libopenal.a */,
|
||||
3BC65D7B2584F3780063AFF1 /* libphysfs.a */,
|
||||
|
@ -1835,7 +1790,6 @@
|
|||
children = (
|
||||
3B1C241F25A1A84D0075EF5D /* Steam */,
|
||||
3BC65D792584F3030063AFF1 /* Universal */,
|
||||
3BC65D492584EE690063AFF1 /* ARM64 */,
|
||||
3BE080CA256829FE0006849F /* Intel */,
|
||||
3BD2B46425651BEB003DAD8A /* System */,
|
||||
);
|
||||
|
@ -1861,7 +1815,7 @@
|
|||
3BE081452568A5C60006849F /* libpng.a */,
|
||||
3BE081492568A5F60006849F /* libturbojpeg.a */,
|
||||
3BE080FF256879FE0006849F /* libphysfs.a */,
|
||||
3B1C230A25A144A10075EF5D /* libruby.3.0.dylib */,
|
||||
3B1C230A25A144A10075EF5D /* libruby.3.1.dylib */,
|
||||
3BE080E9256879FC0006849F /* libpixman-1.a */,
|
||||
3BE080F0256879FD0006849F /* libSDL2_image.a */,
|
||||
3BE080FA256879FE0006849F /* libSDL2_test.a */,
|
||||
|
|
Loading…
Add table
Reference in a new issue